summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-09-18memcg: enable accounting for pids in nested pid namespacesVasily Averin1-1/+2
2021-09-18mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian1-0/+1
2021-09-18printk/console: Check consistent sequence number when handling race in consol...Petr Mladek1-2/+5
2021-09-18locking/rtmutex: Set proper wait context for lockdepThomas Gleixner1-1/+1
2021-09-18workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei1-5/+7
2021-09-18rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou1-4/+4
2021-09-18dma-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 possible out of bound write in narrow load handlingAndrey Ignatov1-0/+4
2021-09-15PM: cpu: Make notifier chain use a raw_spinlock_tValentin Schneider1-12/+38
2021-09-15cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long1-23/+35
2021-09-15cgroup/cpuset: Miscellaneous code cleanupWaiman Long1-21/+19
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-15rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu1-1/+3
2021-09-15rcu: Fix to include first blocked task in stall warningYanfei Xu1-2/+2
2021-09-15sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret1-6/+19
2021-09-15sched/numa: Fix is_core_idle()Mika Penttilä1-1/+1
2021-09-15sched/debug: Don't update sched_domain debug directories before sched_debug_i...Valentin Schneider1-0/+7
2021-09-15sched/topology: Skip updating masks for non-online nodesValentin Schneider1-0/+65
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-03audit: move put_tree() to avoid trim_trees refcount underflow and UAFRichard Guy Briggs1-1/+1
2021-09-03sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior1-0/+3
2021-09-03ucounts: Increase ucounts reference counter before the security hookAlexey Gladkov1-6/+6
2021-09-03bpf: Fix ringbuf helper function compatibilityDaniel Borkmann1-2/+6
2021-08-26tracing: Apply trace filters on all output channelsPingfan Liu2-35/+15
2021-08-26tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)1-0/+2
2021-08-26tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn1-0/+5
2021-08-26cfi: Use rcu_read_{un}lock_sched_notraceElliot Berman1-4/+4
2021-08-26bpf: Clear zext_dst of dead insnsIlya Leoshkevich1-0/+1
2021-08-18locking/rtmutex: Use the correct rtmutex debugging config optionZhen Lei1-1/+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-18bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song1-2/+2
2021-08-18bpf: Fix integer overflow involving bucket_sizeTatsuhiko Yasumatsu1-2/+2
2021-08-18seccomp: Fix setting loaded filter count during TSYNCHsuan-Chi Kuo1-1/+1
2021-08-18cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo1-8/+11
2021-08-15bpf: Add lockdown check for probe_write_user helperDaniel Borkmann1-2/+3
2021-08-12sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra1-55/+35
2021-08-12perf: Fix required permissions if sigtrap is requestedMarco Elver1-1/+24
2021-08-12timers: Move clearing of base::timer_running under base:: LockThomas Gleixner1-2/+4