summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang2021-07-311-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: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton2021-07-201-16/+47
* tracing: Simplify & fix saved_tgids logicPaul Burton2021-07-201-25/+13
* cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner2021-07-201-0/+49
* clocksource: Retry clock read if long delays detectedPaul E. McKenney2021-07-201-6/+47
* sched/fair: Fix ascii art by relpacing tabsOdin Ugedal2021-07-201-4/+4
* tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-07-202-4/+32
* tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)2021-07-201-0/+7
* 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
* module: limit enabling module.sig_enforceMimi Zohar2021-06-301-0/+9
* 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
* sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-06-161-1/+1
* 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
* perf/core: Fix endless multiplex timerPeter Zijlstra2021-06-161-6/+14
* sched/fair: Optimize select_idle_cpuCheng Jian2021-06-101-3/+4
* perf/core: Fix corner case in perf_rotate_context()Song Liu2021-06-101-5/+17
* perf/cgroups: Don't rotate events for cgroups unnecessarilyIan Rogers2021-06-101-20/+22
* bpf: Add BPF_F_ANY_ALIGNMENT.David S. Miller2021-06-102-1/+9
* bpf: No need to simulate speculative domain for immediatesDaniel Borkmann2021-06-031-1/+5
* bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann2021-06-031-10/+12
* bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann2021-06-031-7/+11
* bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann2021-06-031-10/+17
* bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann2021-06-031-26/+44
* bpf: Move sanitize_val_alu out of op switchDaniel Borkmann2021-06-031-5/+10
* bpf: Refactor and streamline bounds check into helperDaniel Borkmann2021-06-031-17/+37
* bpf: Improve verifier error messages for usersDaniel Borkmann2021-06-031-22/+62
* bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann2021-06-031-8/+13
* bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann2021-06-031-9/+9
* bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann2021-06-031-4/+5
* bpf: extend is_branch_taken to registersAlexei Starovoitov2021-06-031-14/+18
* locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang2021-05-264-11/+17
* 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
* sched/fair: Fix unfairness caused by missing load decayOdin Ugedal2021-05-221-3/+9
* smp: Fix smp_call_function_single_async prototypeArnd Bergmann2021-05-222-6/+6
* sched/debug: Fix cgroup_path[] serializationWaiman Long2021-05-221-13/+29
* modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig2021-05-221-0/+27
* modules: return licensing information from find_symbolChristoph Hellwig2021-05-221-5/+11