summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2020-07-24dyndbg: fix pr_err with empty stringJim Cromie-1/+1
2020-07-24dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie-12/+11
2020-07-24dyndbg: fix overcounting of ram used by dyndbgJim Cromie-6/+2
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie-6/+6
2020-07-24dyndbg: refine debug verbosity; 1 is basic, 2 more chattyJim Cromie-13/+8
2020-07-24dyndbg: drop obsolete comment on ddebug_proc_openJim Cromie-7/+0
2020-07-23debugfs: Add access restriction optionPeter Enderborg-0/+32
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-20/+0
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra-0/+6
2020-07-20arch, net: remove the last csum_partial_copy() leftoversChristoph Hellwig-2/+2
2020-07-20Merge 5.8-rc6 into driver-core-nextGreg Kroah-Hartman-0/+6
2020-07-17debugobjects: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao-12/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-2/+2
2020-07-16bpf: revert "test_bpf: Flag tests that cannot be jited on s390"Seth Forshee-20/+0
2020-07-16crypto: lib/sha256 - add sha256() functionEric Biggers-0/+10
2020-07-16crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu-2/+0
2020-07-15lib/test-string_helpers.c: Add string_upper() and string_lower() testsVadim Pasternak-0/+67
2020-07-11Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+5
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-0/+1
2020-07-10mm/hmm: add tests for hmm_pfn_to_map_order()Ralph Campbell-0/+8
2020-07-10lib: devres: add a comment about the devm_of_iomap() functionDan Carpenter-0/+6
2020-07-10devres: keep both device name and resource name in pretty nameVladimir Oltean-1/+10
2020-07-10kobject: Avoid premature parent object freeing in kobject_cleanup()Heikki Krogerus-10/+23
2020-07-09kgdb: enable arch to support XML packet.Vincent Chen-0/+5
2020-07-08lib: Restrict cpumask_local_spread to houskeeping CPUsAlex Belits-5/+11
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra-8/+11
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada-2/+2
2020-07-03Replace HTTP links with HTTPS ones: vsprintfAlexander A. Klimov-1/+1
2020-07-03lib: update DEBUG_SHIRQ docs to match realityWolfram Sang-4/+4
2020-07-01sbitmap: Consider cleared bits in sbitmap_bitmap_show()John Garry-0/+3
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu-1/+2
2020-06-29kcsan: Re-add GCC as a supported compilerMarco Elver-1/+2
2020-06-29kcsan: Add test suiteMarco Elver-1/+22
2020-06-29lib/test_vmalloc.c: Add test cases for kvfree_rcu()Uladzislau Rezki (Sony)-8/+95
2020-06-29selftests/fpu: Add an FPU selftestPetteri Aimonen-0/+124
2020-06-28lib: packing: add documentation for pbuflen argumentVladimir Oltean-0/+1
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+4
2020-06-26kunit: add support for named resourcesAlan Maguire-0/+61
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire-99/+142
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar-6/+6
2020-06-26lib: fix test_hmm.c reference after freeRandy Dunlap-2/+1
2020-06-25kasan: Fix required compiler versionMarco Elver-1/+1
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2020-06-20Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab-3/+3
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds-3/+3
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig-3/+3
2020-06-18crc-t10dif: clean up some more thingsEric Biggers-13/+11
2020-06-18crc-t10dif: use fallback in initial stateEric Biggers-27/+10
2020-06-18crc-t10dif: Fix potential crypto notify dead-lockHerbert Xu-12/+42