aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+8
2020-03-25Fix linked-list KUnit test when run multiple timesDavid Gow1-2/+2
2020-03-25kunit: Always print actual pointer values in assertsDavid Gow1-2/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-03-25.gitignore: remove too obvious commentsMasahiro Yamada1-3/+0
2020-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+8
2020-03-23uuid: Provide a GUID generator for raw bufferAndy Shevchenko1-0/+10
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-0/+17
2020-03-21lib/vdso: Enable common headersVincenzo Frascino1-22/+0
2020-03-20test_firmware: add support for firmware_request_platformHans de Goede1-0/+55
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner1-0/+29
2020-03-20crypto: arm64/chacha - correctly walk through blocksJason A. Donenfeld1-3/+8
2020-03-12xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)1-0/+2
2020-03-12serial/sysrq: Add a help-string for MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov1-0/+2
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman2-9/+30
2020-03-09Merge 5.6-rc5 into char-misc-nextGreg Kroah-Hartman2-9/+30
2020-03-07serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov1-0/+8
2020-03-06lib: Introduce generic min-heapIan Rogers3-0/+205
2020-03-05percpu_ref: Fix comment regarding percpu_ref_init flagsIra Weiny1-3/+4
2020-03-03tools/bootconfig: Show line and column in parse errorMasami Hiramatsu1-9/+26
2020-03-02kbuild: remove cc-option switch from -Wframe-larger-than=Masahiro Yamada1-2/+1
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-9/+30
2020-02-27XArray: Optimise xas_sibling() if !CONFIG_XARRAY_MULTIMatthew Wilcox (Oracle)1-1/+1
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-9/+27
2020-02-24bpf/tests: Use migrate disable instead of preempt disableDavid Miller1-2/+2
2020-02-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+3
2020-02-24Merge 5.6-rc3 into char-misc-nextGreg Kroah-Hartman5-9/+35
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+22
2020-02-21lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko1-2/+6
2020-02-21lib/string.c: update match_string() doc-strings with correct behaviorAlexandru Ardelean1-0/+16
2020-02-21bootconfig: Add append value operator supportMasami Hiramatsu1-4/+11
2020-02-21bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu1-5/+8
2020-02-20mm/memremap_pages: Introduce memremap_compat_align()Dan Williams1-0/+3
2020-02-20bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu1-4/+12
2020-02-17lib/vdso: Allow architectures to provide the vdso data pointerChristophe Leroy1-16/+56
2020-02-17lib/vdso: Allow architectures to override the ns shift operationChristophe Leroy1-2/+9
2020-02-17lib/vdso: Allow fixed clock modeChristophe Leroy1-2/+9
2020-02-17lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner1-8/+10
2020-02-17lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner2-15/+5
2020-02-17clocksource: Add common vdso clock mode storageThomas Gleixner2-2/+14
2020-02-17lib/vdso: Allow the high resolution parts to be compiled outThomas Gleixner1-0/+11
2020-02-16lib: objagg: Replace zero-length arrays with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-14crypto: chacha20poly1305 - prevent integer overflow on large inputJason A. Donenfeld1-0/+3
2020-02-12dynamic_debug: allow to work if debugfs is disabledGreg Kroah-Hartman2-8/+27
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-7/+13
2020-02-10bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu1-3/+12
2020-02-10bootconfig: Remove unneeded CONFIG_LIBXBCMasami Hiramatsu2-4/+1
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-3/+3
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-0/+819