summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: move put_tree() to avoid trim_trees refcount underflow and UAFRichard Guy Briggs2021-09-031-1/+1
* sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior2021-09-031-0/+3
* ucounts: Increase ucounts reference counter before the security hookAlexey Gladkov2021-09-031-6/+6
* bpf: Fix ringbuf helper function compatibilityDaniel Borkmann2021-09-031-2/+6
* tracing: Apply trace filters on all output channelsPingfan Liu2021-08-262-35/+15
* tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)2021-08-261-0/+2
* tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn2021-08-261-0/+5
* cfi: Use rcu_read_{un}lock_sched_notraceElliot Berman2021-08-261-4/+4
* bpf: Clear zext_dst of dead insnsIlya Leoshkevich2021-08-261-0/+1
* locking/rtmutex: Use the correct rtmutex debugging config optionZhen Lei2021-08-181-1/+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 potentially incorrect results with bpf_get_local_storage()Yonghong Song2021-08-181-2/+2
* 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
* cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo2021-08-181-8/+11
* 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
* perf: Fix required permissions if sigtrap is requestedMarco Elver2021-08-121-1/+24
* timers: Move clearing of base::timer_running under base:: LockThomas Gleixner2021-08-121-2/+4
* tracepoint: Use rcu get state and cond sync for static call updatesMathieu Desnoyers2021-08-121-14/+67
* 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
* kprobe/static_call: Restore missing static_call_text_reserved()Peter Zijlstra2021-07-201-0/+2
* static_call: Fix static_call_text_reserved() vs __initPeter Zijlstra2021-07-201-5/+8
* jump_label: Fix jump_label_text_reserved() vs __initPeter Zijlstra2021-07-201-5/+8
* sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan2021-07-201-7/+14