| Commit message (Expand) | Author | Age | Files | Lines |
* | sysctl: remove register_sysctl_paths() | Luis Chamberlain | 2023-05-02 | 1 | -51/+4 |
* | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2023-04-28 | 2 | -2/+14 |
|\ |
|
| * | mm: Expose untagging mask in /proc/$PID/status | Kirill A. Shutemov | 2023-03-16 | 1 | -0/+7 |
| * | mm: Introduce untagged_addr_remote() | Kirill A. Shutemov | 2023-03-16 | 1 | -2/+7 |
* | | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-04-27 | 6 | -40/+13 |
|\ \ |
|
| * | | fs/proc: add Kthread flag to /proc/$pid/status | Chunguang Wu | 2023-04-21 | 1 | -0/+2 |
| * | | proc/stat: remove arch_idle_time() | Heiko Carstens | 2023-04-18 | 1 | -26/+0 |
| * | | ELF: fix all "Elf" typos | Alexey Dobriyan | 2023-04-08 | 1 | -11/+11 |
| * | | proc: remove mark_inode_dirty() in .setattr() | Chao Yu | 2023-04-08 | 3 | -3/+0 |
| |/ |
|
* | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-04-27 | 4 | -47/+57 |
|\ \ |
|
| * | | mm: add new KSM process and sysfs knobs | Stefan Roesch | 2023-04-21 | 1 | -0/+3 |
| * | | smaps: fix defined but not used smaps_shmem_walk_ops | Steven Price | 2023-04-18 | 1 | -2/+1 |
| * | | mm: vmalloc: convert vread() to vread_iter() | Lorenzo Stoakes | 2023-04-05 | 1 | -21/+23 |
| * | | fs/proc/kcore: convert read_kcore() to read_kcore_iter() | Lorenzo Stoakes | 2023-04-05 | 1 | -18/+18 |
| * | | fs/proc/kcore: avoid bounce buffer for ktext data | Lorenzo Stoakes | 2023-04-05 | 1 | -12/+5 |
| * | | mm/memtest: add results of early memtest to /proc/meminfo | Tomas Mudrunka | 2023-04-05 | 1 | -0/+13 |
| |/ |
|
* | | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2023-04-27 | 1 | -30/+58 |
|\ \ |
|
| * | | proc_sysctl: enhance documentation | Luis Chamberlain | 2023-04-13 | 1 | -5/+20 |
| * | | sysctl: clarify register_sysctl_init() base directory order | Luis Chamberlain | 2023-04-13 | 1 | -4/+1 |
| * | | proc_sysctl: move helper which creates required subdirectories | Luis Chamberlain | 2023-04-13 | 1 | -24/+32 |
| * | | proc_sysctl: update docs for __register_sysctl_table() | Luis Chamberlain | 2023-04-13 | 1 | -3/+11 |
| |/ |
|
* | | mm, pagemap: remove SLOB and SLQB from comments and documentation | Vlastimil Babka | 2023-03-29 | 1 | -5/+4 |
|/ |
|
* | capability: just use a 'u64' instead of a 'u32[2]' array | Linus Torvalds | 2023-03-01 | 1 | -6/+1 |
* | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-02-23 | 1 | -0/+1 |
|\ |
|
| * | proc: mark /proc/cmdline as permanent | Alexey Dobriyan | 2023-02-02 | 1 | -0/+1 |
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-23 | 3 | -19/+17 |
|\ \ |
|
| * | | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 2023-02-09 | 2 | -3/+2 |
| * | | task_mmu: convert to vma iterator | Liam R. Howlett | 2023-02-09 | 1 | -14/+13 |
| * | | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export | Alistair Popple | 2023-02-02 | 1 | -1/+1 |
| * | | Sync mm-stable with mm-hotfixes-stable to pick up dependent patches | Andrew Morton | 2023-01-31 | 1 | -3/+1 |
| |\ \ |
|
| * | | | mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map... | David Hildenbrand | 2023-01-18 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | sysctl: fix proc_dobool() usability | Ondrej Mosnacek | 2023-02-21 | 1 | -0/+6 |
* | | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2023-02-20 | 8 | -33/+33 |
|\ \ \ |
|
| * | | | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 2023-01-19 | 4 | -8/+8 |
| * | | | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 2023-01-19 | 7 | -15/+15 |
| * | | | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2023-01-19 | 4 | -10/+10 |
| |/ / |
|
* | | | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt... | Linus Torvalds | 2023-02-20 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | filelock: move file locking definitions to separate header file | Jeff Layton | 2023-01-11 | 1 | -0/+1 |
| |/ |
|
* | | mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps | Mike Kravetz | 2023-01-31 | 1 | -3/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-12-15 | 1 | -1/+2 |
|\ |
|
| * | mm: Add PG_arch_3 page flag | Peter Collingbourne | 2022-11-29 | 1 | -0/+1 |
| * | mm: Do not enable PG_arch_2 for all 64-bit architectures | Catalin Marinas | 2022-11-29 | 1 | -1/+1 |
* | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-12-13 | 2 | -27/+22 |
|\ \ |
|
| * | | mm: do not show fs mm pc for VM_LOCKONFAULT pages | Jason A. Donenfeld | 2022-12-11 | 1 | -0/+1 |
| * | | mm: anonymous shared memory naming | Pasha Tatashin | 2022-11-30 | 1 | -4/+11 |
| * | | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 2022-11-30 | 1 | -1/+1 |
| |\ \ |
|
| * | | | mm: remove kern_addr_valid() completely | Kefeng Wang | 2022-11-08 | 1 | -17/+9 |
| * | | | memory: move hotplug memory notifier priority to same file for easy sorting | Liu Shixin | 2022-11-08 | 1 | -1/+1 |
| * | | | fs/proc/kcore.c: use hotplug_memory_notifier() directly | Liu Shixin | 2022-11-08 | 1 | -6/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2022-12-12 | 1 | -3/+3 |
|\ \ \ |
|