Age | Commit message (Expand) | Author | Files | Lines |
2025-05-26 | Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+1 |
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 |
2024-07-12 | kpageflags: detect isolated KPF_THP folios | Ran Xiaokai | 1 | -12/+9 |
2024-07-12 | mm: provide mm_struct and address to huge_ptep_get() | Christophe Leroy | 1 | -5/+5 |
2024-07-12 | fs/procfs: add build ID fetching to PROCMAP_QUERY API | Andrii Nakryiko | 1 | -2/+25 |
2024-07-12 | fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps | Andrii Nakryiko | 1 | -0/+235 |
2024-07-12 | fs/procfs: extract logic for getting VMA name constituents | Andrii Nakryiko | 1 | -54/+71 |
2024-07-03 | fs/proc/task_mmu: use folio API in pte_is_pinned() | Kefeng Wang | 1 | -4/+4 |
2024-07-03 | fs/proc: move page_mapcount() to fs/proc/internal.h | David Hildenbrand | 3 | -24/+65 |
2024-07-03 | fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h... | David Hildenbrand | 1 | -22/+31 |
2024-07-03 | fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs | David Hildenbrand | 1 | -10/+12 |
2024-07-03 | fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT | David Hildenbrand | 1 | -6/+2 |
2024-07-03 | fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP | David Hildenbrand | 1 | -0/+2 |
2024-06-25 | proc: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -3/+3 |
2024-06-24 | /proc/pid/smaps: add mseal info for vma | Jeff Xu | 1 | -0/+3 |
2024-06-13 | sysctl: Warn on an empty procname element | Joel Granados | 1 | -0/+2 |
2024-06-13 | sysctl: Remove ctl_table sentinel code comments | Joel Granados | 1 | -1/+1 |
2024-06-13 | sysctl: Remove "child" sysctl code comments | Joel Granados | 1 | -16/+10 |
2024-06-13 | sysctl: Remove superfluous empty allocations from sysctl internals | Joel Granados | 1 | -4/+4 |
2024-06-13 | sysctl: Replace nr_entries with ctl_table_size in new_links | Joel Granados | 1 | -8/+6 |
2024-06-13 | sysctl: Remove check for sentinel element in ctl_table arrays | Joel Granados | 1 | -1/+1 |
2024-06-05 | mm/ksm: fix ksm_zero_pages accounting | Chengming Zhou | 1 | -1/+1 |
2024-06-03 | sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_array | Wen Yang | 1 | -0/+14 |
2024-06-03 | sysctl: always initialize i_uid/i_gid | Thomas Weißschuh | 1 | -4/+2 |
2024-05-24 | mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again | Yuanyuan Zhong | 1 | -2/+7 |
2024-05-21 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -3/+1 |
2024-05-19 | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -3/+4 |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -83/+92 |
2024-05-17 | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -12/+9 |
2024-05-13 | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2 | -22/+21 |
2024-05-11 | fs/proc: fix softlockup in __read_vmcore | Rik van Riel | 1 | -0/+2 |
2024-05-05 | mm: simplify thp_vma_allowable_order | Matthew Wilcox | 1 | -2/+2 |
2024-05-05 | fs/proc/task_mmu: convert smaps_hugetlb_range() to work on folios | David Hildenbrand | 1 | -6/+7 |
2024-05-05 | fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on folios | David Hildenbrand | 1 | -3/+4 |
2024-05-05 | fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry() | Ryan Roberts | 1 | -9/+13 |
2024-05-05 | fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan | Ryan Roberts | 1 | -1/+1 |
2024-05-02 | proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operation | Tyler Hicks (Microsoft) | 1 | -22/+20 |
2024-04-25 | vmcore: replace strncpy with strscpy_pad | Justin Stitt | 1 | -3/+2 |
2024-04-25 | proc: convert smaps_pmd_entry to use a folio | Matthew Wilcox (Oracle) | 1 | -3/+5 |
2024-04-25 | proc: pass a folio to smaps_page_accumulate() | Matthew Wilcox (Oracle) | 1 | -6/+5 |
2024-04-25 | proc: convert smaps_page_accumulate to use a folio | Matthew Wilcox (Oracle) | 1 | -3/+4 |
2024-04-25 | proc: convert gather_stats to use a folio | Matthew Wilcox (Oracle) | 1 | -6/+7 |
2024-04-25 | proc: convert smaps_account() to use a folio | Matthew Wilcox (Oracle) | 1 | -7/+9 |
2024-04-25 | proc: convert clear_refs_pte_range to use a folio | Matthew Wilcox (Oracle) | 1 | -8/+8 |
2024-04-25 | mm: switch mm->get_unmapped_area() to a flag | Rick Edgecombe | 1 | -1/+2 |
2024-04-25 | proc: refactor pde_get_unmapped_area as prep | Rick Edgecombe | 1 | -6/+3 |
2024-04-25 | mm: add is_huge_zero_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2024-04-25 | proc: rewrite stable_page_flags() | Matthew Wilcox (Oracle) | 1 | -32/+37 |
2024-04-25 | mm: zswap: optimize zswap pool size tracking | Johannes Weiner | 1 | -2/+1 |
2024-04-24 | mm: support page_mapcount() on page_has_type() pages | Matthew Wilcox (Oracle) | 1 | -5/+2 |
2024-04-24 | sysctl: drop now unnecessary out-of-bounds check | Thomas Weißschuh | 1 | -5/+2 |
2024-04-24 | sysctl: move sysctl type to ctl_table_header | Thomas Weißschuh | 1 | -4/+6 |
2024-04-24 | sysctl: drop sysctl_is_perm_empty_ctl_table | Thomas Weißschuh | 1 | -5/+3 |
2024-04-24 | sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table) | Thomas Weißschuh | 1 | -1/+1 |
2024-04-15 | close_on_exec(): pass files_struct instead of fdtable | Al Viro | 1 | -3/+1 |
2024-04-09 | fs/proc: Skip bootloader comment if no embedded kernel parameters | Masami Hiramatsu | 1 | -1/+1 |
2024-04-09 | fs/proc: remove redundant comments from /proc/bootconfig | Zhenhua Huang | 1 | -6/+6 |
2024-03-31 | kbuild: make -Woverride-init warnings more consistent | Arnd Bergmann | 1 | -1/+1 |
2024-03-26 | fs: Add kernel-doc comments to proc_create_net_data_write() | Yang Li | 1 | -0/+1 |
2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -11/+10 |
2024-03-11 | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
2024-02-27 | proc: remove SLAB_MEM_SPREAD flag usage | Chengming Zhou | 1 | -1/+1 |
2024-02-25 | Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -14/+9 |
2024-02-25 | procfs: make freeing proc_fs_info rcu-delayed | Al Viro | 1 | -1/+1 |
2024-02-25 | procfs: move dropping pde and pid from ->evict_inode() to ->free_inode() | Al Viro | 2 | -13/+8 |
2024-02-23 | crash: split vmcoreinfo exporting code out from crash_core.c | Baoquan He | 2 | -2/+2 |
2024-02-21 | fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addr | Hui Zhu | 1 | -7/+6 |
2024-02-21 | proc: use pfn_swap_entry_folio where obvious | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2024-02-07 | fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats | Oleg Nesterov | 1 | -26/+32 |
2024-02-07 | fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t... | Oleg Nesterov | 1 | -4/+6 |
2024-01-17 | Merge branch 'master' into mm-hotfixes-stable | Andrew Morton | 1 | -15/+9 |
2024-01-17 | Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -11/+13 |
2024-01-12 | fs/proc/task_mmu: move mmu notification mechanism inside mm lock | Muhammad Usama Anjum | 1 | -11/+13 |
2024-01-11 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -12/+2 |
2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -3/+7 |
2024-01-09 | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -15/+16 |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+18 |
2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+2 |
2023-12-28 | fs: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
2023-12-28 | sysctl: Fix out of bounds access for empty sysctl registers | Joel Granados | 1 | -2/+7 |
2023-12-21 | /proc/sys: use d_splice_alias() calling conventions to simplify failure exits | Al Viro | 1 | -12/+2 |