summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-09-22tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu1-6/+9
2021-09-22tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu4-2/+36
2021-09-22events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers1-1/+1
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-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-15locking/lockdep: Mark local_lock_tPeter Zijlstra1-7/+9
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: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and calleesPaul E. McKenney3-0/+13
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-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-08static_call: Fix unused variable warn w/o MODULEMatthieu Baerts1-2/+2
2021-09-08Revert "Add a reference to ucounts for each cred"Greg Kroah-Hartman5-98/+3
2021-09-08Revert "cred: add missing return error code when set_cred_ucounts() failed"Greg Kroah-Hartman1-2/+1
2021-09-08Revert "ucounts: Increase ucounts reference counter before the security hook"Greg Kroah-Hartman1-6/+6
2021-09-03bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song1-2/+2
2021-09-03audit: move put_tree() to avoid trim_trees refcount underflow and UAFRichard Guy Briggs1-1/+1
2021-09-03kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2-7/+28
2021-09-03tracepoint: Use rcu get state and cond sync for static call updatesMathieu Desnoyers1-14/+67
2021-09-03srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney1-2/+53
2021-09-03srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney1-2/+3
2021-09-03srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney1-6/+11
2021-09-03srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney1-4/+63
2021-09-03srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney1-29/+37
2021-09-03ucounts: Increase ucounts reference counter before the security hookAlexey Gladkov1-6/+6
2021-09-03bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song2-6/+14
2021-09-03bpf: Fix ringbuf helper function compatibilityDaniel Borkmann1-2/+6
2021-08-26tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)1-0/+2
2021-08-26bpf: Clear zext_dst of dead insnsIlya Leoshkevich1-0/+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