Age | Commit message (Expand) | Author | Files | Lines |
2013-10-25 | percpu_ida: add percpu_ida_for_each_free | Shaohua Li | 1 | -0/+44 |
2013-10-25 | percpu_ida: make percpu_ida percpu size/batch configurable | Shaohua Li | 1 | -17/+11 |
2013-10-25 | percpu_counter: make APIs irq safe | Shaohua Li | 1 | -6/+9 |
2013-10-25 | swiotlb: print a warning when the swiotlb is full | Stefano Stabellini | 1 | -0/+1 |
2013-10-24 | tracing/events: Fix swiotlb tracepoint creation | Thierry Reding | 1 | -0/+1 |
2013-10-19 | Merge 3.12-rc6 into driver-core-next | Greg Kroah-Hartman | 2 | -0/+5 |
2013-10-16 | percpu_refcount: export symbols | Matias Bjorling | 1 | -0/+3 |
2013-10-16 | sysrq: Allow magic SysRq key functions to be disabled through Kconfig | Ben Hutchings | 1 | -0/+9 |
2013-10-15 | GFS2: Use lockref for glocks | Steven Whitehouse | 1 | -0/+1 |
2013-10-11 | kobject: show debug info on delayed kobject release | Fengguang Wu | 1 | -1/+1 |
2013-10-11 | Merge branch 'core/urgent' into sched/core | Ingo Molnar | 1 | -1/+1 |
2013-10-10 | kobject: show debug info on delayed kobject release | Fengguang Wu | 1 | -1/+1 |
2013-10-09 | Merge tag 'v3.12-rc4' into sched/core | Ingo Molnar | 3 | -7/+23 |
2013-10-03 | kobject: grab an extra reference on kobject->sd to allow duplicate deletes | Tejun Heo | 1 | -0/+12 |
2013-10-03 | percpu_ida: Removing unused arguement from alloc_local_tag | Nick Swenson | 1 | -3/+2 |
2013-10-02 | tracing/events: Add bounce tracing to swiotbl | Zoltan Kiss | 1 | -0/+4 |
2013-10-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+2 |
2013-09-29 | Merge 3.12-rc3 into driver-core-next | Greg Kroah-Hartman | 2 | -7/+21 |
2013-09-28 | lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP() | Heiko Carstens | 1 | -1/+9 |
2013-09-27 | sysfs: Allow mounting without CONFIG_NET | Eric W. Biederman | 1 | -4/+1 |
2013-09-27 | lockref: allow relaxed cmpxchg64 variant for lockless updates | Will Deacon | 1 | -2/+11 |
2013-09-26 | kobject: introduce kobj_completion | Jeff Mahoney | 1 | -0/+50 |
2013-09-26 | sysfs: drop kobj_ns_type handling | Tejun Heo | 1 | -1/+4 |
2013-09-26 | sysfs: remove ktype->namespace() invocations in directory code | Tejun Heo | 1 | -4/+24 |
2013-09-25 | MPILIB: add module description and license | Konstantin Khlebnikov | 1 | -0/+3 |
2013-09-25 | sched: Introduce preempt_count accessor functions | Peter Zijlstra | 2 | -3/+2 |
2013-09-24 | KEYS: Expand the capacity of a keyring | David Howells | 1 | -0/+1 |
2013-09-24 | Add a generic associative array implementation. | David Howells | 3 | -0/+1760 |
2013-09-20 | lib: introduce upper case hex ascii helpers | Andre Naujoks | 1 | -0/+2 |
2013-09-20 | lockref: use cmpxchg64 explicitly for lockless updates | Will Deacon | 1 | -2/+2 |
2013-09-13 | Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l... | Linus Torvalds | 2 | -7/+1 |
2013-09-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -1/+10 |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2 | -7/+1 |
2013-09-12 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2 | -2/+338 |
2013-09-12 | crypto: crct10dif - Add fallback for broken initrds | Herbert Xu | 1 | -1/+10 |
2013-09-11 | lz4: fix compression/decompression signedness mismatch | Sergey Senozhatsky | 1 | -4/+4 |
2013-09-11 | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt | Jan Kara | 1 | -2/+39 |
2013-09-11 | rbtree: allow tests to run as builtin | Cody P Schafer | 1 | -1/+1 |
2013-09-11 | rbtree_test: add test for postorder iteration | Cody P Schafer | 1 | -0/+12 |
2013-09-11 | rbtree: add postorder iteration functions | Cody P Schafer | 1 | -0/+40 |
2013-09-11 | lib/decompressors: fix "no limit" output buffer length | Alexandre Courbot | 1 | -1/+1 |
2013-09-11 | lib/crc32: update the comments of crc32_{be,le}_generic() | Gu Zheng | 1 | -6/+11 |
2013-09-11 | lib/genalloc.c: correct dev_get_gen_pool documentation | Emilio López | 1 | -1/+0 |
2013-09-11 | lib/genalloc.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...) | Joe Perches | 1 | -1/+1 |
2013-09-11 | lib/genalloc.c: fix overflow of ending address of memory chunk | Joonyoung Shim | 1 | -7/+12 |
2013-09-10 | Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+40 |
2013-09-10 | Merge tag 'md/3.12' of git://neil.brown.name/md | Linus Torvalds | 4 | -1/+103 |
2013-09-09 | idr: Percpu ida | Kent Overstreet | 2 | -2/+338 |
2013-09-09 | Merge tag 'arc-v3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg... | Linus Torvalds | 1 | -3/+3 |
2013-09-07 | lockref: add ability to mark lockrefs "dead" | Linus Torvalds | 1 | -0/+38 |