aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-05-10BKL: revert back to the old spinlock implementationGravatar Linus Torvalds 1-39/+81
2008-05-05Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2008-05-05kgdb: kconfig fix xconfig/menuconfig elementGravatar Jan Engelhardt 1-7/+9
2008-05-05[POWERPC] devres: Add devm_ioremap_prot()Gravatar Emil Medve 1-1/+1
2008-05-01idr: fix idr_remove()Gravatar Nadia Derbey 1-1/+1
2008-05-01Add a new sysfs_streq() string comparison functionGravatar David Brownell 1-0/+27
2008-05-01rename div64_64 to div64_u64Gravatar Roman Zippel 1-6/+6
2008-05-01introduce explicit signed/unsigned 64bit divideGravatar Roman Zippel 1-2/+21
2008-04-30klist: fix coding style errors in klist.h and klist.cGravatar Greg Kroah-Hartman 1-121/+85
2008-04-30devres: support addresses greater than an unsigned long via dev_ioremapGravatar Kumar Gala 1-2/+2
2008-04-30kobject: do not copy vargs, just pass them aroundGravatar Kay Sievers 1-20/+8
2008-04-30klist: implement klist_add_{after|before}()Gravatar Tejun Heo 1-0/+33
2008-04-30lib: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 2-13/+13
2008-04-30debugobjects: add timer specific object debugging codeGravatar Thomas Gleixner 1-0/+8
2008-04-30infrastructure to debug (dynamic) objectsGravatar Thomas Gleixner 3-0/+914
2008-04-30mm: bdi: allow setting a maximum for the bdi dirty limitGravatar Peter Zijlstra 1-6/+32
2008-04-30mm: bdi: export BDI attributes in sysfsGravatar Peter Zijlstra 1-0/+1
2008-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Gravatar Linus Torvalds 1-9/+90
2008-04-29bitops: remove "optimizations"Gravatar Thomas Gleixner 1-12/+10
2008-04-29idr: create idr_layer_cache at boot timeGravatar Akinobu Mita 1-6/+4
2008-04-29dma/ia64: update ia64 machvecs, swiotlb.cGravatar Arthur Kepner 1-8/+42
2008-04-29isolate ratelimit from printk.c for other useGravatar Dave Young 2-1/+52
2008-04-29swiotlb: use iommu_is_span_boundary helper functionGravatar FUJITA Tomonori 1-11/+3
2008-04-29lib/swiotlb.c: cleanupsGravatar Andrew Morton 1-46/+43
2008-04-29iomap: fix 64 bits resources on 32 bitsGravatar Benjamin Herrenschmidt 1-1/+1
2008-04-29lib/inflate.c: handle failed malloc()Gravatar Jim Meyering 1-0/+3
2008-04-29[POWERPC] Provide walk_memory_resource() for powerpcGravatar Badari Pulavarty 1-0/+33
2008-04-29[POWERPC] Update lmb data structures for hotplug memory add/removeGravatar Badari Pulavarty 1-9/+57
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsGravatar Paul Jackson 1-0/+158
2008-04-28Remove set_migrateflags()Gravatar Christoph Lameter 1-5/+4
2008-04-26x86, bitops: select the generic bitmap search functionsGravatar Alexander van Heukelum 1-0/+6
2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Gravatar Alexander van Heukelum 2-0/+59
2008-04-26x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsGravatar Alexander van Heukelum 1-16/+9
2008-04-26x86: change x86 to use generic find_next_bitGravatar Alexander van Heukelum 1-0/+2
2008-04-25Add option to enable -Wframe-larger-than= on gcc 4.4Gravatar Andi Kleen 1-0/+11
2008-04-23[LMB]: Fix lmb allocation regression.Gravatar David S. Miller 1-1/+1
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Gravatar Linus Torvalds 3-0/+433
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 1-9/+10
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Gravatar Linus Torvalds 2-2/+1
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Gravatar Linus Torvalds 1-0/+16
2008-04-19Kobject: Replace list_for_each() with list_for_each_entry().Gravatar Robert P. J. Day 1-8/+2
2008-04-19kobject: catch kobjects that are not initializedGravatar Greg Kroah-Hartman 1-1/+8
2008-04-19cpumask: add cpumask_scnprintf_len functionGravatar Mike Travis 1-0/+16
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsGravatar Dave Hansen 1-0/+10
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hGravatar Matthew Wilcox 1-1/+1
2008-04-18lib: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Gravatar Linus Torvalds 3-61/+4
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-0/+102
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 1-1/+12
2008-04-18firewire: fw-ohci: add option for remote debuggingGravatar Stefan Richter 1-1/+12