Age | Commit message (Expand) | Author | Files | Lines |
2007-02-12 | [PATCH] swiotlb uninlinings | Andrew Morton | 1 | -4/+4 |
2007-02-12 | [PATCH] Debug shared irqs | David Woodhouse | 1 | -0/+9 |
2007-02-12 | [PATCH] scnprintf(): fix a comment | Martin Peschke | 1 | -2/+1 |
2007-02-11 | [PATCH] sort the devres mess out | Al Viro | 4 | -301/+310 |
2007-02-11 | [PATCH] Remove references to obsolete kernel config option DEBUG_RWSEMS | Robert P. J. Day | 1 | -9/+0 |
2007-02-11 | [PATCH] Extract and use wake_up_klogd() | Kirill Korotaev | 1 | -9/+1 |
2007-02-11 | [PATCH] Consolidate bust_spinlocks() | Kirill Korotaev | 2 | -3/+4 |
2007-02-11 | [PATCH] Numerous fixes to kernel-doc info in source files. | Robert P. J. Day | 9 | -30/+28 |
2007-02-09 | iomap: iomap should be in obj-y not in lib-y | Tejun Heo | 1 | -2/+2 |
2007-02-09 | devres: implement pcim_iomap_regions() | Tejun Heo | 1 | -0/+53 |
2007-02-09 | devres: device resource management | Tejun Heo | 2 | -3/+246 |
2007-02-07 | sysfs: Shadow directory support | Eric W. Biederman | 1 | -5/+37 |
2007-02-07 | kobject: kobject_put cleanup | Mariusz Kozlowski | 1 | -4/+2 |
2007-02-07 | driver core: Allow device_move(dev, NULL). | Cornelia Huck | 1 | -3/+3 |
2007-02-07 | Kobject: make kobject apis more robust in handling NULL pointers | Greg Kroah-Hartman | 1 | -0/+19 |
2007-02-05 | [IA64] swiotlb abstraction (e.g. for Xen) | Jan Beulich | 1 | -35/+149 |
2007-02-05 | [IA64] swiotlb cleanup | Jan Beulich | 1 | -24/+32 |
2007-02-05 | [IA64] make swiotlb use bus_to_virt/virt_to_bus | Jan Beulich | 1 | -16/+17 |
2007-02-05 | [IA64] swiotlb bug fixes | Jan Beulich | 1 | -25/+8 |
2006-12-20 | kobject: kobject_uevent() returns manageable value | Aneesh Kumar K.V | 1 | -14/+30 |
2006-12-20 | kref refcnt and false positives | Venkatesh Pallipadi | 1 | -6/+1 |
2006-12-15 | Remove stack unwinder for now | Linus Torvalds | 2 | -49/+1 |
2006-12-13 | [PATCH] uml problems with linux/io.h | Al Viro | 3 | -2/+7 |
2006-12-13 | [PATCH] SLAB: use a multiply instead of a divide in obj_to_index() | Eric Dumazet | 2 | -1/+10 |
2006-12-12 | Fix typo in new debug options. | Dave Jones | 1 | -1/+1 |
2006-12-10 | [PATCH] add MODULE_* attributes to bit reversal library | Cal Peake | 1 | -0/+4 |
2006-12-10 | [PATCH] Kconfig refactoring for better menu nesting | Don Mullis | 1 | -24/+25 |
2006-12-08 | [PATCH] fault-injection: optimize and simplify should_fail() | Don Mullis | 1 | -7/+4 |
2006-12-08 | [PATCH] fault-injection: Clamp debugfs stacktrace-depth to MAX_STACK_TRACE_DEPTH | Don Mullis | 1 | -4/+23 |
2006-12-08 | [PATCH] fault-injection: Use bool-true-false throughout | Don Mullis | 1 | -21/+19 |
2006-12-08 | [PATCH] fault-injection: stacktrace filtering kconfig fix | Andrew Morton | 1 | -1/+1 |
2006-12-08 | [PATCH] fault-injection Kconfig cleanup | Andrew Morton | 1 | -16/+11 |
2006-12-08 | [PATCH] fault injection: stacktrace filtering | Akinobu Mita | 2 | -1/+130 |
2006-12-08 | [PATCH] fault injection: process filtering for fault-injection capabilities | Akinobu Mita | 1 | -1/+16 |
2006-12-08 | [PATCH] fault-injection capability for disk IO | Akinobu Mita | 1 | -0/+7 |
2006-12-08 | [PATCH] fault-injection capability for alloc_pages() | Akinobu Mita | 1 | -0/+7 |
2006-12-08 | [PATCH] fault-injection capability for kmalloc | Akinobu Mita | 1 | -0/+7 |
2006-12-08 | [PATCH] fault-injection capabilities infrastructure | Akinobu Mita | 3 | -0/+196 |
2006-12-08 | [PATCH] crc32: replace bitreverse by bitrev32 | Akinobu Mita | 2 | -23/+6 |
2006-12-08 | [PATCH] bit reverse library | Akinobu Mita | 3 | -0/+58 |
2006-12-08 | [PATCH] Generic BUG for i386 | Jeremy Fitzhardinge | 1 | -1/+1 |
2006-12-08 | [PATCH] Generic BUG implementation | Jeremy Fitzhardinge | 3 | -1/+166 |
2006-12-07 | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 1 | -0/+4 |
2006-12-07 | [PATCH] lockdep: show more details about self-test failures | Ingo Molnar | 1 | -0/+2 |
2006-12-07 | [PATCH] lib functions: always build hweight for loadable modules | Randy Dunlap | 1 | -1/+1 |
2006-12-07 | [PATCH] kernel core: replace kmalloc+memset with kzalloc | Burman Yan | 1 | -2/+1 |
2006-12-07 | [PATCH] hotplug CPU: clean up hotcpu_notifier() use | Ingo Molnar | 1 | -2/+0 |
2006-12-07 | [PATCH] get_options to allow a hypenated range for isolcpus | Derek Fults | 1 | -1/+34 |
2006-12-07 | [PATCH] More list debugging context | Dave Jones | 1 | -4/+6 |
2006-12-07 | [PATCH] kconfig: PRINTK_TIME depends on PRINTK | Randy Dunlap | 1 | -0/+1 |