summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang2021-08-041-7/+13
* tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo2021-07-281-4/+24
* sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-281-2/+2
* tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)2021-07-201-3/+3
* tracing: Simplify & fix saved_tgids logicPaul Burton2021-07-201-25/+13
* cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner2021-07-201-0/+49
* kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek2021-07-111-11/+24
* kthread_worker: split code for canceling the delayed work timerPetr Mladek2021-07-111-17/+29
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-07-111-1/+1
* tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-301-3/+3
* tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-301-9/+0
* tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-301-2/+0
* tracing: Correct the length check which causes memory corruptionLiangyan2021-06-161-1/+1
* ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-161-1/+7
* perf: Fix data race between pin_count increment/decrementMarco Elver2021-06-161-0/+2
* cgroup1: don't allow '\n' in renamingAlexander Kuznetsov2021-06-161-0/+4
* wq: handle VM suspension in stall detectionSergey Senozhatsky2021-06-161-2/+10
* cgroup: disable controllers at parse timeShakeel Butt2021-06-161-8/+5
* sched/fair: Optimize select_idle_cpuCheng Jian2021-06-101-3/+4
* bpf: No need to simulate speculative domain for immediatesDaniel Borkmann2021-06-101-1/+5
* bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann2021-06-101-10/+12
* bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann2021-06-101-7/+11
* bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann2021-06-101-10/+17
* bpf/verifier: disallow pointer subtractionAlexei Starovoitov2021-06-101-1/+1
* bpf: do not allow root to mangle valid pointersAlexei Starovoitov2021-06-101-67/+33
* bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann2021-06-101-26/+44
* bpf: Move sanitize_val_alu out of op switchDaniel Borkmann2021-06-101-5/+10
* bpf: Refactor and streamline bounds check into helperDaniel Borkmann2021-06-101-17/+37
* bpf: Improve verifier error messages for usersDaniel Borkmann2021-06-101-22/+62
* bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann2021-06-101-8/+13
* bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann2021-06-101-10/+9
* bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann2021-06-101-4/+5
* ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov2021-05-261-1/+17
* kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai2021-05-221-1/+3
* smp: Fix smp_call_function_single_async prototypeArnd Bergmann2021-05-222-6/+6
* tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)2021-05-221-14/+30
* modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig2021-05-221-0/+27
* modules: return licensing information from find_symbolChristoph Hellwig2021-05-221-5/+11
* modules: rename the licence field in struct symsearch to licenseChristoph Hellwig2021-05-221-2/+2
* modules: unexport __module_addressChristoph Hellwig2021-05-221-1/+0
* modules: unexport __module_text_addressChristoph Hellwig2021-05-221-1/+0
* modules: mark each_symbol_section staticChristoph Hellwig2021-05-221-2/+1
* modules: mark find_symbol staticChristoph Hellwig2021-05-221-2/+1
* modules: mark ref_module staticChristoph Hellwig2021-05-221-4/+2
* tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-05-221-26/+15
* ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-221-1/+4
* posix-timers: Preserve return value in clock_adjtime32()Chen Jun2021-05-221-2/+2
* Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")Thomas Gleixner2021-05-221-2/+1
* bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann2021-05-221-8/+4
* bpf: Fix backport of "bpf: restrict unknown scalars of mixed signed bounds fo...Samuel Mendoza-Jonas2021-05-221-7/+7