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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-17
PCI: Add array to track reset method ordering
Amey Narkhede
1
-0
/
+6
2021-08-17
PCI: Add pcie_reset_flr() with 'probe' argument
Amey Narkhede
1
-1
/
+1
2021-08-17
PCI: Cache PCIe Device Capabilities register
Amey Narkhede
1
-0
/
+1
2021-08-17
workqueue: Remove unused WORK_NO_COLOR
Lai Jiangshan
1
-7
/
+2
2021-08-17
workqueue: Rename "delayed" (delayed by active management) to "inactive"
Lai Jiangshan
1
-2
/
+2
2021-08-17
static_call: Update API documentation
Peter Zijlstra
1
-0
/
+33
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 <linux/ww_mutex.h>
Thomas Gleixner
2
-11
/
+8
2021-08-17
locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h> to the internal header
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
1
-0
/
+1
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
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 <linux/rbtree_types.h>
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 <linux/spinlock_types_raw.h>
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
404
-5040
/
+7569
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
fs: add generic helper for filling statx attribute flags
Amir Goldstein
2
-0
/
+5
2021-08-16
iomap: constify iomap_iter_srcmap
Christoph Hellwig
1
-1
/
+1
2021-08-16
iomap: rework unshare flag
Christoph Hellwig
1
-0
/
+1
2021-08-16
iomap: remove iomap_apply
Christoph Hellwig
1
-10
/
+0
[prev]
[next]