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
Age
Commit message (
Expand
)
Author
Files
Lines
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
713
-7884
/
+15227
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-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
2021-08-16
iomap: switch __iomap_dio_rw to use iomap_iter
Christoph Hellwig
1
-2
/
+2
2021-08-16
iomap: add the new iomap_iter model
Christoph Hellwig
1
-0
/
+56
2021-08-16
iomap: mark the iomap argument to iomap_inline_data_valid const
Christoph Hellwig
1
-1
/
+1
2021-08-16
iomap: mark the iomap argument to iomap_inline_data const
Christoph Hellwig
1
-1
/
+1
2021-08-16
iomap: mark the iomap argument to iomap_sector const
Christoph Hellwig
1
-2
/
+1
2021-08-16
iomap: remove the iomap arguments to ->page_{prepare,done}
Christoph Hellwig
1
-3
/
+2
2021-08-16
af_unix: Add unix_stream_proto for sockmap
Jiang Wang
1
-2
/
+6
2021-08-17
Merge tag 'drm-msm-next-2021-08-12' of https://gitlab.freedesktop.org/drm/msm into drm-next
Dave Airlie
1
-0
/
+2
2021-08-17
bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
Andrii Nakryiko
2
-3
/
+16
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
4
-4
/
+26
2021-08-17
bpf: Implement minimal BPF perf link
Andrii Nakryiko
3
-0
/
+8
2021-08-17
bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions
Andrii Nakryiko
2
-76
/
+106
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2
-24
/
+37
2021-08-16
ethtool: add two link extended substates of bad signal integrity
Guangbin Huang
1
-0
/
+2
2021-08-16
Merge tag 'renesas-arm-dt-for-v5.15-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/dt
Arnd Bergmann
1
-0
/
+1
2021-08-16
notifier: Remove atomic_notifier_call_chain_robust()
Valentin Schneider
1
-2
/
+0
2021-08-16
blk-cgroup: stop using seq_get_buf
Christoph Hellwig
1
-2
/
+2
2021-08-16
bvec: add a bvec_virt helper
Christoph Hellwig
1
-0
/
+12
2021-08-16
PM: domains: Add support for 'required-opps' to set default perf state
Rajendra Nayak
1
-0
/
+1
2021-08-16
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
4
-4
/
+19
[prev]
[next]