summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* vsprintf: ignore %n againKees Cook2013-11-151-11/+9
* lockref: use BLOATED_SPINLOCKS to avoid explicit config dependenciesPeter Zijlstra2013-11-152-8/+1
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-145-1060/+0
|\
| * locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra2013-11-062-166/+0
| * locking: Move the rwsem code to kernel/locking/Peter Zijlstra2013-11-063-591/+0
| * locking: Move the spinlock code to kernel/locking/Peter Zijlstra2013-11-062-303/+0
| * Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar2013-11-062-3/+2
| |\
* | \ Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-142-23/+81
|\ \ \
| * \ \ Merge branch 'blk-mq/core' into for-3.13/coreJens Axboe2013-11-082-23/+81
| |\ \ \ | | |/ / | |/| |
| | * | percpu_ida: add an API to return free tagsShaohua Li2013-10-251-0/+17
| | * | percpu_ida: add percpu_ida_for_each_freeShaohua Li2013-10-251-0/+44
| | * | percpu_ida: make percpu_ida percpu size/batch configurableShaohua Li2013-10-251-17/+11
| | * | percpu_counter: make APIs irq safeShaohua Li2013-10-251-6/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-133-234/+536
|\ \ \ \
| * | | | random32: add test cases for taus113 implementationDaniel Borkmann2013-11-112-6/+196
| * | | | random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann2013-11-111-34/+46
| * | | | random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa2013-11-111-1/+22
| * | | | random32: add periodic reseedingHannes Frederic Sowa2013-11-111-0/+23
| * | | | random32: fix off-by-one in seeding requirementDaniel Borkmann2013-11-111-7/+7
| * | | | lib: crc32: reduce number of cases for crc32{, c}_combineDaniel Borkmann2013-11-041-2/+2
| * | | | lib: crc32: conditionally resched when running testcasesDaniel Borkmann2013-11-041-0/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-042-2/+3
| |\| | |
| * | | | lib: crc32: add test cases for crc32{, c}_combine routinesDaniel Borkmann2013-11-031-0/+72
| * | | | lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann2013-11-031-0/+81
| * | | | lib: crc32: clean up spacing in test casesDaniel Borkmann2013-11-031-200/+100
* | | | | lib/genalloc: add a helper function for DMA buffer allocationNicolin Chen2013-11-131-0/+28
* | | | | lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong2013-11-131-1/+1
* | | | | lib/vsprintf.c: document formats for dentry and struct fileOlof Johansson2013-11-131-0/+2
* | | | | lib/debugobjects.c: remove unnecessary work pending testXie XiuQi2013-11-131-1/+1
* | | | | vsprintf: check real user/group id for %pKRyan Mallon2013-11-131-3/+30
* | | | | percpu: add test module for various percpu operationsGreg Thelen2013-11-133-0/+149
* | | | | mm: do not walk all of system memory during show_memMel Gorman2013-11-131-28/+11
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-122-3/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'linus' into sched/coreIngo Molnar2013-11-012-1/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'core/urgent' into sched/coreIngo Molnar2013-10-111-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-093-7/+23
| |\ \ \ \ \
| * | | | | | sched: Introduce preempt_count accessor functionsPeter Zijlstra2013-09-252-3/+2
* | | | | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-111-0/+1
|\ \ \ \ \ \ \
| * | | | | | | GFS2: Use lockref for glocksSteven Whitehouse2013-10-151-0/+1
| |/ / / / / /
* | | | | | | Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds2013-11-071-4/+1
* | | | | | | Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-11-071-0/+9
|\ \ \ \ \ \ \
| * | | | | | | sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings2013-10-161-0/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-071-4/+89
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-192-0/+5
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | kobject: show debug info on delayed kobject releaseFengguang Wu2013-10-111-1/+1
| * | | | | | kobject: grab an extra reference on kobject->sd to allow duplicate deletesTejun Heo2013-10-031-0/+12
| * | | | | | Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman2013-09-292-7/+21
| |\ \ \ \ \ \
| * | | | | | | kobject: introduce kobj_completionJeff Mahoney2013-09-261-0/+50
| * | | | | | | sysfs: drop kobj_ns_type handlingTejun Heo2013-09-261-1/+4
| * | | | | | | sysfs: remove ktype->namespace() invocations in directory codeTejun Heo2013-09-261-4/+24