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.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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-20
wifi: ath12k: fix undefined behavior with __fls in dp
Harshitha Prem
1
-1
/
+1
2023-11-20
irqchip/sifive-plic: Fix syscore registration for multi-socket systems
Anup Patel
1
-3
/
+4
2023-11-20
genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()
Chen Yu
1
-3
/
+3
2023-11-20
string: Adjust strtomem() logic to allow for smaller sources
Kees Cook
1
-2
/
+5
2023-11-20
PCI/MSI: Provide stubs for IMS functions
Reinette Chatre
1
-8
/
+26
2023-11-20
selftests/x86/lam: Zero out buffer for readlink()
Binbin Wu
1
-3
/
+3
2023-11-20
perf: Optimize perf_cgroup_switch()
Peter Zijlstra
2
-55
/
+61
2023-11-20
pstore/platform: Add check for kstrdup
Jiasheng Jiang
1
-1
/
+8
2023-11-20
x86/nmi: Fix out-of-order NMI nesting checks & false positive warning
Paul E. McKenney
1
-6
/
+7
2023-11-20
drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() in stop function
Ivaylo Dimitrov
1
-8
/
+28
2023-11-20
srcu: Fix callbacks acceleration mishandling
Frederic Weisbecker
1
-2
/
+29
2023-11-20
x86/apic: Fake primary thread mask for XEN/PV
Thomas Gleixner
1
-0
/
+11
2023-11-20
cpu/SMT: Make SMT control more robust against enumeration failures
Thomas Gleixner
1
-5
/
+13
2023-11-20
cpu/SMT: Create topology_smt_thread_allowed()
Michael Ellerman
2
-1
/
+26
2023-11-20
cpu/hotplug: Remove dependancy against cpu_primary_thread_mask
Laurent Dufour
1
-14
/
+10
2023-11-20
x86/boot: Fix incorrect startup_gdt_descr.size
Yuntao Wang
1
-1
/
+1
2023-11-20
x86/sev-es: Allow copy_from_kernel_nofault() in earlier boot
Adam Dunlap
1
-5
/
+14
2023-11-20
ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window
Alison Schofield
1
-3
/
+8
2023-11-20
x86/numa: Introduce numa_fill_memblks()
Alison Schofield
3
-0
/
+89
2023-11-20
futex: Don't include process MM in futex key on no-MMU
Ben Wolsieffer
1
-1
/
+11
2023-11-20
x86/srso: Fix unret validation dependencies
Josh Poimboeuf
3
-4
/
+6
2023-11-20
x86/srso: Fix vulnerability reporting for missing microcode
Josh Poimboeuf
2
-21
/
+39
2023-11-20
x86/srso: Print mitigation for retbleed IBPB case
Josh Poimboeuf
1
-3
/
+3
2023-11-20
x86/srso: Fix SBPB enablement for (possible) future fixed HW
Josh Poimboeuf
1
-1
/
+1
2023-11-20
writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs
Jingbo Xu
1
-12
/
+29
2023-11-20
vfs: fix readahead(2) on block devices
Reuben Hawkins
1
-1
/
+2
2023-11-20
nfsd: Handle EOPENSTALE correctly in the filecache
Trond Myklebust
3
-25
/
+34
2023-11-20
sched: Fix stop_one_cpu_nowait() vs hotplug
Peter Zijlstra
4
-3
/
+17
2023-11-20
objtool: Propagate early errors
Aaron Plattner
1
-3
/
+1
2023-11-20
sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0
Qais Yousef
1
-17
/
+1
2023-11-20
sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0
Qais Yousef
1
-6
/
+5
2023-11-20
iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
David Howells
2
-5
/
+5
2023-11-20
sched/fair: Fix cfs_rq_is_decayed() on !SMP
Chengming Zhou
1
-1
/
+1
2023-11-20
sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA case
Yury Norov
1
-1
/
+1
2023-11-20
sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case
Yury Norov
1
-1
/
+5
2023-11-20
numa: Generalize numa_map_to_online_node()
Yury Norov
2
-9
/
+16
2023-11-20
hwmon: (nct6775) Fix incorrect variable reuse in fan_div calculation
Zev Weiss
1
-4
/
+8
2023-11-08
Linux 6.5.11
v6.5.11
Greg Kroah-Hartman
1
-1
/
+1
2023-11-08
ASoC: SOF: sof-pci-dev: Fix community key quirk detection
Mark Hasemeyer
1
-0
/
+7
2023-11-08
ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection
Mark Hasemeyer
1
-0
/
+6
2023-11-08
serial: core: Fix runtime PM handling for pending tx
Tony Lindgren
1
-1
/
+1
2023-11-08
misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device support
Siddharth Vadapalli
1
-0
/
+4
2023-11-08
dt-bindings: serial: rs485: Add rs485-rts-active-high
Francesco Dolcini
1
-0
/
+4
2023-11-08
tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks
Cameron Williams
1
-0
/
+147
2023-11-08
tty: 8250: Add support for Intashield IX cards
Cameron Williams
1
-0
/
+21
2023-11-08
tty: 8250: Add support for additional Brainboxes PX cards
Cameron Williams
1
-0
/
+29
2023-11-08
tty: 8250: Fix up PX-803/PX-857
Cameron Williams
1
-3
/
+3
2023-11-08
tty: 8250: Fix port count of PX-257
Cameron Williams
1
-1
/
+1
2023-11-08
tty: 8250: Add support for Intashield IS-100
Cameron Williams
1
-0
/
+6
2023-11-08
tty: 8250: Add support for Brainboxes UP cards
Cameron Williams
1
-0
/
+60
[prev]
[next]