Age | Commit message (Expand) | Author |
2022-10-20 | mm: /proc/pid/smaps_rollup: fix maple tree search | Hugh Dickins |
2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-10-10 | Merge tag 'sysctl-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2022-10-10 | Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2022-10-09 | Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm... | Linus Torvalds |
2022-10-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-10-06 | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2022-10-04 | Merge branch 'rework/kthreads' into for-linus | Petr Mladek |
2022-10-03 | proc: mark more files as permanent | Alexey Dobriyan |
2022-10-03 | proc: make config PROC_CHILDREN depend on PROC_FS | Lukas Bulwahn |
2022-09-29 | printk: Declare log_wait properly | Thomas Gleixner |
2022-09-26 | ksm: count allocated ksm rmap_items for each process | xu xin |
2022-09-26 | fs/proc/task_mmu: stop using linked list and highest_vm_end | Matthew Wilcox (Oracle) |
2022-09-26 | fs/proc/base: use the vma iterators in place of linked list | Liam R. Howlett |
2022-09-26 | mm: remove vmacache | Liam R. Howlett |
2022-09-26 | proc: remove VMA rbtree use from nommu | Matthew Wilcox (Oracle) |
2022-09-26 | mm/swap: add swp_offset_pfn() to fetch PFN from swap entry | Peter Xu |
2022-09-11 | mm/thp: add flag to enforce sysfs THP in hugepage_vma_check() | Zach O'Keefe |
2022-09-08 | kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.c | Liu Shixin |
2022-09-08 | proc: remove initialization assignment | Li zeming |
2022-09-01 | do_proc_readlink(): constify path | Al Viro |
2022-09-01 | ->getprocattr(): attribute name is const char *, TYVM... | Al Viro |
2022-08-24 | mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses. | Yosry Ahmed |
2022-08-20 | mm/smaps: don't access young/dirty bit if pte unpresent | Peter Xu |
2022-08-14 | take care to handle NULL ->proc_lseek() | Al Viro |
2022-08-07 | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2022-07-29 | proc: add some (hopefully) insightful comments | Alexey Dobriyan |
2022-07-17 | proc: fix a dentry lock race between release_task and lookup | Zhihao Cheng |
2022-07-17 | proc: delete unused <linux/uaccess.h> includes | Alexey Dobriyan |
2022-07-17 | mm: thp: kill __transhuge_page_enabled() | Yang Shi |
2022-07-17 | mm: thp: kill transparent_hugepage_active() | Yang Shi |
2022-07-17 | mm: handling Non-LRU pages returned by vm_normal_pages | Alex Sierra |
2022-07-03 | mm/smaps: add Pss_Dirty | Vincent Whitchurch |
2022-05-27 | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-05-26 | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-05-25 | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-05-23 | Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-05-19 | mm: zswap: add basic meminfo and vmstat coverage | Johannes Weiner |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-18 | ucounts: Split rlimit and ucount values and max values | Alexey Gladkov |
2022-05-13 | mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfs | Peter Xu |
2022-05-09 | proc: fix dentry/inode overinstantiating under /proc/${pid}/net | Alexey Dobriyan |
2022-05-09 | procfs: prevent unprivileged processes accessing fdinfo dir | Kalesh Singh |
2022-05-04 | memcg: accounting for objects allocated for new netdevice | Vasily Averin |
2022-05-03 | net: sysctl: introduce sysctl SYSCTL_THREE | Tonghao Zhang |
2022-04-29 | vmcore: convert read_from_oldmem() to take an iov_iter | Matthew Wilcox (Oracle) |
2022-04-29 | vmcore: convert __read_vmcore to use an iov_iter | Matthew Wilcox (Oracle) |
2022-04-29 | vmcore: convert copy_oldmem_page() to take an iov_iter | Matthew Wilcox (Oracle) |