summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/test_lockup.c: minimum fix to get it compiled on PREEMPT_RTSebastian Andrzej Siewior2020-12-151-0/+16
* lib/stackdepot.c: use array_size() helper in jhash2()Gustavo A. R. Silva2020-12-151-2/+2
* lib/stackdepot.c: use flex_array_size() helper in memcpy()Gustavo A. R. Silva2020-12-151-1/+1
* lib/stackdepot.c: replace one-element array with flexible-array memberGustavo A. R. Silva2020-12-151-3/+2
* lib/test_free_pages.c: add basic progress indicatorsGeert Uytterhoeven2020-12-151-0/+5
* kernel.h: split out mathematical helpersAndy Shevchenko2020-12-157-7/+16
* Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-12-151-0/+11
|\
| *-. Merge branches 'acpi-resources' and 'acpi-docs'Rafael J. Wysocki2020-12-151-0/+11
| |\ \
| | * | resource: Add test cases for new resource APIAndy Shevchenko2020-11-171-0/+11
| | |/
* | | Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-151-2/+7
|\ \ \
| * | | dyndbg: fix use before null checkJim Cromie2020-12-091-2/+7
| | |/ | |/|
* | | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-152-15/+36
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-112-1/+5
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-2/+9
| |\ \ \ \
| * | | | | net: switch to storing KCOV handle directly in sk_buffMarco Elver2020-12-011-1/+0
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-2/+17
| |\ \ \ \ \
| * | | | | | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-3/+3
| * | | | | | Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel2020-11-161-14/+25
| * | | | | | Fix unefficient call to memset before memcpu in nla_strlcpy.Francis Laniel2020-11-161-1/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-141-0/+9
| |\ \ \ \ \ \
| | * | | | | | kbuild: Build kernel module BTFs if BTF is enabled and pahole supports itAndrii Nakryiko2020-11-101-0/+9
| * | | | | | | net: kcov: don't select SKB_EXTENSIONS when there is no NETRandy Dunlap2020-11-121-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-0617-60/+123
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | net: add kcov handle to skb extensionsAleksandr Nogikh2020-11-021-0/+1
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-152-0/+76
|\ \ \ \ \ \ \ \
| * | | | | | | | lib/test_kasan.c: add workqueue test caseWalter Wu2020-12-151-0/+29
| * | | | | | | | locking/selftests: add testcases for fs_reclaimDaniel Vetter2020-12-151-0/+47
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-141-0/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPThomas Gleixner2020-11-241-0/+14
| * | | | | | | | mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCALThomas Gleixner2020-11-241-0/+8
| * | | | | | | | Merge branch 'sched/core' into core/mmThomas Gleixner2020-11-243-0/+25
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-143-0/+25
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-2718-62/+140
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | / / / | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | sched: Make migrate_disable/enable() independent of RTThomas Gleixner2020-11-241-1/+1
| * | | | | | | | | sched,rt: Use cpumask_any*_distribute()Peter Zijlstra2020-11-101-0/+18
| * | | | | | | | | sched: Add migrate_disable()Peter Zijlstra2020-11-101-0/+5
| * | | | | | | | | stop_machine: Add function and caller debug infoPeter Zijlstra2020-11-101-0/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-141-17/+34
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'locking/rwsem'Peter Zijlstra2020-12-091-2/+17
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | lockdep/selftest: Add spin_nest_lock testBoqun Feng2020-12-031-0/+17
| * | | | | | | | | lockdep/selftests: Fix PROVE_RAW_LOCK_NESTINGPeter Zijlstra2020-12-031-17/+17
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-141-9/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | s390/kasan: remove 3-level paging supportVasily Gorbik2020-11-091-9/+0
| |/ / / / / / / /
* | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-147-159/+68
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu2020-12-042-3/+1
| * | | | | | | | | crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu2020-11-201-2/+0
| * | | | | | | | | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-203-3/+3
| * | | | | | | | | crypto: lib/sha256 - Unroll LOAD and BLEND loopsArvind Sankar2020-10-301-4/+20
| * | | | | | | | | crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64Arvind Sankar2020-10-301-136/+38
| * | | | | | | | | crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()Arvind Sankar2020-10-301-6/+5