index
:
kernel/git/stable/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.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-04-18
maple_tree: fix mas_empty_area() search
Liam R. Howlett
2023-04-18
maple_tree: make maple state reusable after mas_empty_area_rev()
Liam R. Howlett
2023-04-18
mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
Alexander Potapenko
2023-04-18
mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
Alexander Potapenko
2023-04-18
tools/Makefile: do missed s/vm/mm/
SeongJae Park
2023-04-18
mm: fix memory leak on mm_init error handling
Mathieu Desnoyers
2023-04-18
mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock
Tetsuo Handa
2023-04-18
kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()
Ondrej Mosnacek
2023-04-18
drm/amd/display: fix a divided-by-zero error
Alex Hung
2023-04-18
drm/amd/display: limit timing for single dimm memory
Daniel Miess
2023-04-18
drm/amd/display: set dcn315 lb bpp to 48
Dmytro Laktyushkin
2023-04-18
drm/amdgpu: Fix desktop freezed after gpu-reset
Alan Liu
2023-04-18
PCI: Use of_property_present() for testing DT property presence
Rob Herring
2023-04-18
drm/amd/display: set variable dccg314_init storage-class-specifier to static
Tom Rix
2023-04-18
drm/amd/display: Use pointer in the memcpy
Rodrigo Siqueira
2023-04-18
drm/amd/display: Remove wrong assignment of DP link rate
Rodrigo Siqueira
2023-04-18
drm/amd/display: Set dp_rate to dm_dp_rate_na by default
Rodrigo Siqueira
2023-04-18
drm/amd/display: Set maximum VStartup if is DCN201
Rodrigo Siqueira
2023-04-18
drm/amd/display: Adjust code identation and other minor details
Rodrigo Siqueira
2023-04-18
drm/amd/display: Add missing mclk update
Rodrigo Siqueira
2023-04-18
drm/amd/display: Update bouding box values for DCN32
Rodrigo Siqueira
2023-04-18
drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"
Chong Li
2023-04-18
drm/amd/pm: change pmfw_decoded_link_width, speed variables to globals
Tom Rix
2023-04-18
drm/amdgpu/vcn: fix mmsch ctx table size
Jane Jian
2023-04-18
Merge tag 'v6.4-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Stephen Boyd
2023-04-18
Merge branch 'Provide bpf_for() and bpf_for_each() by libbpf'
Alexei Starovoitov
2023-04-18
libbpf: mark bpf_iter_num_{new,next,destroy} as __weak
Andrii Nakryiko
2023-04-18
libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.h
Andrii Nakryiko
2023-04-18
selftests/bpf: add missing __weak kfunc log fixup test
Andrii Nakryiko
2023-04-18
libbpf: improve handling of unresolved kfuncs
Andrii Nakryiko
2023-04-18
libbpf: report vmlinux vs module name when dealing with ksyms
Andrii Nakryiko
2023-04-18
libbpf: misc internal libbpf clean ups around log fixup
Andrii Nakryiko
2023-04-18
module: stats: fix invalid_mod_bytes typo
Arnd Bergmann
2023-04-18
module: remove use of uninitialized variable len
Tom Rix
2023-04-18
module: fix building stats for 32-bit targets
Arnd Bergmann
2023-04-18
module: stats: include uapi/linux/module.h
Arnd Bergmann
2023-04-18
module: avoid allocation if module is already present and ready
Luis Chamberlain
2023-04-18
module: add debug stats to help identify memory pressure
Luis Chamberlain
2023-04-18
module: extract patient module check into helper
Luis Chamberlain
2023-04-18
modules/kmod: replace implementation with a semaphore
Luis Chamberlain
2023-04-18
Change DEFINE_SEMAPHORE() to take a number argument
Peter Zijlstra
2023-04-18
veth: take into account peer device for NETDEV_XDP_ACT_NDO_XMIT xdp_features ...
Lorenzo Bianconi
2023-04-18
ASoC: cs35l56: Updates for B0 silicon
Mark Brown
2023-04-18
dt-bindings: interrupt-controller: qcom-pdc: add compatible for sa8775p
Bartosz Golaszewski
2023-04-18
dt-bindings: reset: remove stih415/stih416 reset
Alain Volmat
2023-04-18
dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127
Alain Volmat
2023-04-18
dt-bindings: irqchip: sti: remove stih415/stih416 and stid127
Alain Volmat
2023-04-18
cxl/pci: Rightsize CDAT response allocation
Lukas Wunner
2023-04-18
cxl/pci: Simplify CDAT retrieval error path
Dave Jiang
2023-04-18
PCI/DOE: Relax restrictions on request and response size
Lukas Wunner
[prev]
[next]