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
path:
root
/
scripts
/
macro_checker.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-17
fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Lorenzo Stoakes
16
-16
/
+16
2025-06-17
mm/filemap: introduce generic_file_*_mmap_prepare() helpers
Lorenzo Stoakes
2
-2
/
+33
2025-06-17
fs/xfs: transition from deprecated .mmap hook to .mmap_prepare
Lorenzo Stoakes
1
-7
/
+7
2025-06-17
fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
Lorenzo Stoakes
1
-6
/
+7
2025-06-17
fs/dax: make it possible to check dev dax support without a VMA
Lorenzo Stoakes
3
-9
/
+12
2025-06-17
fs: consistently use can_mmap_file() helper
Lorenzo Stoakes
9
-10
/
+10
2025-06-17
mm/nommu: use file_has_valid_mmap_hooks() helper
Lorenzo Stoakes
1
-1
/
+1
2025-06-17
mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
Lorenzo Stoakes
8
-16
/
+35
2025-06-15
Linux 6.16-rc2
v6.16-rc2
Linus Torvalds
1
-1
/
+1
2025-06-16
gendwarfksyms: Fix structure type overrides
Sami Tolvanen
2
-58
/
+21
2025-06-16
kbuild: move warnings about linux/export.h from W=1 to W=2
Masahiro Yamada
2
-6
/
+12
2025-06-13
io_uring: run local task_work from ring exit IOPOLL reaping
Jens Axboe
1
-0
/
+3
2025-06-13
nvme: always punt polled uring_cmd end_io work to task_work
Jens Axboe
1
-14
/
+7
2025-06-13
posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...
Oleg Nesterov
1
-0
/
+9
2025-06-13
io_uring/kbuf: don't truncate end buffer for multiple buffer peeks
Jens Axboe
1
-1
/
+4
2025-06-13
Documentation: ublk: Separate UBLK_F_AUTO_BUF_REG fallback behavior sublists
Bagas Sanjaya
1
-0
/
+2
2025-06-13
iommu/tegra: Fix incorrect size calculation
Jason Gunthorpe
1
-2
/
+2
2025-06-13
block: Fix bvec_set_folio() for very large folios
Matthew Wilcox (Oracle)
1
-2
/
+5
2025-06-13
bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-06-13
spi: spi-pci1xxxx: Drop MSI-X usage as unsupported by DMA engine
Thangaraj Samynathan
1
-1
/
+1
2025-06-12
mm: add mmap_prepare() compatibility layer for nested file systems
Lorenzo Stoakes
5
-3
/
+107
2025-06-12
smb: improve directory cache reuse for readdir operations
Bharath SM
2
-17
/
+19
2025-06-12
smb: client: fix perf regression with deferred closes
Paulo Alcantara
1
-3
/
+6
2025-06-12
drm/xe/lrc: Use a temporary buffer for WA BB
Lucas De Marchi
1
-4
/
+20
2025-06-12
selftests: drv-net: rss_ctx: Add test for ntuple rules targeting default RSS ...
Gal Pressman
1
-1
/
+58
2025-06-12
net: ethtool: Don't check if RSS context exists in case of context 0
Gal Pressman
1
-1
/
+2
2025-06-12
af_unix: Allow passing cred for embryo without SO_PASSCRED/SO_PASSPIDFD.
Kuniyuki Iwashima
1
-1
/
+2
2025-06-12
ipv6: Move fib6_config_validate() to ip6_route_add().
Kuniyuki Iwashima
1
-55
/
+55
2025-06-12
net: drv: netdevsim: don't napi_complete() from netpoll
Jakub Kicinski
1
-1
/
+2
2025-06-12
net/mlx5: HWS, Add error checking to hws_bwc_rule_complex_hash_node_get()
Dan Carpenter
1
-2
/
+17
2025-06-12
veth: prevent NULL pointer dereference in veth_xdp_rcv
Jesper Dangaard Brouer
1
-2
/
+2
2025-06-12
net_sched: remove qdisc_tree_flush_backlog()
Eric Dumazet
1
-8
/
+0
2025-06-12
net_sched: ets: fix a race in ets_qdisc_change()
Eric Dumazet
1
-1
/
+1
2025-06-12
net_sched: tbf: fix a race in tbf_change()
Eric Dumazet
1
-1
/
+1
2025-06-12
net_sched: red: fix a race in __red_change()
Eric Dumazet
1
-1
/
+1
2025-06-12
net_sched: prio: fix a race in prio_tune()
Eric Dumazet
1
-1
/
+1
2025-06-12
net_sched: sch_sfq: reject invalid perturb period
Eric Dumazet
1
-2
/
+8
2025-06-12
net: phy: phy_caps: Don't skip better duplex macth on non-exact match
Maxime Chevallier
1
-6
/
+12
2025-06-12
io_uring: consistently use rcu semantics with sqpoll thread
Keith Busch
4
-15
/
+38
2025-06-11
init: fix build warnings about export.h
Huacai Chen
2
-0
/
+2
2025-06-11
MAINTAINERS: add Barry as a THP reviewer
Barry Song
1
-0
/
+1
2025-06-11
drivers/rapidio/rio_cm.c: prevent possible heap overwrite
Andrew Morton
1
-0
/
+3
2025-06-11
mm: close theoretical race where stale TLB entries could linger
Ryan Roberts
1
-0
/
+2
2025-06-11
mm/vma: reset VMA iterator on commit_merge() OOM failure
Lorenzo Stoakes
1
-18
/
+4
2025-06-11
docs: proc: update VmFlags documentation in smaps
wangfushuai
1
-1
/
+3
2025-06-11
scatterlist: fix extraneous '@'-sign kernel-doc notation
Randy Dunlap
2
-6
/
+6
2025-06-11
selftests/mm: skip failed memfd setups in gup_longterm
Mark Brown
1
-1
/
+6
2025-06-12
rust: cpu: Add CpuId::current() to retrieve current CPU ID
Viresh Kumar
4
-0
/
+21
2025-06-12
rust: Use CpuId in place of raw CPU numbers
Viresh Kumar
4
-27
/
+59
2025-06-12
KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORY
Paolo Bonzini
1
-0
/
+3
[next]