summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-1521-48/+47
| * | | cpumask: use find_first_and_bit()Yury Norov2022-01-151-10/+20
| * | | lib: add find_first_and_bit()Yury Norov2022-01-153-0/+69
| * | | arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-158-22/+0
| * | | include: move find.h from asm_generic to linuxYury Norov2022-01-1524-31/+11
| * | | 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-22172-2820/+1766
|\ \ \ \
| * | | | mm: hide the FRONTSWAP Kconfig symbolChristoph Hellwig2022-01-221-15/+3
| * | | | frontswap: remove support for multiple opsChristoph Hellwig2022-01-223-42/+19
| * | | | mm: mark swap_lock and swap_active_head staticChristoph Hellwig2022-01-222-4/+2
| * | | | frontswap: simplify frontswap_register_opsChristoph Hellwig2022-01-221-41/+0
| * | | | frontswap: remove frontswap_testChristoph Hellwig2022-01-222-12/+1
| * | | | mm: simplify try_to_unuseChristoph Hellwig2022-01-225-97/+30
| * | | | frontswap: remove the frontswap exportsChristoph Hellwig2022-01-221-6/+0
| * | | | frontswap: simplify frontswap_initChristoph Hellwig2022-01-223-11/+4
| * | | | frontswap: remove frontswap_curr_pagesChristoph Hellwig2022-01-222-29/+0
| * | | | frontswap: remove frontswap_shrinkChristoph Hellwig2022-01-223-97/+0
| * | | | frontswap: remove frontswap_tmem_exclusive_getsChristoph Hellwig2022-01-222-24/+1
| * | | | frontswap: remove frontswap_writethroughChristoph Hellwig2022-01-223-29/+1
| * | | | mm: remove cleancacheChristoph Hellwig2022-01-2237-873/+4
| * | | | lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver2022-01-222-1/+13
| * | | | lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2022-01-2211-18/+76
| * | | | proc: remove PDE_DATA() completelyMuchun Song2022-01-2250-180/+178
| * | | | fs: proc: store PDE()->data into inode->i_privateMuchun Song2022-01-224-12/+13
| * | | | zsmalloc: replace get_cpu_var with local_lockMike Galbraith2022-01-221-3/+8
| * | | | zsmalloc: replace per zpage lock with pool->migrate_lockMinchan Kim2022-01-221-109/+96
| * | | | locking/rwlocks: introduce write_lock_nestedMinchan Kim2022-01-226-0/+47
| * | | | zsmalloc: remove zspage isolation for migrationMinchan Kim2022-01-221-149/+8
| * | | | zsmalloc: move huge compressed obj from page to zspageMinchan Kim2022-01-221-24/+26
| * | | | zsmalloc: introduce obj_allocatedMinchan Kim2022-01-221-17/+16
| * | | | zsmalloc: decouple class actions from zspage worksMinchan Kim2022-01-221-10/+13
| * | | | zsmalloc: rename zs_stat_type to class_stat_typeMinchan Kim2022-01-221-12/+12
| * | | | zsmalloc: introduce some helper functionsMinchan Kim2022-01-221-31/+23
| * | | | sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_mi...Baokun Li2022-01-221-3/+4
| * | | | kernel/sysctl.c: remove unused variable ten_thousandColin Ian King2022-01-221-3/+0
| * | | | kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni2022-01-223-22/+26
| * | | | fs/coredump: move coredump sysctls into its own fileXiaoming Ni2022-01-224-66/+67
| * | | | printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni2022-01-223-5/+4
| * | | | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-225-6/+6
| * | | | fs: move namespace sysctls and declare fs base directoryLuis Chamberlain2022-01-225-23/+30
| * | | | sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-223-31/+43
| * | | | fs: move pipe sysctls to is own fileLuis Chamberlain2022-01-224-62/+73
| * | | | fs: move fs/exec.c sysctls into its own fileLuis Chamberlain2022-01-222-66/+90
| * | | | fs: move namei sysctls to its own fileLuis Chamberlain2022-01-223-41/+54
| * | | | fs: move locking sysctls where they are usedLuis Chamberlain2022-01-223-26/+32
| * | | | fs: move shared sysctls to fs/sysctls.cLuis Chamberlain2022-01-223-18/+39
| * | | | sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-223-9/+8
| * | | | fs: move dcache sysctls to its own fileLuis Chamberlain2022-01-224-25/+31
| * | | | fs: move fs stat sysctls to file_table.cLuis Chamberlain2022-01-223-36/+39