summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2021-12-08kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu
2021-12-01tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)
2021-12-01PM: hibernate: use correct mode for swsusp_close()Thomas Zeitlhofer
2021-12-01tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)
2021-11-26perf/core: Avoid put_page() when GUP failsGreg Thelen
2021-11-26sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort
2021-11-26PM: hibernate: fix sparse warningsAnders Roxell
2021-11-26cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long
2021-11-26PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin
2021-11-26tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh
2021-11-26workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong
2021-11-26locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra
2021-11-26signal: Remove the bogus sigkill_pending in ptrace_stopEric W. Biederman
2021-11-26bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-11-12printk/console: Allow to disable console output by using console="" or consol...Petr Mladek
2021-10-27tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-10-27dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer
2021-10-13bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu
2021-10-06cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao
2021-10-06blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng
2021-09-26profiling: fix shift-out-of-bounds bugsPavel Skripkin
2021-09-26prctl: allow to setup brk for et_dyn executablesCyrill Gorcunov
2021-09-26tracing/kprobe: Fix kprobe_on_func_entry() modificationLi Huafei
2021-09-26rcu: Fix missed wakeup of exp_wq waitersNeeraj Upadhyay
2021-09-22events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers
2021-09-22memcg: enable accounting for pids in nested pid namespacesVasily Averin
2021-09-22mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian
2021-09-22bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann
2021-09-22bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer
2021-09-22bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann
2021-09-22bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-09-22bpf: track spill/fill of constantsAlexei Starovoitov
2021-09-22bpf: Sanity check max value for var_off stack accessAndrey Ignatov
2021-09-22bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov
2021-09-22bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov
2021-09-22bpf: Support variable offset stack access from helpersAndrey Ignatov
2021-09-22bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang
2021-09-22bpf/verifier: per-register parent pointersEdward Cree
2021-09-22hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner
2021-09-22sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann
2021-09-22sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret
2021-09-22locking/mutex: Fix HANDOFF conditionPeter Zijlstra
2021-09-03bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann
2021-09-03bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann
2021-09-03bpf: Do not use ax register in interpreter on div/modDaniel Borkmann
2021-08-26tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)
2021-08-26genirq/msi: Ensure deactivation on teardownBixuan Cui
2021-08-26genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner
2021-08-15bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann
2021-08-15bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann