| Age | Commit message (Expand) | Author | Files | Lines |
| 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/git/vfs/vfs |  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/linux/kernel/git/akpm/mm |  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/kernel/git/akpm/mm |  Linus Torvalds | 2 | -13/+15 |
| 2024-11-22 | Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl |  Linus Torvalds | 2 | -54/+61 |
| 2024-11-22 | fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter_zero |  Jiri Olsa | 1 | -0/+1 |
| 2024-11-19 | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+2 |
| 2024-11-19 | Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -4/+4 |
| 2024-11-18 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -1/+1 |
| 2024-11-18 | Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs |  Linus Torvalds | 2 | -10/+3 |
| 2024-11-16 | Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  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', 'for-next/tlb', 'for-next/misc', 'for-next/mte', 'for-next/sysreg', 'for-next/stacktrace', 'for-next/hwcap3', 'for-next/kselftest', 'for-next/crc32', 'for-next/guest-cca', 'for-next/haft' and 'for-next/scs', remote-tracking... |  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/scm/linux/kernel/git/akpm/mm |  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/git/vfs/vfs |  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/sysctl/sysctl |  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/linux/kernel/git/akpm/mm |  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/kernel/git/akpm/mm |  Linus Torvalds | 2 | -9/+5 |
| 2024-09-19 | Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
| 2024-09-18 | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random |  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/printk/linux |  Linus Torvalds | 1 | -2/+5 |
| 2024-09-17 | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -7/+8 |
| 2024-09-16 | Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs |  Linus Torvalds | 4 | -13/+85 |
| 2024-09-16 | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs |  Linus Torvalds | 1 | -6/+24 |
| 2024-09-16 | Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/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 |