summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-08-18tracing/probes: Allow for dot delimiter as well as slash for system namesSteven Rostedt (VMware)
2021-08-18tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)
2021-08-18Merge tag 'cfi-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-08-18dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig
2021-08-18dma-mapping: simplify dma_init_coherent_memoryChristoph Hellwig
2021-08-18dma-mapping: allow using the global coherent pool for !ARMChristoph Hellwig
2021-08-18dma-direct: add support for dma_coherent_default_memoryChristoph Hellwig
2021-08-18Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar
2021-08-17bpf: Remove redundant initialization of variable allowColin Ian King
2021-08-17Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-17tracing: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-17workqueue: Assign a color to barrier work itemsLai Jiangshan
2021-08-17workqueue: Mark barrier work with WORK_STRUCT_INACTIVELai Jiangshan
2021-08-17workqueue: Change the code of calculating work_flags in insert_wq_barrier()Lai Jiangshan
2021-08-17workqueue: Change arguement of pwq_dec_nr_in_flight()Lai Jiangshan
2021-08-17workqueue: Rename "delayed" (delayed by active management) to "inactive"Lai Jiangshan
2021-08-17locking/spinlock/rt: Prepare for RT local_lockThomas Gleixner
2021-08-17locking/rtmutex: Add adaptive spinwait mechanismSteven Rostedt
2021-08-17locking/rtmutex: Implement equal priority lock stealingGregory Haskins
2021-08-17locking/rtmutex: Prevent lockdep false positive with PI futexesThomas Gleixner
2021-08-17futex: Prevent requeue_pi() lock nesting issue on RTThomas Gleixner
2021-08-17futex: Simplify handle_early_requeue_pi_wakeup()Thomas Gleixner
2021-08-17futex: Reorder sanity checks in futex_requeue()Thomas Gleixner
2021-08-17futex: Clarify comment in futex_requeue()Thomas Gleixner
2021-08-17futex: Restructure futex_requeue()Thomas Gleixner
2021-08-17futex: Correct the number of requeued waiters for PIThomas Gleixner
2021-08-17futex: Remove bogus condition for requeue PIThomas Gleixner
2021-08-17futex: Clarify futex_requeue() PI handlingThomas Gleixner
2021-08-17futex: Clean up stale commentsThomas Gleixner
2021-08-17futex: Validate waiter correctly in futex_proxy_trylock_atomic()Thomas Gleixner
2021-08-17locking/rtmutex: Add mutex variant for RTThomas Gleixner
2021-08-17locking/ww_mutex: Implement rtmutex based ww_mutex API functionsPeter Zijlstra
2021-08-17locking/rtmutex: Extend the rtmutex core to support ww_mutexPeter Zijlstra
2021-08-17locking/ww_mutex: Add rt_mutex based lock type and accessorsPeter Zijlstra
2021-08-17locking/ww_mutex: Add RT priority to W/W orderPeter Zijlstra
2021-08-17locking/ww_mutex: Implement rt_mutex accessorsPeter Zijlstra
2021-08-17locking/ww_mutex: Abstract out internal lock accessesThomas Gleixner
2021-08-17locking/ww_mutex: Abstract out mutex typesPeter Zijlstra
2021-08-17locking/ww_mutex: Abstract out mutex accessorsPeter Zijlstra
2021-08-17locking/ww_mutex: Abstract out waiter enqueueingPeter Zijlstra
2021-08-17locking/ww_mutex: Abstract out the waiter iterationPeter Zijlstra
2021-08-17locking/ww_mutex: Remove the __sched annotation from ww_mutex APIsPeter Zijlstra
2021-08-17locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/...Peter Zijlstra (Intel)
2021-08-17locking/ww_mutex: Split up ww_mutex_unlock()Peter Zijlstra (Intel)
2021-08-17locking/ww_mutex: Gather mutex_waiter initializationPeter Zijlstra
2021-08-17locking/ww_mutex: Simplify lockdep annotationsPeter Zijlstra
2021-08-17locking/mutex: Make mutex::wait_lock rawThomas Gleixner
2021-08-17locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...Thomas Gleixner