summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu2020-07-161-2/+0
| * | | | | | crc-t10dif: clean up some more thingsEric Biggers2020-06-181-13/+11
| * | | | | | crc-t10dif: use fallback in initial stateEric Biggers2020-06-181-27/+10
| * | | | | | crc-t10dif: Fix potential crypto notify dead-lockHerbert Xu2020-06-181-12/+42
| | |_|_|_|/ | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-021-19/+16
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | rhashtable: Restore RCU marking on rhash_lock_headHerbert Xu2020-07-291-19/+16
| | |_|/ / | |/| | |
* | | | | random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds2020-07-301-1/+1
* | | | | random32: update the net random state on interrupt and activityWilly Tarreau2020-07-291-1/+1
|/ / / /
* | | | Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-07-121-0/+5
|\ \ \ \
| * | | | kgdb: enable arch to support XML packet.Vincent Chen2020-07-101-0/+5
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-111-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | lib: packing: add documentation for pbuflen argumentVladimir Oltean2020-06-291-0/+1
| | |/ | |/|
* | | Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-281-0/+4
|\ \ \
| * | | Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar2020-06-264-6/+6
| |\| |
| * | | kasan: Fix required compiler versionMarco Elver2020-06-251-1/+1
| * | | kasan: Bump required compiler versionMarco Elver2020-06-151-0/+4
| | |/ | |/|
* | | lib: fix test_hmm.c reference after freeRandy Dunlap2020-06-261-2/+1
| |/ |/|
* | Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-211-1/+0
|\ \
| * | kconfig: unify cc-option and as-optionMasahiro Yamada2020-06-171-1/+0
| * | Makefile: Improve compressed debug info support detectionArvind Sankar2020-06-151-1/+1
| |/
* | Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-201-0/+1
|\ \
| * | seq_buf: Export seq_buf_printfVaibhav Jain2020-06-161-0/+1
| |/
* | Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds2020-06-181-3/+3
|\ \
| * | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-3/+3
| |/
* / test_objagg: Fix potential memory leak in error handlingAditya Pakki2020-06-151-2/+2
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-3/+3
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-3/+3