summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-11-12printk/console: Allow to disable console output by using console="" or consol...Petr Mladek1-1/+8
2021-10-27tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)3-47/+23
2021-10-27dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer1-6/+6
2021-10-13bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu1-1/+2
2021-10-06cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao1-5/+11
2021-10-06blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng1-0/+8
2021-09-26profiling: fix shift-out-of-bounds bugsPavel Skripkin1-10/+11
2021-09-26prctl: allow to setup brk for et_dyn executablesCyrill Gorcunov1-7/+0
2021-09-26tracing/kprobe: Fix kprobe_on_func_entry() modificationLi Huafei1-1/+2
2021-09-26rcu: Fix missed wakeup of exp_wq waitersNeeraj Upadhyay1-1/+1
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