summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | dyndbg: make ddebug_tables list LIFO for add/remove_moduleJim Cromie2020-07-241-1/+1
| * | | | | | | dyndbg: prefer declarative init in caller, to memset in calleeJim Cromie2020-07-241-2/+1
| * | | | | | | dyndbg: fix pr_err with empty stringJim Cromie2020-07-241-1/+1
| * | | | | | | dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie2020-07-241-12/+11
| * | | | | | | dyndbg: fix overcounting of ram used by dyndbgJim Cromie2020-07-241-6/+2
| * | | | | | | dyndbg: rename __verbose section to __dyndbgJim Cromie2020-07-241-6/+6
| * | | | | | | dyndbg: refine debug verbosity; 1 is basic, 2 more chattyJim Cromie2020-07-241-13/+8
| * | | | | | | dyndbg: drop obsolete comment on ddebug_proc_openJim Cromie2020-07-241-7/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-08-053-96/+200
|\ \ \ \ \ \ \
| * | | | | | | kunit: add support for named resourcesAlan Maguire2020-06-262-0/+61
| * | | | | | | kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire2020-06-263-99/+142
* | | | | | | | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-043-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab2020-06-193-3/+3
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-08-041-10/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | lib/vsprintf: Force type of flags value for gfp_tAndy Shevchenko2020-08-011-1/+1
| * | | | | | | | lib/vsprintf: Replace custom spec to print decimals with generic oneAndy Shevchenko2020-08-011-7/+1
| * | | | | | | | lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert()Andy Shevchenko2020-08-011-1/+4
| * | | | | | | | Replace HTTP links with HTTPS ones: vsprintfAlexander A. Klimov2020-07-031-1/+1
* | | | | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-042-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-2/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'platform-drivers-x86-v5.9-1' of git://git.infradead.org/linux-plat...Linus Torvalds2020-08-031-0/+67
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib/test-string_helpers.c: Add string_upper() and string_lower() testsVadim Pasternak2020-07-151-0/+67
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'x86-fpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-033-0/+124
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | selftests/fpu: Add an FPU selftestPetteri Aimonen2020-06-293-0/+124
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-036-10/+368
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib: Add zstd support to decompressNick Terrell2020-07-314-0/+355
| * | | | | | | | | lib: Prepare zstd for preboot environment, improve performanceNick Terrell2020-07-312-10/+13
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-032-5/+52
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge branch 'sched/urgent'Peter Zijlstra2020-07-222-0/+6
| |\| | | | | | | |
| * | | | | | | | | lib: Restrict cpumask_local_spread to houskeeping CPUsAlex Belits2020-07-081-5/+11
| * | | | | | | | | Merge branch 'sched/urgent'Peter Zijlstra2020-07-086-8/+11
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | sched/cputime: Improve cputime_adjust()Oleg Nesterov2020-06-151-0/+41
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-032-2/+31
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'locking/nmi' into locking/core, to pick up completed topic branchIngo Molnar2020-08-031-0/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIspeterz@infradead.org2020-07-271-0/+6
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-08-011-2/+24
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | kcsan: Re-add GCC as a supported compilerMarco Elver2020-06-291-1/+2
| | * | | | | | | | | kcsan: Add test suiteMarco Elver2020-06-291-1/+22
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2020-07-311-1/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | lockdep: Add preemption enabled/disabled assertion APIsAhmed S. Darwish2020-07-291-0/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-031-8/+95
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-07-311-8/+95
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | lib/test_vmalloc.c: Add test cases for kvfree_rcu()Uladzislau Rezki (Sony)2020-06-291-8/+95
| | | |/ / / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge tag 'core-debugobjects-2020-08-03' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-08-031-12/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | debugobjects: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-07-171-12/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sbitmap: Consider cleared bits in sbitmap_bitmap_show()John Garry2020-07-011-0/+3
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-035-34/+132
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | lib/mpi: Add mpi_sub_ui()Marcelo Henrique Cerri2020-07-312-0/+79
| * | | | | | | | | crypto: lib/sha256 - add sha256() functionEric Biggers2020-07-161-0/+10