summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* lib/swiotlb.c: cleanupsAndrew Morton2008-04-291-46/+43Star
* 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/+4Star
* 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/+9Star
* 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-241-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-223-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/+30Star
| * [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-253-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-201-0/+5
| | * | | | [LMB]: Make lmb support large physical addressingBecky Bruce2008-02-141-47/+46Star
| | * | | | [LMB]: Fix initial lmb add region with a non-zero baseKumar Gala2008-02-141-0/+6
| | * | | | [LMB]: Fix bug in __lmb_alloc_base().David S. Miller2008-02-141-1/+7
| | * | | | [LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller2008-02-143-0/+359
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-221-9/+10
|\ \ \ \ \ \
| * | | | | | Kobject: Replace list_for_each() with list_for_each_entry().Robert P. J. Day2008-04-201-8/+2Star
| * | | | | | kobject: catch kobjects that are not initializedGreg Kroah-Hartman2008-04-201-1/+8
* | | | | | | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-222-2/+1Star
|\ \ \ \ \ \ \
| * | | | | | | Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-191-1/+1
| * | | | | | | lib: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-191-1/+0Star
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-04-221-0/+16
|\ \ \ \ \ \ \
| * | | | | | | cpumask: add cpumask_scnprintf_len functionMike Travis2008-04-191-0/+16
| |/ / / / / /
* / / / / / / [PATCH] r/o bind mounts: debugging for missed callsDave Hansen2008-04-191-0/+10
|/ / / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds2008-04-193-61/+4Star
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-181-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-4/+9
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-032-2/+2
| |\ \ \ \ \ \ \
| * | | | | | | | [NETNS]: Declare init_net even without CONFIG_NET defined.Denis V. Lunev2008-04-031-2/+0Star
| * | | | | | | | [LIB]: Drop the pcounter itself.Pavel Emelyanov2008-03-292-59/+0Star
| * | | | | | | | [NETNS]: Do no include NET related headers if CONFIG_NET is not set.Denis V. Lunev2008-03-271-2/+6
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-04-181-0/+102
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [SCSI] block: add sg buffer copy helper functionsFUJITA Tomonori2008-04-071-0/+102
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-04-181-1/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | firewire: fw-ohci: add option for remote debuggingStefan Richter2008-04-181-1/+12
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds2008-04-182-0/+60
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kgdb: allow static kgdbts boot configurationJason Wessel2008-04-171-0/+18
| * | | | | | | | | kgdb: add kgdb internal test suiteJason Wessel2008-04-171-0/+13