summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-01-22Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-4/+19
2022-01-22Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds43-425/+1006
2022-01-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-4/+4
2022-01-22Merge tag 'docs-5.17-2' of git://git.lwn.net/linuxLinus Torvalds3-5/+5
2022-01-22mm: hide the FRONTSWAP Kconfig symbolChristoph Hellwig1-15/+3
2022-01-22frontswap: remove support for multiple opsChristoph Hellwig3-42/+19
2022-01-22mm: mark swap_lock and swap_active_head staticChristoph Hellwig2-4/+2
2022-01-22frontswap: simplify frontswap_register_opsChristoph Hellwig1-41/+0
2022-01-22frontswap: remove frontswap_testChristoph Hellwig2-12/+1
2022-01-22mm: simplify try_to_unuseChristoph Hellwig5-97/+30
2022-01-22frontswap: remove the frontswap exportsChristoph Hellwig1-6/+0
2022-01-22frontswap: simplify frontswap_initChristoph Hellwig3-11/+4
2022-01-22frontswap: remove frontswap_curr_pagesChristoph Hellwig2-29/+0
2022-01-22frontswap: remove frontswap_shrinkChristoph Hellwig3-97/+0
2022-01-22frontswap: remove frontswap_tmem_exclusive_getsChristoph Hellwig2-24/+1
2022-01-22frontswap: remove frontswap_writethroughChristoph Hellwig3-29/+1
2022-01-22mm: remove cleancacheChristoph Hellwig37-873/+4
2022-01-22lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver2-1/+13
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka11-18/+76
2022-01-22proc: remove PDE_DATA() completelyMuchun Song50-180/+178
2022-01-22fs: proc: store PDE()->data into inode->i_privateMuchun Song4-12/+13
2022-01-22zsmalloc: replace get_cpu_var with local_lockMike Galbraith1-3/+8
2022-01-22zsmalloc: replace per zpage lock with pool->migrate_lockMinchan Kim1-109/+96
2022-01-22locking/rwlocks: introduce write_lock_nestedMinchan Kim6-0/+47
2022-01-22zsmalloc: remove zspage isolation for migrationMinchan Kim1-149/+8
2022-01-22zsmalloc: move huge compressed obj from page to zspageMinchan Kim1-24/+26
2022-01-22zsmalloc: introduce obj_allocatedMinchan Kim1-17/+16
2022-01-22zsmalloc: decouple class actions from zspage worksMinchan Kim1-10/+13
2022-01-22zsmalloc: rename zs_stat_type to class_stat_typeMinchan Kim1-12/+12
2022-01-22zsmalloc: introduce some helper functionsMinchan Kim1-31/+23
2022-01-22sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_mi...Baokun Li1-3/+4
2022-01-22kernel/sysctl.c: remove unused variable ten_thousandColin Ian King1-3/+0
2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni3-22/+26
2022-01-22fs/coredump: move coredump sysctls into its own fileXiaoming Ni4-66/+67
2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni3-5/+4
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain5-6/+6
2022-01-22fs: move namespace sysctls and declare fs base directoryLuis Chamberlain5-23/+30
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain3-31/+43
2022-01-22fs: move pipe sysctls to is own fileLuis Chamberlain4-62/+73
2022-01-22fs: move fs/exec.c sysctls into its own fileLuis Chamberlain2-66/+90
2022-01-22fs: move namei sysctls to its own fileLuis Chamberlain3-41/+54
2022-01-22fs: move locking sysctls where they are usedLuis Chamberlain3-26/+32
2022-01-22fs: move shared sysctls to fs/sysctls.cLuis Chamberlain3-18/+39
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain3-9/+8
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain4-25/+31
2022-01-22fs: move fs stat sysctls to file_table.cLuis Chamberlain3-36/+39
2022-01-22fs: move inode sysctls to its own fileLuis Chamberlain3-24/+32
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain3-6/+12
2022-01-22stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni3-21/+24
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni3-17/+34