summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu2021-09-221-6/+9
* 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-181-1/+2
* mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2021-09-181-0/+1
* workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei2021-09-181-5/+7
* rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou2021-09-181-4/+4
* dma-debug: fix debugfs initialization orderAnthony Iliopoulos2021-09-181-3/+4
* Revert "posix-cpu-timers: Force next expiration recalc after itimer reset"Greg Kroah-Hartman2021-09-161-0/+2
* bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov2021-09-151-0/+4
* locking/lockdep: Mark local_lock_tPeter Zijlstra2021-09-151-7/+9
* PM: cpu: Make notifier chain use a raw_spinlock_tValentin Schneider2021-09-151-12/+38
* cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long2021-09-151-23/+35
* cgroup/cpuset: Miscellaneous code cleanupWaiman Long2021-09-151-21/+19
* 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
* rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu2021-09-151-1/+3
* rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and calleesPaul E. McKenney2021-09-153-0/+13
* rcu: Fix to include first blocked task in stall warningYanfei Xu2021-09-151-2/+2
* sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret2021-09-151-6/+19
* sched/numa: Fix is_core_idle()Mika Penttilä2021-09-151-1/+1
* 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
* static_call: Fix unused variable warn w/o MODULEMatthieu Baerts2021-09-081-2/+2
* Revert "Add a reference to ucounts for each cred"Greg Kroah-Hartman2021-09-085-98/+3
* Revert "cred: add missing return error code when set_cred_ucounts() failed"Greg Kroah-Hartman2021-09-081-2/+1
* Revert "ucounts: Increase ucounts reference counter before the security hook"Greg Kroah-Hartman2021-09-081-6/+6
* bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song2021-09-031-2/+2
* audit: move put_tree() to avoid trim_trees refcount underflow and UAFRichard Guy Briggs2021-09-031-1/+1
* kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-09-032-7/+28
* tracepoint: Use rcu get state and cond sync for static call updatesMathieu Desnoyers2021-09-031-14/+67
* srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney2021-09-031-2/+53
* srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney2021-09-031-2/+3
* srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney2021-09-031-6/+11
* srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney2021-09-031-4/+63
* srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney2021-09-031-29/+37
* ucounts: Increase ucounts reference counter before the security hookAlexey Gladkov2021-09-031-6/+6
* bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song2021-09-032-6/+14
* bpf: Fix ringbuf helper function compatibilityDaniel Borkmann2021-09-031-2/+6
* 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