aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 7-330/+409
2022-01-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 29-264/+127
2022-01-22Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-31/+77
2022-01-22Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-0/+21
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+2
2022-01-22Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-178/+244
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-3/+0
2022-01-22Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+18
2022-01-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+1
2022-01-22frontswap: remove support for multiple opsGravatar Christoph Hellwig 1-2/+1
2022-01-22mm: mark swap_lock and swap_active_head staticGravatar Christoph Hellwig 1-2/+0
2022-01-22frontswap: remove frontswap_testGravatar Christoph Hellwig 1-11/+0
2022-01-22mm: simplify try_to_unuseGravatar Christoph Hellwig 3-10/+1
2022-01-22frontswap: simplify frontswap_initGravatar Christoph Hellwig 1-8/+1
2022-01-22frontswap: remove frontswap_curr_pagesGravatar Christoph Hellwig 1-1/+0
2022-01-22frontswap: remove frontswap_shrinkGravatar Christoph Hellwig 1-1/+0
2022-01-22frontswap: remove frontswap_tmem_exclusive_getsGravatar Christoph Hellwig 1-2/+0
2022-01-22frontswap: remove frontswap_writethroughGravatar Christoph Hellwig 1-1/+0
2022-01-22mm: remove cleancacheGravatar Christoph Hellwig 2-129/+0
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Gravatar Vlastimil Babka 2-9/+18
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 2-4/+2
2022-01-22fs: proc: store PDE()->data into inode->i_privateGravatar Muchun Song 1-1/+12
2022-01-22locking/rwlocks: introduce write_lock_nestedGravatar Minchan Kim 4-0/+25
2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cGravatar Xiaoming Ni 1-6/+0
2022-01-22fs/coredump: move coredump sysctls into its own fileGravatar Xiaoming Ni 1-4/+6
2022-01-22printk: fix build warning when CONFIG_PRINTK=nGravatar Xiaoming Ni 1-4/+0
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Gravatar Luis Chamberlain 1-1/+1
2022-01-22fs: move namespace sysctls and declare fs base directoryGravatar Luis Chamberlain 1-3/+0
2022-01-22sysctl: add and use base directory declarer and registration helperGravatar Luis Chamberlain 1-0/+24
2022-01-22fs: move pipe sysctls to is own fileGravatar Luis Chamberlain 2-4/+6
2022-01-22fs: move namei sysctls to its own fileGravatar Luis Chamberlain 1-1/+0
2022-01-22fs: move locking sysctls where they are usedGravatar Luis Chamberlain 1-4/+0
2022-01-22sysctl: move maxolduid as a sysctl specific constGravatar Luis Chamberlain 1-0/+3
2022-01-22fs: move dcache sysctls to its own fileGravatar Luis Chamberlain 2-12/+0
2022-01-22fs: move fs stat sysctls to file_table.cGravatar Luis Chamberlain 1-3/+0
2022-01-22fs: move inode sysctls to its own fileGravatar Luis Chamberlain 1-3/+0
2022-01-22sysctl: share unsigned long const valuesGravatar Luis Chamberlain 1-0/+6
2022-01-22stackleak: move stack_erasing sysctl to stackleak.cGravatar Xiaoming Ni 1-5/+0
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cGravatar Xiaoming Ni 1-4/+0
2022-01-22sysctl: add helper to register a sysctl mount pointGravatar Luis Chamberlain 1-0/+7
2022-01-22random: move the random sysctl declarations to its own fileGravatar Xiaoming Ni 1-1/+0
2022-01-22firmware_loader: move firmware sysctl to its own filesGravatar Xiaoming Ni 1-1/+0
2022-01-22eventpoll: simplify sysctl declaration with register_sysctl()Gravatar Xiaoming Ni 2-3/+0
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Gravatar Xiaoming Ni 2-5/+0
2022-01-22dnotify: move dnotify sysctl to dnotify.cGravatar Xiaoming Ni 1-1/+0
2022-01-22aio: move aio sysctl to aio.cGravatar Xiaoming Ni 1-4/+0
2022-01-22hung_task: move hung_task sysctl interface to hung_task.cGravatar Xiaoming Ni 1-13/+1
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsGravatar Xiaoming Ni 1-3/+10
2022-01-22sysctl: add a new register_sysctl_init() interfaceGravatar Xiaoming Ni 1-0/+3
2022-01-22mm/migrate.c: rework migration_entry_wait() to not take a pagerefGravatar Alistair Popple 1-0/+2