summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-09-30bpf: Add oversize check before call kvcalloc()Bixuan Cui1-0/+2
2021-09-30blktrace: 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-22tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu4-2/+36
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-22workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei1-5/+7
2021-09-22dma-debug: fix debugfs initialization orderAnthony Iliopoulos1-3/+4
2021-09-16Revert "posix-cpu-timers: Force next expiration recalc after itimer reset"Greg Kroah-Hartman1-0/+2
2021-09-15bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann1-10/+17
2021-09-15bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer1-31/+15
2021-09-15bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann1-55/+32
2021-09-15bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2-8/+26
2021-09-15bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov1-0/+4
2021-09-15PM: EM: Increase energy calculation precisionLukasz Luba1-1/+3
2021-09-15cgroup/cpuset: Fix a partition bug with hotplugWaiman Long1-0/+7
2021-09-15bpf: Fix potential memleak and UAF in the verifier.He Fengqing1-11/+16
2021-09-15genirq/timings: Fix error return code in irq_timings_test_irqs()Zhen Lei1-0/+2
2021-09-15sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret1-6/+19
2021-09-15hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner2-16/+19
2021-09-15hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner1-7/+53
2021-09-15posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker1-2/+0
2021-09-15rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky1-0/+18
2021-09-15sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann1-0/+1
2021-09-15sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2-3/+6
2021-09-15locking/mutex: Fix HANDOFF conditionPeter Zijlstra1-10/+5
2021-09-12kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2-15/+30
2021-09-03audit: move put_tree() to avoid trim_trees refcount underflow and UAFRichard Guy Briggs1-1/+1
2021-09-03bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko1-1/+1
2021-09-03bpf: Track contents of read-only maps as scalarsAndrii Nakryiko1-2/+55
2021-08-26tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)1-0/+2
2021-08-26bpf: Clear zext_dst of dead insnsIlya Leoshkevich1-0/+1
2021-08-18genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai1-0/+5
2021-08-18genirq/msi: Ensure deactivation on teardownBixuan Cui1-5/+8
2021-08-18genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner1-1/+4
2021-08-15tracing: Reject string operand in the histogram expressionMasami Hiramatsu1-1/+19
2021-08-12timers: Move clearing of base::timer_running under base:: LockThomas Gleixner1-2/+4
2021-08-12tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)1-0/+4
2021-08-08bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann1-4/+40
2021-08-08bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann1-2/+15
2021-08-08bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann1-1/+3
2021-07-31cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker1-3/+1
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-28tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2-6/+20
2021-07-25sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal1-2/+2