summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* locking/ww_mutex: Abstract out mutex accessorsPeter Zijlstra2021-08-171-2/+14
* locking/ww_mutex: Abstract out waiter enqueueingPeter Zijlstra2021-08-171-6/+13
* locking/ww_mutex: Abstract out the waiter iterationPeter Zijlstra2021-08-171-4/+53
* locking/ww_mutex: Remove the __sched annotation from ww_mutex APIsPeter Zijlstra2021-08-171-6/+6
* locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/...Peter Zijlstra (Intel)2021-08-172-371/+370
* locking/ww_mutex: Split up ww_mutex_unlock()Peter Zijlstra (Intel)2021-08-171-11/+15
* locking/ww_mutex: Gather mutex_waiter initializationPeter Zijlstra2021-08-172-9/+4
* locking/ww_mutex: Simplify lockdep annotationsPeter Zijlstra2021-08-171-9/+10
* locking/mutex: Make mutex::wait_lock rawThomas Gleixner2021-08-171-11/+11
* locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...Thomas Gleixner2021-08-171-0/+13
* locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.hThomas Gleixner2021-08-174-48/+26
* locking/rtmutex: Squash !RT tasks to DEFAULT_PRIOPeter Zijlstra2021-08-171-5/+20
* locking/rwlock: Provide RT variantThomas Gleixner2021-08-174-1/+144
* locking/spinlock: Provide RT variantThomas Gleixner2021-08-172-0/+130
* locking/rtmutex: Provide the spin/rwlock core lock functionThomas Gleixner2021-08-172-1/+61
* locking/rtmutex: Guard regular sleeping locks specific functionsThomas Gleixner2021-08-173-123/+133
* locking/rtmutex: Prepare RT rt_mutex_wake_q for RT locksThomas Gleixner2021-08-172-3/+20
* locking/rtmutex: Use rt_mutex_wake_q_headThomas Gleixner2021-08-174-23/+20
* locking/rtmutex: Provide rt_wake_q_head and helpersThomas Gleixner2021-08-172-0/+29
* locking/rtmutex: Add wake_state to rt_mutex_waiterThomas Gleixner2021-08-172-1/+10
* locking/rwsem: Add rtmutex based R/W semaphore implementationThomas Gleixner2021-08-171-0/+108
* locking/rt: Add base code for RT rw_semaphore and rwlockThomas Gleixner2021-08-171-0/+263
* locking/rtmutex: Provide rt_mutex_slowlock_locked()Thomas Gleixner2021-08-172-43/+59
* locking/rtmutex: Split out the inner parts of 'struct rtmutex'Peter Zijlstra2021-08-175-73/+80
* locking/rtmutex: Split API from implementationThomas Gleixner2021-08-174-498/+514
* locking/rtmutex: Switch to from cmpxchg_*() to try_cmpxchg_*()Thomas Gleixner2021-08-171-2/+2
* locking/rtmutex: Convert macros to inlinesSebastian Andrzej Siewior2021-08-171-4/+27
* sched/core: Provide a scheduling point for RT locksThomas Gleixner2021-08-171-1/+19
* sched/core: Rework the __schedule() preempt argumentThomas Gleixner2021-08-171-11/+23
* sched/wakeup: Prepare for RT sleeping spin/rwlocksThomas Gleixner2021-08-171-0/+33
* sched/wakeup: Split out the wakeup ->__state checkThomas Gleixner2021-08-171-6/+18
* locking/rtmutex: Set proper wait context for lockdepThomas Gleixner2021-08-171-1/+1
* Merge tag 'v5.14-rc6' into locking/core, to pick up fixesIngo Molnar2021-08-17175-3077/+10370
|\
| * Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-153-6/+17
| |\
| | * genirq/msi: Ensure deactivation on teardownBixuan Cui2021-08-101-5/+8
| | * genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai2021-08-101-0/+5
| | * genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-101-1/+4
| * | Merge tag 'locking_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-08-151-1/+1
| |\ \
| | * | locking/rtmutex: Use the correct rtmutex debugging config optionZhen Lei2021-08-101-1/+1
| | |/
| * | Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-124-13/+19
| |\ \
| | * | bpf, core: Fix kernel-doc notationRandy Dunlap2021-08-101-1/+6
| | * | bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song2021-08-101-2/+2
| | * | bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-101-2/+3
| | * | bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann2021-08-092-6/+6
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-08-071-2/+2
| | |\ \
| | | * | bpf: Fix integer overflow involving bucket_sizeTatsuhiko Yasumatsu2021-08-071-2/+2
| * | | | Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-08-121-8/+11
| |\ \ \ \
| | * | | | ucounts: add missing data type changesSven Schnelle2021-08-091-8/+11
| * | | | | Merge tag 'seccomp-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-08-111-1/+1
| |\ \ \ \ \
| | * | | | | seccomp: Fix setting loaded filter count during TSYNCHsuan-Chi Kuo2021-08-111-1/+1