index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-19
tracing/probe: Change traceprobe_set_print_fmt() to take a type
Steven Rostedt (VMware)
4
-11
/
+31
2021-08-19
livepatch: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-19
dma-mapping: make the global coherent pool conditional
Christoph Hellwig
1
-22
/
+27
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
1
-1
/
+0
2021-08-18
tracing/probes: Use struct_size() instead of defining custom macros
Steven Rostedt (VMware)
2
-10
/
+2
2021-08-18
tracing/probes: Allow for dot delimiter as well as slash for system names
Steven Rostedt (VMware)
1
-0
/
+3
2021-08-18
tracing/probe: Have traceprobe_parse_probe_arg() take a const arg
Steven Rostedt (VMware)
4
-36
/
+31
2021-08-18
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
8
-23
/
+80
2021-08-18
tracing: Add DYNAMIC flag for dynamic events
Steven Rostedt (VMware)
4
-6
/
+8
2021-08-18
Merge tag 'cfi-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-4
/
+4
2021-08-18
dma-mapping: add a dma_init_global_coherent helper
Christoph Hellwig
1
-18
/
+14
2021-08-18
dma-mapping: simplify dma_init_coherent_memory
Christoph Hellwig
1
-45
/
+33
2021-08-18
dma-mapping: allow using the global coherent pool for !ARM
Christoph Hellwig
1
-0
/
+2
2021-08-18
dma-direct: add support for dma_coherent_default_memory
Christoph Hellwig
2
-0
/
+19
2021-08-18
Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/debug
Ingo Molnar
4
-51
/
+175
2021-08-17
bpf: Remove redundant initialization of variable allow
Colin Ian King
1
-1
/
+1
2021-08-17
Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-35
/
+15
2021-08-17
tracing: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
3
-26
/
+26
2021-08-17
workqueue: Assign a color to barrier work items
Lai Jiangshan
2
-9
/
+14
2021-08-17
workqueue: Mark barrier work with WORK_STRUCT_INACTIVE
Lai Jiangshan
1
-8
/
+34
2021-08-17
workqueue: Change the code of calculating work_flags in insert_wq_barrier()
Lai Jiangshan
1
-4
/
+3
2021-08-17
workqueue: Change arguement of pwq_dec_nr_in_flight()
Lai Jiangshan
1
-8
/
+10
2021-08-17
workqueue: Rename "delayed" (delayed by active management) to "inactive"
Lai Jiangshan
1
-29
/
+29
2021-08-17
locking/spinlock/rt: Prepare for RT local_lock
Thomas Gleixner
1
-2
/
+5
2021-08-17
locking/rtmutex: Add adaptive spinwait mechanism
Steven Rostedt
1
-2
/
+65
2021-08-17
locking/rtmutex: Implement equal priority lock stealing
Gregory Haskins
1
-17
/
+35
2021-08-17
locking/rtmutex: Prevent lockdep false positive with PI futexes
Thomas Gleixner
1
-0
/
+12
2021-08-17
futex: Prevent requeue_pi() lock nesting issue on RT
Thomas Gleixner
1
-49
/
+259
2021-08-17
futex: Simplify handle_early_requeue_pi_wakeup()
Thomas Gleixner
1
-26
/
+22
2021-08-17
futex: Reorder sanity checks in futex_requeue()
Thomas Gleixner
1
-7
/
+7
2021-08-17
futex: Clarify comment in futex_requeue()
Thomas Gleixner
1
-8
/
+20
2021-08-17
futex: Restructure futex_requeue()
Thomas Gleixner
1
-49
/
+41
2021-08-17
futex: Correct the number of requeued waiters for PI
Thomas Gleixner
1
-0
/
+4
2021-08-17
futex: Remove bogus condition for requeue PI
Thomas Gleixner
1
-1
/
+1
2021-08-17
futex: Clarify futex_requeue() PI handling
Thomas Gleixner
1
-38
/
+23
2021-08-17
futex: Clean up stale comments
Thomas Gleixner
1
-11
/
+7
2021-08-17
futex: Validate waiter correctly in futex_proxy_trylock_atomic()
Thomas Gleixner
1
-0
/
+7
2021-08-17
locking/rtmutex: Add mutex variant for RT
Thomas Gleixner
2
-1
/
+125
2021-08-17
locking/ww_mutex: Implement rtmutex based ww_mutex API functions
Peter Zijlstra
2
-1
/
+77
2021-08-17
locking/rtmutex: Extend the rtmutex core to support ww_mutex
Peter Zijlstra
4
-14
/
+115
2021-08-17
locking/ww_mutex: Add rt_mutex based lock type and accessors
Peter Zijlstra
1
-3
/
+3
2021-08-17
locking/ww_mutex: Add RT priority to W/W order
Peter Zijlstra
1
-15
/
+49
2021-08-17
locking/ww_mutex: Implement rt_mutex accessors
Peter Zijlstra
1
-0
/
+80
2021-08-17
locking/ww_mutex: Abstract out internal lock accesses
Thomas Gleixner
1
-4
/
+19
2021-08-17
locking/ww_mutex: Abstract out mutex types
Peter Zijlstra
1
-10
/
+13
2021-08-17
locking/ww_mutex: Abstract out mutex accessors
Peter Zijlstra
1
-2
/
+14
2021-08-17
locking/ww_mutex: Abstract out waiter enqueueing
Peter Zijlstra
1
-6
/
+13
2021-08-17
locking/ww_mutex: Abstract out the waiter iteration
Peter Zijlstra
1
-4
/
+53
2021-08-17
locking/ww_mutex: Remove the __sched annotation from ww_mutex APIs
Peter Zijlstra
1
-6
/
+6
2021-08-17
locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/ww_mutex.h
Peter Zijlstra (Intel)
2
-371
/
+370
[prev]
[next]