aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+7
2008-11-17swiotlb: use coherent_dma_mask in alloc_coherentFUJITA Tomonori1-3/+7
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+79
2008-11-09cpumask: introduce new API, without changing anything, v3Rusty Russell1-1/+2
2008-11-07cpumask: new API, v2Rusty Russell1-0/+5
2008-11-06cpumask: introduce new API, without changing anythingRusty Russell1-0/+73
2008-11-03printk: ipv4 address digits printed in reverse orderHarvey Harrison1-2/+6
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-4/+8
2008-10-29Driver core: fix 'dynamic_debug' cmd line parameterJason Baron1-1/+3
2008-10-29printk: remove %p6 format specifier, fix up commentsHarvey Harrison1-5/+1
2008-10-29printk: add %I4, %I6, %i4, %i6 format specifiersHarvey Harrison1-0/+31
2008-10-28printk: add %p6 format specifier for IPv6 addressesHarvey Harrison1-0/+22
2008-10-28Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-10-28Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+4
2008-10-27printk: add %pM format specifier for MAC addressesHarvey Harrison1-0/+21
2008-10-27Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar2-15/+41
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-15/+19
2008-10-23swiotlb: remove panic for alloc_coherent failureFUJITA Tomonori1-2/+4
2008-10-23[SCSI] lib: string_get_size(): don't hang on zero; no decimals on exactH. Peter Anvin1-15/+19
2008-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwbLinus Torvalds1-0/+22
2008-10-22Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar1-1/+1
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt1-1/+1
2008-10-20Implement %pR to print struct resource contentLinus Torvalds1-6/+43
2008-10-20bitmask: remove bitmap_scnprintf_len()Lai Jiangshan1-11/+0
2008-10-20Merge branch 'master' into for-upstreamDavid Vrabel13-188/+861
2008-10-17block: add BIG FAT WARNING to CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo1-0/+5
2008-10-16lib: remove defining macros for strict_strto??Harvey Harrison1-49/+68
2008-10-16lib: trivial whitespace tidyHarvey Harrison1-17/+9
2008-10-16lib: pull base-guessing logic to helper functionHarvey Harrison1-38/+42
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds4-15/+495
2008-10-16introduce generic iommu_num_pages functionJoerg Roedel1-0/+9
2008-10-16Add kerneldoc documentation for new printk format extensionsAndi Kleen1-0/+12
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich1-2/+2
2008-10-16kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman1-2/+15
2008-10-16kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman1-13/+5
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron3-0/+475
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-12Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2Ingo Molnar2-1/+10
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar7-65/+208
2008-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-5/+3
2008-10-11Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-32/+22
2008-10-10Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+13
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-1/+66
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe1-1/+12
2008-10-09init: DEBUG_BLOCK_EXT_DEVT requires explicit root= paramTejun Heo1-0/+6
2008-10-09Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n'Jens Axboe1-1/+1
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo1-0/+16
2008-10-09klist: don't iterate over deleted entriesTejun Heo1-26/+70
2008-10-03[SCSI] lib: add generic helper to print sizes rounded to the correct SI rangeJames Bottomley2-1/+66
2008-10-03rcu: RCU-based detection of stalled CPUs for Classic RCUPaul E. McKenney1-1/+1