summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-03-311-0/+10
|\
| * uuid: Provide a GUID generator for raw bufferAndy Shevchenko2020-03-231-0/+10
* | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-53/+100
|\ \
| * | lib/vdso: Enable common headersVincenzo Frascino2020-03-211-22/+0
| * | lib/vdso: Allow architectures to provide the vdso data pointerChristophe Leroy2020-02-171-16/+56
| * | lib/vdso: Allow architectures to override the ns shift operationChristophe Leroy2020-02-171-2/+9
| * | lib/vdso: Allow fixed clock modeChristophe Leroy2020-02-171-2/+9
| * | lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner2020-02-171-8/+10
| * | lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner2020-02-172-15/+5
| * | clocksource: Add common vdso clock mode storageThomas Gleixner2020-02-172-2/+14
| * | lib/vdso: Allow the high resolution parts to be compiled outThomas Gleixner2020-02-171-0/+11
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-301-0/+29
|\ \ \
| * | | sched/core: Distribute tasks within affinity masksPaul Turner2020-03-201-0/+29
| | |/ | |/|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-303-0/+205
|\ \ \
| * | | lib: Introduce generic min-heapIan Rogers2020-03-063-0/+205
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-0/+17
|\ \ \
| * | | lockdep: Introduce wait-type checksPeter Zijlstra2020-03-211-0/+17
| |/ /
* | | Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-0/+55
|\ \ \
| * | | test_firmware: add support for firmware_request_platformHans de Goede2020-03-201-0/+55
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-03-231-3/+8
|\ \ \ | |/ / |/| |
| * | crypto: arm64/chacha - correctly walk through blocksJason A. Donenfeld2020-03-201-3/+8
* | | Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-261-9/+27
|\ \ \
| * | | bootconfig: Add append value operator supportMasami Hiramatsu2020-02-211-4/+11
| * | | bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu2020-02-211-5/+8
| * | | bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu2020-02-201-4/+12
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-02-241-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | crypto: chacha20poly1305 - prevent integer overflow on large inputJason A. Donenfeld2020-02-141-0/+3
* | | | lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko2020-02-211-2/+6
* | | | lib/string.c: update match_string() doc-strings with correct behaviorAlexandru Ardelean2020-02-211-0/+16
| |_|/ |/| |
* | | Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-113-7/+13
|\ \ \ | | |/ | |/|
| * | bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu2020-02-101-3/+12
| * | bootconfig: Remove unneeded CONFIG_LIBXBCMasami Hiramatsu2020-02-102-4/+1
* | | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-092-3/+3
|\ \ \
| * | | kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-042-3/+3
* | | | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-063-0/+819
|\ \ \ \ | | |/ / | |/| |
| * | | tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu2020-02-051-1/+4
| * | | bootconfig: Add more parse error messagesMasami Hiramatsu2020-02-051-4/+12
| * | | bootconfig: Add Extra Boot Config supportMasami Hiramatsu2020-01-133-0/+808
* | | | lib: new testcases for bitmap_parse{_user}Yury Norov2020-02-041-0/+8
* | | | lib: rework bitmap_parse()Yury Norov2020-02-041-92/+83
* | | | lib: make bitmap_parse_user a wrapper on bitmap_parseYury Norov2020-02-041-10/+10
* | | | lib: add test for bitmap_parse()Yury Norov2020-02-041-2/+95
* | | | lib/string: add strnchrnul()Yury Norov2020-02-041-0/+17
| |/ / |/| |
* | | kcov: ignore fault-inject and stacktraceDmitry Vyukov2020-01-311-0/+1
* | | lib/find_bit.c: uninline helper _find_next_bit()Yury Norov2020-01-311-1/+1
* | | lib/find_bit.c: join _find_next_bit{_le}Yury Norov2020-01-311-45/+19
* | | uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov2020-01-311-14/+2
* | | lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor2020-01-311-1/+1
* | | lib/zlib: add zlib_deflate_dfltcc_enabled() functionMikhail Zaslonko2020-01-314-9/+18
* | | s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko2020-01-315-2/+20