summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney2021-07-201-1/+1
* srcu: Fix broken node geometry after early ssp initFrederic Weisbecker2021-07-203-1/+20
* cgroup: verify that source is a stringChristian Brauner2021-07-201-0/+2
* tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)2021-07-201-3/+3
* tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton2021-07-191-16/+47
* tracing: Simplify & fix saved_tgids logicPaul Burton2021-07-191-25/+13
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-2/+7
* cpu/hotplug: Cure the cpusets trainwreckThomas Gleixner2021-07-191-0/+49
* bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev2021-07-191-0/+2
* sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal2021-07-191-3/+3
* bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann2021-07-191-18/+43
* cred: add missing return error code when set_cred_ucounts() failedYang Yingliang2021-07-141-1/+2
* rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney2021-07-141-1/+1
* bpf: Fix null ptr deref with mixed tail calls and subprogsJohn Fastabend2021-07-141-2/+4
* psi: Fix race between psi_trigger_create/destroyZhaoyang Huang2021-07-141-6/+6