summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | selftests/livepatch: more verification in test-klp-shadow-varsYannick Cote2020-06-081-100/+92
| * | | | selftests/livepatch: rework test-klp-shadow-varsYannick Cote2020-06-081-44/+57
| * | | | selftests/livepatch: simplify test-klp-callbacks busy target testsJoe Lawrence2020-06-081-9/+28
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-057-22/+1128
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-022-20/+17
| |\ \ \ \ \
| * | | | | | Add pldmfw library for PLDM firmware updateJacob Keller2020-07-285-0/+1126
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-0/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-221-20/+0
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: revert "test_bpf: Flag tests that cannot be jited on s390"Seth Forshee2020-07-161-20/+0
| * | | | | | | | arch, net: remove the last csum_partial_copy() leftoversChristoph Hellwig2020-07-201-2/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-08-052-23/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | mm/hmm/test: use the new migration invalidationRalph Campbell2020-07-281-13/+17
| * | | | | | | | mm/migrate: add a flags parameter to migrate_vmaRalph Campbell2020-07-281-11/+4