summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2021-07-20tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)
2021-07-20tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton
2021-07-20tracing: Simplify & fix saved_tgids logicPaul Burton
2021-07-20cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner
2021-07-20clocksource: Retry clock read if long delays detectedPaul E. McKenney
2021-07-20sched/fair: Fix ascii art by relpacing tabsOdin Ugedal
2021-07-20tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)
2021-07-20tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)
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-30module: limit enabling module.sig_enforceMimi Zohar
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-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
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-16perf/core: Fix endless multiplex timerPeter Zijlstra
2021-06-10sched/fair: Optimize select_idle_cpuCheng Jian
2021-06-10perf/core: Fix corner case in perf_rotate_context()Song Liu
2021-06-10perf/cgroups: Don't rotate events for cgroups unnecessarilyIan Rogers
2021-06-10bpf: Add BPF_F_ANY_ALIGNMENT.David S. Miller
2021-06-03bpf: No need to simulate speculative domain for immediatesDaniel Borkmann
2021-06-03bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann
2021-06-03bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann
2021-06-03bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann
2021-06-03bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann
2021-06-03bpf: Move sanitize_val_alu out of op switchDaniel Borkmann
2021-06-03bpf: Refactor and streamline bounds check into helperDaniel Borkmann
2021-06-03bpf: Improve verifier error messages for usersDaniel Borkmann
2021-06-03bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann
2021-06-03bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann
2021-06-03bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann
2021-06-03bpf: extend is_branch_taken to registersAlexei Starovoitov
2021-05-26locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang
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-22sched/fair: Fix unfairness caused by missing load decayOdin Ugedal
2021-05-22smp: Fix smp_call_function_single_async prototypeArnd Bergmann
2021-05-22sched/debug: Fix cgroup_path[] serializationWaiman Long
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
2021-05-22modules: unexport __module_text_addressChristoph Hellwig