summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* printk/console: Allow to disable console output by using console="" or consol...Petr Mladek2021-11-121-1/+8
* tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)2021-10-273-47/+23
* audit: fix possible null-pointer dereference in audit_filter_rulesGaosheng Cui2021-10-271-1/+1
* dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer2021-10-271-6/+6
* bpf: Fix integer overflow in prealloc_elems_and_freelist()Tatsuhiko Yasumatsu2021-10-131-1/+2
* cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao2021-10-061-5/+11
* bpf: Add oversize check before call kvcalloc()Bixuan Cui2021-09-301-0/+2
* blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng2021-09-301-0/+8
* profiling: fix shift-out-of-bounds bugsPavel Skripkin2021-09-261-10/+11
* prctl: allow to setup brk for et_dyn executablesCyrill Gorcunov2021-09-261-7/+0
* tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu2021-09-224-2/+36
* events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers2021-09-221-1/+1
* memcg: enable accounting for pids in nested pid namespacesVasily Averin2021-09-221-1/+2
* mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2021-09-221-0/+1
* workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei2021-09-221-5/+7
* dma-debug: fix debugfs initialization orderAnthony Iliopoulos2021-09-221-3/+4
* Revert "posix-cpu-timers: Force next expiration recalc after itimer reset"Greg Kroah-Hartman2021-09-161-0/+2
* bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-09-151-10/+17
* bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer2021-09-151-31/+15
* bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-09-151-55/+32
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-09-152-8/+26
* bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov2021-09-151-0/+4
* PM: EM: Increase energy calculation precisionLukasz Luba2021-09-151-1/+3
* cgroup/cpuset: Fix a partition bug with hotplugWaiman Long2021-09-151-0/+7
* bpf: Fix potential memleak and UAF in the verifier.He Fengqing2021-09-151-11/+16
* genirq/timings: Fix error return code in irq_timings_test_irqs()Zhen Lei2021-09-151-0/+2
* sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret2021-09-151-6/+19
* hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner2021-09-152-16/+19
* hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner2021-09-151-7/+53
* posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker2021-09-151-2/+0
* rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky2021-09-151-0/+18
* sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann2021-09-151-0/+1
* sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2021-09-152-3/+6
* locking/mutex: Fix HANDOFF conditionPeter Zijlstra2021-09-151-10/+5
* kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-09-122-15/+30
* audit: move put_tree() to avoid trim_trees refcount underflow and UAFRichard Guy Briggs2021-09-031-1/+1
* bpf: Fix cast to pointer from integer of different size warningAndrii Nakryiko2021-09-031-1/+1
* bpf: Track contents of read-only maps as scalarsAndrii Nakryiko2021-09-031-2/+55
* 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
* tracing: Reject string operand in the histogram expressionMasami Hiramatsu2021-08-151-1/+19
* timers: Move clearing of base::timer_running under base:: LockThomas Gleixner2021-08-121-2/+4
* tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)2021-08-121-0/+4
* bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann2021-08-081-4/+40
* bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann2021-08-081-2/+15
* bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann2021-08-081-1/+3
* cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker2021-07-311-3/+1