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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
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
-5044
/
+7573
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-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
2021-08-17
iomap: mark the iomap argument to iomap_inline_data_valid const
Christoph Hellwig
1
-1
/
+1
2021-08-17
iomap: mark the iomap argument to iomap_inline_data const
Christoph Hellwig
1
-1
/
+1
2021-08-17
iomap: mark the iomap argument to iomap_sector const
Christoph Hellwig
1
-2
/
+1
2021-08-17
iomap: remove the iomap arguments to ->page_{prepare,done}
Christoph Hellwig
1
-3
/
+2
2021-08-17
bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
Andrii Nakryiko
1
-3
/
+0
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
3
-4
/
+19
2021-08-17
bpf: Implement minimal BPF perf link
Andrii Nakryiko
2
-0
/
+6
2021-08-17
bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions
Andrii Nakryiko
2
-77
/
+107
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2
-25
/
+38
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
2021-08-16
tracing: Fix a typo in tracepoint.h
Huang Shijie
1
-1
/
+1
2021-08-16
params: lift param_set_uint_minmax to common code
Sagi Grimberg
1
-0
/
+2
2021-08-16
Merge 5.14-rc6 into usb-next
Greg Kroah-Hartman
9
-9
/
+16
2021-08-16
Merge 5.14-rc6 into staging-next
Greg Kroah-Hartman
9
-9
/
+16
2021-08-16
Merge tag 'drm-misc-next-2021-08-12' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2
-25
/
+26
2021-08-15
Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-1
/
+5
2021-08-15
of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()
Geert Uytterhoeven
1
-1
/
+0
2021-08-15
of: fdt: Remove early_init_dt_reserve_memory_arch() override capability
Geert Uytterhoeven
1
-2
/
+0
2021-08-15
bpf: af_unix: Implement BPF iterator for UNIX domain socket.
Kuniyuki Iwashima
1
-1
/
+2
2021-08-15
Merge tag 'iio-for-5.15a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-16
/
+16
2021-08-15
remove the lightnvm subsystem
Christoph Hellwig
1
-697
/
+0
2021-08-14
thermal: Spelling s/scallbacks/callbacks/
Geert Uytterhoeven
1
-1
/
+1
2021-08-14
thermal/core: Fix thermal_cooling_device_register() prototype
Arnd Bergmann
1
-2
/
+3
2021-08-14
power: supply: core: Parse battery chemistry/technology
Linus Walleij
1
-0
/
+1
2021-08-14
dma-mapping: return an unsigned int from dma_map_sg{,_attrs}
Christoph Hellwig
1
-4
/
+5
2021-08-14
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
1
-20
/
+28
2021-08-14
net: in_irq() cleanup
Changbin Du
1
-1
/
+1
[prev]
[next]