index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/ww_mutex: Add rt_mutex based lock type and accessors
Peter Zijlstra
2021-08-17
1
-9
/
+24
*
locking/ww_mutex: Abstract out internal lock accesses
Thomas Gleixner
2021-08-17
1
-4
/
+9
*
locking/mutex: Make mutex::wait_lock raw
Thomas Gleixner
2021-08-17
1
-2
/
+2
*
locking/ww_mutex: Move the ww_mutex definitions from <linux/mutex.h> into <li...
Thomas Gleixner
2021-08-17
2
-11
/
+8
*
locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...
Thomas Gleixner
2021-08-17
1
-13
/
+0
*
locking/rwlock: Provide RT variant
Thomas Gleixner
2021-08-17
3
-12
/
+179
*
locking/spinlock: Provide RT variant header: <linux/spinlock_rt.h>
Thomas Gleixner
2021-08-17
3
-1
/
+162
*
locking/spinlock: Provide RT specific spinlock_t
Thomas Gleixner
2021-08-17
1
-0
/
+26
*
locking/rtmutex: Reduce <linux/rtmutex.h> header dependencies, only include <...
Sebastian Andrzej Siewior
2021-08-17
1
-1
/
+1
*
rbtree: Split out the rbtree type definitions into <linux/rbtree_types.h>
Sebastian Andrzej Siewior
2021-08-17
2
-29
/
+36
*
locking/lockdep: Reduce header dependencies in <linux/debug_locks.h>
Sebastian Andrzej Siewior
2021-08-17
1
-2
/
+1
*
locking/rtmutex: Prevent future include recursion hell
Sebastian Andrzej Siewior
2021-08-17
1
-1
/
+1
*
locking/spinlock: Split the lock types header, and move the raw types into <l...
Thomas Gleixner
2021-08-17
4
-58
/
+74
*
locking/rwsem: Add rtmutex based R/W semaphore implementation
Thomas Gleixner
2021-08-17
1
-10
/
+68
*
locking/rt: Add base code for RT rw_semaphore and rwlock
Thomas Gleixner
2021-08-17
1
-0
/
+39
*
locking/rtmutex: Provide rt_mutex_base_is_locked()
Thomas Gleixner
2021-08-17
1
-0
/
+12
*
locking/rtmutex: Split out the inner parts of 'struct rtmutex'
Peter Zijlstra
2021-08-17
1
-6
/
+17
*
locking/rtmutex: Remove rt_mutex_is_locked()
Peter Zijlstra
2021-08-17
1
-11
/
+0
*
sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER()
Thomas Gleixner
2021-08-17
1
-2
/
+5
*
sched/core: Provide a scheduling point for RT locks
Thomas Gleixner
2021-08-17
1
-0
/
+3
*
sched/wakeup: Prepare for RT sleeping spin/rwlocks
Thomas Gleixner
2021-08-17
1
-0
/
+66
*
sched/wakeup: Reorganize the current::__state helpers
Thomas Gleixner
2021-08-17
1
-25
/
+23
*
sched/wakeup: Introduce the TASK_RTLOCK_WAIT state bit
Thomas Gleixner
2021-08-17
1
-1
/
+3
*
locking/rtmutex: Set proper wait context for lockdep
Thomas Gleixner
2021-08-17
1
-7
/
+12
*
locking/local_lock: Add missing owner initialization
Thomas Gleixner
2021-08-17
1
-19
/
+23
*
Merge tag 'v5.14-rc6' into locking/core, to pick up fixes
Ingo Molnar
2021-08-17
713
-7889
/
+15232
|
\
|
*
Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-08-15
3
-1
/
+5
|
|
\
|
|
*
driver core: Add missing kernel doc for device::msi_lock
Thomas Gleixner
2021-08-13
1
-0
/
+1
|
|
*
genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP
Thomas Gleixner
2021-08-10
1
-0
/
+2
|
|
*
PCI/MSI: Protect msi_desc::masked for multi-MSI
Thomas Gleixner
2021-08-10
2
-1
/
+2
|
*
|
Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-08-13
10
-12
/
+27
|
|
\
\
|
|
*
|
net: igmp: increase size of mr_ifc_count
Eric Dumazet
2021-08-12
1
-1
/
+1
|
|
*
|
net: bridge: fix flags interpretation for extern learn fdb entries
Nikolay Aleksandrov
2021-08-10
1
-2
/
+5
|
|
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-08-10
2
-3
/
+4
|
|
|
\
\
|
|
|
*
|
bpf: Fix potentially incorrect results with bpf_get_local_storage()
Yonghong Song
2021-08-10
1
-2
/
+2
|
|
|
*
|
bpf: Add lockdown check for probe_write_user helper
Daniel Borkmann
2021-08-10
1
-0
/
+1
|
|
|
*
|
bpf: Add _kernel suffix to internal lockdown_bpf_read
Daniel Borkmann
2021-08-09
1
-1
/
+1
|
|
*
|
|
Merge tag 'mlx5-fixes-2021-08-09' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
2021-08-10
1
-2
/
+1
|
|
|
\
\
\
|
|
|
*
|
|
net/mlx5: Synchronize correct IRQ when destroying CQ
Shay Drory
2021-08-10
1
-2
/
+1
|
|
|
|
/
/
|
|
*
/
/
psample: Add a fwd declaration for skbuff
Roi Dayan
2021-08-10
1
-0
/
+2
|
|
|
/
/
|
|
*
|
once: Fix panic when module unload
Kefeng Wang
2021-08-08
1
-2
/
+2
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-08-06
3
-2
/
+12
|
|
|
\
\
|
|
|
*
|
netfilter: conntrack: remove offload_pickup sysctl again
Florian Westphal
2021-08-06
1
-2
/
+0
|
|
|
*
|
netfilter: nfnetlink_hook: missing chain family
Pablo Neira Ayuso
2021-08-06
1
-0
/
+9
|
|
|
*
|
netfilter: ipset: Limit the maximal range of consecutive elements to add/delete
Jozsef Kadlecsik
2021-08-04
1
-0
/
+3
|
*
|
|
|
vmlinux.lds.h: Handle clang's module.{c,d}tor sections
Nathan Chancellor
2021-08-11
1
-0
/
+1
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge tag 'tty-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-08-08
1
-0
/
+24
|
|
\
\
\
|
|
*
|
|
serial: 8250: fix handle_irq locking
Johan Hovold
2021-07-21
1
-0
/
+24
|
*
|
|
|
Merge tag 'usb-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-08-08
1
-0
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
usb: otg-fsm: Fix hrtimer list corruption
Dmitry Osipenko
2021-07-27
1
-0
/
+1
[next]