aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-17kgdb: add kgdb internal test suiteJason Wessel1-0/+13
2008-04-17kgdb: coreJason Wessel2-0/+29
2008-04-17Remove DEBUG_SEMAPHORE from KconfigMatthew Wilcox1-10/+0
2008-04-17Generic semaphore implementationMatthew Wilcox2-177/+0
2008-04-17Add semaphore.h to kernel_lock.cMatthew Wilcox1-0/+1
2008-04-15[LMB] Restructure allocation loops to avoid unsigned underflowPaul Mackerras1-26/+30
2008-04-15[LMB] Fix some whitespace and other formatting issues, use pr_debugPaul Mackerras1-42/+30
2008-04-15[LMB] Add lmb_alloc_nid()David S. Miller1-10/+76
2008-04-14slub: Deal with config variable dependenciesChristoph Lameter1-1/+1
2008-04-14Merge branch 'linux-2.6'Paul Mackerras3-6/+11
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+9
2008-04-10lzo: fix typo in decompressorHarvey Harrison1-1/+1
2008-04-07[SCSI] block: add sg buffer copy helper functionsFUJITA Tomonori1-0/+102
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+2
2008-04-03[NET]: srandom32 fixes for networking v2Andi Kleen1-4/+9
2008-04-03[NETNS]: Declare init_net even without CONFIG_NET defined.Denis V. Lunev1-2/+0
2008-03-30fix uevent action-string regressionMark Lord1-1/+1
2008-03-28[LIB]: Drop the pcounter itself.Pavel Emelyanov2-59/+0
2008-03-27[NETNS]: Do no include NET related headers if CONFIG_NET is not set.Denis V. Lunev1-2/+6
2008-03-26Merge branch 'linux-2.6'Paul Mackerras3-15/+42
2008-03-24x86-32: Pass the full resource data to ioremap()Linus Torvalds1-1/+1
2008-03-17devres: implement pcim_iomap_regions_request_all()Tejun Heo1-0/+25
2008-03-13avoid endless loops in lib/swiotlb.cJan Beulich1-14/+16
2008-03-13Merge branch 'linux-2.6'Paul Mackerras2-10/+11
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-6/+5
2008-03-04iommu: export iommu_is_span_boundary helper functionFUJITA Tomonori1-4/+6
2008-03-04kobject: properly initialize ksetsGreg Kroah-Hartman1-6/+5
2008-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6Paul Mackerras3-0/+375
2008-02-23lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)Hoang-Nam Nguyen1-1/+1
2008-02-23make LKDTM depend on BLOCKChris Snook1-0/+1
2008-02-19[LMB]: Fix lmb_add_region if region should be added at the headKumar Gala1-0/+5
2008-02-15kbuild: explain why DEBUG_SECTION_MISMATCH is UNDEFINEDSam Ravnborg1-0/+3
2008-02-13[LMB]: Make lmb support large physical addressingBecky Bruce1-47/+46
2008-02-13[LMB]: Fix initial lmb add region with a non-zero baseKumar Gala1-0/+6
2008-02-13[LMB]: Fix bug in __lmb_alloc_base().David S. Miller1-1/+7
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller3-0/+359
2008-02-09x86: trivial printk optimizationsDenys Vlasenko1-22/+27
2008-02-09x86, core: remove CONFIG_FORCED_INLININGHarvey Harrison1-14/+0
2008-02-08lib/scatterlist.o needed by a module only - link it in unconditionallyGuennadi Liakhovetski1-2/+2
2008-02-08Add new string functions strict_strto* and convert kernel params to use themYi Yang1-0/+123
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig1-7/+12
2008-02-08lib: remove fastcall from lib/*Harvey Harrison3-28/+28
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells1-2/+5
2008-02-07SLUB: Support for performance statisticsChristoph Lameter1-0/+13
2008-02-06debug_smp_processor_id() fixletsAndrew Morton1-1/+3
2008-02-06lib/extable.c: remove an expensive integer divide in search_extable()Eric Dumazet1-3/+3
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin1-4/+11
2008-02-05iommu sg merging: swiotlb: respect the segment boundary limitsFUJITA Tomonori1-6/+35
2008-02-05iommu sg: add IOMMU helper functions for the free area managementFUJITA Tomonori2-0/+81
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+2