summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-08-19tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu-2/+36
2021-08-19tracing/probes: Have process_fetch_insn() take a void * instead of pt_regsSteven Rostedt (VMware)-5/+7
2021-08-19tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)-11/+31
2021-08-19livepatch: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior-2/+2
2021-08-19dma-mapping: make the global coherent pool conditionalChristoph Hellwig-22/+27
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-1/+0
2021-08-18tracing/probes: Use struct_size() instead of defining custom macrosSteven Rostedt (VMware)-10/+2
2021-08-18tracing/probes: Allow for dot delimiter as well as slash for system namesSteven Rostedt (VMware)-0/+3
2021-08-18tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)-36/+31
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)-23/+80
2021-08-18tracing: Add DYNAMIC flag for dynamic eventsSteven Rostedt (VMware)-6/+8
2021-08-18Merge tag 'cfi-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds-4/+4
2021-08-18dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig-18/+14
2021-08-18dma-mapping: simplify dma_init_coherent_memoryChristoph Hellwig-45/+33
2021-08-18dma-mapping: allow using the global coherent pool for !ARMChristoph Hellwig-0/+2
2021-08-18dma-direct: add support for dma_coherent_default_memoryChristoph Hellwig-0/+19
2021-08-18Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar-51/+175
2021-08-17bpf: Remove redundant initialization of variable allowColin Ian King-1/+1
2021-08-17Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-35/+15
2021-08-17tracing: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior-26/+26
2021-08-17workqueue: Assign a color to barrier work itemsLai Jiangshan-9/+14
2021-08-17workqueue: Mark barrier work with WORK_STRUCT_INACTIVELai Jiangshan-8/+34
2021-08-17workqueue: Change the code of calculating work_flags in insert_wq_barrier()Lai Jiangshan-4/+3
2021-08-17workqueue: Change arguement of pwq_dec_nr_in_flight()Lai Jiangshan-8/+10
2021-08-17workqueue: Rename "delayed" (delayed by active management) to "inactive"Lai Jiangshan-29/+29
2021-08-17locking/spinlock/rt: Prepare for RT local_lockThomas Gleixner-2/+5
2021-08-17locking/rtmutex: Add adaptive spinwait mechanismSteven Rostedt-2/+65
2021-08-17locking/rtmutex: Implement equal priority lock stealingGregory Haskins-17/+35
2021-08-17locking/rtmutex: Prevent lockdep false positive with PI futexesThomas Gleixner-0/+12
2021-08-17futex: Prevent requeue_pi() lock nesting issue on RTThomas Gleixner-49/+259
2021-08-17futex: Simplify handle_early_requeue_pi_wakeup()Thomas Gleixner-26/+22
2021-08-17futex: Reorder sanity checks in futex_requeue()Thomas Gleixner-7/+7
2021-08-17futex: Clarify comment in futex_requeue()Thomas Gleixner-8/+20
2021-08-17futex: Restructure futex_requeue()Thomas Gleixner-49/+41
2021-08-17futex: Correct the number of requeued waiters for PIThomas Gleixner-0/+4
2021-08-17futex: Remove bogus condition for requeue PIThomas Gleixner-1/+1
2021-08-17futex: Clarify futex_requeue() PI handlingThomas Gleixner-38/+23
2021-08-17futex: Clean up stale commentsThomas Gleixner-11/+7
2021-08-17futex: Validate waiter correctly in futex_proxy_trylock_atomic()Thomas Gleixner-0/+7
2021-08-17locking/rtmutex: Add mutex variant for RTThomas Gleixner-1/+125
2021-08-17locking/ww_mutex: Implement rtmutex based ww_mutex API functionsPeter Zijlstra-1/+77
2021-08-17locking/rtmutex: Extend the rtmutex core to support ww_mutexPeter Zijlstra-14/+115
2021-08-17locking/ww_mutex: Add rt_mutex based lock type and accessorsPeter Zijlstra-3/+3
2021-08-17locking/ww_mutex: Add RT priority to W/W orderPeter Zijlstra-15/+49
2021-08-17locking/ww_mutex: Implement rt_mutex accessorsPeter Zijlstra-0/+80
2021-08-17locking/ww_mutex: Abstract out internal lock accessesThomas Gleixner-4/+19
2021-08-17locking/ww_mutex: Abstract out mutex typesPeter Zijlstra-10/+13
2021-08-17locking/ww_mutex: Abstract out mutex accessorsPeter Zijlstra-2/+14
2021-08-17locking/ww_mutex: Abstract out waiter enqueueingPeter Zijlstra-6/+13
2021-08-17locking/ww_mutex: Abstract out the waiter iterationPeter Zijlstra-4/+53