summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \
| * | | | | | Kobject: Replace list_for_each() with list_for_each_entry().Robert P. J. Day2008-04-191-8/+2
| * | | | | | kobject: catch kobjects that are not initializedGreg Kroah-Hartman2008-04-191-1/+8
* | | | | | | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-212-2/+1
|\ \ \ \ \ \ \
| * | | | | | | Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-181-1/+1
| * | | | | | | lib: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-04-211-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-183-61/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-171-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/+0
| * | | | | | | | [LIB]: Drop the pcounter itself.Pavel Emelyanov2008-03-282-59/+0
| * | | | | | | | [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
| * | | | | | | | | kgdb: coreJason Wessel2008-04-172-0/+29
| |/ / / / / / / /
* | | | | | | | | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-184-187/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove DEBUG_SEMAPHORE from KconfigMatthew Wilcox2008-04-171-10/+0
| * | | | | | | | | Generic semaphore implementationMatthew Wilcox2008-04-172-177/+0
| * | | | | | | | | Add semaphore.h to kernel_lock.cMatthew Wilcox2008-04-171-0/+1
| |/ / / / / / / /
* | | | | | | | | slub: Deal with config variable dependenciesChristoph Lameter2008-04-141-1/+1
|/ / / / / / / /
OpenPOWER on IntegriCloud