summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kcsan: kconfig: move to menu 'Generic Kernel Debugging Instruments'Changbin Du2020-09-191-3/+1
* Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-09-132-4/+14
|\
| * test_firmware: Test platform fw loading on non-EFI systemsKees Cook2020-09-101-0/+9
| * kobject: Drop unneeded conditional in __kobject_del()Andy Shevchenko2020-09-071-3/+0
| * kobject: Restore old behaviour of kobject_del(NULL)Andy Shevchenko2020-08-281-1/+5
* | Revert "dyndbg: accept query terms like file=bar and module=foo"Greg Kroah-Hartman2020-09-101-33/+20
* | Revert "dyndbg: fix problem parsing format="foo bar""Greg Kroah-Hartman2020-09-101-17/+21
* | dyndbg: fix problem parsing format="foo bar"Jim Cromie2020-09-041-21/+17
* | dyndbg: refine export, rename to dynamic_debug_exec_queries()Jim Cromie2020-09-041-2/+25
* | dyndbg: give %3u width in pr-format, cosmetic onlyJim Cromie2020-09-041-1/+1
* | lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva2020-08-2416-64/+64
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2316-64/+65
|/
* lib/string.c: Use freestanding environmentArvind Sankar2020-08-191-1/+6
* iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-15/+15
* lz4: fix kernel decompression speedNick Terrell2020-08-144-12/+22
* Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-141-2/+2
|\
| * vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-061-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-131-0/+2
|\ \
| * | random32: add a tracepoint for prandom_u32()Eric Dumazet2020-08-131-0/+2
* | | lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUTTiezhu Yang2020-08-121-1/+1
* | | test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang2020-08-121-1/+1
* | | lib/test_bits.c: add tests of GENMASKRikard Falkeborn2020-08-123-0/+87
* | | kstrto*: do not describe simple_strto*() as obsolete/replacedKars Mulder2020-08-121-8/+4
* | | kstrto*: correct documentation references to simple_strto*()Kars Mulder2020-08-121-4/+4
* | | lib/: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-1213-15/+15
* | | lib/test_lockup.c: fix return value of test_lockup_init()Tiezhu Yang2020-08-121-2/+2
* | | lib/Kconfig.debug: make TEST_LOCKUP depend on moduleTiezhu Yang2020-08-121-0/+1
* | | lib/test_lockup.c: make symbol 'test_works' staticWei Yongjun2020-08-121-1/+1
* | | lib/test_bitops: do the full test during module initGeert Uytterhoeven2020-08-121-8/+10
* | | lib/test_bitmap.c: add test for bitmap_cut()Stefano Brivio2020-08-121-0/+58
* | | lib/bitmap.c: fix bitmap_cut() for partial overlapping caseStefano Brivio2020-08-121-2/+2
* | | ./Makefile: add debug option to enable function aligned on 32 bytesFeng Tang2020-08-121-0/+11
* | | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-092-10/+3
|\ \ \
| * | | kbuild: trace functions in subdirectories of lib/Masahiro Yamada2020-08-1017-40/+0
| * | | kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-1018-4/+37
| * | | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-2/+2
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-08-071-1/+2
|\ \ \ \
| * | | | iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-1/+2
* | | | | Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-071-10/+23
|\ \ \ \ \
| * | | | | lib/bootconfig: Add override operator supportMasami Hiramatsu2020-08-031-10/+23
| | |/ / / | |/| | |
* | | | | kasan: adjust kasan_stack_oob for tag-based modeAndrey Konovalov2020-08-071-1/+1
* | | | | lib/test_kasan.c: fix KASAN unit tests for tag-based KASANWalter Wu2020-08-071-17/+32
* | | | | kasan: add tests for call_rcu stack recordingWalter Wu2020-08-071-0/+30
* | | | | kasan: update required compiler versions in documentationMarco Elver2020-08-071-9/+15
* | | | | kasan: improve and simplify Kconfig.kasanMarco Elver2020-08-071-7/+8
* | | | | percpu_counter: add percpu_counter_sync()Feng Tang2020-08-071-0/+19
* | | | | mm: move lib/ioremap.c to mm/Mike Rapoport2020-08-072-288/+0
* | | | | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-072-6/+6
* | | | | Merge tag 'livepatching-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-062-117/+160
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | selftests/livepatch: fix mem leaks in test-klp-shadow-varsYannick Cote2020-06-081-12/+31