aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2022-01-232-3/+10
* | | Merge tag 'kbuild-fixes-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-233-4/+3
|\ \ \
| * | | certs: Fix build error when CONFIG_MODULE_SIG_KEY is emptyMasahiro Yamada2022-01-231-1/+1
| * | | certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URIMasahiro Yamada2022-01-231-1/+1
| * | | Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"Masahiro Yamada2022-01-231-1/+1
| * | | usr/include/Makefile: add linux/nfc.h to the compile-test coverageDmitry V. Levin2022-01-221-1/+0
* | | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-2373-438/+635
|\ \ \ \ | |/ / / |/| | |
| * | | vsprintf: rework bitmap_list_stringYury Norov2022-01-151-17/+7
| * | | lib: bitmap: add performance test for bitmap_print_to_pagebufYury Norov2022-01-151-0/+37
| * | | bitmap: unify find_bit operationsYury Norov2022-01-154-46/+65
| * | | mm/percpu: micro-optimize pcpu_is_populated()Yury Norov2022-01-151-7/+8
| * | | Replace for_each_*_bit_from() with for_each_*_bit() where appropriateYury Norov2022-01-153-6/+5
| * | | 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-156-6/+22
| * | | tools: sync tools/bitmap with mother linuxYury Norov2022-01-155-11/+100
| * | | 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