summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Fix cgroup_can_fork() and cgroup_post_fork() kernel-doc commentYang Li2022-01-121-0/+2
* cgroup: rstat: retrieve current bstat to delta directlyWei Yang2022-01-121-3/+2
* cgroup: rstat: use same convention to assign cgroup_base_statWei Yang2022-01-121-1/+1
* Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-1245-225/+240
|\
| * Merge branch 'locking/urgent' into locking/coreThomas Gleixner2021-12-181-1/+1
| |\
| * | locking/atomic: atomic64: Remove unusable atomic opsMark Rutland2021-12-131-2/+0
| * | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-131267-9308/+14671
| |\ \
| * | | futex: Fix additional regressionsArnd Bergmann2021-12-113-5/+5
| * | | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-0714-14/+14
| * | | x86/mm: Include spinlock_t definition in pgtable.Sebastian Andrzej Siewior2021-12-071-0/+1
| * | | locking: Mark racy reads of owner->on_cpuMarco Elver2021-12-041-1/+1
| * | | locking: Make owner_on_cpu() into <linux/sched.h>Kefeng Wang2021-12-044-21/+13
| * | | lockdep/selftests: Adapt ww-tests for PREEMPT_RTSebastian Andrzej Siewior2021-12-041-30/+46
| * | | lockdep/selftests: Skip the softirq related tests on PREEMPT_RTSebastian Andrzej Siewior2021-12-041-7/+31
| * | | lockdep/selftests: Unbalanced migrate_disable() & rcu_read_lock().Sebastian Andrzej Siewior2021-12-041-1/+25
| * | | lockdep/selftests: Avoid using local_lock_{acquire|release}().Sebastian Andrzej Siewior2021-12-041-16/+16
| * | | lockdep: Remove softirq accounting on PREEMPT_RT.Thomas Gleixner2021-12-042-8/+17
| * | | locking/rtmutex: Add rt_mutex_lock_nest_lock() and rt_mutex_lock_killable().Sebastian Andrzej Siewior2021-12-042-4/+35
| * | | locking/rtmutex: Squash self-deadlock check for ww_rt_mutex.Peter Zijlstra2021-12-041-1/+4
| * | | locking: Remove rt_rwlock_is_contended().Sebastian Andrzej Siewior2021-12-041-6/+0
| * | | sched: Trigger warning if ->migration_disabled counter underflows.Sebastian Andrzej Siewior2021-12-041-0/+3
| * | | futex: Fix sparc32/m68k/nds32 build regressionArnd Bergmann2021-11-261-2/+2
| * | | futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-2515-82/+0
| * | | futex: Ensure futex_atomic_cmpxchg_inatomic() is presentArnd Bergmann2021-11-254-33/+36
| * | | kernel/locking: Use a pointer in ww_mutex_trylock().Sebastian Andrzej Siewior2021-11-171-1/+1
* | | | Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-1214-181/+343
|\ \ \ \
| * | | | sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()Dietmar Eggemann2021-12-114-69/+50
| * | | | sched/fair: Cleanup task_util and capacity typeVincent Donnefort2021-12-081-2/+3
| * | | | sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua2021-12-071-5/+18
| * | | | sched/fair: Document the slow path and fast path in select_task_rq_fairBarry Song2021-12-071-0/+5
| * | | | sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort2021-12-041-1/+2
| * | | | sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort2021-12-041-0/+1
| * | | | sched/cpuacct: Make user/system times in cpuacct.stat more preciseAndrey Ryabinin2021-11-231-10/+15
| * | | | sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin2021-11-231-47/+32
| * | | | cpuacct: Convert BUG_ON() to WARN_ON_ONCE()Andrey Ryabinin2021-11-231-1/+2
| * | | | cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin2021-11-231-2/+2
| * | | | psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen2021-11-173-19/+44
| * | | | sched/core: Forced idle accountingJosh Don2021-11-176-24/+166
| * | | | psi: Add a missing SPDX license headerLiu Xinpeng2021-11-173-0/+3
| * | | | psi: Remove repeated verbose commentLiu Xinpeng2021-11-171-1/+0
| |/ / /
* | | | Merge tag 'Wcast-function-type-5.17-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-01-121-0/+5
|\ \ \ \
| * | | | Makefile: Enable -Wcast-function-typeGustavo A. R. Silva2021-11-151-0/+5
| |/ / /
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-01-1222-124/+200
|\ \ \ \
| * | | | ARM: reduce the information printed in call tracesRussell King2021-12-172-3/+16
| * | | | ARM: 9168/1: Add support for Cortex-M55 processorTigran Tadevosyan2021-12-171-0/+10
| * | | | ARM: 9167/1: Add support for Cortex-M33 processorVladimir Murzin2021-12-171-0/+10
| * | | | ARM: 9166/1: Support KFENCE for ARMWang Kefeng2021-12-173-2/+61
| * | | | ARM: 9165/1: mm: Provide is_write_fault()Wang Kefeng2021-12-171-1/+6
| * | | | ARM: 9164/1: mm: Provide set_memory_valid()Wang Kefeng2021-12-172-10/+33
| * | | | ARM: 9163/1: amba: Move of_amba_device_decode_irq() into amba_probe()Wang Kefeng2021-12-171-26/+26