aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge tag 'core-debugobjects-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+1
2020-08-03lib/bootconfig: Add override operator supportMasami Hiramatsu1-10/+23
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-34/+132
2020-08-03Merge branch 'locking/nmi' into locking/core, to pick up completed topic branchIngo Molnar1-0/+6
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-20/+17
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-19/+16
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/coreIngo Molnar1-2/+24
2020-08-01lib/vsprintf: Force type of flags value for gfp_tAndy Shevchenko1-1/+1
2020-08-01lib/vsprintf: Replace custom spec to print decimals with generic oneAndy Shevchenko1-7/+1
2020-08-01lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert()Andy Shevchenko1-1/+4
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar1-1/+1
2020-07-31lib: Add zstd support to decompressNick Terrell4-0/+355
2020-07-31lib: Prepare zstd for preboot environment, improve performanceNick Terrell2-10/+13
2020-07-31lib/mpi: Add mpi_sub_ui()Marcelo Henrique Cerri2-0/+79
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-8/+95
2020-07-29random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds1-1/+1
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau1-1/+1
2020-07-29lockdep: Add preemption enabled/disabled assertion APIsAhmed S. Darwish1-0/+1
2020-07-28rhashtable: Restore RCU marking on rhash_lock_headHerbert Xu1-19/+16
2020-07-28Add pldmfw library for PLDM firmware updateJacob Keller5-0/+1126
2020-07-28mm/hmm/test: use the new migration invalidationRalph Campbell1-13/+17
2020-07-28mm/migrate: add a flags parameter to migrate_vmaRalph Campbell1-11/+4
2020-07-27locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIspeterz@infradead.org1-0/+6
2020-07-27Revert "test_firmware: Test platform fw loading on non-EFI systems"Greg Kroah-Hartman1-5/+0
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