aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-08-18dma-direct: add support for dma_coherent_default_memoryChristoph Hellwig2-0/+19
2021-08-18Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar4-51/+175
2021-08-17bpf: Remove redundant initialization of variable allowColin Ian King1-1/+1
2021-08-17Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-35/+15
2021-08-17tracing: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior3-26/+26
2021-08-17workqueue: Assign a color to barrier work itemsLai Jiangshan2-9/+14
2021-08-17workqueue: Mark barrier work with WORK_STRUCT_INACTIVELai Jiangshan1-8/+34
2021-08-17workqueue: Change the code of calculating work_flags in insert_wq_barrier()Lai Jiangshan1-4/+3
2021-08-17workqueue: Change arguement of pwq_dec_nr_in_flight()Lai Jiangshan1-8/+10
2021-08-17workqueue: Rename "delayed" (delayed by active management) to "inactive"Lai Jiangshan1-29/+29
2021-08-17locking/spinlock/rt: Prepare for RT local_lockThomas Gleixner1-2/+5
2021-08-17locking/rtmutex: Add adaptive spinwait mechanismSteven Rostedt1-2/+65
2021-08-17locking/rtmutex: Implement equal priority lock stealingGregory Haskins1-17/+35
2021-08-17locking/rtmutex: Prevent lockdep false positive with PI futexesThomas Gleixner1-0/+12
2021-08-17futex: Prevent requeue_pi() lock nesting issue on RTThomas Gleixner1-49/+259
2021-08-17futex: Simplify handle_early_requeue_pi_wakeup()Thomas Gleixner1-26/+22
2021-08-17futex: Reorder sanity checks in futex_requeue()Thomas Gleixner1-7/+7
2021-08-17futex: Clarify comment in futex_requeue()Thomas Gleixner1-8/+20
2021-08-17futex: Restructure futex_requeue()Thomas Gleixner1-49/+41
2021-08-17futex: Correct the number of requeued waiters for PIThomas Gleixner1-0/+4
2021-08-17futex: Remove bogus condition for requeue PIThomas Gleixner1-1/+1
2021-08-17futex: Clarify futex_requeue() PI handlingThomas Gleixner1-38/+23
2021-08-17futex: Clean up stale commentsThomas Gleixner1-11/+7
2021-08-17futex: Validate waiter correctly in futex_proxy_trylock_atomic()Thomas Gleixner1-0/+7
2021-08-17locking/rtmutex: Add mutex variant for RTThomas Gleixner2-1/+125
2021-08-17locking/ww_mutex: Implement rtmutex based ww_mutex API functionsPeter Zijlstra2-1/+77
2021-08-17locking/rtmutex: Extend the rtmutex core to support ww_mutexPeter Zijlstra4-14/+115
2021-08-17locking/ww_mutex: Add rt_mutex based lock type and accessorsPeter Zijlstra1-3/+3
2021-08-17locking/ww_mutex: Add RT priority to W/W orderPeter Zijlstra1-15/+49
2021-08-17locking/ww_mutex: Implement rt_mutex accessorsPeter Zijlstra1-0/+80
2021-08-17locking/ww_mutex: Abstract out internal lock accessesThomas Gleixner1-4/+19
2021-08-17locking/ww_mutex: Abstract out mutex typesPeter Zijlstra1-10/+13
2021-08-17locking/ww_mutex: Abstract out mutex accessorsPeter Zijlstra1-2/+14
2021-08-17locking/ww_mutex: Abstract out waiter enqueueingPeter Zijlstra1-6/+13
2021-08-17locking/ww_mutex: Abstract out the waiter iterationPeter Zijlstra1-4/+53
2021-08-17locking/ww_mutex: Remove the __sched annotation from ww_mutex APIsPeter Zijlstra1-6/+6
2021-08-17locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/...Peter Zijlstra (Intel)2-371/+370
2021-08-17locking/ww_mutex: Split up ww_mutex_unlock()Peter Zijlstra (Intel)1-11/+15
2021-08-17locking/ww_mutex: Gather mutex_waiter initializationPeter Zijlstra2-9/+4
2021-08-17locking/ww_mutex: Simplify lockdep annotationsPeter Zijlstra1-9/+10
2021-08-17locking/mutex: Make mutex::wait_lock rawThomas Gleixner1-11/+11
2021-08-17locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...Thomas Gleixner1-0/+13
2021-08-17locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.hThomas Gleixner4-48/+26
2021-08-17locking/rtmutex: Squash !RT tasks to DEFAULT_PRIOPeter Zijlstra1-5/+20
2021-08-17locking/rwlock: Provide RT variantThomas Gleixner4-1/+144
2021-08-17locking/spinlock: Provide RT variantThomas Gleixner2-0/+130
2021-08-17sysctl: introduce new proc handler proc_doboolJia He1-0/+42
2021-08-17locking/rtmutex: Provide the spin/rwlock core lock functionThomas Gleixner2-1/+61
2021-08-17locking/rtmutex: Guard regular sleeping locks specific functionsThomas Gleixner3-123/+133
2021-08-17locking/rtmutex: Prepare RT rt_mutex_wake_q for RT locksThomas Gleixner2-3/+20