aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-9/+27
2020-02-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+3
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-20bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu1-4/+12
2020-02-14crypto: chacha20poly1305 - prevent integer overflow on large inputJason A. Donenfeld1-0/+3
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus 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/ma...Linus Torvalds2-3/+3
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds3-0/+819
2020-02-05tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu1-1/+4
2020-02-05bootconfig: Add more parse error messagesMasami Hiramatsu1-4/+12
2020-02-04lib: new testcases for bitmap_parse{_user}Yury Norov1-0/+8
2020-02-04lib: rework bitmap_parse()Yury Norov1-92/+83
2020-02-04lib: make bitmap_parse_user a wrapper on bitmap_parseYury Norov1-10/+10
2020-02-04lib: add test for bitmap_parse()Yury Norov1-2/+95
2020-02-04lib/string: add strnchrnul()Yury Norov1-0/+17
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2-3/+3
2020-01-31kcov: ignore fault-inject and stacktraceDmitry Vyukov1-0/+1
2020-01-31lib/find_bit.c: uninline helper _find_next_bit()Yury Norov1-1/+1
2020-01-31lib/find_bit.c: join _find_next_bit{_le}Yury Norov1-45/+19
2020-01-31uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov1-14/+2
2020-01-31lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor1-1/+1
2020-01-31lib/zlib: add zlib_deflate_dfltcc_enabled() functionMikhail Zaslonko4-9/+18
2020-01-31s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko5-2/+20
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_inflateMikhail Zaslonko7-11/+233
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_deflateMikhail Zaslonko11-102/+751
2020-01-31lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva1-0/+1
2020-01-31lib/test_bitmap: correct test data offsets for 32-bitAndy Shevchenko1-4/+5
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds13-46/+151
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+66
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds9-186/+3465
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-40/+170
2020-01-27Merge tag 'core-debugobjects-2020-01-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-21/+25
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-20/+0
2020-01-27Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds3-24/+42
2020-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds1-50/+69
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-1/+3
2020-01-27bitmap: Introduce bitmap_cut(): cut bits and shift remainingStefano Brivio1-0/+66
2020-01-24lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...Christophe Leroy2-14/+14
2020-01-23Merge tag 'xarray-5.5' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-26/+93
2020-01-23lib: crc64: include <linux/crc64.h> for 'crc64_be'Ben Dooks (Codethink)1-0/+1
2020-01-22crypto: chacha20poly1305 - add back missing test vectors and test chunkingJason A. Donenfeld1-14/+1698
2020-01-17XArray: Fix xas_find returning too many entriesMatthew Wilcox (Oracle)2-2/+13
2020-01-17XArray: Fix xa_find_after with multi-index entriesMatthew Wilcox (Oracle)2-20/+32
2020-01-17XArray: Fix infinite loop with entry at ULONG_MAXMatthew Wilcox (Oracle)2-0/+20
2020-01-17debugobjects: Fix various data racesMarco Elver1-21/+25
2020-01-17livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyPetr Mladek1-22/+30
2020-01-17livepatch/selftest: Clean up shadow variable names and typePetr Mladek1-41/+52
2020-01-16lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres()Christophe Leroy1-3/+1
2020-01-16crypto: curve25519 - Fix selftest build errorHerbert Xu3-10/+30
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld1-1/+1
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld4-163/+399
2020-01-14lib/vdso: Prepare for time namespace supportThomas Gleixner2-4/+144
2020-01-14lib/vdso: Mark do_hres() and do_coarse() as __always_inlineAndrei Vagin1-6/+8
2020-01-14lib/vdso: Avoid duplication in __cvdso_clock_getres()Christophe Leroy1-6/+1
2020-01-14lib/vdso: Let do_coarse() return 0 to simplify the callsiteChristophe Leroy1-7/+8
2020-01-14lib/vdso: Remove checks on return value for 32 bit vDSOVincenzo Frascino1-5/+5
2020-01-14lib/vdso: Remove VDSO_HAS_32BIT_FALLBACKVincenzo Frascino1-10/+0
2020-01-14lib/vdso: Build 32 bit specific functions in the right contextVincenzo Frascino1-0/+4
2020-01-13md/raid6: fix algorithm choice under larger PAGE_SIZEZhengyuan Liu1-23/+40
2020-01-13raid6/test: fix a compilation warningZhengyuan Liu1-1/+1
2020-01-13bootconfig: Add Extra Boot Config supportMasami Hiramatsu3-0/+808
2020-01-10lib/vdso: Make __cvdso_clock_getres() staticVincenzo Frascino1-0/+1
2020-01-09kunit: allow kunit to be loaded as a moduleAlan Maguire3-2/+17
2020-01-09kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsAlan Maguire1-18/+4
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire10-12/+39
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire4-12/+32
2020-01-09kunit: move string-stream.h to lib/kunitAlan Maguire5-2/+59
2020-01-08libfdt: include fdt_addresses.cAKASHI Takahiro2-1/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-20/+0
2019-12-27crypto: lib/curve25519 - re-add selftestsJason A. Donenfeld3-0/+1339
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar15-336/+532
2019-12-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2019-12-22Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2019-12-20sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery1-1/+1
2019-12-17lib/Kconfig.debug: fix some messed up configurationsChangbin Du1-49/+51
2019-12-16pipe: Fix bogus dereference in iov_iter_alignment()Jan Kara1-1/+2
2019-12-09lib: raid6: fix awk build warningsGreg Kroah-Hartman1-1/+1
2019-12-08sched/core: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior1-1/+1
2019-12-07lib/: fix Kconfig indentationKrzysztof Kozlowski3-22/+22
2019-12-07kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments'Changbin Du1-12/+12
2019-12-07kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options'Changbin Du1-9/+9
2019-12-07kernel-hacking: create a submenu for scheduler debugging optionsChangbin Du1-0/+4
2019-12-07kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGEChangbin Du1-12/+12
2019-12-07kernel-hacking: move Oops into 'Lockups and Hangs'Changbin Du1-29/+29
2019-12-07kernel-hacking: move kernel testing and coverage options to same submenuChangbin Du1-84/+89
2019-12-07kernel-hacking: group kernel data structures debugging togetherChangbin Du1-10/+14
2019-12-07kernel-hacking: create submenu for arch special debugging optionsChangbin Du1-0/+4
2019-12-07kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kernel Debugging Instrum...Changbin Du1-4/+8
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2-7/+9
2019-12-04lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko2-0/+50
2019-12-04lib/test_bitmap: fix comment about this fileAndy Shevchenko1-1/+1
2019-12-04lib/test_bitmap: move exp1 and exp2 upper for others to useAndy Shevchenko1-21/+20
2019-12-04lib/test_bitmap: rename exp to exp1 to avoid ambiguous nameAndy Shevchenko1-22/+22
2019-12-04lib/test_bitmap: name EXP_BYTES properlyAndy Shevchenko1-5/+5
2019-12-04lib/test_bitmap: undefine macros after useAndy Shevchenko1-0/+4
2019-12-04lib/test_bitmap: force argument of bitmap_parselist_user() to proper address ...Andy Shevchenko1-1/+1
2019-12-04lib/ubsan: don't serialize UBSAN reportJulien Grall1-41/+23
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie1-3/+3
2019-12-04lib/genalloc.c: export symbol addr_in_gen_poolHuang Shijie1-0/+1
2019-12-04lib/math/rational.c: fix possible incorrect result from rational fractions he...Trent Piepho1-13/+50
2019-12-04lib/test_meminit.c: add bulk alloc/free testsLaura Abbott1-1/+19
2019-12-04lib/test_bitmap.c: add for_each_set_clump8 test casesWilliam Breathitt Gray1-0/+65
2019-12-04bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray1-0/+14
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-11/+0
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-11/+71
2019-12-01Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds1-0/+19
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2019-12-01kasan: add test for vmallocDaniel Axtens1-0/+26
2019-12-01kasan: support backing vmalloc space with real shadow memoryDaniel Axtens1-0/+16
2019-12-01rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)1-11/+29
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds1-118/+151
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2-0/+42
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas1-1/+1
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds3-11/+68
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-20/+42
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-37/+88
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-0/+22
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-241/+40
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+4
2019-11-26Merge branch 'acpi-mm'Rafael J. Wysocki3-0/+22
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-9/+103
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds16-21/+10743
2019-11-25Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-1/+362
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-1/+282
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds12-0/+2252
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+0
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon1-1/+1
2019-11-25locking/refcount: Move saturation warnings out of lineWill Deacon1-0/+28
2019-11-25locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon1-237/+1
2019-11-25locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon1-25/+29
2019-11-25locking/refcount: Ensure integer operands are treated as signedWill Deacon1-3/+3
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesWill Deacon1-17/+20
2019-11-22crypto: lib/chacha20poly1305 - use chacha20_crypt()Eric Biggers1-8/+8
2019-11-21drivers: hv: vmbus: Introduce latency testingBranden Bonaby1-0/+7
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+1
2019-11-17crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routineArd Biesheuvel2-0/+195
2019-11-17crypto: chacha20poly1305 - import construction and selftest from ZincArd Biesheuvel4-0/+7578
2019-11-17crypto: lib/curve25519 - work around Clang stack spilling issueArd Biesheuvel1-5/+5
2019-11-17crypto: curve25519 - generic C library implementationsJason A. Donenfeld5-0/+1707
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld5-0/+894
2019-11-17int128: move __uint128_t compiler test to KconfigArd Biesheuvel2-2/+2
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel1-0/+1
2019-11-17crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel1-1/+1
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel1-0/+1
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel1-0/+1
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel2-0/+100
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel3-0/+164
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel5-11/+77
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel2-8/+23
2019-11-15lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin1-0/+1
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells1-2/+2
2019-11-15y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann1-2/+2
2019-11-14seq_buf: Add printing formatted hex dumpsPiotr Maziarz1-0/+62
2019-11-14lib/bsearch: Use generic type for comparator functionAndy Shevchenko1-1/+1
2019-11-14lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko1-10/+5
2019-11-15kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada1-11/+0
2019-11-13sbitmap: Delete sbitmap_any_bit_clear()John Garry1-17/+0
2019-11-11Merge tag 'hisi-drivers-for-5.5' of git://github.com/hisilicon/linux-hisi int...Olof Johansson2-7/+9
2019-11-11lib: provide a simple generic ioremap implementationChristoph Hellwig2-0/+42
2019-11-11lib: devres: add a helper function for ioremap_ucTuowen Zhao1-0/+19
2019-11-10lib: Remove select of inexistant GENERIC_IOCorentin Labbe1-1/+0
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-22/+46
2019-11-08XArray: Fix xas_pause at ULONG_MAXMatthew Wilcox (Oracle)2-3/+27
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds4-21/+40
2019-11-07lib: Uplevel the pmem "region" ida to a global allocatorDan Williams3-0/+22
2019-11-06dump_stack: avoid the livelock of the dump_lockKevin Hao1-1/+6
2019-11-05lib: devres: provide devm_ioremap_resource_wc()Bartosz Golaszewski1-0/+15
2019-11-05lib: devres: prepare devm_ioremap_resource() for more variantsBartosz Golaszewski1-20/+27
2019-11-05logic_pio: Build into a libraryJohn Garry1-1/+1
2019-11-05lib: logic_pio: Enforce LOGIC_PIO_INDIRECT region ops are set at registrationJohn Garry1-6/+8
2019-11-03idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-9/+103
2019-11-01idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)1-20/+11
2019-11-01lib/list-test: add a test for the 'list' doubly linked listDavid Gow3-0/+767
2019-11-01livepatch: Selftests of the API for tracking system state changesPetr Mladek4-1/+362
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells1-118/+151
2019-10-30bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment testShmulik Ladkani1-0/+63
2019-10-30bpf, testing: Refactor test_skb_segment() for testing skb_segment() on differ...Shmulik Ladkani1-10/+41
2019-10-29Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet8-51/+260
2019-10-28ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra1-1/+4
2019-10-23compat_ioctl: reimplement SG_IO handlingArnd Bergmann1-0/+1
2019-10-23lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner1-4/+5
2019-10-18Merge tag 'copy-struct-from-user-v5.4-rc4' of gitolite.kernel.org:pub/scm/lin...Linus Torvalds1-9/+28
2019-10-18Merge branch 'for-5.5-pr-warn' into for-5.5Petr Mladek1-1/+1
2019-10-18lib: cpu_rmap: Use pr_warn instead of pr_warningKefeng Wang1-1/+1
2019-10-17printf: add support for printing symbolic error namesRasmus Villemoes5-0/+281
2019-10-16usercopy: Avoid soft lockups in test_check_nonzero_user()Michael Ellerman1-3/+19
2019-10-14lib/test_meminit: add a kmem_cache_alloc_bulk() testAlexander Potapenko1-0/+27
2019-10-14lib/generic-radix-tree.c: add kmemleak annotationsEric Biggers1-6/+26
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1