aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+2
2008-08-16Move sysctl check into debugging section and don't make it default yAndi Kleen1-0/+8
2008-08-15lmb: Fix reserved region handling in lmb_enforce_memory_limit().David S. Miller1-0/+2
2008-08-12docsrc: build Documentation/ sourcesRandy Dunlap1-0/+9
2008-08-12seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan1-0/+11
2008-08-12lib/vsprintf.c: wrong conversion function usedYi Yang1-1/+1
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar1-0/+2
2008-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-4/+7
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-21/+27
2008-08-01kgdb: remove the requirement for CONFIG_FRAME_POINTERJason Wessel1-4/+7
2008-08-01debug_locks: set oops_in_progress if we will log messages.David Miller1-0/+2
2008-07-30random32: seeding improvementStephen Hemminger1-21/+27
2008-07-29generic, x86: fix add iommu_num_pages helper functionFUJITA Tomonori1-8/+0
2008-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-0/+8
2008-07-28__ratelimit() cpu flags can't be staticAlexey Dobriyan1-1/+2
2008-07-28Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jesse Barnes1-0/+8
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar10-50/+315
2008-07-26lib: generic show_mem()Johannes Weiner2-1/+64
2008-07-26task_current_syscallRoland McGrath2-0/+77
2008-07-26Use WARN() in lib/Arjan van de Ven4-22/+15
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan2-2/+2
2008-07-26radix-tree: add gang_lookup_slot, gang_lookup_slot_tagNick Piggin1-23/+155
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-4/+1
2008-07-26iommu: add iommu_num_pages helper functionJoerg Roedel1-0/+8
2008-07-25idr: make idr_remove rcu-safeNadia Derbey1-14/+43
2008-07-25idr: make idr_find rcu-safeNadia Derbey1-5/+6
2008-07-25idr: make idr_get_new* rcu-safeNadia Derbey1-5/+9
2008-07-25idr: error checking factorizationNadia Derbey1-21/+9
2008-07-25idr: fix a printk callNadia Derbey1-1/+2
2008-07-25idr: rename some of the idr APIs internal routinesNadia Derbey1-15/+16
2008-07-25printk ratelimiting rewriteDave Young1-25/+30
2008-07-25list debugging: use WARN() instead of BUG()Dave Jones1-22/+14
2008-07-25Example use of WARN()Arjan van de Ven1-6/+3
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni1-7/+45
2008-07-25lists: remove a redundant conditional definition of list_add()Robert P. J. Day1-14/+0
2008-07-25lib: allow memparse() to accept a NULL and ignorable second parmRobert P. J. Day1-5/+11
2008-07-25lzo: use get/put_unaligned_* helpersHarvey Harrison1-4/+2
2008-07-24rtc: BCD codeshrinkDavid Brownell2-1/+15
2008-07-24add a helper function to test if an object is on the stackFUJITA Tomonori1-3/+1
2008-07-24mm: add a basic debugging framework for memory initialisationMel Gorman1-0/+12
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+12
2008-07-23Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+25
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds1-46/+130
2008-07-23kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variableJason Wessel1-3/+0
2008-07-23sg: reimplement sg mapping iteratorTejun Heo1-46/+130
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-1/+1
2008-07-22remove CONFIG_KMOD from libJohannes Berg1-1/+1
2008-07-21kobject: Transmit return value of call_usermodehelper() to callerWang Chen1-1/+2
2008-07-21debugfs: Add a reference to the debugfs API documentation.Robert P. J. Day1-0/+3
2008-07-21kobject: replace '/' with '!' in nameKay Sievers1-2/+8
2008-07-21Merge branch 'linus' into cpus4096-for-linusIngo Molnar4-21/+54
2008-07-18cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fixIngo Molnar1-1/+1
2008-07-18cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.cMike Travis1-3/+3
2008-07-18Merge branch 'linus' into cpus4096Ingo Molnar4-9/+81
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller11-42/+211
2008-07-17Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+5
2008-07-17ftrace: do not trace library functionsIngo Molnar1-12/+5
2008-07-17ftrace: fix lockup with MAXSMPIngo Molnar1-0/+3
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-0/+1
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-0/+75
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar6-41/+136
2008-07-15Merge branch 'linus' into core/softlockupIngo Molnar9-51/+126
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2-1/+20
2008-07-15Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2008-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds1-1/+6
2008-07-12[SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRCMartin K. Petersen3-0/+75
2008-07-11percpu_counter: new function percpu_counter_sum_and_setMingming Cao1-1/+6
2008-07-11Merge branch 'linus' into core/rcuIngo Molnar5-46/+103
2008-07-10Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar3-3/+14
2008-07-08textsearch: ts_fsm: return error on request for case insensitive searchJoonwoo Park1-1/+5
2008-07-08textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt ...Joonwoo Park1-8/+21
2008-07-08textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithmJoonwoo Park1-6/+20
2008-07-08textsearch: support for case insensitive searchingJoonwoo Park1-6/+8
2008-07-06vsprintf: add support for '%pS' and '%pF' pointer formatsLinus Torvalds1-1/+40
2008-07-06vsprintf: add infrastructure support for extended '%p' specifiersLinus Torvalds1-2/+14
2008-07-06vsprintf: split out '%p' handling logicLinus Torvalds1-9/+11
2008-07-06vsprintf: split out '%s' handling logicLinus Torvalds1-26/+31
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar6-70/+84
2008-07-04lib: taint kernel in common report_bug() WARN path.Paul Mundt1-0/+2
2008-07-04Christoph has movedChristoph Lameter1-1/+1
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-06-30textsearch: fix Boyer-Moore text search bugJoonwoo Park1-1/+1
2008-06-27stacktrace: add saved stack traces to backtrace self-testVegard Nossum1-0/+3
2008-06-19rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney1-2/+19
2008-06-18debugobjects: fix lockdep warningVegard Nossum1-9/+6
2008-06-16Merge branch 'linus' into core/softlockupIngo Molnar3-59/+74
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar4-60/+76
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar3-59/+74
2008-06-16Revert "prohibit rcutorture from being compiled into the kernel"Ingo Molnar1-1/+2
2008-06-12radix-tree: fix small lockless radix-tree bugNick Piggin1-58/+62
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge1-14/+1
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge1-0/+23
2008-06-10PCI: ACPI PCI slot detection driverAlex Chiang1-0/+1
2008-06-06lib: export bitrev16Harvey Harrison1-1/+2
2008-05-25debugging: make stacktrace independent from DEBUG_KERNELIngo Molnar1-1/+0
2008-05-25softlockup: allow panic on lockupIngo Molnar1-1/+25
2008-05-23ftrace: use the new kbuild CFLAGS_REMOVE for lib directorySteven Rostedt1-4/+4
2008-05-23ftrace: remove function tracing from spinlock debugSteven Rostedt1-1/+2
2008-05-23ftrace: do not profile lib/string.oSteven Rostedt1-0/+8
2008-05-23ftrace: debug smp_processor_id, use notrace preempt disableSteven Rostedt1-2/+2
2008-05-23ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo1-0/+2
2008-05-23ftrace: annotate core code that should not be tracedArnaldo Carvalho de Melo1-1/+1
2008-05-23x86: Add performance variants of cpumask operatorsMike Travis1-0/+9
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-05-18lmb: Fix compile warningKumar Gala1-1/+2
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-12/+20
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-15/+30
2008-05-14lib: create common ascii hex arrayHarvey Harrison1-2/+5
2008-05-14add match_strlcpy() us it to make v9fs make uname and remotename parsing more...Markus Armbruster1-12/+20
2008-05-13cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson1-16/+0
2008-05-12lmb: Make lmb debugging more useful.David S. Miller1-11/+22
2008-05-12lmb: Fix inconsistent alignment of size argument.David S. Miller1-4/+8
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds1-39/+81
2008-05-05Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2008-05-05kgdb: kconfig fix xconfig/menuconfig elementJan Engelhardt1-7/+9
2008-05-05[POWERPC] devres: Add devm_ioremap_prot()Emil Medve1-1/+1
2008-05-01idr: fix idr_remove()Nadia Derbey1-1/+1
2008-05-01Add a new sysfs_streq() string comparison functionDavid Brownell1-0/+27
2008-05-01rename div64_64 to div64_u64Roman Zippel1-6/+6
2008-05-01introduce explicit signed/unsigned 64bit divideRoman Zippel1-2/+21
2008-04-30klist: fix coding style errors in klist.h and klist.cGreg Kroah-Hartman1-121/+85
2008-04-30devres: support addresses greater than an unsigned long via dev_ioremapKumar Gala1-2/+2
2008-04-30kobject: do not copy vargs, just pass them aroundKay Sievers1-20/+8
2008-04-30klist: implement klist_add_{after|before}()Tejun Heo1-0/+33
2008-04-30lib: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-13/+13
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner1-0/+8
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner3-0/+914
2008-04-30mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra1-6/+32
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra1-0/+1
2008-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds1-9/+90
2008-04-29bitops: remove "optimizations"Thomas Gleixner1-12/+10
2008-04-29idr: create idr_layer_cache at boot timeAkinobu Mita1-6/+4
2008-04-29dma/ia64: update ia64 machvecs, swiotlb.cArthur Kepner1-8/+42
2008-04-29isolate ratelimit from printk.c for other useDave Young2-1/+52
2008-04-29swiotlb: use iommu_is_span_boundary helper functionFUJITA Tomonori1-11/+3
2008-04-29lib/swiotlb.c: cleanupsAndrew Morton1-46/+43
2008-04-29iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt1-1/+1
2008-04-29lib/inflate.c: handle failed malloc()Jim Meyering1-0/+3
2008-04-29[POWERPC] Provide walk_memory_resource() for powerpcBadari Pulavarty1-0/+33
2008-04-29[POWERPC] Update lmb data structures for hotplug memory add/removeBadari Pulavarty1-9/+57
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson1-0/+158
2008-04-28Remove set_migrateflags()Christoph Lameter1-5/+4
2008-04-26x86, bitops: select the generic bitmap search functionsAlexander van Heukelum1-0/+6
2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum2-0/+59
2008-04-26x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum1-16/+9
2008-04-26x86: change x86 to use generic find_next_bitAlexander van Heukelum1-0/+2
2008-04-25Add option to enable -Wframe-larger-than= on gcc 4.4Andi Kleen1-0/+11
2008-04-23[LMB]: Fix lmb allocation regression.David S. Miller1-1/+1
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds3-0/+433
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-9/+10
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2-2/+1
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds1-0/+16
2008-04-19Kobject: Replace list_for_each() with list_for_each_entry().Robert P. J. Day1-8/+2
2008-04-19kobject: catch kobjects that are not initializedGreg Kroah-Hartman1-1/+8
2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis1-0/+16
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsDave Hansen1-0/+10
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-1/+1
2008-04-18lib: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds3-61/+4
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+102
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-1/+12
2008-04-18firewire: fw-ohci: add option for remote debuggingStefan Richter1-1/+12
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds2-0/+60
2008-04-18Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds4-187/+1
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-1/+1
2008-04-17kgdb: allow static kgdbts boot configurationJason Wessel1-0/+18
2008-04-17kgdb: add kgdb internal test suiteJason Wessel1-0/+13
2008-04-17kgdb: coreJason Wessel2-0/+29
2008-04-17Remove DEBUG_SEMAPHORE from KconfigMatthew Wilcox1-10/+0
2008-04-17Generic semaphore implementationMatthew Wilcox2-177/+0
2008-04-17Add semaphore.h to kernel_lock.cMatthew Wilcox1-0/+1
2008-04-15[LMB] Restructure allocation loops to avoid unsigned underflowPaul Mackerras1-26/+30
2008-04-15[LMB] Fix some whitespace and other formatting issues, use pr_debugPaul Mackerras1-42/+30
2008-04-15[LMB] Add lmb_alloc_nid()David S. Miller1-10/+76
2008-04-14slub: Deal with config variable dependenciesChristoph Lameter1-1/+1
2008-04-14Merge branch 'linux-2.6'Paul Mackerras3-6/+11
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+9
2008-04-10lzo: fix typo in decompressorHarvey Harrison1-1/+1
2008-04-07[SCSI] block: add sg buffer copy helper functionsFUJITA Tomonori1-0/+102
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2-2/+2
2008-04-03[NET]: srandom32 fixes for networking v2Andi Kleen1-4/+9
2008-04-03[NETNS]: Declare init_net even without CONFIG_NET defined.Denis V. Lunev1-2/+0
2008-03-30fix uevent action-string regressionMark Lord1-1/+1
2008-03-28[LIB]: Drop the pcounter itself.Pavel Emelyanov2-59/+0
2008-03-27[NETNS]: Do no include NET related headers if CONFIG_NET is not set.Denis V. Lunev1-2/+6
2008-03-26Merge branch 'linux-2.6'Paul Mackerras3-15/+42
2008-03-24x86-32: Pass the full resource data to ioremap()Linus Torvalds1-1/+1
2008-03-17devres: implement pcim_iomap_regions_request_all()Tejun Heo1-0/+25
2008-03-13avoid endless loops in lib/swiotlb.cJan Beulich1-14/+16
2008-03-13Merge branch 'linux-2.6'Paul Mackerras2-10/+11
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-6/+5
2008-03-04iommu: export iommu_is_span_boundary helper functionFUJITA Tomonori1-4/+6
2008-03-04kobject: properly initialize ksetsGreg Kroah-Hartman1-6/+5
2008-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6Paul Mackerras3-0/+375
2008-02-23lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)Hoang-Nam Nguyen1-1/+1
2008-02-23make LKDTM depend on BLOCKChris Snook1-0/+1
2008-02-19[LMB]: Fix lmb_add_region if region should be added at the headKumar Gala1-0/+5
2008-02-15kbuild: explain why DEBUG_SECTION_MISMATCH is UNDEFINEDSam Ravnborg1-0/+3
2008-02-13[LMB]: Make lmb support large physical addressingBecky Bruce1-47/+46