summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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
2021-08-15bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann
2021-08-15tracing: Reject string operand in the histogram expressionMasami Hiramatsu
2021-08-12tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)
2021-08-12tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)
2021-08-08padata: add separate cpuhp node for CPUHP_PADATA_DEADDaniel Jordan
2021-08-08padata: validate cpumask without removed CPU during offlineDaniel Jordan
2021-07-31workqueue: 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: 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