summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | find: micro-optimize for_each_{set,clear}_bit()Yury Norov2022-01-151-2/+2
| * | | | | | include/linux: move for_each_bit() macros from bitops.h to find.hYury Norov2022-01-152-34/+34
| * | | | | | cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov2022-01-151-0/+16
| * | | | | | cpumask: use find_first_and_bit()Yury Norov2022-01-151-10/+20
| * | | | | | lib: add find_first_and_bit()Yury Norov2022-01-151-0/+27
| * | | | | | arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-151-13/+0
| * | | | | | include: move find.h from asm_generic to linuxYury Norov2022-01-153-4/+10
| * | | | | | bitops: move find_bit_*_le functions from le.h to find.hYury Norov2022-01-152-64/+69
| * | | | | | bitops: protect find_first_{,zero}_bit properlyYury Norov2022-01-151-0/+5
| | |_|_|_|/ | |/| | | |
* | | | | | 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