aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-05Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+23
2008-09-03powerpc: Work around gcc's -fno-omit-frame-pointer bugTony Breeds1-3/+3
2008-09-01debugobjects: fix lockdep warningVegard Nossum1-8/+23
2008-08-21kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.Ingo Oeser1-2/+1
2008-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+2
2008-08-16Move sysctl check into debugging section and don't make it default yAndi Kleen1-0/+8
2008-08-15lmb: Fix reserved region handling in lmb_enforce_memory_limit().David S. Miller1-0/+2
2008-08-12docsrc: build Documentation/ sourcesRandy Dunlap1-0/+9
2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan1-0/+11
2008-08-12lib/vsprintf.c: wrong conversion function usedYi Yang1-1/+1
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar1-0/+2
2008-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-4/+7
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-21/+27
2008-08-01kgdb: remove the requirement for CONFIG_FRAME_POINTERJason Wessel1-4/+7
2008-08-01debug_locks: set oops_in_progress if we will log messages.David Miller1-0/+2
2008-07-30random32: seeding improvementStephen Hemminger1-21/+27
2008-07-29generic, x86: fix add iommu_num_pages helper functionFUJITA Tomonori1-8/+0
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+8
2008-07-28__ratelimit() cpu flags can't be staticAlexey Dobriyan1-1/+2
2008-07-28Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into for-linusJesse Barnes1-0/+8
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar10-50/+315
2008-07-26lib: generic show_mem()Johannes Weiner2-1/+64
2008-07-26task_current_syscallRoland McGrath2-0/+77
2008-07-26Use WARN() in lib/Arjan van de Ven4-22/+15
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan2-2/+2
2008-07-26radix-tree: add gang_lookup_slot, gang_lookup_slot_tagNick Piggin1-23/+155
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-4/+1
2008-07-26iommu: add iommu_num_pages helper functionJoerg Roedel1-0/+8
2008-07-25idr: make idr_remove rcu-safeNadia Derbey1-14/+43
2008-07-25idr: make idr_find rcu-safeNadia Derbey1-5/+6
2008-07-25idr: make idr_get_new* rcu-safeNadia Derbey1-5/+9
2008-07-25idr: error checking factorizationNadia Derbey1-21/+9
2008-07-25idr: fix a printk callNadia Derbey1-1/+2
2008-07-25idr: rename some of the idr APIs internal routinesNadia Derbey1-15/+16
2008-07-25printk ratelimiting rewriteDave Young1-25/+30
2008-07-25list debugging: use WARN() instead of BUG()Dave Jones1-22/+14
2008-07-25Example use of WARN()Arjan van de Ven1-6/+3
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni1-7/+45
2008-07-25lists: remove a redundant conditional definition of list_add()Robert P. J. Day1-14/+0
2008-07-25lib: allow memparse() to accept a NULL and ignorable second parmRobert P. J. Day1-5/+11
2008-07-25lzo: use get/put_unaligned_* helpersHarvey Harrison1-4/+2
2008-07-24rtc: BCD codeshrinkDavid Brownell2-1/+15
2008-07-24add a helper function to test if an object is on the stackFUJITA Tomonori1-3/+1
2008-07-24mm: add a basic debugging framework for memory initialisationMel Gorman1-0/+12
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+12
2008-07-23Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+25
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds1-46/+130
2008-07-23kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variableJason Wessel1-3/+0
2008-07-23sg: reimplement sg mapping iteratorTejun Heo1-46/+130