summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
* panic: ensure preemption is disabled during panic()Will Deacon2019-10-17
* kernel/elfcore.c: include proper prototypesValdis Kletnieks2019-10-17
* alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo2019-10-05
* printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch2019-10-05
* kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu2019-10-05
* sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-10-05
* sched/fair: Fix imbalance due to CPU affinityVincent Guittot2019-10-05
* locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long2019-10-05
* genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-09-21
* cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira2019-09-06
* perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez2019-08-25
* kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava2019-08-06
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-04
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-08-04
* locking/lockdep: Hide unused 'class' variableArnd Bergmann2019-08-04
* locking/lockdep: Fix lock used or unused stats errorYuyang Du2019-08-04
* padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan2019-08-04
* tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-08-04
* timer_list: Guard procfs specific codeNathan Huckleberry2019-08-04
* ntp: Limit TAI-UTC offsetMiroslav Lichvar2019-08-04
* bpf: silence warning messages in coreValdis Klētnieks2019-08-04
* locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak2019-08-04
* signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman2019-08-04
* perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-07-21
* ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn2019-07-10
* cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-07-10
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-07-10
* perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra2019-06-22
* perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui2019-06-22
* ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn2019-06-22
* signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman2019-06-22
* futex: Fix futex lock the wrong pageZhangXiaoxu2019-06-22
* ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar2019-06-22
* kernel/sys.c: prctl: fix false positive in validate_prctl_map()Cyrill Gorcunov2019-06-22
* sysctl: return -EINVAL if val violates minmaxChristian Brauner2019-06-22
* kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei2019-06-11
* rcutorture: Fix cleanup path for invalid torture_type stringsPaul E. McKenney2019-06-11
* sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-06-11
* sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-06-11
* audit: fix a memory leak bugWenwen Wang2019-06-11
* tracing: Fix partial reading of trace event's id fileElazar Leibovich2019-06-11
* cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf2019-05-16
* x86/speculation: Rework SMT state changeThomas Gleixner2019-05-16
* sched: Add sched_smt_active()Ben Hutchings2019-05-16
* x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2019-05-16
* timer/debug: Change /proc/timer_stats from 0644 to 0600Ben Hutchings2019-05-16
* genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi2019-05-16
* sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-05-16
* trace: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-05-16
* kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon2019-04-27