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
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
lockd: set file_lock start and end when decoding nlm4 testargs
Jeff Layton
2023-03-30
1
-0
/
+1
*
efi: sysfb_efi: Fix DMI quirks not working for simpledrm
Hans de Goede
2023-03-30
1
-2
/
+7
*
entry: Snapshot thread flags
Mark Rutland
2023-03-30
1
-1
/
+1
*
thread_info: Add helpers to snapshot thread flags
Mark Rutland
2023-03-30
1
-0
/
+14
*
nvme-tcp: fix nvme_tcp_term_pdu to match spec
Caleb Sander
2023-03-30
1
-2
/
+3
*
net: mdio: fix owner field for mdio buses registered using ACPI
Florian Fainelli
2023-03-30
1
-1
/
+8
*
net: mdio: fix owner field for mdio buses registered using device-tree
Maxime Bizon
2023-03-30
1
-3
/
+19
*
kthread: add the helper function kthread_run_on_cpu()
Cai Huoqing
2023-03-30
1
-0
/
+25
*
HID: core: Provide new max_buffer_size attribute to over-ride the default
Lee Jones
2023-03-22
1
-0
/
+3
*
tracing: Make tracepoint lockdep check actually test something
Steven Rostedt (Google)
2023-03-22
1
-9
/
+6
*
sh: intc: Avoid spurious sizeof-pointer-div warning
Michael Karcher
2023-03-22
1
-1
/
+4
*
net: tunnels: annotate lockless accesses to dev->needed_headroom
Eric Dumazet
2023-03-22
1
-2
/
+4
*
PCI: s390: Fix use-after-free of PCI resources with per-function hotplug
Niklas Schnelle
2023-03-22
1
-0
/
+1
*
PCI: Add SolidRun vendor ID
Alvaro Karsz
2023-03-17
1
-0
/
+2
*
fs: use consistent setgid checks in is_sxid()
Christian Brauner
2023-03-17
1
-1
/
+1
*
attr: use consistent sgid stripping checks
Christian Brauner
2023-03-17
1
-1
/
+1
*
fs: add mode_strip_sgid() helper
Yang Xu
2023-03-17
1
-0
/
+2
*
PCI: Add ACS quirk for Wangxun NICs
Mengyuan Lou
2023-03-11
1
-0
/
+2
*
PCI: loongson: Prevent LS7A MRRS increases
Huacai Chen
2023-03-11
1
-0
/
+1
*
bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC support
Souradeep Chowdhury
2023-03-11
1
-1
/
+1
*
genirq: Add and use an irq_data_update_affinity helper
Samuel Holland
2023-03-11
1
-0
/
+6
*
genirq: Refactor accessors to use irq_data_get_affinity_mask
Samuel Holland
2023-03-11
1
-7
/
+7
*
ima: Align ima_file_mmap() parameters with mmap_file LSM hook
Roberto Sassu
2023-03-10
1
-2
/
+4
*
x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe range
Yang Jihong
2023-03-10
1
-0
/
+1
*
x86/kprobes: Fix __recover_optprobed_insn check optimizing logic
Yang Jihong
2023-03-10
1
-0
/
+1
*
uaccess: Add minimum bounds check on kernel buffer size
Kees Cook
2023-03-10
1
-0
/
+4
*
rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
Paul E. McKenney
2023-03-10
1
-1
/
+8
*
iommu/vt-d: Remove duplicate identity domain flag
Lu Baolu
2023-03-10
1
-3
/
+0
*
drivers: base: transport_class: fix possible memory leak
Yang Yingliang
2023-03-10
1
-1
/
+7
*
ACPI: resource: Add helper function acpi_dev_get_memory_resources()
Heikki Krogerus
2023-03-10
1
-0
/
+1
*
kobject: modify kobject_get_path() to take a const *
Greg Kroah-Hartman
2023-03-10
1
-1
/
+1
*
NFSv4: keep state manager thread active if swap is enabled
NeilBrown
2023-03-10
1
-0
/
+2
*
HID: retain initial quirks set up when creating HID devices
Dmitry Torokhov
2023-03-10
1
-0
/
+1
*
rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()
Frederic Weisbecker
2023-03-10
1
-0
/
+2
*
genirq: Fix the return type of kstat_cpu_irqs_sum()
Zhen Lei
2023-03-10
1
-1
/
+1
*
uaccess: Add speculation barrier to copy_from_user()
Dave Hansen
2023-02-25
1
-0
/
+4
*
random: always mix cycle counter in add_latent_entropy()
Jason A. Donenfeld
2023-02-25
1
-3
/
+3
*
hugetlb: check for undefined shift on 32 bit architectures
Mike Kravetz
2023-02-22
1
-1
/
+4
*
net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC
Andrey Konovalov
2023-02-22
1
-0
/
+1
*
ACPI / x86: Add support for LPS0 callback handler
Mario Limonciello
2023-02-22
1
-1
/
+9
*
mm/migration: return errno when isolate_huge_page failed
Miaohe Lin
2023-02-14
1
-3
/
+3
*
nvmem: core: remove nvmem_config wp_gpio
Russell King (Oracle)
2023-02-09
1
-2
/
+0
*
highmem: round down the address passed to kunmap_flush_on_unmap()
Matthew Wilcox (Oracle)
2023-02-09
1
-2
/
+2
*
mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps
Mike Kravetz
2023-02-09
1
-0
/
+13
*
bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener
Jakub Sitnicki
2023-02-09
1
-0
/
+12
*
cpufreq: Move to_gov_attr_set() to cpufreq.h
Kevin Hao
2023-02-01
1
-0
/
+5
*
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
2023-02-01
1
-0
/
+1
*
exit: Add and use make_task_dead.
Eric W. Biederman
2023-02-01
1
-0
/
+1
*
kernel/panic: move panic sysctls to its own file
tangmeng
2023-02-01
1
-6
/
+0
*
sysctl: add a new register_sysctl_init() interface
Xiaoming Ni
2023-02-01
1
-0
/
+3
[next]