summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* static_call: Fix unused variable warn w/o MODULEMatthieu Baerts2021-09-081-2/+2
* Revert "Add a reference to ucounts for each cred"Greg Kroah-Hartman2021-09-085-98/+3
* Revert "cred: add missing return error code when set_cred_ucounts() failed"Greg Kroah-Hartman2021-09-081-2/+1
* Revert "ucounts: Increase ucounts reference counter before the security hook"Greg Kroah-Hartman2021-09-081-6/+6
* bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song2021-09-031-2/+2
* audit: move put_tree() to avoid trim_trees refcount underflow and UAFRichard Guy Briggs2021-09-031-1/+1
* kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-09-032-7/+28
* tracepoint: Use rcu get state and cond sync for static call updatesMathieu Desnoyers2021-09-031-14/+67
* srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney2021-09-031-2/+53
* srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney2021-09-031-2/+3
* srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney2021-09-031-6/+11
* srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney2021-09-031-4/+63
* srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney2021-09-031-29/+37
* ucounts: Increase ucounts reference counter before the security hookAlexey Gladkov2021-09-031-6/+6
* bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song2021-09-032-6/+14
* bpf: Fix ringbuf helper function compatibilityDaniel Borkmann2021-09-031-2/+6
* tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)2021-08-261-0/+2
* bpf: Clear zext_dst of dead insnsIlya Leoshkevich2021-08-261-0/+1
* genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai2021-08-181-0/+5
* genirq/msi: Ensure deactivation on teardownBixuan Cui2021-08-181-5/+8
* genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-181-1/+4
* bpf: Fix integer overflow involving bucket_sizeTatsuhiko Yasumatsu2021-08-181-2/+2
* seccomp: Fix setting loaded filter count during TSYNCHsuan-Chi Kuo2021-08-181-1/+1
* bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-151-2/+3
* sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra2021-08-121-55/+35
* timers: Move clearing of base::timer_running under base:: LockThomas Gleixner2021-08-121-2/+4
* tracepoint: Fix static call function vs data state mismatchMathieu Desnoyers2021-08-121-20/+82
* tracepoint: static call: Compare data on transition from 2->1 calleesMathieu Desnoyers2021-08-121-1/+1
* tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal2021-08-121-1/+3
* tracing: Reject string operand in the histogram expressionMasami Hiramatsu2021-08-121-1/+19
* tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)2021-08-121-0/+4
* bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-08-041-10/+17
* bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer2021-08-041-31/+15
* bpf: Remove superfluous aux sanitation on subprog rejectionDaniel Borkmann2021-08-041-34/+0
* bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-08-041-55/+32
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-08-042-8/+27
* rcu-tasks: Don't delete holdouts within trc_wait_for_one_reader()Paul E. McKenney2021-07-311-1/+0
* rcu-tasks: Don't delete holdouts within trc_inspect_reader()Paul E. McKenney2021-07-311-3/+2
* cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker2021-07-311-3/+1
* workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang2021-07-311-7/+13
* posix-cpu-timers: Fix rearm racing against process tickFrederic Weisbecker2021-07-281-5/+5
* tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)2021-07-281-1/+1
* tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo2021-07-281-4/+24
* tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-07-282-6/+20
* tracepoints: Update static_call before tp_funcs when adding a tracepointSteven Rostedt (VMware)2021-07-281-1/+1
* dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}Roman Skakun2021-07-281-2/+10
* timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne2021-07-281-3/+5
* bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann2021-07-281-0/+2
* bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-252-40/+28
* sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-251-2/+2