summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | crypto: lib - create utils module and move __crypto_memneq into itEric Biggers2022-08-195-6/+11
* | | | | | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-107-142/+536
|\ \ \ \ \ \
| * | | | | | lib/test_cpumask: Add for_each_cpu_and(not) testsValentin Schneider2022-10-061-0/+19
| * | | | | | lib/find_bit: Introduce find_next_andnot_bit()Valentin Schneider2022-10-061-0/+9
| * | | | | | lib/bitmap: add tests for for_each() loopsYury Norov2022-10-011-1/+243
| * | | | | | lib/find_bit: add find_next{,_and}_bit_wrapYury Norov2022-10-011-9/+3
| * | | | | | cpumask: add cpumask_nth_{,and,andnot}Yury Norov2022-09-261-15/+13
| * | | | | | lib/bitmap: remove bitmap_ord_to_posYury Norov2022-09-261-33/+3
| * | | | | | lib/bitmap: add tests for find_nth_bit()Yury Norov2022-09-262-2/+63
| * | | | | | lib: add find_nth{,_and,_andnot}_bit()Yury Norov2022-09-261-0/+44
| * | | | | | lib/bitmap: add bitmap_weight_and()Yury Norov2022-09-261-9/+21
| * | | | | | lib/bitmap: don't call __bitmap_weight() in kernel codeYury Norov2022-09-261-1/+1
| * | | | | | lib/find_bit: optimize find_next_bit() functionsYury Norov2022-09-211-49/+70
| * | | | | | lib/find_bit: create find_first_zero_bit_le()Yury Norov2022-09-211-0/+16
| * | | | | | lib/find_bit: introduce FIND_FIRST_BIT() macroYury Norov2022-09-211-25/+24
| * | | | | | lib/cpumask: add FORCE_NR_CPUS config optionYury Norov2022-09-211-0/+9
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-104-12/+27
|\ \ \ \ \ \
| * | | | | | zstd: Fixing mixed module-builtin objectsAlexey Kardashevskiy2022-10-024-12/+27
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-10-101-23/+28
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-6.1-hash-pointer-init' into for-linusPetr Mladek2022-10-041-21/+26
| |\ \ \ \ \ \
| | * | | | | | lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.Sebastian Andrzej Siewior2022-09-291-19/+27
| | * | | | | | lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().Sebastian Andrzej Siewior2022-09-291-11/+8
| * | | | | | | lib/vnsprintf: add const modifier for param 'bitmap'Jian Shen2022-08-251-2/+2
| |/ / / / / /
* | | | | | | Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-102-0/+5
|\ \ \ \ \ \ \
| * | | | | | | flex_proportions: Disable preemption entering the write section.Sebastian Andrzej Siewior2022-09-191-0/+2
| * | | | | | | mm/debug: Provide VM_WARN_ON_IRQS_ENABLED()Thomas Gleixner2022-09-191-0/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+10
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'v6.0-rc7'Peter Zijlstra2022-09-295-29/+49
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | perf/hw_breakpoint: Add KUnit test for constraints accountingMarco Elver2022-08-301-0/+10
* | | | | | | | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-085-86/+555
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman2022-09-125-28/+46
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodesJim Cromie2022-09-071-15/+110
| * | | | | | | | dyndbg: add drm.debug style (drm/parameters/debug) bitmap supportJim Cromie2022-09-071-0/+212
| * | | | | | | | dyndbg: validate class FOO by checking with moduleJim Cromie2022-09-071-8/+68
| * | | | | | | | dyndbg: add ddebug_attach_module_classesJim Cromie2022-09-071-1/+31
| * | | | | | | | kernel/module: add __dyndbg_classes sectionJim Cromie2022-09-071-0/+7
| * | | | | | | | dyndbg: gather __dyndbg[] state into struct _ddebug_infoJim Cromie2022-09-071-9/+31
| * | | | | | | | dyndbg: cleanup auto vars in dynamic_debug_initJim Cromie2022-09-071-16/+17
| * | | | | | | | dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie2022-09-071-29/+0
| * | | | | | | | dyndbg: add test_dynamic_debug moduleJim Cromie2022-09-073-0/+81
| * | | | | | | | dyndbg: let query-modname override actual module nameJim Cromie2022-09-071-4/+7
| * | | | | | | | dyndbg: use ESCAPE_SPACE for cat controlJim Cromie2022-09-071-1/+1
| * | | | | | | | dyndbg: reverse module.callsite walk in cat controlJim Cromie2022-09-071-6/+6
| * | | | | | | | dyndbg: reverse module walk in cat controlJim Cromie2022-09-071-1/+1
| * | | | | | | | dyndbg: show both old and new in change-infoJim Cromie2022-09-071-5/+6
| * | | | | | | | dyndbg: fix static_branch manipulationJim Cromie2022-09-071-2/+3
| * | | | | | | | devres: remove devm_ioremap_npChristoph Hellwig2022-09-011-15/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-081-3/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-056-31/+48
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | kernel/panic: Drop unblank_screen callDaniel Vetter2022-09-011-3/+0
| | |_|_|_|/ / / | |/| | | | | |