summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2020-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-3/+8
2020-03-23uuid: Provide a GUID generator for raw bufferAndy Shevchenko-0/+10
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra-0/+17
2020-03-21lib/vdso: Enable common headersVincenzo Frascino-22/+0
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver-10/+14
2020-03-21kcsan: Clean up the main KCSAN Kconfig optionMarco Elver-5/+8
2020-03-21kcsan: Clarify Kconfig option KCSAN_IGNORE_ATOMICSMarco Elver-3/+13
2020-03-21kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver-7/+20
2020-03-21copy_to_user, copy_from_user: Use generic instrumented.hMarco Elver-3/+4
2020-03-21iov_iter: Use generic instrumented.hMarco Elver-3/+4
2020-03-21kcsan: Rate-limit reporting per data racesMarco Elver-0/+10
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar-9/+30
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar-712/+6199
2020-03-20test_firmware: add support for firmware_request_platformHans de Goede-0/+55
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner-0/+29
2020-03-20crypto: arm64/chacha - correctly walk through blocksJason A. Donenfeld-3/+8
2020-03-12xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)-0/+2
2020-03-12serial/sysrq: Add a help-string for MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov-0/+2
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman-9/+30
2020-03-09Merge 5.6-rc5 into char-misc-nextGreg Kroah-Hartman-9/+30
2020-03-07serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov-0/+8
2020-03-06lib: Introduce generic min-heapIan Rogers-0/+205
2020-03-05percpu_ref: Fix comment regarding percpu_ref_init flagsIra Weiny-3/+4
2020-03-03tools/bootconfig: Show line and column in parse errorMasami Hiramatsu-9/+26
2020-03-02kbuild: remove cc-option switch from -Wframe-larger-than=Masahiro Yamada-2/+1
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+2
2020-02-28lib/vsprintf: update comment about simple_strto<foo>() functionsAndy Shevchenko-4/+4
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-9/+30
2020-02-27XArray: Optimise xas_sibling() if !CONFIG_XARRAY_MULTIMatthew Wilcox (Oracle)-1/+1
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-9/+27
2020-02-24bpf/tests: Use migrate disable instead of preempt disableDavid Miller-2/+2
2020-02-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+3
2020-02-24Merge 5.6-rc3 into char-misc-nextGreg Kroah-Hartman-9/+35
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+22
2020-02-21lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko-2/+6
2020-02-21lib/string.c: update match_string() doc-strings with correct behaviorAlexandru Ardelean-0/+16
2020-02-21bootconfig: Add append value operator supportMasami Hiramatsu-4/+11
2020-02-21bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu-5/+8
2020-02-20mm/memremap_pages: Introduce memremap_compat_align()Dan Williams-0/+3
2020-02-20bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu-4/+12
2020-02-17lib/vdso: Allow architectures to provide the vdso data pointerChristophe Leroy-16/+56
2020-02-17lib/vdso: Allow architectures to override the ns shift operationChristophe Leroy-2/+9
2020-02-17lib/vdso: Allow fixed clock modeChristophe Leroy-2/+9
2020-02-17lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner-8/+10
2020-02-17lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner-15/+5
2020-02-17clocksource: Add common vdso clock mode storageThomas Gleixner-2/+14
2020-02-17lib/vdso: Allow the high resolution parts to be compiled outThomas Gleixner-0/+11
2020-02-16lib: objagg: Replace zero-length arrays with flexible-array memberGustavo A. R. Silva-2/+2
2020-02-14crypto: chacha20poly1305 - prevent integer overflow on large inputJason A. Donenfeld-0/+3
2020-02-12dynamic_debug: allow to work if debugfs is disabledGreg Kroah-Hartman-8/+27