summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)1-2/+15
2019-10-17tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)1-0/+2
2019-10-17tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)1-1/+1
2019-10-17kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko1-2/+2
2019-10-17panic: ensure preemption is disabled during panic()Will Deacon1-0/+1
2019-10-17kernel/elfcore.c: include proper prototypesValdis Kletnieks1-0/+1
2019-10-17sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-10-17timer: Read jiffies once when forwarding base clkLi RongQing1-3/+5
2019-10-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo1-2/+2
2019-10-05printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch1-1/+1
2019-10-05printk: remove games with previous record flagsLinus Torvalds1-85/+24
2019-10-05kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu1-1/+2
2019-10-05sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli1-4/+0
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot1-2/+3
2019-10-05locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long1-0/+3
2019-09-21genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye1-0/+2
2019-09-16sched/fair: Don't assign runtime for throttled cfs_rqLiangyan1-0/+5
2019-09-06genirq: Properly pair kobject_del() with kobject_add()Michael Kelley1-1/+14
2019-08-25bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann1-6/+15
2019-08-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann1-3/+46
2019-08-25bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann1-4/+11
2019-08-25perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez1-1/+1
2019-08-06kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava1-4/+2
2019-08-06ftrace: Enable trampoline when rec count returns back to oneCheng Jian1-13/+15
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2-5/+21
2019-08-04access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds1-2/+19
2019-08-04locking/lockdep: Hide unused 'class' variableArnd Bergmann1-1/+2
2019-08-04locking/lockdep: Fix lock used or unused stats errorYuyang Du1-2/+3
2019-08-04padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan1-0/+12
2019-08-04tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata1-4/+8
2019-08-04timer_list: Guard procfs specific codeNathan Huckleberry1-17/+19
2019-08-04ntp: Limit TAI-UTC offsetMiroslav Lichvar1-1/+3
2019-08-04bpf: silence warning messages in coreValdis Klētnieks1-0/+1
2019-08-04locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak1-9/+9
2019-08-04signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman1-1/+1
2019-07-21perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra1-1/+1
2019-07-10ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn1-3/+1
2019-07-10cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven1-0/+3
2019-07-10tracing: Silence GCC 9 array bounds warningMiguel Ojeda3-10/+20
2019-06-22perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra1-0/+9
2019-06-22perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui1-4/+20
2019-06-22x86/uaccess, kcov: Disable stack protectorPeter Zijlstra1-0/+1
2019-06-22ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn2-0/+19
2019-06-22signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman1-2/+8
2019-06-22ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar1-1/+1
2019-06-22kernel/sys.c: prctl: fix false positive in validate_prctl_map()Cyrill Gorcunov1-1/+1
2019-06-22sysctl: return -EINVAL if val violates minmaxChristian Brauner1-2/+4
2019-06-11x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2-2/+11
2019-06-11fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-1/+5
2019-06-11kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei1-0/+2