summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-152-6/+88
|\
| * CPM/QE: use genalloc to manage CPM/QE muramZhao Qiang2015-12-221-1/+1
| * genalloc:support allocating specific regionZhao Qiang2015-12-221-0/+32
| * genalloc:support memory-allocation with bytes-alignment to genallocZhao Qiang2015-12-221-6/+55
| * powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard2015-12-011-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-151-1/+1
|\ \
| * | dma-debug: switch check from _text to _stextLaura Abbott2016-01-141-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-3/+3
|\ \ \ | |/ / |/| |
| * | lib: scatterlist: fix Kconfig descriptionGeert Uytterhoeven2015-12-081-3/+3
* | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-0/+39
|\ \ \
| * | | restrict /dev/mem to idle io memory rangesDan Williams2016-01-091-3/+20
| * | | arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams2016-01-091-0/+22
* | | | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-01-121-2/+4
|\ \ \ \
| * | | | tracing: Use seq_buf_used() in seq_buf_to_user() instead of lenJerry Snitselaar2015-12-231-2/+4
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-126-29/+249
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-1/+2
| |\ \ \ \
| * | | | | bpf, test: add couple of test casesDaniel Borkmann2015-12-181-0/+120
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-174-31/+44
| |\ \ \ \ \
| * | | | | | rhashtable: Remove unnecessary wmb for future_tblHerbert Xu2015-12-081-3/+0
| * | | | | | net: Add support for CHANGEUPPER notifier error injectionIdo Schimmel2015-12-031-0/+1
| * | | | | | net: add support for netdev notifier error injectionNikolay Aleksandrov2015-12-013-0/+78
| * | | | | | rhashtable-test: allow to retry even if -ENOMEM was returnedPhil Sutter2015-11-231-1/+13
| * | | | | | rhashtable-test: calculate max_entries value by defaultPhil Sutter2015-11-231-3/+5
| * | | | | | rhashtable-test: retry insert operationsPhil Sutter2015-11-231-24/+29
| * | | | | | rhashtable-test: add cond_resched() to thread testPhil Sutter2015-11-231-0/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-122-9/+26
|\ \ \ \ \ \
| * | | | | | crypto: 842 - remove WARN inside printkDan Streetman2015-12-231-5/+9
| * | | | | | lib/mpi: only require buffers as big as needed for the integerAndrzej Zaborowski2015-11-171-4/+17
| |/ / / / /
* | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-122-8/+32
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-linus' into work.miscAl Viro2016-01-081-1/+2
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | lib/vsprintf: add %*pg format specifierDmitry Monakhov2016-01-061-0/+29
| * | | | | | convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-8/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-121-5/+6
|\ \ \ \ \ \
| * | | | | | iov_iter: export import_single_range()Al Viro2015-12-061-0/+1
| * | | | | | iov_iter: constify {csum_and_,}copy_to_iter()Al Viro2015-12-061-5/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'mmc-v4.5' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-01-111-2/+1
|\ \ \ \ \ \
| * | | | | | mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FSAdrien Schildknecht2015-12-221-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-01-111-0/+11
|\ \ \ \ \ \
| * | | | | | workqueue: implement lockup detectorTejun Heo2015-12-081-0/+11
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-01-111-0/+4
|\ \ \ \ \ \
| * | | | | | x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2015-12-061-0/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-41/+79
|\ \ \ \ \ \
| * | | | | | atomics: Add test for atomic operations with _relaxed variantsBoqun Feng2015-11-231-41/+79
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-01-061-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney2015-11-231-1/+1
| |/ / / /
* | | | | rhashtable: Kill harmless RCU warning in rhashtable_walk_initHerbert Xu2015-12-181-1/+2
| |_|/ / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-171-27/+40
|\ \ \ \
| * | | | rhashtable: Fix walker list corruptionHerbert Xu2015-12-161-9/+7
| * | | | rhashtable: Enforce minimum size on initial hash tableHerbert Xu2015-12-161-3/+3
| * | | | Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller2015-12-051-3/+2
OpenPOWER on IntegriCloud