summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2229-264/+127
|\
| * frontswap: remove support for multiple opsChristoph Hellwig2022-01-221-2/+1
| * mm: mark swap_lock and swap_active_head staticChristoph Hellwig2022-01-221-2/+0
| * frontswap: remove frontswap_testChristoph Hellwig2022-01-221-11/+0
| * mm: simplify try_to_unuseChristoph Hellwig2022-01-223-10/+1
| * frontswap: simplify frontswap_initChristoph Hellwig2022-01-221-8/+1
| * frontswap: remove frontswap_curr_pagesChristoph Hellwig2022-01-221-1/+0
| * frontswap: remove frontswap_shrinkChristoph Hellwig2022-01-221-1/+0
| * frontswap: remove frontswap_tmem_exclusive_getsChristoph Hellwig2022-01-221-2/+0
| * frontswap: remove frontswap_writethroughChristoph Hellwig2022-01-221-1/+0
| * mm: remove cleancacheChristoph Hellwig2022-01-222-129/+0
| * lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2022-01-222-9/+18
| * proc: remove PDE_DATA() completelyMuchun Song2022-01-222-4/+2
| * fs: proc: store PDE()->data into inode->i_privateMuchun Song2022-01-221-1/+12
| * locking/rwlocks: introduce write_lock_nestedMinchan Kim2022-01-224-0/+25
| * kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni2022-01-221-6/+0
| * fs/coredump: move coredump sysctls into its own fileXiaoming Ni2022-01-221-4/+6
| * printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni2022-01-221-4/+0
| * kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-1/+1
| * fs: move namespace sysctls and declare fs base directoryLuis Chamberlain2022-01-221-3/+0
| * sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-221-0/+24
| * fs: move pipe sysctls to is own fileLuis Chamberlain2022-01-222-4/+6
| * fs: move namei sysctls to its own fileLuis Chamberlain2022-01-221-1/+0
| * fs: move locking sysctls where they are usedLuis Chamberlain2022-01-221-4/+0
| * sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-221-0/+3
| * fs: move dcache sysctls to its own fileLuis Chamberlain2022-01-222-12/+0
| * fs: move fs stat sysctls to file_table.cLuis Chamberlain2022-01-221-3/+0
| * fs: move inode sysctls to its own fileLuis Chamberlain2022-01-221-3/+0
| * sysctl: share unsigned long const valuesLuis Chamberlain2022-01-221-0/+6
| * stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni2022-01-221-5/+0
| * scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni2022-01-221-4/+0
| * sysctl: add helper to register a sysctl mount pointLuis Chamberlain2022-01-221-0/+7
| * random: move the random sysctl declarations to its own fileXiaoming Ni2022-01-221-1/+0
| * firmware_loader: move firmware sysctl to its own filesXiaoming Ni2022-01-221-1/+0
| * eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni2022-01-222-3/+0
| * inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni2022-01-222-5/+0
| * dnotify: move dnotify sysctl to dnotify.cXiaoming Ni2022-01-221-1/+0
| * aio: move aio sysctl to aio.cXiaoming Ni2022-01-221-4/+0
| * hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni2022-01-221-13/+1
| * sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-01-221-3/+10
| * sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2022-01-221-0/+3
| * mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple2022-01-221-0/+2
* | Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-222-31/+77
|\ \
| * | fscache: Add a comment explaining how page-release optimisation worksDavid Howells2022-01-211-0/+5
| * | cachefiles: Trace active-mark failureDavid Howells2022-01-211-0/+21
| * | cachefiles: Make some tracepoint adjustmentsDavid Howells2022-01-211-31/+51
* | | Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-01-222-0/+21
|\ \ \
| * | | mm: Add folio_put_refs()Matthew Wilcox (Oracle)2022-01-161-0/+20
| * | | pagevec: Initialise folio_batch->percpu_pvec_drainedMatthew Wilcox (Oracle)2022-01-131-0/+1
| |/ /
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-221-3/+2
|\ \ \