summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-03-07Merge commit 'semaphore/semaphore'Stephen Rothwell
2008-03-07Merge commit 'powerpc/powerpc-next'Stephen Rothwell
2008-03-07Merge commit 'tests/master'Stephen Rothwell
2008-03-07Merge commit 'ieee1394/for-next'Stephen Rothwell
2008-03-07warn when statically-allocated kobjects are usedDave Hansen
2008-03-07kobject: catch kobjects that are not initializedGreg Kroah-Hartman
2008-03-07kobjects: mark cleaned up kobjects as unitializedBalaji Rao
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2008-03-04iommu: export iommu_is_span_boundary helper functionFUJITA Tomonori
2008-03-04kobject: properly initialize ksetsGreg Kroah-Hartman
2008-03-04Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox
2008-03-04lib: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-03-04Generic semaphore implementationMatthew Wilcox
2008-03-04Add semaphore.h to kernel_lock.cMatthew Wilcox
2008-03-02firewire: fw-ohci: add option for remote debuggingStefan Richter
2008-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6Paul Mackerras
2008-02-23lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)Hoang-Nam Nguyen
2008-02-23make LKDTM depend on BLOCKChris Snook
2008-02-19[LMB]: Fix lmb_add_region if region should be added at the headKumar Gala
2008-02-15kbuild: explain why DEBUG_SECTION_MISMATCH is UNDEFINEDSam Ravnborg
2008-02-13[LMB]: Make lmb support large physical addressingBecky Bruce
2008-02-13[LMB]: Fix initial lmb add region with a non-zero baseKumar Gala
2008-02-13[LMB]: Fix bug in __lmb_alloc_base().David S. Miller
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller
2008-02-12Move backtrace tests to tests/Ananth N Mavinakayanahalli
2008-02-12Move kprobes smoke tests to tests/Ananth N Mavinakayanahalli
2008-02-12Move lkdtm to tests/Ananth N Mavinakayanahalli
2008-02-12Move rtmutex-tests to tests/Ananth N Mavinakayanahalli
2008-02-12Move rcutorture to tests/Ananth N Mavinakayanahalli
2008-02-12Move locking selftests to tests/Ananth N Mavinakayanahalli
2008-02-12Create tests/ directoryAnanth N Mavinakayanahalli
2008-02-09x86: trivial printk optimizationsDenys Vlasenko
2008-02-09x86, core: remove CONFIG_FORCED_INLININGHarvey Harrison
2008-02-08lib/scatterlist.o needed by a module only - link it in unconditionallyGuennadi Liakhovetski
2008-02-08Add new string functions strict_strto* and convert kernel params to use themYi Yang
2008-02-08libfs: allow error return from simple attributesChristoph Hellwig
2008-02-08lib: remove fastcall from lib/*Harvey Harrison
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells
2008-02-07SLUB: Support for performance statisticsChristoph Lameter
2008-02-06debug_smp_processor_id() fixletsAndrew Morton
2008-02-06lib/extable.c: remove an expensive integer divide in search_extable()Eric Dumazet
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin
2008-02-05iommu sg merging: swiotlb: respect the segment boundary limitsFUJITA Tomonori
2008-02-05iommu sg: add IOMMU helper functions for the free area managementFUJITA Tomonori
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds
2008-02-03lib/: Spelling fixesJoe Perches
2008-02-03kbuild: Spelling/grammar fixes for config DEBUG_SECTION_MISMATCHGeert Uytterhoeven
2008-02-03kbuild: print only total number of section mismatces foundSam Ravnborg
2008-02-02kobject: kerneldoc comment fixDave Young