summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-01-10lib: Add CRC64 ECMA moduleMarian Chereji3-0/+349
2014-01-10lib/percpu_counter.c: disable local irq when updating percpu couterMing Lei1-5/+5
2014-01-10lib/assoc_array.c: remove global variableStephen Hemminger1-1/+1
2014-01-10test: fix sparse warnings in user_copy testsKees Cook1-2/+4
2014-01-10test: check copy_to/from_user boundary validationKees Cook3-0/+122
2014-01-10test: add minimal module for verification testingKees Cook3-0/+48
2014-01-10lib/cmdline.c: declare exported symbols immediatelyFelipe Contreras1-3/+2
2014-01-10lib/cmdline.c: fix style issuesFelipe Contreras1-5/+4
2014-01-10lib/kstrtox.c: remove redundant cleanupFelipe Contreras1-1/+0
2014-01-10vsprintf: add %pad extension for dma_addr_t useJoe Perches1-6/+27
2014-01-10dynamic_debug: add wildcard support to filter files/functions/modulesDu, Changbin1-5/+10
2014-01-10lib/parser.c: put EXPORT_SYMBOLs in the conventional placeAndrew Morton1-7/+6
2014-01-10lib/parser.c: add match_wildcard functionDu, Changbin1-0/+51
2014-01-10lib/show_mem.c: show num_poisoned_pages when oomXishi Qiu1-0/+3
2014-01-10lib/cpumask.c: use memblock apis for early memory allocationsSantosh Shilimkar1-2/+2
2014-01-10lib/swiotlb.c: use memblock apis for early memory allocationsSantosh Shilimkar1-15/+20
2014-01-10mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-3/+0
2013-12-02KEYS: Fix multiple key add into associative arrayDavid Howells1-2/+2
2013-11-27lockref: include mutex.h rather than reinvent arch_mutex_cpu_relaxWill Deacon1-8/+1
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-5/+4
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds4-0/+1764
2013-11-19percpu-refcount: Add percpu-refcount.o to obj-yRandy Dunlap1-2/+2
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+8
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+6
2013-11-15kfifo: kfifo_copy_{to,from}_user: fix copied bytes calculationLars-Peter Clausen1-2/+2
2013-11-15llists-move-llist_reverse_order-from-raid5-to-llistc-fixAndrew Morton1-1/+1
2013-11-15llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig1-0/+22
2013-11-15vsprintf: ignore %n againKees Cook1-11/+9
2013-11-15lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra2-8/+1
2013-11-14random32: use msecs_to_jiffies for reseed timerDaniel Borkmann1-2/+6
2013-11-14random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann1-2/+2
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-1060/+0
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-23/+81
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-234/+536
2013-11-13lib/genalloc: add a helper function for DMA buffer allocationNicolin Chen1-0/+28
2013-11-13lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong1-1/+1
2013-11-13lib/vsprintf.c: document formats for dentry and struct fileOlof Johansson1-0/+2
2013-11-13lib/debugobjects.c: remove unnecessary work pending testXie XiuQi1-1/+1
2013-11-13vsprintf: check real user/group id for %pKRyan Mallon1-3/+30
2013-11-13percpu: add test module for various percpu operationsGreg Thelen3-0/+149
2013-11-13mm: do not walk all of system memory during show_memMel Gorman1-28/+11
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+2
2013-11-11random32: add test cases for taus113 implementationDaniel Borkmann2-6/+196
2013-11-11random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann1-34/+46
2013-11-11random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa1-1/+22
2013-11-11random32: add periodic reseedingHannes Frederic Sowa1-0/+23
2013-11-11random32: fix off-by-one in seeding requirementDaniel Borkmann1-7/+7
2013-11-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk1-0/+1
2013-11-08Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk3-8/+24