aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Merge tag 'for-5.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-0/+10
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-53/+100
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+29
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-0/+205
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+17
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+55
2020-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-3/+8
2020-03-23uuid: Provide a GUID generator for raw bufferGravatar Andy Shevchenko 1-0/+10
2020-03-21lockdep: Introduce wait-type checksGravatar Peter Zijlstra 1-0/+17
2020-03-21lib/vdso: Enable common headersGravatar Vincenzo Frascino 1-22/+0
2020-03-20test_firmware: add support for firmware_request_platformGravatar Hans de Goede 1-0/+55
2020-03-20sched/core: Distribute tasks within affinity masksGravatar Paul Turner 1-0/+29
2020-03-20crypto: arm64/chacha - correctly walk through blocksGravatar Jason A. Donenfeld 1-3/+8
2020-03-06lib: Introduce generic min-heapGravatar Ian Rogers 3-0/+205
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-9/+27
2020-02-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+3
2020-02-21lib/stackdepot.c: fix global out-of-bounds in stack_slabsGravatar Alexander Potapenko 1-2/+6
2020-02-21lib/string.c: update match_string() doc-strings with correct behaviorGravatar Alexandru Ardelean 1-0/+16
2020-02-21bootconfig: Add append value operator supportGravatar Masami Hiramatsu 1-4/+11
2020-02-21bootconfig: Prohibit re-defining value on same keyGravatar Masami Hiramatsu 1-5/+8
2020-02-20bootconfig: Reject subkey and value on same parent keyGravatar Masami Hiramatsu 1-4/+12
2020-02-17lib/vdso: Allow architectures to provide the vdso data pointerGravatar Christophe Leroy 1-16/+56
2020-02-17lib/vdso: Allow architectures to override the ns shift operationGravatar Christophe Leroy 1-2/+9
2020-02-17lib/vdso: Allow fixed clock modeGravatar Christophe Leroy 1-2/+9
2020-02-17lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesGravatar Thomas Gleixner 1-8/+10
2020-02-17lib/vdso: Cleanup clock mode storage leftoversGravatar Thomas Gleixner 2-15/+5
2020-02-17clocksource: Add common vdso clock mode storageGravatar Thomas Gleixner 2-2/+14
2020-02-17lib/vdso: Allow the high resolution parts to be compiled outGravatar Thomas Gleixner 1-0/+11
2020-02-14crypto: chacha20poly1305 - prevent integer overflow on large inputGravatar Jason A. Donenfeld 1-0/+3
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 3-7/+13
2020-02-10bootconfig: Allocate xbc_nodes array dynamicallyGravatar Masami Hiramatsu 1-3/+12
2020-02-10bootconfig: Remove unneeded CONFIG_LIBXBCGravatar Masami Hiramatsu 2-4/+1
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-3/+3
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 3-0/+819
2020-02-05tools/bootconfig: Show the number of bootconfig nodesGravatar Masami Hiramatsu 1-1/+4
2020-02-05bootconfig: Add more parse error messagesGravatar Masami Hiramatsu 1-4/+12
2020-02-04lib: new testcases for bitmap_parse{_user}Gravatar Yury Norov 1-0/+8
2020-02-04lib: rework bitmap_parse()Gravatar Yury Norov 1-92/+83
2020-02-04lib: make bitmap_parse_user a wrapper on bitmap_parseGravatar Yury Norov 1-10/+10
2020-02-04lib: add test for bitmap_parse()Gravatar Yury Norov 1-2/+95
2020-02-04lib/string: add strnchrnul()Gravatar Yury Norov 1-0/+17
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 2-3/+3
2020-01-31kcov: ignore fault-inject and stacktraceGravatar Dmitry Vyukov 1-0/+1
2020-01-31lib/find_bit.c: uninline helper _find_next_bit()Gravatar Yury Norov 1-1/+1
2020-01-31lib/find_bit.c: join _find_next_bit{_le}Gravatar Yury Norov 1-45/+19
2020-01-31uapi: rename ext2_swab() to swab() and share globally in swab.hGravatar Yury Norov 1-14/+2
2020-01-31lib/scatterlist.c: adjust indentation in __sg_alloc_tableGravatar Nathan Chancellor 1-1/+1
2020-01-31lib/zlib: add zlib_deflate_dfltcc_enabled() functionGravatar Mikhail Zaslonko 4-9/+18
2020-01-31s390/boot: add dfltcc= kernel command line parameterGravatar Mikhail Zaslonko 5-2/+20
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_inflateGravatar Mikhail Zaslonko 7-11/+233