summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* BKL: revert back to the old spinlock implementationLinus Torvalds2008-05-101-39/+81
* Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-05-051-1/+1
|\
| * [POWERPC] devres: Add devm_ioremap_prot()Emil Medve2008-05-051-1/+1
* | kgdb: kconfig fix xconfig/menuconfig elementJan Engelhardt2008-05-051-7/+9
|/
* idr: fix idr_remove()Nadia Derbey2008-05-011-1/+1
* Add a new sysfs_streq() string comparison functionDavid Brownell2008-05-011-0/+27
* rename div64_64 to div64_u64Roman Zippel2008-05-011-6/+6
* introduce explicit signed/unsigned 64bit divideRoman Zippel2008-05-011-2/+21
* klist: fix coding style errors in klist.h and klist.cGreg Kroah-Hartman2008-04-301-121/+85
* devres: support addresses greater than an unsigned long via dev_ioremapKumar Gala2008-04-301-2/+2
* kobject: do not copy vargs, just pass them aroundKay Sievers2008-04-301-20/+8
* klist: implement klist_add_{after|before}()Tejun Heo2008-04-301-0/+33
* lib: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-302-13/+13
* debugobjects: add timer specific object debugging codeThomas Gleixner2008-04-301-0/+8
* infrastructure to debug (dynamic) objectsThomas Gleixner2008-04-303-0/+914
* mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra2008-04-301-6/+32
* mm: bdi: export BDI attributes in sysfsPeter Zijlstra2008-04-301-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-291-9/+90
|\
| * [POWERPC] Provide walk_memory_resource() for powerpcBadari Pulavarty2008-04-291-0/+33
| * [POWERPC] Update lmb data structures for hotplug memory add/removeBadari Pulavarty2008-04-291-9/+57
* | bitops: remove "optimizations"Thomas Gleixner2008-04-291-12/+10
* | idr: create idr_layer_cache at boot timeAkinobu Mita2008-04-291-6/+4
* | dma/ia64: update ia64 machvecs, swiotlb.cArthur Kepner2008-04-291-8/+42
* | isolate ratelimit from printk.c for other useDave Young2008-04-292-1/+52
* | swiotlb: use iommu_is_span_boundary helper functionFUJITA Tomonori2008-04-291-11/+3
* | lib/swiotlb.c: cleanupsAndrew Morton2008-04-291-46/+43
* | iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt2008-04-291-1/+1
* | lib/inflate.c: handle failed malloc()Jim Meyering2008-04-291-0/+3
|/
* mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson2008-04-281-0/+158
* Remove set_migrateflags()Christoph Lameter2008-04-281-5/+4
* x86, bitops: select the generic bitmap search functionsAlexander van Heukelum2008-04-261-0/+6
* x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum2008-04-262-0/+59
* x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum2008-04-261-16/+9
* x86: change x86 to use generic find_next_bitAlexander van Heukelum2008-04-261-0/+2
* Add option to enable -Wframe-larger-than= on gcc 4.4Andi Kleen2008-04-251-0/+11
* [LMB]: Fix lmb allocation regression.David S. Miller2008-04-231-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-213-0/+433
|\
| * [LMB] Restructure allocation loops to avoid unsigned underflowPaul Mackerras2008-04-151-26/+30
| * [LMB] Fix some whitespace and other formatting issues, use pr_debugPaul Mackerras2008-04-151-42/+30
| * [LMB] Add lmb_alloc_nid()David S. Miller2008-04-151-10/+76
| * Merge branch 'linux-2.6'Paul Mackerras2008-04-143-6/+11
| |\
| * \ Merge branch 'linux-2.6'Paul Mackerras2008-03-263-15/+42
| |\ \
| * \ \ Merge branch 'linux-2.6'Paul Mackerras2008-03-132-10/+11
| |\ \ \
| * \ \ \ Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6Paul Mackerras2008-02-263-0/+375
| |\ \ \ \
| | * | | | [LMB]: Fix lmb_add_region if region should be added at the headKumar Gala2008-02-191-0/+5
| | * | | | [LMB]: Make lmb support large physical addressingBecky Bruce2008-02-131-47/+46
| | * | | | [LMB]: Fix initial lmb add region with a non-zero baseKumar Gala2008-02-131-0/+6
| | * | | | [LMB]: Fix bug in __lmb_alloc_base().David S. Miller2008-02-131-1/+7
| | * | | | [LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller2008-02-133-0/+359
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-211-9/+10
|\ \ \ \ \ \
OpenPOWER on IntegriCloud