summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
* kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko2019-12-21
* workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo2019-12-21
* cgroup: pids: use atomic64_t for pids->limitAleksa Sarai2019-12-21
* workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo2019-12-21
* workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo2019-12-21
* sched/core: Allow putting thread_info into task_structAndy Lutomirski2019-12-21
* sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-12-21
* audit: print empty EXECVE argsRichard Guy Briggs2019-11-28
* sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider2019-11-28
* printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky2019-11-28
* printk: Give error on attempt to set log buffer length to over 2GHe Zhe2019-11-25
* kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu2019-11-25
* signal: Properly deliver SIGILL from uprobesEric W. Biederman2019-11-25
* signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman2019-11-25
* alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPPPetr Vorel2019-11-10
* tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-11-06
* tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-17
* kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-17
* 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