| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | fs/proc: replace "__auto_type" with "const auto" | H. Peter Anvin | 1 | -10/+9 |
| 5 days | Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+0 |
| 6 days | Merge tag 'locking-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -20/+20 |
| 6 days | Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -29/+13 |
| 6 days | Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -140/+176 |
| 10 days | seqlock, procfs: Match scoped_seqlock_read() critical section vs. RCU orderin... | Ingo Molnar | 1 | -20/+20 |
| 10 days | Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -17/+5 |
| 13 days | fs/proc/task_mmu.c: fix make_uffd_wp_huge_pte() huge pte handling | Lorenzo Stoakes | 1 | -1/+3 |
| 13 days | 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 |
| 2025-10-21 | seqlock: Change do_io_accounting() to use scoped_seqlock_read() | Oleg Nesterov | 1 | -10/+3 |
| 2025-10-21 | seqlock: Change do_task_stat() to use scoped_seqlock_read() | Oleg Nesterov | 1 | -7/+2 |
| 2025-10-02 | Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -79/+159 |
| 2025-09-29 | Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+1 |
| 2025-09-29 | Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -10/+96 |
| 2025-09-25 | fs/proc/task_mmu: check p->vec_buf for NULL | Jakub Acs | 1 | -0/+3 |
| 2025-09-21 | mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.c | Miaohe Lin | 1 | -0/+1 |
| 2025-09-21 | Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up | Andrew Morton | 1 | -1/+2 |
| 2025-09-15 | fs: rename generic_delete_inode() and generic_drop_inode() | Mateusz Guzik | 1 | -1/+1 |
| 2025-09-15 | fs/proc/namespaces: make ns_entries const | Max Kellermann | 1 | -3/+3 |
| 2025-09-13 | fs/proc/base.c: fix the wrong format specifier | zhang jiao | 1 | -1/+1 |
| 2025-09-13 | mm: introduce memdesc_flags_t | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-09-13 | mm/huge_memory: convert "tva_flags" to "enum tva_type" | David Hildenbrand | 1 | -2/+2 |
| 2025-09-13 | prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE | David Hildenbrand | 1 | -1/+1 |
| 2025-09-13 | mm: convert remaining users to mm_flags_*() accessors | Lorenzo Stoakes | 3 | -4/+4 |
| 2025-09-13 | mm: update coredump logic to correctly use bitmap mm flags | Lorenzo Stoakes | 1 | -3/+5 |
| 2025-09-13 | fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks | Suren Baghdasaryan | 1 | -18/+85 |
| 2025-09-13 | fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY | Suren Baghdasaryan | 3 | -53/+63 |
| 2025-09-08 | proc: fix type confusion in pde_set_flags() | wangzijie | 1 | -1/+2 |
| 2025-09-02 | procfs: add "pidns" mount option | Aleksa Sarai | 1 | -6/+92 |
| 2025-08-27 | proc: fix missing pde_set_flags() for net proc files | wangzijie | 1 | -17/+21 |
| 2025-08-19 | pid: change task_state() to use task_ppid_nr_ns() | Oleg Nesterov | 1 | -3/+1 |
| 2025-08-11 | proc: proc_maps_open allow proc_mem_open to return NULL | Jialin Wang | 1 | -2/+2 |
| 2025-08-05 | fs/proc/task_mmu: hold PTL in pagemap_hugetlb_range and gather_hugetlb_stats | Jinjiang Tu | 1 | -3/+11 |
| 2025-08-05 | mm/smaps: fix race between smaps_hugetlb_range and migration | Jinjiang Tu | 1 | -1/+5 |
| 2025-08-03 | Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -17/+12 |
| 2025-07-31 | Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -40/+189 |
| 2025-07-28 | Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+3 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+5 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -10/+1 |
| 2025-07-28 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 5 | -20/+15 |
| 2025-07-24 | fs/proc/task_mmu: read proc/pid/maps under per-vma lock | Suren Baghdasaryan | 2 | -8/+138 |
| 2025-07-24 | fs/proc/task_mmu: remove conversion of seq_file position to unsigned | Suren Baghdasaryan | 1 | -7/+10 |
| 2025-07-24 | fs: stable_page_flags(): use snapshot_page() | Luiz Capitulino | 1 | -16/+13 |
| 2025-07-24 | proc: kpagecount: use snapshot_page() | Luiz Capitulino | 1 | -4/+17 |
| 2025-07-21 | stackleak: Rename STACKLEAK to KSTACK_ERASE | Kees Cook | 1 | -3/+3 |
| 2025-07-19 | mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter | Vlastimil Babka | 1 | -2/+1 |
| 2025-07-13 | mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_* | David Hildenbrand | 1 | -2/+2 |
| 2025-07-12 | Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which | Andrew Morton | 1 | -7/+7 |
| 2025-07-10 | uapi: export PROCFS_ROOT_INO | Aleksa Sarai | 1 | -5/+5 |
| 2025-07-09 | fs/proc/vmcore: a few cleanups for vmcore_add_device_dump() | Su Hui | 1 | -17/+12 |
| 2025-07-09 | proc: use the same treatment to check proc_lseek as ones for proc_read_iter e... | wangzijie | 3 | -1/+8 |
| 2025-07-09 | mm: fix the inaccurate memory statistics issue for users | Baolin Wang | 1 | -7/+7 |
| 2025-07-03 | fix proc_sys_compare() handling of in-lookup dentries | Al Viro | 2 | -8/+12 |
| 2025-06-25 | fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folio | David Hildenbrand | 1 | -1/+1 |
| 2025-06-16 | proc_fd_getattr(): don't bother with S_ISDIR() check | Al Viro | 1 | -10/+1 |
| 2025-06-10 | switch procfs from d_set_d_op() to d_splice_alias_ops() | Al Viro | 5 | -18/+12 |
| 2025-06-10 | procfs: kill ->proc_dops | Al Viro | 2 | -5/+6 |
| 2025-05-31 | Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 3 | -11/+17 |
| 2025-05-31 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -114/+64 |
| 2025-05-26 | Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+1 |
| 2025-05-11 | proc: fix the issue of proc_mem_open returning NULL | Penglei Jiang | 3 | -11/+17 |
| 2025-05-11 | fs/proc/page: refactor to reduce code duplication | Liu Ye | 1 | -107/+54 |
| 2025-05-11 | fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regions | Andrei Vagin | 1 | -7/+10 |
| 2025-05-05 | mm: remove NR_BOUNCE zone stat | Christoph Hellwig | 1 | -2/+1 |
| 2025-04-08 | Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS | NeilBrown | 1 | -1/+1 |
| 2025-04-01 | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -18/+94 |
| 2025-03-25 | Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -28/+20 |
| 2025-03-24 | Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -7/+0 |
| 2025-03-24 | Merge tag 'execve-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+6 |
| 2025-03-21 | fs/procfs: fix the comment above proc_pid_wchan() | Bart Van Assche | 1 | -1/+1 |
| 2025-03-21 | meminfo: add a per node counter for balloon drivers | Nico Pache | 1 | -0/+2 |
| 2025-03-19 | sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditional | Ingo Molnar | 1 | -7/+0 |
| 2025-03-17 | fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup ... | David Hildenbrand | 2 | -2/+23 |
| 2025-03-17 | fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO... | David Hildenbrand | 1 | -1/+6 |
| 2025-03-17 | fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (... | David Hildenbrand | 1 | -2/+9 |
| 2025-03-17 | fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFI... | David Hildenbrand | 2 | -3/+43 |
| 2025-03-17 | mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared() | David Hildenbrand | 1 | -2/+2 |
| 2025-03-17 | fs/proc/task_mmu: reduce scope of lazy mmu region | Ryan Roberts | 1 | -7/+4 |
| 2025-03-16 | fs/proc/task_mmu: add guard region bit to pagemap | Lorenzo Stoakes | 1 | -1/+5 |
| 2025-03-16 | proc: fix UAF in proc_get_inode() | Ye Bin | 3 | -4/+26 |
| 2025-03-13 | posix-timers: Dont iterate /proc/$PID/timers with sighand:: Siglock held | Thomas Gleixner | 1 | -28/+20 |
| 2025-02-17 | procfs: fix a locking bug in a vmcore_add_device_dump() error path | Bart Van Assche | 1 | -1/+4 |
| 2025-02-10 | crash: Use note name macros | Akihiko Odaki | 1 | -6/+6 |
| 2025-01-30 | Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -6/+12 |
| 2025-01-27 | Pass parent directory inode and expected name to ->d_revalidate() | Al Viro | 4 | -6/+12 |
| 2025-01-27 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -66/+236 |
| 2025-01-27 | virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM | David Hildenbrand | 1 | -0/+1 |
| 2025-01-27 | fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges ... | David Hildenbrand | 2 | -0/+174 |
| 2025-01-27 | fs/proc/vmcore: factor out freeing a list of vmcore ranges | David Hildenbrand | 1 | -8/+1 |
| 2025-01-27 | fs/proc/vmcore: factor out allocating a vmcore range and adding it to a list | David Hildenbrand | 1 | -19/+2 |
| 2025-01-27 | fs/proc/vmcore: move vmcore definitions out of kcore.h | David Hildenbrand | 1 | -10/+16 |
| 2025-01-27 | fs/proc/vmcore: prefix all pr_* with "vmcore:" | David Hildenbrand | 1 | -1/+3 |
| 2025-01-27 | fs/proc/vmcore: disallow vmcore modifications while the vmcore is open | David Hildenbrand | 1 | -23/+34 |
| 2025-01-27 | fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex | David Hildenbrand | 1 | -9/+8 |
| 2025-01-27 | fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex | David Hildenbrand | 1 | -7/+8 |
| 2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+11 |
| 2025-01-25 | ksm: add ksm involvement information for each process | xu xin | 1 | -0/+11 |
| 2025-01-20 | Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+2 |
| 2025-01-20 | Merge tag 'vfs-6.14-rc1.kcore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -40/+41 |
| 2025-01-12 | fs/proc: fix softlockup in __read_vmcore (part 2) | Rik van Riel | 1 | -0/+2 |
| 2025-01-04 | fs/proc: do_task_stat: Fix ESP not readable during coredump | Nam Cao | 1 | -1/+1 |
| 2024-12-30 | fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bit | David Hildenbrand | 1 | -1/+1 |
| 2024-12-22 | vfs: support caching symlink lengths in inodes | Mateusz Guzik | 1 | -1/+1 |
| 2024-12-05 | fs/proc/vmcore.c: fix warning when CONFIG_MMU=n | Andrew Morton | 1 | -28/+28 |
| 2024-12-02 | proc/kcore: use percpu_rw_semaphore for kclist_lock | Omar Sandoval | 1 | -5/+5 |
| 2024-12-02 | proc/kcore: don't walk list on every read | Omar Sandoval | 1 | -35/+35 |
| 2024-12-02 | proc/kcore: mark proc entry as permanent | Omar Sandoval | 1 | -0/+1 |
| 2024-11-27 | Merge tag 'vfs-6.13-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2024-11-26 | Merge branch 'ovl.fixes' | Christian Brauner | 2 | -54/+61 |
| 2024-11-25 | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -6/+6 |
| 2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -13/+15 |
| 2024-11-22 | Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -54/+61 |
| 2024-11-22 | fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter... | Jiri Olsa | 1 | -0/+1 |
| 2024-11-19 | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
| 2024-11-19 | Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -4/+4 |
| 2024-11-18 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-18 | Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2 | -10/+3 |
| 2024-11-16 | Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -1/+3 |
| 2024-11-14 | fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args() | Dan Carpenter | 1 | -1/+3 |
| 2024-11-14 | Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo... | Catalin Marinas | 1 | -1/+1 |
| 2024-11-11 | mm: zswap: modify zswap_stored_pages to be atomic_long_t | Kanchana P Sridhar | 1 | -1/+1 |
| 2024-11-11 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 1 | -4/+5 |
| 2024-11-10 | Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -4/+5 |
| 2024-11-07 | fs/proc: fix compile warning about variable 'vmcore_mmap_ops' | Qi Xi | 1 | -4/+5 |
| 2024-11-07 | proc/softirqs: replace seq_printf with seq_put_decimal_ull_width | David Wang | 1 | -1/+1 |
| 2024-11-07 | posix-timers: Embed sigqueue in struct k_itimer | Thomas Gleixner | 1 | -2/+2 |
| 2024-11-06 | fs/proc/kcore.c: fix coccinelle reported ERROR instances | Mirsad Todorovac | 1 | -5/+5 |
| 2024-11-05 | get rid of __get_task_comm() | Yafang Shao | 1 | -1/+1 |
| 2024-11-05 | mm: refactor mm_access() to not return NULL | Lorenzo Stoakes | 1 | -12/+14 |
| 2024-10-31 | sysctl: Reduce dput(child) calls in proc_sys_fill_cache() | Markus Elfring | 1 | -4/+4 |
| 2024-10-21 | Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2024-10-18 | proc: Fix W=1 build kernel-doc warning | Thorsten Blum | 1 | -1/+1 |
| 2024-10-17 | fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initialization | Brahmajit Das | 1 | -6/+10 |
| 2024-10-16 | fs/procfs: Switch to irq_get_nr_irqs() | Bart Van Assche | 2 | -4/+4 |
| 2024-10-10 | sysctl: Convert locking comments to lockdep assertions | Thomas Weißschuh | 1 | -4/+10 |
| 2024-10-09 | fs/proc/kcore.c: allow translation of physical memory addresses | Alexander Gordeev | 1 | -2/+34 |
| 2024-10-09 | sysctl: make internal ctl_tables const | Thomas Weißschuh | 1 | -2/+2 |
| 2024-10-09 | sysctl: allow registration of const struct ctl_table | Thomas Weißschuh | 1 | -3/+3 |
| 2024-10-09 | sysctl: move internal interfaces to const struct ctl_table | Thomas Weißschuh | 2 | -41/+42 |
| 2024-10-07 | remove pointless includes of <linux/fdtable.h> | Al Viro | 1 | -1/+0 |
| 2024-10-07 | get rid of ...lookup...fdget_rcu() family | Al Viro | 1 | -9/+3 |
| 2024-10-04 | mm: Introduce ARCH_HAS_USER_SHADOW_STACK | Mark Brown | 1 | -1/+1 |
| 2024-09-24 | Merge tag 'sysctl-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+8 |
| 2024-09-21 | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -38/+8 |
| 2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -9/+5 |
| 2024-09-19 | Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2024-09-18 | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+3 |
| 2024-09-17 | proc: use __auto_type more | Alexey Dobriyan | 1 | -23/+8 |
| 2024-09-17 | Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+5 |
| 2024-09-17 | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -7/+8 |
| 2024-09-16 | Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -13/+85 |
| 2024-09-16 | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -6/+24 |
| 2024-09-16 | Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 3 | -8/+6 |
| 2024-09-13 | mm: Define VM_DROPPABLE for powerpc/32 | Christophe Leroy | 1 | -1/+3 |
| 2024-09-12 | proc: store cookie in private data | Christian Brauner | 1 | -6/+24 |
| 2024-09-09 | proc: fold kmalloc() + strcpy() into kmemdup() | Alexey Dobriyan | 1 | -2/+2 |
| 2024-09-09 | proc: Fix typo in the comment | Yan Zhen | 2 | -2/+2 |
| 2024-09-04 | proc: Add nbcon support for /proc/consoles | John Ogness | 1 | -2/+3 |
| 2024-09-04 | proc: consoles: Add notation to c_start/c_stop | John Ogness | 1 | -0/+2 |
| 2024-09-04 | mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN | Joey Gouly | 1 | -0/+2 |
| 2024-09-03 | x86: remove PG_uncached | Matthew Wilcox (Oracle) | 1 | -5/+3 |
| 2024-09-03 | mm: rename PG_mappedtodisk to PG_owner_2 | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-09-03 | mm: introduce page_mapcount_is_type() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2024-09-02 | sysctl: avoid spurious permanent empty tables | Thomas Weißschuh | 1 | -3/+8 |
| 2024-09-01 | fs/procfs: remove build ID-related code duplication in PROCMAP_QUERY | Andrii Nakryiko | 1 | -15/+0 |
| 2024-09-01 | mm: remove PG_error | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2024-08-30 | fs: move FMODE_UNSIGNED_OFFSET to fop_flags | Christian Brauner | 1 | -6/+4 |
| 2024-08-30 | Merge patch series "proc: restrict overmounting of ephemeral entities" | Christian Brauner | 3 | -10/+23 |
| 2024-08-30 | proc: block mounting on top of /proc/<pid>/fdinfo/* | Christian Brauner | 1 | -2/+2 |
| 2024-08-30 | proc: block mounting on top of /proc/<pid>/fd/* | Christian Brauner | 1 | -2/+2 |
| 2024-08-30 | proc: block mounting on top of /proc/<pid>/map_files/* | Christian Brauner | 1 | -2/+2 |
| 2024-08-30 | proc: add proc_splice_unmountable() | Christian Brauner | 1 | -0/+13 |
| 2024-08-30 | proc: proc_readfdinfo() -> proc_fdinfo_iterate() | Christian Brauner | 1 | -2/+2 |
| 2024-08-30 | proc: proc_readfd() -> proc_fd_iterate() | Christian Brauner | 1 | -2/+2 |
| 2024-08-30 | proc: add config & param to block forcing mem writes | Adrian Ratiu | 1 | -1/+60 |
| 2024-08-23 | hrtimer: Use and report correct timerslack values for realtime tasks | Felix Moessbauer | 1 | -4/+5 |
| 2024-07-29 | posix-timers: Convert timer list to hlist | Thomas Gleixner | 1 | -3/+3 |
| 2024-07-24 | Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
| 2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -128/+450 |
| 2024-07-19 | mm: add MAP_DROPPABLE for designating always lazily freeable mappings | Jason A. Donenfeld | 1 | -0/+1 |
| 2024-07-16 | Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -32/+38 |
| 2024-07-15 | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -3/+3 |