Age | Commit message (Expand) | Author |
2020-08-12 | mm, oom: make the calculation of oom badness more accurate | Yafang Shao |
2020-08-12 | /proc/PID/smaps: consistent whitespace output format | Michal Koutný |
2020-08-07 | proc/meminfo: avoid open coded reading of vm_committed_as | Feng Tang |
2020-08-07 | mm: memcontrol: account kernel stack per node | Shakeel Butt |
2020-08-07 | mm: memcg: convert vmstat slab counters to bytes | Roman Gushchin |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-08-04 | Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2020-08-04 | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-08-03 | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-07-25 | bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t | Yonghong Song |
2020-07-19 | proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTORE | Adrian Reber |
2020-07-10 | seccomp: Report number of loaded filters in /proc/$pid/status | Kees Cook |
2020-07-03 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2020-07-03 | Call sysctl_head_finish on error | Matthew Wilcox (Oracle) |
2020-06-24 | block: move block-related definitions out of fs.h | Christoph Hellwig |
2020-06-20 | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds |
2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig |
2020-06-16 | proc/bootconfig: Fix to use correct quotes for value | Masami Hiramatsu |
2020-06-13 | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-12 | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds |
2020-06-12 | proc: Use new_inode not new_inode_pseudo | Eric W. Biederman |
2020-06-10 | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2020-06-10 | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds |
2020-06-10 | proc: s_fs_info may be NULL when proc_kill_sb is called | Alexey Gladkov |
2020-06-10 | sysctl: reject gigantic reads/write to sysctl files | Christoph Hellwig |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-09 | mmap locking API: convert mmap_sem call sites missed by coccinelle | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-06-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-08 | kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases | Guilherme G. Piccoli |
2020-06-08 | kernel/hung_task convert hung_task_panic boot parameter to sysctl | Vlastimil Babka |
2020-06-08 | kernel/sysctl: support handling command line aliases | Vlastimil Babka |
2020-06-08 | kernel/sysctl: support setting sysctl parameters from kernel command line | Vlastimil Babka |
2020-06-07 | Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-04 | proc: rename "catch" function argument | Alexey Dobriyan |
2020-06-04 | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds |
2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-06-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-02 | /proc/PID/smaps: Add PMD migration entry parsing | Huang Ying |
2020-06-02 | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead | NeilBrown |
2020-06-01 | Merge tag 'docs-5.8' of git://git.lwn.net/linux | Linus Torvalds |
2020-06-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2020-06-01 | Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-05-28 | Merge branch 'for-next/scs' into for-next/core | Will Deacon |
2020-05-19 | proc: proc_pid_ns takes super_block as an argument | Alexey Gladkov |
2020-05-15 | scs: Add page accounting for shadow call stack allocations | Sami Tolvanen |
2020-05-09 | net: bpf: Add netlink and ipv6_route bpf_iter targets | Yonghong Song |