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-02-25
arm64: gcs: Do not set PTE_SHARED on GCS mappings if FEAT_LPA2 is enabled
Catalin Marinas
-5
/
+6
2026-02-25
arm64: io: Extract user memory type in ioremap_prot()
Will Deacon
-2
/
+15
2026-02-25
arm64: io: Rename ioremap_prot() to __ioremap_prot()
Will Deacon
-9
/
+10
2026-02-25
e1000e: clear DPG_EN after reset to avoid autonomous power-gating
Vitaly Lifshits
-0
/
+10
2026-02-25
e1000e: introduce new board type for Panther Lake PCH
Vitaly Lifshits
-12
/
+31
2026-02-25
ixgbevf: fix link setup issue
Jedrzej Jagielski
-1
/
+2
2026-02-25
i40e: Fix preempt count leak in napi poll tracepoint
Thomas Gleixner
-1
/
+1
2026-02-25
ice: fix crash in ethtool offline loopback test
Michal Schmidt
-6
/
+18
2026-02-25
ice: recap the VSI and QoS info after rebuild
Aaron Ma
-11
/
+41
2026-02-25
idpf: Fix flow rule delete failure due to invalid validation
Sreedevi Joshi
-3
/
+0
2026-02-25
idpf: change IRQ naming to match netdev and ethtool queue numbering
Brian Vazquez
-1
/
+1
2026-02-25
idpf: nullify pointers after they are freed
Li Li
-0
/
+1
2026-02-25
idpf: skip deallocating txq group's txqs if it is NULL
Li Li
-0
/
+3
2026-02-25
idpf: skip deallocating bufq_sets from rx_qgrp if it is NULL
Li Li
-0
/
+3
2026-02-25
idpf: increment completion queue next_to_clean in sw marker wait routine
Li Li
-3
/
+3
2026-02-25
Merge tag 'ata-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...
Linus Torvalds
-8
/
+22
2026-02-25
Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-87
/
+139
2026-02-25
cgroup/cpuset: fix null-ptr-deref in rebuild_sched_domains_cpuslocked
Chen Ridong
-1
/
+1
2026-02-25
MAINTAINERS: Update contact with the kernel.org address
Daniel Lezcano
-6
/
+10
2026-02-25
s390/pfault: Fix virtual vs physical address confusion
Alexander Gordeev
-2
/
+2
2026-02-25
s390/kexec: Disable stack protector in s390_reset_system()
Vasily Gorbik
-1
/
+1
2026-02-25
Merge branch 'idle-vtime-fixes-cleanups' into fixes
Vasily Gorbik
-64
/
+63
2026-02-25
s390/idle: Remove psw_idle() prototype
Heiko Carstens
-2
/
+0
2026-02-25
s390/vtime: Use lockdep_assert_irqs_disabled() instead of BUG_ON()
Heiko Carstens
-2
/
+1
2026-02-25
s390/vtime: Use __this_cpu_read() / get rid of READ_ONCE()
Heiko Carstens
-14
/
+7
2026-02-25
s390/irq/idle: Remove psw bits early
Heiko Carstens
-8
/
+6
2026-02-25
s390/idle: Inline update_timer_idle()
Heiko Carstens
-35
/
+38
2026-02-25
s390/idle: Slightly optimize idle time accounting
Heiko Carstens
-7
/
+8
2026-02-25
s390/idle: Add comment for non obvious code
Heiko Carstens
-0
/
+9
2026-02-25
s390/vtime: Fix virtual timer forwarding
Heiko Carstens
-16
/
+2
2026-02-25
s390/idle: Fix cpu idle exit cpu time accounting
Heiko Carstens
-6
/
+18
2026-02-25
io_uring/timeout: READ_ONCE sqe->addr
Pavel Begunkov
-2
/
+2
2026-02-25
ALSA: hda/intel: increase default bdl_pos_adj for Nvidia controllers
Panagiotis Foliadis
-0
/
+2
2026-02-25
lib/Kconfig.debug: Require a release version of LLVM 22 for context analysis
Nathan Chancellor
-2
/
+2
2026-02-25
perf: Fix __perf_event_overflow() vs perf_remove_from_context() race
Peter Zijlstra
-1
/
+41
2026-02-25
cpufreq: intel_pstate: Fix crash during turbo disable
Srinivas Pandruvada
-5
/
+5
2026-02-25
xfs: add static size checks for ioctl UABI
Wilfred Mallawa
-5
/
+34
2026-02-25
xfs: remove duplicate static size checks
Wilfred Mallawa
-9
/
+0
2026-02-25
xfs: Add comments for usages of some macros.
Nirjhar Roy (IBM)
-0
/
+9
2026-02-25
xfs: Update lazy counters in xfs_growfs_rt_bmblock()
Nirjhar Roy (IBM)
-0
/
+9
2026-02-25
xfs: Add a comment in xfs_log_sb()
Nirjhar Roy (IBM)
-0
/
+3
2026-02-25
xfs: Fix xfs_last_rt_bmblock()
Nirjhar Roy (IBM)
-6
/
+24
2026-02-25
xfs: don't report half-built inodes to fserror
Darrick J. Wong
-3
/
+14
2026-02-25
xfs: don't report metadata inodes to fserror
Darrick J. Wong
-2
/
+14
2026-02-25
xfs: fix potential pointer access race in xfs_healthmon_get
Darrick J. Wong
-5
/
+8
2026-02-25
xfs: fix xfs_group release bug in xfs_dax_notify_dev_failure
Darrick J. Wong
-2
/
+2
2026-02-25
xfs: fix xfs_group release bug in xfs_verify_report_losses
Darrick J. Wong
-2
/
+2
2026-02-25
xfs: fix copy-paste error in previous fix
Darrick J. Wong
-1
/
+1
2026-02-25
xfs: Fix error pointer dereference
Ethan Tidmore
-1
/
+6
2026-02-25
xfs: remove metafile inodes from the active inode stat
Christoph Hellwig
-5
/
+23
[prev]
[next]