summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-9/+103
2019-11-01idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)-20/+11
2019-11-01lib/list-test: add a test for the 'list' doubly linked listDavid Gow-0/+767
2019-11-01livepatch: Selftests of the API for tracking system state changesPetr Mladek-1/+362
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells-118/+151
2019-10-30bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment testShmulik Ladkani-0/+63
2019-10-30bpf, testing: Refactor test_skb_segment() for testing skb_segment() on differ...Shmulik Ladkani-10/+41
2019-10-29Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet-51/+260
2019-10-28ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra-1/+4
2019-10-23compat_ioctl: reimplement SG_IO handlingArnd Bergmann-0/+1
2019-10-23lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner-4/+5
2019-10-18Merge tag 'copy-struct-from-user-v5.4-rc4' of gitolite.kernel.org:pub/scm/lin...Linus Torvalds-9/+28
2019-10-18Merge branch 'for-5.5-pr-warn' into for-5.5Petr Mladek-1/+1
2019-10-18lib: cpu_rmap: Use pr_warn instead of pr_warningKefeng Wang-1/+1
2019-10-17printf: add support for printing symbolic error namesRasmus Villemoes-0/+281
2019-10-16usercopy: Avoid soft lockups in test_check_nonzero_user()Michael Ellerman-3/+19
2019-10-14lib/test_meminit: add a kmem_cache_alloc_bulk() testAlexander Potapenko-0/+27
2019-10-14lib/generic-radix-tree.c: add kmemleak annotationsEric Biggers-6/+26
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov-1/+1
2019-10-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-21/+0
2019-10-11lib/test_printf: Add tests for %pfw printk modifierSakari Ailus-0/+32
2019-10-11lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus-0/+36
2019-10-11lib/vsprintf: OF nodes are first and foremost, struct device_nodesSakari Ailus-12/+4
2019-10-11lib/vsprintf: Make use of fwnode API to obtain node names and separatorsSakari Ailus-22/+17
2019-10-11lib/vsprintf: Add a note on re-using %pf or %pFSakari Ailus-0/+2
2019-10-11lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus-8/+2
2019-10-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-9/+0
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai-12/+12
2019-10-09lib/smp_processor_id: Don't use cpumask_equal()Waiman Long-1/+1
2019-10-08lib/string: Make memzero_explicit() inline instead of externalArvind Sankar-21/+0
2019-10-07genalloc: Fix a set of docs build warningsJonathan Corbet-1/+1
2019-10-07lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOVincenzo Frascino-9/+0
2019-10-07lib: test_user_copy: style cleanupAleksa Sarai-6/+9
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-2/+2
2019-10-03usercopy: Add parentheses around assignment in test_copy_struct_from_userNathan Chancellor-2/+2
2019-10-03lib: textsearch: fix escapes in example codeRandy Dunlap-2/+2
2019-10-01lib: introduce copy_struct_from_user() helperAleksa Sarai-13/+186
2019-09-30kunit: fix failure to build without printkBrendan Higgins-51/+6
2019-09-30kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin-0/+11
2019-09-30kunit: test: add tests for KUnit managed resourcesAvinash Kondareddy-0/+228
2019-09-30kunit: test: add the concept of assertionsBrendan Higgins-6/+3
2019-09-30kunit: test: add tests for kunit test abortBrendan Higgins-1/+108
2019-09-30kunit: test: add support for test abortBrendan Higgins-16/+242
2019-09-30kunit: test: add initial testsBrendan Higgins-0/+167
2019-09-30lib: enable building KUnit in lib/Brendan Higgins-0/+4
2019-09-30kunit: test: add the concept of expectationsBrendan Higgins-0/+62
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins-1/+143
2019-09-30kunit: test: add string_stream a std::stream like string builderBrendan Higgins-1/+219
2019-09-30kunit: test: add test resource management APIBrendan Higgins-0/+163
2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins-0/+205