index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-17
locking/local_lock: Add PREEMPT_RT support
Thomas Gleixner
1
-0
/
+44
2021-08-17
locking/spinlock/rt: Prepare for RT local_lock
Thomas Gleixner
3
-8
/
+30
2021-08-17
preempt: Adjust PREEMPT_LOCK_OFFSET for RT
Thomas Gleixner
1
-0
/
+4
2021-08-17
locking/rtmutex: Add mutex variant for RT
Thomas Gleixner
1
-10
/
+56
2021-08-17
locking/ww_mutex: Add rt_mutex based lock type and accessors
Peter Zijlstra
1
-9
/
+24
2021-08-17
locking/ww_mutex: Abstract out internal lock accesses
Thomas Gleixner
1
-4
/
+9
2021-08-17
locking/mutex: Make mutex::wait_lock raw
Thomas Gleixner
1
-2
/
+2
2021-08-17
locking/ww_mutex: Move the ww_mutex definitions from <linux/mutex.h> into <li...
Thomas Gleixner
2
-11
/
+8
2021-08-17
locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...
Thomas Gleixner
1
-13
/
+0
2021-08-17
locking/rwlock: Provide RT variant
Thomas Gleixner
3
-12
/
+179
2021-08-17
SUNRPC: Add RPC_AUTH_TLS protocol numbers
Chuck Lever
2
-0
/
+2
2021-08-17
sysctl: introduce new proc handler proc_dobool
Jia He
1
-0
/
+2
2021-08-17
SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()
Chuck Lever
2
-4
/
+5
2021-08-17
NFSD: remove vanity comments
NeilBrown
1
-1
/
+0
2021-08-17
svcrdma: Convert rdma->sc_rw_ctxts to llist
Chuck Lever
1
-1
/
+1
2021-08-17
svcrdma: Relieve contention on sc_send_lock.
Chuck Lever
1
-2
/
+2
2021-08-17
svcrdma: Fewer calls to wake_up() in Send completion handler
Chuck Lever
1
-0
/
+1
2021-08-17
tracing: Add trace_event helper macros __string_len() and __assign_str_len()
Steven Rostedt (VMware)
1
-0
/
+22
2021-08-17
SUNRPC: Add svc_rqst_replace_page() API
Chuck Lever
1
-0
/
+4
2021-08-17
locking/spinlock: Provide RT variant header: <linux/spinlock_rt.h>
Thomas Gleixner
3
-1
/
+162
2021-08-17
locking/spinlock: Provide RT specific spinlock_t
Thomas Gleixner
1
-0
/
+26
2021-08-17
locking/rtmutex: Reduce <linux/rtmutex.h> header dependencies, only include <...
Sebastian Andrzej Siewior
1
-1
/
+1
2021-08-17
rbtree: Split out the rbtree type definitions into <linux/rbtree_types.h>
Sebastian Andrzej Siewior
2
-29
/
+36
2021-08-17
locking/lockdep: Reduce header dependencies in <linux/debug_locks.h>
Sebastian Andrzej Siewior
1
-2
/
+1
2021-08-17
locking/rtmutex: Prevent future include recursion hell
Sebastian Andrzej Siewior
1
-1
/
+1
2021-08-17
locking/spinlock: Split the lock types header, and move the raw types into <l...
Thomas Gleixner
4
-58
/
+74
2021-08-17
locking/rwsem: Add rtmutex based R/W semaphore implementation
Thomas Gleixner
1
-10
/
+68
2021-08-17
locking/rt: Add base code for RT rw_semaphore and rwlock
Thomas Gleixner
1
-0
/
+39
2021-08-17
locking/rtmutex: Provide rt_mutex_base_is_locked()
Thomas Gleixner
1
-0
/
+12
2021-08-17
locking/rtmutex: Split out the inner parts of 'struct rtmutex'
Peter Zijlstra
1
-6
/
+17
2021-08-17
locking/rtmutex: Remove rt_mutex_is_locked()
Peter Zijlstra
1
-11
/
+0
2021-08-17
sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER()
Thomas Gleixner
1
-2
/
+5
2021-08-17
sched/core: Provide a scheduling point for RT locks
Thomas Gleixner
1
-0
/
+3
2021-08-17
sched/wakeup: Prepare for RT sleeping spin/rwlocks
Thomas Gleixner
1
-0
/
+66
2021-08-17
sched/wakeup: Reorganize the current::__state helpers
Thomas Gleixner
1
-25
/
+23
2021-08-17
sched/wakeup: Introduce the TASK_RTLOCK_WAIT state bit
Thomas Gleixner
1
-1
/
+3
2021-08-17
locking/rtmutex: Set proper wait context for lockdep
Thomas Gleixner
1
-7
/
+12
2021-08-17
locking/local_lock: Add missing owner initialization
Thomas Gleixner
1
-19
/
+23
2021-08-17
Merge tag 'v5.14-rc6' into locking/core, to pick up fixes
Ingo Molnar
713
-7889
/
+15232
2021-08-17
power: supply: max17042_battery: more robust chip type checks
Sebastian Krzyszkowiak
1
-3
/
+6
2021-08-17
power: supply: max17042_battery: fix typo in MAx17042_TOFF
Sebastian Krzyszkowiak
1
-1
/
+1
2021-08-17
power: supply: max17042_battery: clean up MAX17055_V_empty
Sebastian Krzyszkowiak
1
-1
/
+0
2021-08-17
mac80211: add support for BSS color change
John Crispin
1
-0
/
+29
2021-08-17
nl80211: add support for BSS coloring
John Crispin
2
-0
/
+135
2021-08-17
fs: add generic helper for filling statx attribute flags
Amir Goldstein
2
-0
/
+5
2021-08-17
iomap: constify iomap_iter_srcmap
Christoph Hellwig
1
-1
/
+1
2021-08-17
iomap: rework unshare flag
Christoph Hellwig
1
-0
/
+1
2021-08-17
iomap: remove iomap_apply
Christoph Hellwig
1
-10
/
+0
2021-08-17
iomap: switch __iomap_dio_rw to use iomap_iter
Christoph Hellwig
1
-2
/
+2
2021-08-17
iomap: add the new iomap_iter model
Christoph Hellwig
1
-0
/
+56
[prev]
[next]