index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-16
Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-2
/
+3
2026-04-15
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+6
2026-04-13
Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
6
-23
/
+23
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-3
/
+3
2026-04-13
Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-6
/
+0
2026-04-08
mm: add gpu active/reclaim per-node stat counters (v2)
Dave Airlie
1
-0
/
+6
2026-04-05
mm: vmalloc: streamline vmalloc memory accounting
Johannes Weiner
1
-1
/
+2
2026-04-05
mm: rename my_zero_pfn() to zero_pfn()
Mike Rapoport (Microsoft)
1
-1
/
+1
2026-03-27
proc: array: drop stale FIXME about RCU in task_sig()
Jaime Saguillo Revilla
1
-1
/
+1
2026-03-26
proc: rename proc_notify_change to proc_setattr
Christoph Hellwig
1
-4
/
+4
2026-03-26
proc: rename proc_setattr to proc_nochmod_setattr
Christoph Hellwig
5
-19
/
+19
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
2
-3
/
+3
2026-03-06
fs/proc: Don't lock root inode when creating "self" and "thread-self"
NeilBrown
2
-6
/
+0
2026-02-25
Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-8
/
+7
2026-02-20
proc: Fix pointer error dereference
Ethan Tidmore
1
-0
/
+3
2026-02-13
Merge tag 'mm-hotfixes-stable-2026-02-13-07-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+2
2026-02-12
procfs: fix possible double mmput() in do_procmap_query()
Andrii Nakryiko
1
-1
/
+2
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+2
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2026-02-08
procfs: fix missing RCU protection when reading real_parent in do_task_stat()
Jinliang Zheng
1
-1
/
+1
2026-02-05
procfs: avoid fetching build ID while holding VMA lock
Andrii Nakryiko
1
-15
/
+27
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2026-01-20
mm: introduce generic lazy_mmu helpers
Kevin Brodsky
1
-2
/
+2
2025-12-08
fs/proc: replace "__auto_type" with "const auto"
H. Peter Anvin
1
-10
/
+9
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+0
2025-12-06
Merge tag 'locking-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-17
/
+17
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
5
-29
/
+13
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-139
/
+175
2025-12-02
seqlock, procfs: Match scoped_seqlock_read() critical section vs. RCU ordering in do_task_stat() to do_io_accounting()
Ingo Molnar
1
-17
/
+17
2025-12-01
Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-17
/
+5
2025-11-29
fs/proc/task_mmu.c: fix make_uffd_wp_huge_pte() huge pte handling
Lorenzo Stoakes
1
-1
/
+3
2025-11-29
mm: declare VMA flags by bit
Lorenzo Stoakes
1
-2
/
+2
2025-11-27
Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be able
Andrew Morton
1
-3
/
+9
2025-11-24
mm: softdirty: add pgtable_supports_soft_dirty()
Chunyan Zhang
1
-9
/
+6
2025-11-24
mm: eliminate further swapops predicates
Lorenzo Stoakes
1
-7
/
+7
2025-11-24
mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
Lorenzo Stoakes
1
-9
/
+10
2025-11-24
mm: remove non_swap_entry() and use softleaf helpers instead
Lorenzo Stoakes
1
-6
/
+6
2025-11-24
mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
Lorenzo Stoakes
1
-14
/
+13
2025-11-24
mm: avoid unnecessary use of is_swap_pmd()
Lorenzo Stoakes
1
-3
/
+12
2025-11-24
fs/proc/task_mmu: refactor pagemap_pmd_range()
Lorenzo Stoakes
1
-69
/
+77
2025-11-24
mm: avoid unnecessary uses of is_swap_pte()
Lorenzo Stoakes
1
-15
/
+34
2025-11-24
mm: introduce leaf entry type and use to simplify leaf entry logic
Lorenzo Stoakes
1
-13
/
+13
2025-11-20
fs/proc/page: remove unused KPMBITS
zhang jiao
1
-1
/
+0
2025-11-20
mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
Lorenzo Stoakes
1
-0
/
+1
2025-11-16
mm: consistently use current->mm in mm_get_unmapped_area()
Ryan Roberts
1
-1
/
+1
2025-11-16
procfs: make /self and /thread_self dentries persistent
Al Viro
5
-29
/
+13
2025-11-09
fs/proc: fix uaf in proc_readdir_de()
Wei Yang
1
-3
/
+9
[next]