summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
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
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-7/+13
2020-02-10bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu-3/+12
2020-02-10bootconfig: Remove unneeded CONFIG_LIBXBCMasami Hiramatsu-4/+1
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-3/+3
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds-0/+819
2020-02-05tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu-1/+4
2020-02-05bootconfig: Add more parse error messagesMasami Hiramatsu-4/+12
2020-02-04lib: new testcases for bitmap_parse{_user}Yury Norov-0/+8
2020-02-04lib: rework bitmap_parse()Yury Norov-92/+83
2020-02-04lib: make bitmap_parse_user a wrapper on bitmap_parseYury Norov-10/+10
2020-02-04lib: add test for bitmap_parse()Yury Norov-2/+95
2020-02-04lib/string: add strnchrnul()Yury Norov-0/+17
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada-3/+3
2020-01-31ida: remove abandoned macrosAlex Shi-8/+0