index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-03-12
Bluetooth: MGMT: Fix list corruption and UAF in command complete handlers
Wang Tao
-5
/
+2
2026-03-12
Bluetooth: hci_sync: Fix hci_le_create_conn_sync
Michael Grzeschik
-1
/
+1
2026-03-12
Bluetooth: ISO: Fix defer tests being unstable
Luiz Augusto von Dentz
-2
/
+2
2026-03-12
Bluetooth: SMP: make SM/PER/KDU/BI-04-C happy
Christian Eggers
-1
/
+1
2026-03-12
Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDU
Christian Eggers
-0
/
+1
2026-03-12
Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTU
Christian Eggers
-3
/
+7
2026-03-12
arm64: dts: rockchip: Add analog audio switches to RK3576 EVB1
Alexey Charkov
-0
/
+1
2026-03-12
Merge tag 'for-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-9
/
+126
2026-03-12
Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-326
/
+667
2026-03-12
Merge branch 'pm-tools'
Rafael J. Wysocki
-6
/
+61
2026-03-12
Merge tag 'apparmor-pr-mainline-2026-03-09' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
-176
/
+363
2026-03-12
KVM: x86: Advertise AVX512 Bit Matrix Multiply (BMM) to userspace
Nikunj A Dadhania
-1
/
+3
2026-03-12
KVM: x86: Immediately fail the build when possible if required #define is mis...
Sean Christopherson
-9
/
+14
2026-03-12
KVM: x86: Use __DECLARE_FLEX_ARRAY() for UAPI structures with VLAs
David Woodhouse
-11
/
+12
2026-03-12
Merge branch 'acpi-osl'
Rafael J. Wysocki
-1
/
+1
2026-03-12
KVM: x86/mmu: KVM: x86/mmu: Skip unsync when large pages are allowed
Lai Jiangshan
-0
/
+9
2026-03-12
regulator: pf1550: Remove redundant regmap assignment
Felix Gu
-1
/
+0
2026-03-12
KVM: selftests: Verify SEV+ guests can read and write EFER, CR0, CR4, and CR8
Sean Christopherson
-0
/
+53
2026-03-12
KVM: X86: Fix array_index_nospec protection in __pv_send_ipi
Anel Orazgaliyeva
-5
/
+5
2026-03-12
KVM: x86: Add LAPIC guard in kvm_apic_write_nodecode()
xuanqingshi
-0
/
+3
2026-03-12
KVM: VMX: Remove unnecessary parentheses
Xin Li
-1
/
+1
2026-03-12
KVM: x86: Use kvm_cpu_cap_has() for EFER bits enablement checks
Yosry Ahmed
-3
/
+3
2026-03-12
KVM: x86: Move some EFER bits enablement to common code
Yosry Ahmed
-11
/
+14
2026-03-12
KVM: arm64: tracing: add ftrace dependency
Arnd Bergmann
-1
/
+1
2026-03-12
tracing: add more symbols to whitelist
Arnd Bergmann
-1
/
+3
2026-03-12
soc: imx9: don't access of_root directly
Bartosz Golaszewski
-2
/
+2
2026-03-12
soc: imx8m: don't access of_root directly
Bartosz Golaszewski
-8
/
+3
2026-03-12
soc: fsl: guts: don't access of_root directly
Bartosz Golaszewski
-9
/
+3
2026-03-12
base: soc: rename and export soc_device_get_machine()
Bartosz Golaszewski
-8
/
+15
2026-03-12
base: soc: order includes alphabetically
Bartosz Golaszewski
-5
/
+5
2026-03-12
of: provide of_machine_read_model()
Bartosz Golaszewski
-0
/
+19
2026-03-12
of: provide of_machine_read_compatible()
Bartosz Golaszewski
-0
/
+23
2026-03-12
tracing: Update undefined symbols allow list for simple_ring_buffer
Vincent Donnefort
-1
/
+2
2026-03-12
arm64: dts: zena: Move SRAM into SoC and memory node out of SoC
Debbie Horsfall
-26
/
+26
2026-03-12
dt-bindings: interrupt-controller: arm,gic-v3: Fix EPPI range
Geert Uytterhoeven
-1
/
+1
2026-03-12
net: prevent NULL deref in ip[6]tunnel_xmit()
Eric Dumazet
-8
/
+12
2026-03-12
io_uring/kbuf: check if target buffer list is still legacy on recycle
Jens Axboe
-2
/
+11
2026-03-12
selftests: memcg: Add tests for IN_DELETE_SELF and IN_IGNORED
T.J. Mercier
-0
/
+112
2026-03-12
kernfs: Send IN_DELETE_SELF and IN_IGNORED
T.J. Mercier
-4
/
+50
2026-03-12
kernfs: Don't set_nlink for directories being removed
T.J. Mercier
-1
/
+3
2026-03-12
device core: Fix kernel-doc warnings in base.h
Dan Williams
-38
/
+41
2026-03-12
serial: 8250_dw: Ensure BUSY is deasserted
Ilpo Järvinen
-55
/
+161
2026-03-12
serial: 8250: Add late synchronize_irq() to shutdown to handle DW UART BUSY
Ilpo Järvinen
-0
/
+6
2026-03-12
serial: 8250_dw: Rework IIR_NO_INT handling to stop interrupt storm
Ilpo Järvinen
-4
/
+63
2026-03-12
serial: 8250_dw: Rework dw8250_handle_irq() locking and IIR handling
Ilpo Järvinen
-16
/
+21
2026-03-12
serial: 8250: Add serial8250_handle_irq_locked()
Ilpo Järvinen
-8
/
+17
2026-03-12
serial: 8250_dw: Avoid unnecessary LCR writes
Ilpo Järvinen
-0
/
+31
2026-03-12
serial: 8250: Protect LCR write in shutdown
Ilpo Järvinen
-5
/
+6
2026-03-12
serial: 8250_pci: add support for the AX99100
Martin Roukala (né Peres)
-0
/
+17
2026-03-12
serial: core: fix infinite loop in handle_tx() for PORT_UNKNOWN
Jiayuan Chen
-1
/
+4
[prev]
[next]