summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-171-2/+15
* tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)2019-10-171-0/+2
* tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)2019-10-171-1/+1
* kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-171-2/+2
* panic: ensure preemption is disabled during panic()Will Deacon2019-10-171-0/+1
* kernel/elfcore.c: include proper prototypesValdis Kletnieks2019-10-171-0/+1
* sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi2019-10-171-2/+2
* timer: Read jiffies once when forwarding base clkLi RongQing2019-10-171-3/+5
* alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo2019-10-051-2/+2
* printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch2019-10-051-1/+1
* printk: remove games with previous record flagsLinus Torvalds2019-10-051-85/+24
* kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu2019-10-051-1/+2
* sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-10-051-4/+0
* sched/fair: Fix imbalance due to CPU affinityVincent Guittot2019-10-051-2/+3
* locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long2019-10-051-0/+3
* genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-09-211-0/+2
* sched/fair: Don't assign runtime for throttled cfs_rqLiangyan2019-09-161-0/+5
* genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-09-061-1/+14
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-08-251-6/+15
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2019-08-251-3/+46
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2019-08-251-4/+11
* perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez2019-08-251-1/+1
* kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava2019-08-061-4/+2
* ftrace: Enable trampoline when rec count returns back to oneCheng Jian2019-08-061-13/+15
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-042-5/+21
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-08-041-2/+19
* locking/lockdep: Hide unused 'class' variableArnd Bergmann2019-08-041-1/+2
* locking/lockdep: Fix lock used or unused stats errorYuyang Du2019-08-041-2/+3
* padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan2019-08-041-0/+12
* tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-08-041-4/+8
* timer_list: Guard procfs specific codeNathan Huckleberry2019-08-041-17/+19
* ntp: Limit TAI-UTC offsetMiroslav Lichvar2019-08-041-1/+3
* bpf: silence warning messages in coreValdis Klētnieks2019-08-041-0/+1
* locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak2019-08-041-9/+9
* signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman2019-08-041-1/+1
* perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-07-211-1/+1
* ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn2019-07-101-3/+1
* cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-07-101-0/+3
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-07-103-10/+20
* perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra2019-06-221-0/+9
* perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui2019-06-221-4/+20
* x86/uaccess, kcov: Disable stack protectorPeter Zijlstra2019-06-221-0/+1
* ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn2019-06-222-0/+19
* signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman2019-06-221-2/+8
* ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar2019-06-221-1/+1
* kernel/sys.c: prctl: fix false positive in validate_prctl_map()Cyrill Gorcunov2019-06-221-1/+1
* sysctl: return -EINVAL if val violates minmaxChristian Brauner2019-06-221-2/+4
* x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-112-2/+11
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-06-111-1/+5
* kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei2019-06-111-0/+2