Age | Commit message (Expand) | Author | Files | Lines |
2008-10-20 | bitmask: remove bitmap_scnprintf_len() | Lai Jiangshan | 1 | -11/+0 |
2008-10-17 | block: add BIG FAT WARNING to CONFIG_DEBUG_BLOCK_EXT_DEVT | Tejun Heo | 1 | -0/+5 |
2008-10-17 | lib: remove defining macros for strict_strto?? | Harvey Harrison | 1 | -49/+68 |
2008-10-17 | lib: trivial whitespace tidy | Harvey Harrison | 1 | -17/+9 |
2008-10-17 | lib: pull base-guessing logic to helper function | Harvey Harrison | 1 | -38/+42 |
2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 4 | -15/+495 |
2008-10-16 | introduce generic iommu_num_pages function | Joerg Roedel | 1 | -0/+9 |
2008-10-16 | Add kerneldoc documentation for new printk format extensions | Andi Kleen | 1 | -0/+12 |
2008-10-16 | Kconfig: eliminate "def_bool n" constructs | Jan Beulich | 1 | -2/+2 |
2008-10-16 | kobject: Cleanup kobject_rename and !CONFIG_SYSFS | Eric W. Biederman | 1 | -2/+15 |
2008-10-16 | kobject: Fix kobject_rename and !CONFIG_SYSFS | Eric W. Biederman | 1 | -13/+5 |
2008-10-16 | driver core: basic infrastructure for per-module dynamic debug messages | Jason Baron | 3 | -0/+475 |
2008-10-13 | vfs: Use const for kernel parser table | Steven Whitehouse | 1 | -1/+1 |
2008-10-12 | Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x... | Ingo Molnar | 2 | -1/+10 |
2008-10-12 | Merge branch 'linus' into x86/xen | Ingo Molnar | 7 | -65/+208 |
2008-10-12 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -5/+3 |
2008-10-11 | Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/l... | Linus Torvalds | 2 | -32/+22 |
2008-10-11 | Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+13 |
2008-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2 | -1/+66 |
2008-10-09 | block: add fault injection mechanism for faking request timeouts | Jens Axboe | 1 | -1/+12 |
2008-10-09 | init: DEBUG_BLOCK_EXT_DEVT requires explicit root= param | Tejun Heo | 1 | -0/+6 |
2008-10-09 | Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n' | Jens Axboe | 1 | -1/+1 |
2008-10-09 | block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT | Tejun Heo | 1 | -0/+16 |
2008-10-09 | klist: don't iterate over deleted entries | Tejun Heo | 1 | -26/+70 |
2008-10-03 | [SCSI] lib: add generic helper to print sizes rounded to the correct SI range | James Bottomley | 2 | -1/+66 |
2008-10-03 | rcu: RCU-based detection of stalled CPUs for Classic RCU | Paul E. McKenney | 1 | -1/+1 |
2008-10-03 | Merge commit 'v2.6.27-rc8' into core/rcu | Ingo Molnar | 2 | -1/+5 |
2008-09-24 | Merge branch 'timers/urgent' into x86/xen | Ingo Molnar | 2 | -1/+5 |
2008-09-22 | iommu: export iommu_area_reserve helper function | FUJITA Tomonori | 1 | -3/+2 |
2008-09-19 | convert swiotlb to use dma_get_mask | FUJITA Tomonori | 1 | -5/+1 |
2008-09-14 | Merge branch 'linus' into x86/iommu | Ingo Molnar | 1 | -0/+4 |
2008-09-11 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+4 |
2008-09-11 | sg: disable interrupts inside sg_copy_buffer | FUJITA Tomonori | 1 | -0/+4 |
2008-09-11 | swiotlb: fix back-off path when memory allocation fails | Daniel J Blueman | 1 | -1/+1 |
2008-09-10 | Merge branch 'core/xen' into x86/xen | Ingo Molnar | 3 | -21/+27 |
2008-09-10 | swiotlb: convert swiotlb to use is_buffer_dma_capable helper function | FUJITA Tomonori | 1 | -7/+8 |
2008-09-10 | Merge commit 'v2.6.27-rc6' into x86/iommu | Ingo Molnar | 4 | -23/+28 |
2008-09-10 | Merge commit 'v2.6.27-rc6' into core/rcu | Ingo Molnar | 7 | -24/+61 |
2008-09-09 | lib: Correct printk %pF to work on all architectures | James Bottomley | 1 | -10/+1 |
2008-09-08 | swiotlb: add is_swiotlb_buffer helper function | FUJITA Tomonori | 1 | -5/+9 |
2008-09-08 | swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coh... | FUJITA Tomonori | 1 | -1/+1 |
2008-09-08 | swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherent | FUJITA Tomonori | 1 | -5/+2 |
2008-09-08 | swiotlb: remove GFP_DMA hack in swiotlb_alloc_coherent | FUJITA Tomonori | 1 | -7/+0 |
2008-09-06 | Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -8/+23 |
2008-09-03 | powerpc: Work around gcc's -fno-omit-frame-pointer bug | Tony Breeds | 1 | -3/+3 |
2008-09-01 | debugobjects: fix lockdep warning | Vegard Nossum | 1 | -8/+23 |
2008-08-25 | Merge branch 'linus' into x86/xen | Ingo Molnar | 1 | -2/+1 |
2008-08-21 | kobject: Replace ALL occurrences of '/' with '!' instead of only the first one. | Ingo Oeser | 1 | -2/+1 |
2008-08-20 | Merge branch 'linus' into x86/xen | Ingo Molnar | 7 | -26/+67 |
2008-10-09 | percpu counter: clean up percpu_counter_sum_and_set() | Mingming Cao | 1 | -5/+3 |