summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-0/+11
2016-01-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+4
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-41/+79
2016-01-09restrict /dev/mem to idle io memory rangesDan Williams-3/+20
2016-01-09arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams-0/+22
2016-01-08Merge branch 'for-linus' into work.miscAl Viro-1/+2
2016-01-07test: firmware_class: add asynchronous request triggerBrian Norris-0/+65
2016-01-07test: firmware_class: use kstrndup() where appropriateBrian Norris-2/+1
2016-01-07test: firmware_class: report errors properly on failureBrian Norris-3/+8
2016-01-06lib/vsprintf: add %*pg format specifierDmitry Monakhov-0/+29
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-1/+1
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro-8/+3
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2015-12-23tracing: Use seq_buf_used() in seq_buf_to_user() instead of lenJerry Snitselaar-2/+4
2015-12-23crypto: 842 - remove WARN inside printkDan Streetman-5/+9
2015-12-22CPM/QE: use genalloc to manage CPM/QE muramZhao Qiang-1/+1
2015-12-22genalloc:support allocating specific regionZhao Qiang-0/+32
2015-12-22genalloc:support memory-allocation with bytes-alignment to genallocZhao Qiang-6/+55
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford-0/+228
2015-12-22mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FSAdrien Schildknecht-2/+1
2015-12-18rhashtable: Kill harmless RCU warning in rhashtable_walk_initHerbert Xu-1/+2
2015-12-18bpf, test: add couple of test casesDaniel Borkmann-0/+120
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-31/+44
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-27/+40
2015-12-17Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2015-12-17Use the new batched user accesses in generic user string handlingLinus Torvalds-7/+22
2015-12-16dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz-2/+2
2015-12-16rhashtable: Fix walker list corruptionHerbert Xu-9/+7
2015-12-16rhashtable: Enforce minimum size on initial hash tableHerbert Xu-3/+3
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford-0/+228
2015-12-11irq_poll: mark __irq_poll_complete staticChristoph Hellwig-2/+1
2015-12-11irq_poll: fold irq_poll_disable_pending into irq_poll_softirqChristoph Hellwig-1/+1
2015-12-11irq_poll: fold irq_poll_sched_prep into irq_poll_schedChristoph Hellwig-3/+7
2015-12-11irq_poll: don't disable new irq_poll instancesChristoph Hellwig-3/+1
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig-0/+227
2015-12-08rhashtable: Remove unnecessary wmb for future_tblHerbert Xu-3/+0
2015-12-08workqueue: implement lockup detectorTejun Heo-0/+11
2015-12-08lib: scatterlist: fix Kconfig descriptionGeert Uytterhoeven-3/+3
2015-12-06iov_iter: export import_single_range()Al Viro-0/+1
2015-12-06iov_iter: constify {csum_and_,}copy_to_iter()Al Viro-5/+5
2015-12-06x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen-0/+4
2015-12-05Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller-3/+2
2015-12-04rhashtable: Use __vmalloc with GFP_ATOMIC for table allocationHerbert Xu-2/+3
2015-12-04rhashtable: Prevent spurious EBUSY errors on insertionHerbert Xu-15/+30
2015-12-03net: Add support for CHANGEUPPER notifier error injectionIdo Schimmel-0/+1
2015-12-01net: add support for netdev notifier error injectionNikolay Aleksandrov-0/+78
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard-0/+1
2015-11-25lru_cache: Converted lc_seq_printf_status to return voidRoland Kammerer-3/+1
2015-11-23list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney-1/+1
2015-11-23rhashtable-test: allow to retry even if -ENOMEM was returnedPhil Sutter-1/+13