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-01-30
power: supply: wm97xx: Use devm_power_supply_register()
Waqar Hameed
-12
/
+4
2026-01-30
power: supply: wm97xx: Use devm_kcalloc()
Waqar Hameed
-11
/
+5
2026-01-30
power: supply: pm8916_lbc: Fix use-after-free for extcon in IRQ handler
Waqar Hameed
-5
/
+5
2026-01-30
accel/amdxdna: Fix memory leak in amdxdna_ubuf_map
Zishun Yi
-2
/
+8
2026-01-30
accel/amdxdna: Stop job scheduling across aie2_release_resource()
Lizhi Hou
-0
/
+6
2026-01-30
accel/amdxdna: Hold mm structure across iommu_sva_unbind_device()
Lizhi Hou
-0
/
+4
2026-01-30
power: reset: tdx-ec-poweroff: fix restart
Emanuele Ghidoli
-0
/
+19
2026-01-30
PM: EM: Documentation: Fix bug in example code snippet
Patrick Little
-2
/
+2
2026-01-30
Documentation: Fix typos in energy model documentation
Patrick Little
-11
/
+11
2026-01-30
cpuidle: governors: teo: Refine intercepts-based idle state lookup
Rafael J. Wysocki
-7
/
+43
2026-01-30
cpuidle: governors: teo: Adjust the classification of wakeup events
Rafael J. Wysocki
-11
/
+14
2026-01-30
PCI/ACPI: Restrict program_hpx_type2() to AER bits
Håkon Bugge
-38
/
+27
2026-01-30
PCI: Initialize RCB from pci_configure_device()
Håkon Bugge
-0
/
+32
2026-01-30
PCI: dwc: ep: Fix resizable BAR support for multi-PF configurations
Aksh Garg
-16
/
+32
2026-01-30
PCI: endpoint: pci-epf-test: Allow overriding default BAR sizes
Niklas Cassel
-2
/
+116
2026-01-30
i40e: drop udp_tunnel_get_rx_info() call from i40e_open()
Mohammad Heib
-1
/
+0
2026-01-30
ice: drop udp_tunnel_get_rx_info() call from ndo_open()
Mohammad Heib
-3
/
+0
2026-01-30
ice: Fix PTP NULL pointer dereference during VSI rebuild
Aaron Ma
-5
/
+29
2026-01-30
ice: PTP: fix missing timestamps on E825 hardware
Jacob Keller
-78
/
+103
2026-01-30
ice: fix missing TX timestamps interrupts on E825 devices
Grzegorz Nitka
-1
/
+4
2026-01-30
f2fs: fix incomplete block usage in compact SSA summaries
Daeho Jeong
-4
/
+4
2026-01-30
NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4
Anna Schumaker
-368
/
+35
2026-01-30
NFS: Add a way to disable NFS v4.0 via KConfig
Anna Schumaker
-5
/
+47
2026-01-30
NFS: Move sequence slot operations into minorversion operations
Anna Schumaker
-72
/
+70
2026-01-30
NFS: Pass a struct nfs_client to nfs4_init_sequence()
Anna Schumaker
-69
/
+87
2026-01-30
NFS: Move NFS v4.0 pathdown recovery into nfs40client.c
Anna Schumaker
-22
/
+25
2026-01-30
NFS: Move nfs40_init_client into nfs40client.c
Anna Schumaker
-28
/
+28
2026-01-30
NFS: Move nfs40_shutdown_client into nfs40client.c
Anna Schumaker
-9
/
+13
2026-01-30
NFS: Make the various NFS v4.0 operations static again
Anna Schumaker
-10
/
+5
2026-01-30
NFS: Move the NFS v4.0 minor version ops into nfs40proc.c
Anna Schumaker
-111
/
+115
2026-01-30
NFS: Split out the nfs40_mig_recovery_ops to nfs40proc.c
Anna Schumaker
-109
/
+114
2026-01-30
NFS: Split out the nfs40_state_renewal_ops into nfs40proc.c
Anna Schumaker
-101
/
+103
2026-01-30
NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.c
Anna Schumaker
-29
/
+34
2026-01-30
NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.c
Anna Schumaker
-194
/
+214
2026-01-30
NFS: Move nfs40_call_sync_ops into nfs40proc.c
Anna Schumaker
-25
/
+40
2026-01-30
Merge branch 'for-7.0/cxl-misc' into cxl-for-next
Dave Jiang
-2
/
+1
2026-01-30
Merge tag 'icc-6.20-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
-10
/
+788
2026-01-30
scripts: headers_install.sh: Remove config leak ignore machinery
Thomas Weißschuh
-22
/
+2
2026-01-30
x86/uapi: Stop leaking kconfig references to userspace
Thomas Weißschuh
-3
/
+1
2026-01-30
nios2: uapi: Remove custom asm/swab.h from UAPI
Thomas Weißschuh
-2
/
+0
2026-01-30
ARM: uapi: Drop PSR_ENDSTATE
Thomas Weißschuh
-12
/
+4
2026-01-30
ARC: Always use SWAPE instructions for __arch_swab32()
Thomas Weißschuh
-71
/
+1
2026-01-30
arm64: dts: socfpga: agilex: add emmc support
Ng Tze Yee
-0
/
+106
2026-01-30
tracing: Add kerneldoc to trace_event_buffer_reserve()
Steven Rostedt
-0
/
+16
2026-01-30
include/asm-generic/topology.h: Remove unused definition of cpumask_of_node()
John Garry
-6
/
+2
2026-01-30
tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
Steven Rostedt
-10
/
+21
2026-01-30
srcu: Fix warning to permit SRCU-fast readers in NMI handlers
Paul E. McKenney
-1
/
+2
2026-01-30
bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()
Steven Rostedt
-3
/
+2
2026-01-30
tracing: perf: Have perf tracepoint callbacks always disable preemption
Steven Rostedt
-2
/
+2
2026-01-30
arm64: dts: intel: agilex5: Add simple-bus node on top of dma controller node
Khairul Anuar Romli
-35
/
+43
[prev]
[next]