aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-01-06lib: proportions.c trivial sparse lock annotationGravatar Harvey Harrison 1-0/+2
2009-01-06lib: radix_tree.c make percpu variable staticGravatar Harvey Harrison 1-1/+1
2009-01-06lib: fix sparse shadowed variable warningGravatar Harvey Harrison 1-1/+1
2009-01-06Remove remaining unwinder codeGravatar Alexey Dobriyan 1-1/+0
2009-01-06oops handling: ensure that any oops is flushed to the mtdoops consoleGravatar Viktor Rosendahl 1-0/+2
2009-01-04swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.cGravatar Jesper Juhl 1-1/+0
2009-01-04Merge branch 'linus' into core/urgentGravatar Ingo Molnar 5-3/+116
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-3/+113
2009-01-03Make %p print '(null)' for NULL pointersGravatar Linus Torvalds 1-0/+3
2009-01-02swiotlb: add missing __init annotationsGravatar Roland Dreier 1-1/+1
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+7
2009-01-01cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONSGravatar Rusty Russell 1-0/+4
2009-01-01cpumask: zero extra bits in alloc_cpumask_var_nodeGravatar Rusty Russell 1-0/+8
2009-01-01bitmap: find_last_bit()Gravatar Rusty Russell 3-0/+50
2009-01-01cpumask: fix bogus kernel-docGravatar Li Zefan 1-1/+1
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Rusty Russell 3-68/+223
2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-0/+1
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-68/+222
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Rusty Russell 7-155/+178
2008-12-29SLUB: failslab supportGravatar Akinobu Mita 1-0/+1
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-0/+77
2008-12-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+17
2008-12-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-1/+46
2008-12-25Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print...Gravatar Ingo Molnar 3-68/+212
2008-12-25Merge commit 'v2.6.28' into core/coreGravatar Ingo Molnar 3-11/+24
2008-12-25Merge branch 'next' into for-linusGravatar James Morris 2-1/+46
2008-12-25libcrc32c: Select CRYPTO in KconfigGravatar Herbert Xu 1-0/+1
2008-12-25libcrc32c: Fix "crc32c undefined" compilation errorGravatar Adrian-Ken Rueegsegger 1-0/+2
2008-12-25libcrc32c: Move implementation to crypto crc32cGravatar Herbert Xu 2-150/+33
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Gravatar Ingo Molnar 1-2/+17
2008-12-19cpumask: documentation for cpumask_var_tGravatar Mike Travis 1-0/+43
2008-12-19cpumask: Add alloc_cpumask_var_node()Gravatar Mike Travis 1-3/+8
2008-12-18"Tree RCU": scalable classic RCU implementationGravatar Paul E. McKenney 1-0/+13
2008-12-18Merge branch 'linus' into cpus4096Gravatar Ingo Molnar 1-3/+3
2008-12-17driver core: add newlines to debugging enabled/disabled messagesGravatar Marcel Holtmann 1-2/+2
2008-12-17driver core: fix using 'ret' variable in unregister_dynamic_debug_moduleGravatar Johann Felix Soden 1-1/+1
2008-12-17swiotlb: consolidate swiotlb info message printingGravatar Ian Campbell 1-5/+28
2008-12-17swiotlb: support bouncing of HighMem pagesGravatar Jeremy Fitzhardinge 1-33/+89
2008-12-17swiotlb: factor out copy to/from deviceGravatar Jeremy Fitzhardinge 1-4/+13
2008-12-17swiotlb: add arch hook to force mappingGravatar Ian Campbell 1-2/+13
2008-12-17swiotlb: allow architectures to override phys<->bus<->phys conversionsGravatar Ian Campbell 1-16/+36
2008-12-17swiotlb: add comment where we handle the overflow of a dma mask on 32 bitGravatar Ian Campbell 1-0/+4
2008-12-16swiotlb: move some definitions to headerGravatar Ian Campbell 1-13/+1
2008-12-16swiotlb: allow architectures to override swiotlb pool allocationGravatar Jeremy Fitzhardinge 1-3/+13
2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Gravatar Jan Beulich 1-2/+17
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-6/+9
2008-12-13Merge ../linux-2.6-x86Gravatar Rusty Russell 1-0/+10
2008-12-13cpumask: Add CONFIG_CPUMASK_OFFSTACKGravatar Rusty Russell 1-0/+7
2008-12-12Merge branch 'sched/core' into cpus4096Gravatar Ingo Molnar 2-6/+9
2008-12-10lib/idr.c: Fix bug introduced by RCU fixGravatar Manfred Spraul 1-1/+7