summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei2013-10-311-1/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Kconfig: make KOBJECT_RELEASE debugging require timer debuggingLinus Torvalds2013-10-291-1/+1
| |_|/ / / / |/| | | | |
* | | | | | percpu_refcount: export symbolsMatias Bjorling2013-10-161-0/+3
| |_|_|_|/ |/| | | |
* | | | | kobject: show debug info on delayed kobject releaseFengguang Wu2013-10-101-1/+1
| |_|/ / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-10-011-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | lib: introduce upper case hex ascii helpersAndre Naujoks2013-09-201-0/+2
| | |/ | |/|
* | | lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens2013-09-281-1/+9
* | | sysfs: Allow mounting without CONFIG_NETEric W. Biederman2013-09-271-4/+1
* | | lockref: allow relaxed cmpxchg64 variant for lockless updatesWill Deacon2013-09-271-2/+11
| |/ |/|
* | lockref: use cmpxchg64 explicitly for lockless updatesWill Deacon2013-09-201-2/+2
|/
* Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2013-09-132-7/+1
|\
| * Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-132-7/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-09-131-1/+10
|\ \ | |/ |/|
| * crypto: crct10dif - Add fallback for broken initrdsHerbert Xu2013-09-121-1/+10
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-09-122-2/+338
|\ \
| * | idr: Percpu idaKent Overstreet2013-09-092-2/+338
* | | lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2013-09-111-4/+4
* | | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-111-2/+39
* | | rbtree: allow tests to run as builtinCody P Schafer2013-09-111-1/+1
* | | rbtree_test: add test for postorder iterationCody P Schafer2013-09-111-0/+12
* | | rbtree: add postorder iteration functionsCody P Schafer2013-09-111-0/+40
* | | lib/decompressors: fix "no limit" output buffer lengthAlexandre Courbot2013-09-111-1/+1
* | | lib/crc32: update the comments of crc32_{be,le}_generic()Gu Zheng2013-09-111-6/+11
* | | lib/genalloc.c: correct dev_get_gen_pool documentationEmilio López2013-09-111-1/+0
* | | lib/genalloc.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-111-1/+1
* | | lib/genalloc.c: fix overflow of ending address of memory chunkJoonyoung Shim2013-09-111-7/+12
* | | Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-101-0/+40
|\ \ \
| * | | math64: New separate div64_u64_rem helperMike Snitzer2013-08-231-0/+40
| |/ /
* | | Merge tag 'md/3.12' of git://neil.brown.name/mdLinus Torvalds2013-09-104-1/+103
|\ \ \
| * | | raid6/test: replace echo -e with printfMax Filippov2013-08-271-1/+1