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-20
platform/chrome: cros_usbpd_logger: Simplify with devm
Krzysztof Kozlowski
-11
/
+7
2026-03-20
Merge remote-tracking branch 'wq/for-7.1-devm-alloc-wq'
Tzung-Bi Shih
-0
/
+54
2026-03-19
scsi: target: file: Use kzalloc_flex for aio_cmd
Thinh Nguyen
-1
/
+1
2026-03-19
scsi: scsi_transport_sas: Fix the maximum channel scanning issue
Yihang Li
-1
/
+1
2026-03-19
scsi: target: tcm_loop: Drain commands in target_reset handler
Josef Bacik
-6
/
+46
2026-03-19
scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()
Tyllis Xu
-1
/
+2
2026-03-19
scsi: ses: Handle positive SCSI error from ses_recv_diag()
Greg Kroah-Hartman
-1
/
+1
2026-03-19
drm/panel-edp: Add BOE NV153WUM-N42, CMN N153JCA-ELK, CSW MNF307QS3-2
Alvin1 Chen
-0
/
+3
2026-03-19
net: fjes: Drop fjes_acpi_driver and rework initialization
Rafael J. Wysocki
-70
/
+50
2026-03-19
Merge branch 'net-stmmac-descriptor-cleanups-part-2'
Jakub Kicinski
-117
/
+127
2026-03-19
net: stmmac: rename STMMAC_GET_ENTRY() -> STMMAC_NEXT_ENTRY()
Russell King (Oracle)
-16
/
+16
2026-03-19
net: stmmac: use more descriptive names in stmmac_xmit()
Russell King (Oracle)
-22
/
+23
2026-03-19
net: stmmac: simplify DMA descriptor allocation/init/freeing
Russell King (Oracle)
-30
/
+27
2026-03-19
net: stmmac: more mode -> descriptor_mode renames
Russell King (Oracle)
-35
/
+42
2026-03-19
net: stmmac: rename "mode" to "descriptor_mode"
Russell King (Oracle)
-14
/
+19
2026-03-19
net: ntb_netdev: add SPDX tag and remove boilerplate license text
Oskar Ray-Frayssinet
-46
/
+1
2026-03-19
net: openvswitch: Avoid releasing netdev before teardown completes
Toke Høiland-Jørgensen
-1
/
+8
2026-03-19
Merge branch 'selftests-drv-net-driver-tests-for-hw-gro'
Jakub Kicinski
-30
/
+728
2026-03-19
selftests: drv-net: gro: add a test for GRO depth
Jakub Kicinski
-20
/
+181
2026-03-19
selftests: drv-net: gro: add test for packet ordering
Jakub Kicinski
-6
/
+61
2026-03-19
selftests: drv-net: gro: test GRO stats
Jakub Kicinski
-2
/
+433
2026-03-19
selftests: drv-net: gro: use SO_TXTIME to schedule packets together
Jakub Kicinski
-3
/
+54
2026-03-19
selftests: drv-net: give HW stats sync time extra 25% of margin
Jakub Kicinski
-2
/
+2
2026-03-19
selftests: net: move gro to lib for HW vs SW reuse
Jakub Kicinski
-4
/
+4
2026-03-19
nfc: nci: fix circular locking dependency in nci_close_device
Jakub Kicinski
-4
/
+6
2026-03-19
Merge tag 'for-net-2026-03-19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
-22
/
+60
2026-03-19
Merge tag 'parisc-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+2
2026-03-19
Merge tag 'pci-v7.0-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-13
/
+46
2026-03-20
i2c: npcm7xx: Use NULL instead of 0 for pointer
Krzysztof Kozlowski
-1
/
+1
2026-03-19
hsi: hsi_core: use kzalloc_flex
Rosen Penev
-23
/
+16
2026-03-19
i2c: pxa: defer reset on Armada 3700 when recovery is used
Gabor Juhos
-1
/
+16
2026-03-19
docs: symbol-namespaces: mention sysfs attribute
Nicholas Sielicki
-0
/
+5
2026-03-19
ionic: fix persistent MAC address override on PF
Mohammad Heib
-6
/
+11
2026-03-19
i2c: fsi: Fix a potential leak in fsi_i2c_probe()
Christophe JAILLET
-0
/
+1
2026-03-19
module: expose imported namespaces via sysfs
Nicholas Sielicki
-1
/
+78
2026-03-19
i2c: cp2615: fix serial string NULL-deref at probe
Johan Hovold
-0
/
+3
2026-03-19
cxl: Adjust the startup priority of cxl_pmem to be higher than that of cxl_acpi
Cui Chao
-1
/
+1
2026-03-19
x86/cpu: Remove LASS restriction on vsyscall emulation
Sohil Mehta
-15
/
+0
2026-03-19
x86/vsyscall: Disable LASS if vsyscall mode is set to EMULATE
Sohil Mehta
-1
/
+8
2026-03-19
x86/vsyscall: Restore vsyscall=xonly mode under LASS
Sohil Mehta
-5
/
+27
2026-03-19
x86/traps: Consolidate user fixups in the #GP handler
Sohil Mehta
-5
/
+6
2026-03-19
x86/vsyscall: Reorganize the page fault emulation code
Sohil Mehta
-36
/
+39
2026-03-19
perf evlist: Improve default event for s390
Ian Rogers
-35
/
+64
2026-03-19
perf callchain: Refactor callchain option parsing
Ian Rogers
-80
/
+104
2026-03-19
perf evsel: Constify option arguments to config functions
Ian Rogers
-14
/
+14
2026-03-19
perf target: Constify simple check functions
Ian Rogers
-6
/
+6
2026-03-19
perf evsel: Improve falling back from cycles
Ian Rogers
-14
/
+33
2026-03-19
perf dwarf-aux: Collect all variable locations for insn tracking
Zecheng Li
-30
/
+30
2026-03-19
perf annotate-data: Use DWARF location ranges to preserve reg state
Zecheng Li
-6
/
+54
2026-03-19
perf annotate-data: Invalidate caller-saved regs for all calls
Zecheng Li
-6
/
+13
[prev]
[next]