Age | Commit message (Expand) | Author |
2023-03-01 | capability: just use a 'u64' instead of a 'u32[2]' array | Linus Torvalds |
2023-02-23 | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-21 | sysctl: fix proc_dobool() usability | Ondrej Mosnacek |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-02-20 | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt... | Linus Torvalds |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan |
2023-02-09 | task_mmu: convert to vma iterator | Liam R. Howlett |
2023-02-02 | proc: mark /proc/cmdline as permanent | Alexey Dobriyan |
2023-02-02 | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export | Alistair Popple |
2023-01-31 | Sync mm-stable with mm-hotfixes-stable to pick up dependent patches | Andrew Morton |
2023-01-31 | mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smaps | Mike Kravetz |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner |
2023-01-18 | mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map... | David Hildenbrand |
2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton |
2022-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2022-12-12 | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-12-12 | Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2022-12-11 | mm: do not show fs mm pc for VM_LOCKONFAULT pages | Jason A. Donenfeld |
2022-12-02 | proc: consoles: use console_list_lock for list iteration | John Ogness |
2022-12-02 | proc: consoles: document console_lock usage | John Ogness |
2022-12-02 | printk: Convert console_drivers list to hlist | Thomas Gleixner |
2022-11-30 | mm: anonymous shared memory naming | Pasha Tatashin |
2022-11-30 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton |
2022-11-29 | mm: Add PG_arch_3 page flag | Peter Collingbourne |
2022-11-29 | mm: Do not enable PG_arch_2 for all 64-bit architectures | Catalin Marinas |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro |
2022-11-22 | proc/meminfo: fix spacing in SecPageTables | Yosry Ahmed |
2022-11-18 | proc: give /proc/cmdline size | Alexey Dobriyan |
2022-11-18 | proc: report open files as size in stat() for /proc/pid/fd | Ivan Babrou |
2022-11-18 | proc/vmcore: fix potential memory leak in vmcore_init() | Jianglei Nie |
2022-11-08 | mm: remove kern_addr_valid() completely | Kefeng Wang |
2022-11-08 | memory: move hotplug memory notifier priority to same file for easy sorting | Liu Shixin |
2022-11-08 | fs/proc/kcore.c: use hotplug_memory_notifier() directly | Liu Shixin |
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 |