aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2021-08-04workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang
2021-07-28tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo
2021-07-28sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal
2021-07-20tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)
2021-07-20tracing: Simplify & fix saved_tgids logicPaul Burton
2021-07-20cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner
2021-07-11kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek
2021-07-11kthread_worker: split code for canceling the delayed work timerPetr Mladek
2021-07-11mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins
2021-06-30tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)
2021-06-30tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)
2021-06-30tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)
2021-06-16tracing: Correct the length check which causes memory corruptionLiangyan
2021-06-16ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)
2021-06-16perf: Fix data race between pin_count increment/decrementMarco Elver
2021-06-16cgroup1: don't allow '\n' in renamingAlexander Kuznetsov
2021-06-16wq: handle VM suspension in stall detectionSergey Senozhatsky
2021-06-16cgroup: disable controllers at parse timeShakeel Butt
2021-06-10Merge tag 'v4.14.234' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.233' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.231' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.229' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.227' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.223' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.222' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.221' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.220' into v4.14/standard/baseBruce Ashfield
2021-06-10Merge tag 'v4.14.218' into v4.14/standard/baseBruce Ashfield
2021-06-10sched/fair: Optimize select_idle_cpuCheng Jian
2021-06-10bpf: No need to simulate speculative domain for immediatesDaniel Borkmann
2021-06-10bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann
2021-06-10bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann
2021-06-10bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann
2021-06-10bpf/verifier: disallow pointer subtractionAlexei Starovoitov
2021-06-10bpf: do not allow root to mangle valid pointersAlexei Starovoitov
2021-06-10bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann
2021-06-10bpf: Move sanitize_val_alu out of op switchDaniel Borkmann
2021-06-10bpf: Refactor and streamline bounds check into helperDaniel Borkmann
2021-06-10bpf: Improve verifier error messages for usersDaniel Borkmann
2021-06-10bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann
2021-06-10bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann
2021-06-10bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann
2021-05-26ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov
2021-05-22kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai
2021-05-22smp: Fix smp_call_function_single_async prototypeArnd Bergmann
2021-05-22tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)
2021-05-22modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig
2021-05-22modules: return licensing information from find_symbolChristoph Hellwig
2021-05-22modules: rename the licence field in struct symsearch to licenseChristoph Hellwig
2021-05-22modules: unexport __module_addressChristoph Hellwig