aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-10-27printk: add %pM format specifier for MAC addressesGravatar Harvey Harrison 1-0/+21
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-15/+19
2008-10-23[SCSI] lib: string_get_size(): don't hang on zero; no decimals on exactGravatar H. Peter Anvin 1-15/+19
2008-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+22
2008-10-20Implement %pR to print struct resource contentGravatar Linus Torvalds 1-6/+43
2008-10-20bitmask: remove bitmap_scnprintf_len()Gravatar Lai Jiangshan 1-11/+0
2008-10-20Merge branch 'master' into for-upstreamGravatar David Vrabel 13-188/+861
2008-10-17block: add BIG FAT WARNING to CONFIG_DEBUG_BLOCK_EXT_DEVTGravatar Tejun Heo 1-0/+5
2008-10-16lib: remove defining macros for strict_strto??Gravatar Harvey Harrison 1-49/+68
2008-10-16lib: trivial whitespace tidyGravatar Harvey Harrison 1-17/+9
2008-10-16lib: pull base-guessing logic to helper functionGravatar Harvey Harrison 1-38/+42
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 4-15/+495
2008-10-16introduce generic iommu_num_pages functionGravatar Joerg Roedel 1-0/+9
2008-10-16Add kerneldoc documentation for new printk format extensionsGravatar Andi Kleen 1-0/+12
2008-10-16Kconfig: eliminate "def_bool n" constructsGravatar Jan Beulich 1-2/+2
2008-10-16kobject: Cleanup kobject_rename and !CONFIG_SYSFSGravatar Eric W. Biederman 1-2/+15
2008-10-16kobject: Fix kobject_rename and !CONFIG_SYSFSGravatar Eric W. Biederman 1-13/+5
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesGravatar Jason Baron 3-0/+475
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Gravatar Ingo Molnar 2-1/+10
2008-10-12Merge branch 'linus' into x86/xenGravatar Ingo Molnar 7-65/+208
2008-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-5/+3
2008-10-11Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/l...Gravatar Linus Torvalds 2-32/+22
2008-10-10Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+13
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 2-1/+66
2008-10-09block: add fault injection mechanism for faking request timeoutsGravatar Jens Axboe 1-1/+12
2008-10-09init: DEBUG_BLOCK_EXT_DEVT requires explicit root= paramGravatar Tejun Heo 1-0/+6
2008-10-09Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n'Gravatar Jens Axboe 1-1/+1
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTGravatar Tejun Heo 1-0/+16
2008-10-09klist: don't iterate over deleted entriesGravatar Tejun Heo 1-26/+70
2008-10-03[SCSI] lib: add generic helper to print sizes rounded to the correct SI rangeGravatar James Bottomley 2-1/+66
2008-10-03rcu: RCU-based detection of stalled CPUs for Classic RCUGravatar Paul E. McKenney 1-1/+1
2008-10-03Merge commit 'v2.6.27-rc8' into core/rcuGravatar Ingo Molnar 2-1/+5
2008-09-23Merge branch 'timers/urgent' into x86/xenGravatar Ingo Molnar 2-1/+5
2008-09-22iommu: export iommu_area_reserve helper functionGravatar FUJITA Tomonori 1-3/+2
2008-09-19convert swiotlb to use dma_get_maskGravatar FUJITA Tomonori 1-5/+1
2008-09-17bitmap: add bitmap_copy_le()Gravatar David Vrabel 1-0/+22
2008-09-14Merge branch 'linus' into x86/iommuGravatar Ingo Molnar 1-0/+4
2008-09-11Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+4
2008-09-11sg: disable interrupts inside sg_copy_bufferGravatar FUJITA Tomonori 1-0/+4
2008-09-10swiotlb: fix back-off path when memory allocation failsGravatar Daniel J Blueman 1-1/+1
2008-09-10Merge branch 'core/xen' into x86/xenGravatar Ingo Molnar 3-21/+27
2008-09-10swiotlb: convert swiotlb to use is_buffer_dma_capable helper functionGravatar FUJITA Tomonori 1-7/+8
2008-09-10Merge commit 'v2.6.27-rc6' into x86/iommuGravatar Ingo Molnar 4-23/+28
2008-09-10Merge commit 'v2.6.27-rc6' into core/rcuGravatar Ingo Molnar 7-24/+61
2008-09-09lib: Correct printk %pF to work on all architecturesGravatar James Bottomley 1-10/+1
2008-09-08swiotlb: add is_swiotlb_buffer helper functionGravatar FUJITA Tomonori 1-5/+9
2008-09-08swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coh...Gravatar FUJITA Tomonori 1-1/+1
2008-09-08swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherentGravatar FUJITA Tomonori 1-5/+2
2008-09-08swiotlb: remove GFP_DMA hack in swiotlb_alloc_coherentGravatar FUJITA Tomonori 1-7/+0