summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira2019-09-061-58/+64
* 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
* 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
* 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
* futex: Fix futex lock the wrong pageZhangXiaoxu2019-06-221-2/+2
* 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
* kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei2019-06-111-0/+2
* rcutorture: Fix cleanup path for invalid torture_type stringsPaul E. McKenney2019-06-111-0/+5
* sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-06-111-0/+2
* sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-06-111-1/+6
* audit: fix a memory leak bugWenwen Wang2019-06-111-5/+7
* tracing: Fix partial reading of trace event's id fileElazar Leibovich2019-06-111-3/+0
* cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf2019-05-161-0/+13
* x86/speculation: Rework SMT state changeThomas Gleixner2019-05-161-1/+9
* sched: Add sched_smt_active()Ben Hutchings2019-05-162-0/+25
* x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2019-05-161-0/+10
* timer/debug: Change /proc/timer_stats from 0644 to 0600Ben Hutchings2019-05-161-1/+1
* genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi2019-05-161-1/+3
* sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-05-161-0/+4
* trace: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-05-161-1/+1
* kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon2019-04-271-1/+2
* Revert "locking/lockdep: Add debug_locks check in __lock_downgrade()"Greg Kroah-Hartman2019-04-271-3/+0
* sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld2019-04-271-0/+25