summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-09-22events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers1-1/+1
2021-09-22memcg: enable accounting for pids in nested pid namespacesVasily Averin1-1/+2
2021-09-22mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian1-0/+1
2021-09-22bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann1-10/+17
2021-09-22bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer1-29/+13
2021-09-22bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann1-55/+33
2021-09-22bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2-8/+26
2021-09-22bpf: track spill/fill of constantsAlexei Starovoitov1-23/+63
2021-09-22bpf: Sanity check max value for var_off stack accessAndrey Ignatov1-3/+15
2021-09-22bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov1-0/+13
2021-09-22bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov1-0/+9
2021-09-22bpf: Support variable offset stack access from helpersAndrey Ignatov1-21/+54
2021-09-22bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang1-0/+5
2021-09-22bpf/verifier: per-register parent pointersEdward Cree1-139/+44
2021-09-22hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner1-7/+53
2021-09-22sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann1-0/+1
2021-09-22sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2-3/+6
2021-09-22locking/mutex: Fix HANDOFF conditionPeter Zijlstra1-10/+5
2021-09-03bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann1-4/+5
2021-09-03bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann1-11/+11
2021-09-03bpf: Do not use ax register in interpreter on div/modDaniel Borkmann1-17/+15
2021-08-26tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)1-0/+2
2021-08-26genirq/msi: Ensure deactivation on teardownBixuan Cui1-5/+8
2021-08-26genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner1-1/+4
2021-08-15bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann1-4/+40
2021-08-15bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann1-2/+15
2021-08-15bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann1-2/+5
2021-08-15tracing: Reject string operand in the histogram expressionMasami Hiramatsu1-0/+14
2021-08-12tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2-6/+19
2021-08-12tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)1-0/+4
2021-08-08padata: add separate cpuhp node for CPUHP_PADATA_DEADDaniel Jordan1-6/+8
2021-08-08padata: validate cpumask without removed CPU during offlineDaniel Jordan1-4/+14
2021-07-31workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang1-7/+13
2021-07-28tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo1-4/+24
2021-07-28sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal1-2/+2
2021-07-20tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)1-3/+3
2021-07-20tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton1-16/+47
2021-07-20tracing: Simplify & fix saved_tgids logicPaul Burton1-25/+13
2021-07-20cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner1-0/+49
2021-07-20clocksource: Retry clock read if long delays detectedPaul E. McKenney1-6/+47
2021-07-20sched/fair: Fix ascii art by relpacing tabsOdin Ugedal1-4/+4
2021-07-20tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2-4/+32
2021-07-20tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)1-0/+7
2021-07-11kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek1-11/+24
2021-07-11kthread_worker: split code for canceling the delayed work timerPetr Mladek1-17/+29
2021-07-11mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins1-1/+1
2021-06-30module: limit enabling module.sig_enforceMimi Zohar1-0/+9
2021-06-30tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)1-3/+3
2021-06-30tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)1-9/+0
2021-06-30tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)1-2/+0