summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2013-11-13lib/debugobjects.c: remove unnecessary work pending testXie XiuQi-1/+1
2013-11-13vsprintf: check real user/group id for %pKRyan Mallon-3/+30
2013-11-13percpu: add test module for various percpu operationsGreg Thelen-0/+149
2013-11-13mm: do not walk all of system memory during show_memMel Gorman-28/+11
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+2
2013-11-11random32: add test cases for taus113 implementationDaniel Borkmann-6/+196
2013-11-11random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann-34/+46
2013-11-11random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa-1/+22
2013-11-11random32: add periodic reseedingHannes Frederic Sowa-0/+23
2013-11-11random32: fix off-by-one in seeding requirementDaniel Borkmann-7/+7
2013-11-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk-0/+1
2013-11-08Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk-8/+24
2013-11-08Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe-23/+81
2013-11-07percpu-refcount: Add EXPORT_SYMBOL to use percpu_ref from modulesNicholas Bellinger-0/+3
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds-4/+1
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+9
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+89
2013-11-06locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra-166/+0
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra-591/+0
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra-303/+0
2013-11-06Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar-3/+2
2013-11-04lib: crc32: reduce number of cases for crc32{, c}_combineDaniel Borkmann-2/+2
2013-11-04lib: crc32: conditionally resched when running testcasesDaniel Borkmann-0/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2013-11-03lib: crc32: add test cases for crc32{, c}_combine routinesDaniel Borkmann-0/+72
2013-11-03lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann-0/+81
2013-11-03lib: crc32: clean up spacing in test casesDaniel Borkmann-200/+100
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar-1/+4
2013-10-31lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei-1/+2
2013-10-29Kconfig: make KOBJECT_RELEASE debugging require timer debuggingLinus Torvalds-1/+1
2013-10-25percpu_ida: add an API to return free tagsShaohua Li-0/+17
2013-10-25percpu_ida: add percpu_ida_for_each_freeShaohua Li-0/+44
2013-10-25percpu_ida: make percpu_ida percpu size/batch configurableShaohua Li-17/+11
2013-10-25percpu_counter: make APIs irq safeShaohua Li-6/+9
2013-10-25swiotlb: print a warning when the swiotlb is fullStefano Stabellini-0/+1
2013-10-24tracing/events: Fix swiotlb tracepoint creationThierry Reding-0/+1
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman-0/+5
2013-10-16percpu_refcount: export symbolsMatias Bjorling-0/+3
2013-10-16sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings-0/+9
2013-10-15GFS2: Use lockref for glocksSteven Whitehouse-0/+1
2013-10-11kobject: show debug info on delayed kobject releaseFengguang Wu-1/+1
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar-1/+1
2013-10-10kobject: show debug info on delayed kobject releaseFengguang Wu-1/+1
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar-7/+23
2013-10-03kobject: grab an extra reference on kobject->sd to allow duplicate deletesTejun Heo-0/+12
2013-10-03percpu_ida: Removing unused arguement from alloc_local_tagNick Swenson-3/+2
2013-10-02tracing/events: Add bounce tracing to swiotblZoltan Kiss-0/+4
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+2
2013-09-29Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman-7/+21