summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+5
2020-07-25test_firmware: Test platform fw loading on non-EFI systemsKees Cook1-0/+5
2020-07-24dyndbg: export ddebug_exec_queriesJim Cromie1-1/+2
2020-07-24dyndbg: shorten our logging prefix, drop __func__Jim Cromie1-1/+1
2020-07-24dyndbg: allow anchored match on format query termJim Cromie1-3/+10
2020-07-24dyndbg: combine flags & mask into a struct, simplify with itJim Cromie1-21/+24
2020-07-24dyndbg: accept query terms like file=bar and module=fooJim Cromie1-20/+33
2020-07-24dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'Jim Cromie1-1/+17
2020-07-24dyndbg: refactor parse_linerange out of ddebug_parse_queryJim Cromie1-27/+36
2020-07-24dyndbg: use gcc ?: to reduce word countJim Cromie1-4/+4
2020-07-24dyndbg: make ddebug_tables list LIFO for add/remove_moduleJim Cromie1-1/+1
2020-07-24dyndbg: prefer declarative init in caller, to memset in calleeJim Cromie1-2/+1
2020-07-24dyndbg: fix pr_err with empty stringJim Cromie1-1/+1
2020-07-24dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie1-12/+11
2020-07-24dyndbg: fix overcounting of ram used by dyndbgJim Cromie1-6/+2
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie1-6/+6
2020-07-24dyndbg: refine debug verbosity; 1 is basic, 2 more chattyJim Cromie1-13/+8
2020-07-24dyndbg: drop obsolete comment on ddebug_proc_openJim Cromie1-7/+0
2020-07-23debugfs: Add access restriction optionPeter Enderborg1-0/+32
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-20/+0
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra2-0/+6
2020-07-20arch, net: remove the last csum_partial_copy() leftoversChristoph Hellwig1-2/+2
2020-07-20Merge 5.8-rc6 into driver-core-nextGreg Kroah-Hartman2-0/+6
2020-07-17debugobjects: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-12/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-2/+2
2020-07-16bpf: revert "test_bpf: Flag tests that cannot be jited on s390"Seth Forshee1-20/+0
2020-07-16crypto: lib/sha256 - add sha256() functionEric Biggers1-0/+10
2020-07-16crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu1-2/+0
2020-07-15lib/test-string_helpers.c: Add string_upper() and string_lower() testsVadim Pasternak1-0/+67
2020-07-11Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2020-07-10mm/hmm: add tests for hmm_pfn_to_map_order()Ralph Campbell2-0/+8
2020-07-10lib: devres: add a comment about the devm_of_iomap() functionDan Carpenter1-0/+6
2020-07-10devres: keep both device name and resource name in pretty nameVladimir Oltean1-1/+10
2020-07-10kobject: Avoid premature parent object freeing in kobject_cleanup()Heikki Krogerus1-10/+23
2020-07-09kgdb: enable arch to support XML packet.Vincent Chen1-0/+5
2020-07-08lib: Restrict cpumask_local_spread to houskeeping CPUsAlex Belits1-5/+11
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra6-8/+11
2020-07-03Replace HTTP links with HTTPS ones: vsprintfAlexander A. Klimov1-1/+1
2020-07-03lib: update DEBUG_SHIRQ docs to match realityWolfram Sang1-4/+4
2020-07-01sbitmap: Consider cleared bits in sbitmap_bitmap_show()John Garry1-0/+3
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-1/+2
2020-06-29kcsan: Re-add GCC as a supported compilerMarco Elver1-1/+2
2020-06-29kcsan: Add test suiteMarco Elver1-1/+22
2020-06-29lib/test_vmalloc.c: Add test cases for kvfree_rcu()Uladzislau Rezki (Sony)1-8/+95
2020-06-29selftests/fpu: Add an FPU selftestPetteri Aimonen3-0/+124
2020-06-28lib: packing: add documentation for pbuflen argumentVladimir Oltean1-0/+1
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2020-06-26kunit: add support for named resourcesAlan Maguire2-0/+61
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire3-99/+142