aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-09-05Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+23
2008-09-03powerpc: Work around gcc's -fno-omit-frame-pointer bugGravatar Tony Breeds 1-3/+3
2008-09-01debugobjects: fix lockdep warningGravatar Vegard Nossum 1-8/+23
2008-08-21kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.Gravatar Ingo Oeser 1-2/+1
2008-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 1-0/+2
2008-08-16Move sysctl check into debugging section and don't make it default yGravatar Andi Kleen 1-0/+8
2008-08-15lmb: Fix reserved region handling in lmb_enforce_memory_limit().Gravatar David S. Miller 1-0/+2
2008-08-12docsrc: build Documentation/ sourcesGravatar Randy Dunlap 1-0/+9
2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Gravatar Alexey Dobriyan 1-0/+11
2008-08-12lib/vsprintf.c: wrong conversion function usedGravatar Yi Yang 1-1/+1
2008-08-12Merge branch 'core/locking' into core/urgentGravatar Ingo Molnar 1-0/+2
2008-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Gravatar Linus Torvalds 1-4/+7
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-21/+27
2008-08-01kgdb: remove the requirement for CONFIG_FRAME_POINTERGravatar Jason Wessel 1-4/+7
2008-08-01debug_locks: set oops_in_progress if we will log messages.Gravatar David Miller 1-0/+2
2008-07-30random32: seeding improvementGravatar Stephen Hemminger 1-21/+27
2008-07-29generic, x86: fix add iommu_num_pages helper functionGravatar FUJITA Tomonori 1-8/+0
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 1-0/+8
2008-07-28__ratelimit() cpu flags can't be staticGravatar Alexey Dobriyan 1-1/+2
2008-07-28Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Gravatar Jesse Barnes 1-0/+8
2008-07-28Merge branch 'linus' into cpus4096Gravatar Ingo Molnar 10-50/+315
2008-07-26lib: generic show_mem()Gravatar Johannes Weiner 2-1/+64
2008-07-26task_current_syscallGravatar Roland McGrath 2-0/+77
2008-07-26Use WARN() in lib/Gravatar Arjan van de Ven 4-22/+15
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 2-2/+2
2008-07-26radix-tree: add gang_lookup_slot, gang_lookup_slot_tagGravatar Nick Piggin 1-23/+155
2008-07-26dma-mapping: add the device argument to dma_mapping_error()Gravatar FUJITA Tomonori 1-2/+2
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuGravatar Mike Travis 1-4/+1
2008-07-26iommu: add iommu_num_pages helper functionGravatar Joerg Roedel 1-0/+8
2008-07-25idr: make idr_remove rcu-safeGravatar Nadia Derbey 1-14/+43
2008-07-25idr: make idr_find rcu-safeGravatar Nadia Derbey 1-5/+6
2008-07-25idr: make idr_get_new* rcu-safeGravatar Nadia Derbey 1-5/+9
2008-07-25idr: error checking factorizationGravatar Nadia Derbey 1-21/+9
2008-07-25idr: fix a printk callGravatar Nadia Derbey 1-1/+2
2008-07-25idr: rename some of the idr APIs internal routinesGravatar Nadia Derbey 1-15/+16
2008-07-25printk ratelimiting rewriteGravatar Dave Young 1-25/+30
2008-07-25list debugging: use WARN() instead of BUG()Gravatar Dave Jones 1-22/+14
2008-07-25Example use of WARN()Gravatar Arjan van de Ven 1-6/+3
2008-07-25inflate: refactor inflate malloc codeGravatar Thomas Petazzoni 1-7/+45
2008-07-25lists: remove a redundant conditional definition of list_add()Gravatar Robert P. J. Day 1-14/+0
2008-07-25lib: allow memparse() to accept a NULL and ignorable second parmGravatar Robert P. J. Day 1-5/+11
2008-07-25lzo: use get/put_unaligned_* helpersGravatar Harvey Harrison 1-4/+2
2008-07-24rtc: BCD codeshrinkGravatar David Brownell 2-1/+15
2008-07-24add a helper function to test if an object is on the stackGravatar FUJITA Tomonori 1-3/+1
2008-07-24mm: add a basic debugging framework for memory initialisationGravatar Mel Gorman 1-0/+12
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-3/+12
2008-07-23Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+25
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Gravatar Linus Torvalds 1-46/+130
2008-07-23kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variableGravatar Jason Wessel 1-3/+0
2008-07-23sg: reimplement sg mapping iteratorGravatar Tejun Heo 1-46/+130