index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...
Linus Torvalds
2021-09-12
3
-9
/
+25
|
\
|
*
compiler_attributes.h: move __compiletime_{error|warning}
Nick Desaulniers
2021-09-09
3
-9
/
+24
|
*
Compiler Attributes: fix __has_attribute(__no_sanitize_coverage__) for GCC 4
Marco Elver
2021-07-16
1
-0
/
+1
*
|
Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-09-12
3
-46
/
+110
|
\
\
|
*
|
Documentation: core-api/cpuhotplug: Rewrite the API section
Thomas Gleixner
2021-09-11
1
-22
/
+110
|
*
|
cpu/hotplug: Remove deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-09-11
1
-6
/
+0
|
*
|
Merge branch 'linus' into smp/urgent
Thomas Gleixner
2021-09-11
509
-4500
/
+15849
|
|
\
\
|
*
|
|
drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()
Thomas Gleixner
2021-09-01
1
-18
/
+0
*
|
|
|
Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2021-09-12
1
-10
/
+2
|
\
\
\
\
|
*
|
|
|
locking/rwsem: Add missing __init_rwsem() for PREEMPT_RT
Mike Galbraith
2021-09-02
1
-10
/
+2
|
|
/
/
/
*
|
|
|
Merge tag 'timers_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2021-09-12
1
-2
/
+7
|
\
\
\
\
|
*
|
|
|
time: Handle negative seconds correctly in timespec64_to_ns()
Lukas Hannen
2021-09-08
1
-2
/
+7
|
|
/
/
/
*
|
|
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-09-11
6
-27
/
+363
|
\
\
\
\
|
*
|
|
|
vduse: Introduce VDUSE - vDPA Device in Userspace
Xie Yongji
2021-09-06
1
-0
/
+306
|
*
|
|
|
vdpa: Support transferring virtual addressing during DMA mapping
Xie Yongji
2021-09-06
1
-3
/
+17
|
*
|
|
|
vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
Xie Yongji
2021-09-06
1
-1
/
+1
|
*
|
|
|
vhost-iotlb: Add an opaque pointer for vhost IOTLB
Xie Yongji
2021-09-06
1
-0
/
+3
|
*
|
|
|
vdpa: Add reset callback in vdpa_config_ops
Xie Yongji
2021-09-06
1
-2
/
+6
|
*
|
|
|
vdpa: Fix some coding style issues
Xie Yongji
2021-09-06
1
-17
/
+17
|
*
|
|
|
file: Export receive_fd() to modules
Xie Yongji
2021-09-06
1
-4
/
+3
|
*
|
|
|
virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOR' bit.
Arseny Krasnov
2021-09-05
1
-0
/
+1
|
*
|
|
|
virtio/vsock: rename 'EOR' to 'EOM' bit.
Arseny Krasnov
2021-09-05
1
-1
/
+1
|
*
|
|
|
uapi: virtio_ids: Sync ids with specification
Viresh Kumar
2021-09-05
1
-0
/
+12
*
|
|
|
|
Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-09-11
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()
Masami Hiramatsu
2021-09-09
1
-2
/
+2
*
|
|
|
|
|
Merge tag 'pwm/for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-09-11
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
pwm: Make pwmchip_remove() return void
Uwe Kleine-König
2021-09-02
1
-1
/
+1
*
|
|
|
|
|
|
Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-09-11
2
-3
/
+18
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
firmware: qcom_scm: Introduce SCM calls to access LMh
Thara Gopinath
2021-08-18
1
-0
/
+14
|
*
|
|
|
|
|
thermal: Spelling s/scallbacks/callbacks/
Geert Uytterhoeven
2021-08-14
1
-1
/
+1
|
*
|
|
|
|
|
thermal/core: Fix thermal_cooling_device_register() prototype
Arnd Bergmann
2021-08-14
1
-2
/
+3
*
|
|
|
|
|
|
Merge tag 'pm-5.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2021-09-10
2
-4
/
+9
|
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
|
|
\
\
\
\
\
\
|
|
\
\
\
\
\
\
|
|
\
\
\
\
\
\
|
*
-
-
-
.
\
\
\
\
\
\
Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'
Rafael J. Wysocki
2021-09-10
2
-4
/
+9
|
|
\
\
\
\
\
\
\
\
\
|
|
|
|
*
|
|
|
|
|
|
PM: EM: fix kernel-doc comments
Lukasz Luba
2021-09-07
1
-4
/
+4
|
|
|
|
/
/
/
/
/
/
/
|
|
*
|
|
|
|
|
|
|
ACPI: CPPC: Introduce cppc_get_nominal_perf()
Rafael J. Wysocki
2021-09-07
1
-0
/
+5
*
|
|
|
|
|
|
|
|
|
Merge tag 'char-misc-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-09-10
1
-20
/
+166
|
\
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
\
Merge tag 'misc-habanalabs-next-2021-09-01' of https://git.kernel.org/pub/scm...
Greg Kroah-Hartman
2021-09-01
1
-20
/
+166
|
|
\
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
|
habanalabs: add "in device creation" status
Omer Shpigelman
2021-09-01
1
-1
/
+3
|
|
*
|
|
|
|
|
|
|
|
|
habanalabs: expose server type in INFO IOCTL
Oded Gabbay
2021-09-01
1
-4
/
+44
|
|
*
|
|
|
|
|
|
|
|
|
habanalabs: add support for encapsulated signals reservation
farah kassabri
2021-08-29
1
-13
/
+97
|
|
*
|
|
|
|
|
|
|
|
|
habanalabs: add wait-for-multi-CS uAPI
Ohad Sharabi
2021-08-29
1
-2
/
+21
|
|
*
|
|
|
|
|
|
|
|
|
habanalabs: allow fail on inability to respect hint
Yuri Nudelman
2021-08-29
1
-0
/
+1
*
|
|
|
|
|
|
|
|
|
|
|
Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-09-10
1
-1
/
+2
|
\
\
\
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
\
\
\
Merge tag 'drm-misc-next-fixes-2021-09-03' of git://anongit.freedesktop.org/d...
Dave Airlie
2021-09-09
1
-1
/
+2
|
|
\
\
\
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
|
|
|
drm/ttm: Include pagemap.h from ttm_tt.h
Jason Ekstrand
2021-08-16
1
-0
/
+1
|
|
*
|
|
|
|
|
|
|
|
|
|
|
drm/ttm: ttm_bo_device is now ttm_device
Jason Ekstrand
2021-08-16
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
|
|
|
|
Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-09-09
1
-2
/
+3
|
\
\
\
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
|
|
|
um: virt-pci: fix uapi documentation
Johannes Berg
2021-08-26
1
-2
/
+3
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-09-09
3
-10
/
+25
|
\
\
\
\
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ARM: 9117/1: asm-generic: div64: Remove always-true __div64_const32_is_OK()
Geert Uytterhoeven
2021-08-20
1
-10
/
+4
[next]