aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbGravatar Linus Torvalds 2-0/+60
2008-04-18Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Gravatar Linus Torvalds 4-187/+1
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 1-1/+1
2008-04-17kgdb: allow static kgdbts boot configurationGravatar Jason Wessel 1-0/+18
2008-04-17kgdb: add kgdb internal test suiteGravatar Jason Wessel 1-0/+13
2008-04-17kgdb: coreGravatar Jason Wessel 2-0/+29
2008-04-17Remove DEBUG_SEMAPHORE from KconfigGravatar Matthew Wilcox 1-10/+0
2008-04-17Generic semaphore implementationGravatar Matthew Wilcox 2-177/+0
2008-04-17Add semaphore.h to kernel_lock.cGravatar Matthew Wilcox 1-0/+1
2008-04-15[LMB] Restructure allocation loops to avoid unsigned underflowGravatar Paul Mackerras 1-26/+30
2008-04-15[LMB] Fix some whitespace and other formatting issues, use pr_debugGravatar Paul Mackerras 1-42/+30
2008-04-15[LMB] Add lmb_alloc_nid()Gravatar David S. Miller 1-10/+76
2008-04-14slub: Deal with config variable dependenciesGravatar Christoph Lameter 1-1/+1
2008-04-14Merge branch 'linux-2.6'Gravatar Paul Mackerras 3-6/+11
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-4/+9
2008-04-10lzo: fix typo in decompressorGravatar Harvey Harrison 1-1/+1
2008-04-07[SCSI] block: add sg buffer copy helper functionsGravatar FUJITA Tomonori 1-0/+102
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar David S. Miller 2-2/+2
2008-04-03[NET]: srandom32 fixes for networking v2Gravatar Andi Kleen 1-4/+9
2008-04-03[NETNS]: Declare init_net even without CONFIG_NET defined.Gravatar Denis V. Lunev 1-2/+0
2008-03-30fix uevent action-string regressionGravatar Mark Lord 1-1/+1
2008-03-28[LIB]: Drop the pcounter itself.Gravatar Pavel Emelyanov 2-59/+0
2008-03-27[NETNS]: Do no include NET related headers if CONFIG_NET is not set.Gravatar Denis V. Lunev 1-2/+6
2008-03-26Merge branch 'linux-2.6'Gravatar Paul Mackerras 3-15/+42
2008-03-24x86-32: Pass the full resource data to ioremap()Gravatar Linus Torvalds 1-1/+1
2008-03-17devres: implement pcim_iomap_regions_request_all()Gravatar Tejun Heo 1-0/+25
2008-03-13avoid endless loops in lib/swiotlb.cGravatar Jan Beulich 1-14/+16
2008-03-13Merge branch 'linux-2.6'Gravatar Paul Mackerras 2-10/+11