aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-11-27lockref: include mutex.h rather than reinvent arch_mutex_cpu_relaxGravatar Will Deacon 1-8/+1
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 2-5/+4
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Gravatar Linus Torvalds 4-0/+1764
2013-11-19percpu-refcount: Add percpu-refcount.o to obj-yGravatar Randy Dunlap 1-2/+2
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-4/+8
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+6
2013-11-15kfifo: kfifo_copy_{to,from}_user: fix copied bytes calculationGravatar Lars-Peter Clausen 1-2/+2
2013-11-15llists-move-llist_reverse_order-from-raid5-to-llistc-fixGravatar Andrew Morton 1-1/+1
2013-11-15llists: move llist_reverse_order from raid5 to llist.cGravatar Christoph Hellwig 1-0/+22
2013-11-15vsprintf: ignore %n againGravatar Kees Cook 1-11/+9
2013-11-15lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesGravatar Peter Zijlstra 2-8/+1
2013-11-14random32: use msecs_to_jiffies for reseed timerGravatar Daniel Borkmann 1-2/+6
2013-11-14random32: add __init prefix to prandom_start_seed_timerGravatar Daniel Borkmann 1-2/+2
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-1060/+0
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-23/+81
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-234/+536
2013-11-13lib/genalloc: add a helper function for DMA buffer allocationGravatar Nicolin Chen 1-0/+28
2013-11-13lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Gravatar Duan Jiong 1-1/+1
2013-11-13lib/vsprintf.c: document formats for dentry and struct fileGravatar Olof Johansson 1-0/+2
2013-11-13lib/debugobjects.c: remove unnecessary work pending testGravatar Xie XiuQi 1-1/+1
2013-11-13vsprintf: check real user/group id for %pKGravatar Ryan Mallon 1-3/+30
2013-11-13percpu: add test module for various percpu operationsGravatar Greg Thelen 3-0/+149
2013-11-13mm: do not walk all of system memory during show_memGravatar Mel Gorman 1-28/+11
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+2
2013-11-11random32: add test cases for taus113 implementationGravatar Daniel Borkmann 2-6/+196
2013-11-11random32: upgrade taus88 generator to taus113 from errata paperGravatar Daniel Borkmann 1-34/+46
2013-11-11random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Gravatar Hannes Frederic Sowa 1-1/+22
2013-11-11random32: add periodic reseedingGravatar Hannes Frederic Sowa 1-0/+23
2013-11-11random32: fix off-by-one in seeding requirementGravatar Daniel Borkmann 1-7/+7
2013-11-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Gravatar Konrad Rzeszutek Wilk 1-0/+1
2013-11-08Merge tag 'v3.12-rc5' into stable/for-linus-3.13Gravatar Konrad Rzeszutek Wilk 3-8/+24
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreGravatar Jens Axboe 2-23/+81
2013-11-07percpu-refcount: Add EXPORT_SYMBOL to use percpu_ref from modulesGravatar Nicholas Bellinger 1-0/+3
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Gravatar Linus Torvalds 1-4/+1
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+9
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+89
2013-11-06locking: Move the percpu-rwsem code to kernel/locking/Gravatar Peter Zijlstra 2-166/+0
2013-11-06locking: Move the rwsem code to kernel/locking/Gravatar Peter Zijlstra 3-591/+0
2013-11-06locking: Move the spinlock code to kernel/locking/Gravatar Peter Zijlstra 2-303/+0
2013-11-06Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Gravatar Ingo Molnar 2-3/+2
2013-11-04lib: crc32: reduce number of cases for crc32{, c}_combineGravatar Daniel Borkmann 1-2/+2
2013-11-04lib: crc32: conditionally resched when running testcasesGravatar Daniel Borkmann 1-0/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+3
2013-11-03lib: crc32: add test cases for crc32{, c}_combine routinesGravatar Daniel Borkmann 1-0/+72
2013-11-03lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Gravatar Daniel Borkmann 1-0/+81
2013-11-03lib: crc32: clean up spacing in test casesGravatar Daniel Borkmann 1-200/+100
2013-11-01Merge branch 'linus' into sched/coreGravatar Ingo Molnar 2-1/+4
2013-10-31lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageGravatar Ming Lei 1-1/+2
2013-10-29Kconfig: make KOBJECT_RELEASE debugging require timer debuggingGravatar Linus Torvalds 1-1/+1