Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-12-21 | fs/proc: show correct device and inode numbers in /proc/pid/maps | Andrei Vagin | 1 | -1/+2 |
2023-12-20 | mm: thp: introduce multi-size THP sysfs interface | Ryan Roberts | 1 | -1/+2 |
2023-12-10 | fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctl | Andrei Vagin | 1 | -1/+16 |
2023-12-06 | mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not set | Peter Xu | 1 | -1/+1 |
2023-12-06 | mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma check | Peter Xu | 1 | -4/+20 |
2023-11-12 | proc: Use lsmids instead of lsm names for attrs | Casey Schaufler | 2 | -15/+16 |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 4 | -41/+40 |
2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -4/+734 |
2023-11-01 | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+7 |
2023-11-01 | Merge tag 'bootconfig-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+6 |
2023-11-01 | fs/proc/base.c: remove unneeded semicolon | Yang Li | 1 | -1/+1 |
2023-11-01 | do_io_accounting: use sig->stats_lock | Oleg Nesterov | 1 | -6/+14 |
2023-11-01 | do_io_accounting: use __for_each_thread() | Oleg Nesterov | 1 | -4/+8 |
2023-11-01 | watchdog: move softlockup_panic back to early_param | Krister Johansen | 1 | -1/+0 |
2023-11-01 | proc: sysctl: prevent aliased sysctls from getting passed to init | Krister Johansen | 1 | -0/+7 |
2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 5 | -5/+5 |