aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-05-12fault injection: disable stacktrace filter for x86-64Akinobu Mita1-0/+1
2007-05-11Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+11
2007-05-11lib/hexdumpRandy Dunlap2-1/+105
2007-05-11[PATCH] audit signal recipientsAmy Griffis1-0/+5
2007-05-11[PATCH] add SIGNAL syscall class (v3)Amy Griffis1-0/+6
2007-05-10Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...Linus Torvalds3-0/+78
2007-05-10CRC ITU-T V.41Ivo van Doorn3-0/+78
2007-05-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-15/+69
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-1/+1
2007-05-08Move LOG_BUF_SHIFT to a more sensible placeAlistair John Strachan1-17/+0
2007-05-08fix sscanf %n match at end of input stringJohannes Berg1-0/+11
2007-05-08kconfig: centralize the selection of semaphore debugging in lib/Kconfig.debugRobert P. J. Day1-0/+10
2007-05-08fix section mismatch warning in lib/swiotlb.cSam Ravnborg1-1/+0
2007-05-08simplify the stacktrace codeChristoph Hellwig1-2/+1
2007-05-07Fix ppp_deflate issues with recent zlib_inflate changesRichard Purdie1-3/+5
2007-05-07blackfin architectureBryan Wu1-2/+2
2007-05-07Introduce CONFIG_HAS_DMAHeiko Carstens1-0/+5
2007-05-07Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter1-3/+0
2007-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-0/+3
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-38/+91
2007-05-04iomap: make the default iomap functions fail softerLinus Torvalds1-7/+20
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+5
2007-05-03[AFS]: Make the match_*() functions take const options.David Howells1-5/+5
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-61/+8
2007-05-02kconfig.debug: clarify CONFIG_DEBUG_INFO help textAndreas Dilger1-0/+3
2007-05-02[PATCH] x86-64: deflate inflate_dynamic tooJeremy Fitzhardinge1-20/+41
2007-05-02[PATCH] x86: deflate stack usage in lib/inflate.cJeremy Fitzhardinge1-17/+49
2007-05-02[RSLIB] Support non-canonical GF representationsSegher Boessenkool1-15/+69
2007-04-30Add kvasprintf()Jeremy Fitzhardinge1-7/+19
2007-04-28iomap: implement pcim_iounmap_regions()Tejun Heo1-0/+26
2007-04-27the overdue removal of the mount/umount ueventsAdrian Bunk1-4/+0
2007-04-27kobject: Comment and warning fixes to kobject.cEric W. Biederman1-3/+10
2007-04-27kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman1-3/+1
2007-04-27kobject: kobject_add() reference leakCornelia Huck1-0/+1
2007-04-27Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj)John Anthony Kazos Jr1-4/+2
2007-04-27Driver core: notify userspace of network device renamesJean Tourrilhes1-0/+30
2007-04-27kref: fix CPU ordering with respect to krefsOliver Neukum1-0/+2
2007-04-27kobject: kobject_shadow_add cleanupDmitriy Monakhov1-2/+2
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers2-8/+20
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+28
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-4/+25
2007-04-27[MIPS] Don't force frame pointers for lockdep on MIPSFranck Bui-Huu1-1/+1
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller1-0/+28
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[S390]: Fix build on 31-bit.David S. Miller1-1/+1
2007-04-25[LIB]: div64_64 optimizationStephen Hemminger1-9/+7
2007-04-25[NET]: div64_64 consolidate (rev3)Stephen Hemminger2-2/+25
2007-03-09kobject: new_device->kref wasn't putted after error in kobject_move()Dmitriy Monakhov1-0/+2
2007-03-06Revert "[IA64] swiotlb abstraction (e.g. for Xen)"Tony Luck1-149/+35
2007-03-01[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap1-8/+8
2007-02-20[PATCH] genalloc warning fixesAndrew Morton1-2/+2
2007-02-20[PATCH] fault injection: split up stacktrace filter Kconfig optionAkinobu Mita2-22/+29
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter1-16/+2
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-0/+1
2007-02-17Various typo fixes.Robert P. J. Day1-1/+1
2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap1-0/+1
2007-02-16kobject: kobj->k_name verification fixMartin Stoilov1-1/+1
2007-02-16[PATCH] Add debugging feature /proc/timer_statIngo Molnar1-0/+11
2007-02-16[PATCH] pci_iomap_regions() error handling fixFrederik Deweerdt1-4/+4
2007-02-12[PATCH] swiotlb uninliningsAndrew Morton1-4/+4
2007-02-12[PATCH] Debug shared irqsDavid Woodhouse1-0/+9
2007-02-12[PATCH] scnprintf(): fix a commentMartin Peschke1-2/+1
2007-02-11[PATCH] sort the devres mess outAl Viro4-301/+310
2007-02-11[PATCH] Remove references to obsolete kernel config option DEBUG_RWSEMSRobert P. J. Day1-9/+0
2007-02-11[PATCH] Extract and use wake_up_klogd()Kirill Korotaev1-9/+1
2007-02-11[PATCH] Consolidate bust_spinlocks()Kirill Korotaev2-3/+4
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day9-30/+28
2007-02-09iomap: iomap should be in obj-y not in lib-yTejun Heo1-2/+2
2007-02-09devres: implement pcim_iomap_regions()Tejun Heo1-0/+53
2007-02-09devres: device resource managementTejun Heo2-3/+246
2007-02-07sysfs: Shadow directory supportEric W. Biederman1-5/+37
2007-02-07kobject: kobject_put cleanupMariusz Kozlowski1-4/+2
2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck1-3/+3
2007-02-07Kobject: make kobject apis more robust in handling NULL pointersGreg Kroah-Hartman1-0/+19
2007-02-05[IA64] swiotlb abstraction (e.g. for Xen)Jan Beulich1-35/+149
2007-02-05[IA64] swiotlb cleanupJan Beulich1-24/+32
2007-02-05[IA64] make swiotlb use bus_to_virt/virt_to_busJan Beulich1-16/+17
2007-02-05[IA64] swiotlb bug fixesJan Beulich1-25/+8
2006-12-20kobject: kobject_uevent() returns manageable valueAneesh Kumar K.V1-14/+30
2006-12-20kref refcnt and false positivesVenkatesh Pallipadi1-6/+1
2006-12-15Remove stack unwinder for nowLinus Torvalds2-49/+1
2006-12-13[PATCH] uml problems with linux/io.hAl Viro3-2/+7
2006-12-13[PATCH] SLAB: use a multiply instead of a divide in obj_to_index()Eric Dumazet2-1/+10
2006-12-12Fix typo in new debug options.Dave Jones1-1/+1
2006-12-10[PATCH] add MODULE_* attributes to bit reversal libraryCal Peake1-0/+4
2006-12-10[PATCH] Kconfig refactoring for better menu nestingDon Mullis1-24/+25
2006-12-08[PATCH] fault-injection: optimize and simplify should_fail()Don Mullis1-7/+4
2006-12-08[PATCH] fault-injection: Clamp debugfs stacktrace-depth to MAX_STACK_TRACE_DEPTHDon Mullis1-4/+23
2006-12-08[PATCH] fault-injection: Use bool-true-false throughoutDon Mullis1-21/+19
2006-12-08[PATCH] fault-injection: stacktrace filtering kconfig fixAndrew Morton1-1/+1
2006-12-08[PATCH] fault-injection Kconfig cleanupAndrew Morton1-16/+11
2006-12-08[PATCH] fault injection: stacktrace filteringAkinobu Mita2-1/+130
2006-12-08[PATCH] fault injection: process filtering for fault-injection capabilitiesAkinobu Mita1-1/+16
2006-12-08[PATCH] fault-injection capability for disk IOAkinobu Mita1-0/+7
2006-12-08[PATCH] fault-injection capability for alloc_pages()Akinobu Mita1-0/+7
2006-12-08[PATCH] fault-injection capability for kmallocAkinobu Mita1-0/+7
2006-12-08[PATCH] fault-injection capabilities infrastructureAkinobu Mita3-0/+196
2006-12-08[PATCH] crc32: replace bitreverse by bitrev32Akinobu Mita2-23/+6
2006-12-08[PATCH] bit reverse libraryAkinobu Mita3-0/+58
2006-12-08[PATCH] Generic BUG for i386Jeremy Fitzhardinge1-1/+1
2006-12-08[PATCH] Generic BUG implementationJeremy Fitzhardinge3-1/+166
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-0/+4
2006-12-07[PATCH] lockdep: show more details about self-test failuresIngo Molnar1-0/+2
2006-12-07[PATCH] lib functions: always build hweight for loadable modulesRandy Dunlap1-1/+1
2006-12-07[PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-12-07[PATCH] get_options to allow a hypenated range for isolcpusDerek Fults1-1/+34
2006-12-07[PATCH] More list debugging contextDave Jones1-4/+6
2006-12-07[PATCH] kconfig: PRINTK_TIME depends on PRINTKRandy Dunlap1-0/+1
2006-12-07[PATCH] radix-tree: RCU lockless readsideNick Piggin1-100/+227
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter2-4/+4
2006-12-07[PATCH] x86: all cpu backtraceAndrew Morton1-0/+4
2006-12-04Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-4/+28
2006-12-04[PATCH] severing module.h->sched.hAl Viro1-0/+1
2006-12-04[PATCH] Arch provides generic iomap missing accessorsLinus Torvalds1-4/+28
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-4/+74
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2-4/+74
2006-11-30Fix typos in doc and commentsJan Engelhardt1-1/+1
2006-10-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2006-10-28[PATCH] strstrip remove last blank fixMichael Holzheu1-1/+1
2006-10-28[ARM] 3909/1: Disable UWIND_INFO for ARM (again)Kevin Hilman1-1/+1
2006-10-20[PATCH] highest_possible_node_id() linkage fixAndrew Morton1-16/+0
2006-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-4/+5
2006-10-17[PATCH] remove carta_random32Andrew Morton2-42/+1
2006-10-17[PATCH] rename net_random to random32Stephen Hemminger2-1/+143
2006-10-13[PATCH] uml shouldn't do HEADERS_CHECKAl Viro1-0/+1
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre1-11/+43
2006-10-11[PATCH] Add carta_random32() library routineStephane Eranian2-1/+42
2006-10-11[PATCH] Add CONFIG_HEADERS_CHECK option to automatically run 'make headers_ch...David Woodhouse1-0/+13
2006-10-11[PATCH] Disable DETECT_SOFTLOCKUP for s390Heiko Carstens1-1/+1
2006-10-11Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra3-4/+4
2006-10-11Input: add missing exports to fix modular buildDmitry Torokhov1-0/+1
2006-10-10[PATCH] gfp annotations: radix_tree_rootAl Viro1-3/+3
2006-10-06[PATCH] irq_reqs: export __irq_regsAndrew Morton1-0/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2-1/+16
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-03[PATCH] low performance of lib/sort.ckeios1-5/+5
2006-10-02[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann3-33/+1
2006-10-02[PATCH] introduce kernel_execveArnd Bergmann2-0/+25
2006-10-02[PATCH] cpumask: add highest_possible_node_idGreg Banks1-0/+16
2006-10-02[PATCH] Linux Kernel Dump Test ModuleAnkita Garg1-0/+14
2006-10-02[PATCH] make genpool allocator adhere to kernel-doc standardsDean Nelson1-20/+23
2006-10-02[PATCH] LIB: add gen_pool_destroy()Steve Wise1-0/+30
2006-10-01[PATCH] Generic ioremap_page_range: flush_cache_vmapHaavard Skinnemoen1-3/+1
2006-10-01[PATCH] Generic ioremap_page_range: implementationHaavard Skinnemoen2-0/+95
2006-10-01[PATCH] list_del-debug fixAndrew Morton1-3/+0
2006-09-30[PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prevJens Axboe1-0/+6
2006-09-29[PATCH] lib/ts_fsm.c: constify structsAndreas Mohr1-5/+5
2006-09-29[PATCH] lib/rwsem.c: un-inline rwsem_down_failed_common()Andreas Mohr1-1/+1
2006-09-29[PATCH] spinlock_debug: don't recompute (jiffies_per_loop * HZ) in spinloopChuck Ebbert1-6/+9
2006-09-29[PATCH] list_del debug checkManfred Spraul1-5/+7
2006-09-29[PATCH] Debug variants of linked list macrosDave Jones3-0/+87
2006-09-27sh: Enable verbose BUG() support.Paul Mundt1-1/+1
2006-09-27sh: Use generic CONFIG_FRAME_POINTER.Paul Mundt1-1/+1
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2-3/+9
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-12/+30
2006-09-26[PATCH] avr32 architectureHaavard Skinnemoen1-2/+2
2006-09-26[PATCH] optimize hweight64 for x86_64Andi Kleen1-2/+8
2006-09-26[PATCH] Don't force frame pointers for lockdepAndi Kleen1-1/+1
2006-09-25Driver core: Don't call put methods while holding a spinlockAlan Stern1-11/+15
2006-09-25add CONFIG_ENABLE_MUST_CHECKAndrew Morton1-0/+7
2006-09-25kobject: must_check fixesRandy Dunlap1-1/+8
2006-09-22[PATCH] fix missing ifdefs in syscall classes hookup for generic targetsAl Viro1-0/+2
2006-09-12[PATCH] syscall class hookup for all normal targetsAl Viro3-0/+59
2006-08-22[TEXTSEARCH]: Fix Boyer Moore initialization bugMichael Rash1-6/+5
2006-08-06[PATCH] disable debugging version of write_lock()Andrew Morton1-4/+6
2006-08-03PCI: docking station: remove dock ueventsKristen Carlson Accardi1-4/+0
2006-07-31[PATCH] Fix ppc32 zImage inflatePeter Korsgaard1-1/+4
2006-07-14[PATCH] let the the lockdep options depend on DEBUG_KERNELAdrian Bunk1-4/+6
2006-07-14[PATCH] Convert idr's internal locking to _irqsave variantRoland Dreier1-6/+10
2006-07-03[PATCH] lockdep: kconfigIngo Molnar1-2/+96
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar2-1/+42
2006-07-03[PATCH] lockdep: prove rwsem locking correctnessIngo Molnar2-3/+37
2006-07-03[PATCH] lockdep: allow read_lock() recursion of same classIngo Molnar1-4/+4
2006-07-03[PATCH] lockdep: coreIngo Molnar2-4/+2
2006-07-03[PATCH] lockdep: locking API self testsIngo Molnar17-0/+1338
2006-07-03[PATCH] lockdep: s390 CONFIG_FRAME_POINTER supportHeiko Carstens1-1/+1
2006-07-03[PATCH] lockdep: stacktrace subsystem, coreIngo Molnar1-1/+5
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar3-37/+72
2006-07-03[PATCH] lockdep: remove mutex deadlock checking codeIngo Molnar1-8/+0
2006-07-03[PATCH] lockdep: clean up rwsemsIngo Molnar2-75/+2
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds8-8/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel8-8/+0
2006-06-29merge linus into release branchLen Brown7-11/+165
2006-06-28Fix vsnprintf off-by-one bugLinus Torvalds1-1/+1
2006-06-28[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven1-0/+16
2006-06-27[PATCH] fix rt-mutex defaults and dependenciesRoman Zippel1-3/+1
2006-06-27[PATCH] pi-futex: rt mutex testerThomas Gleixner1-0/+7
2006-06-27[PATCH] pi-futex: rt mutex debugIngo Molnar1-0/+13
2006-06-27[PATCH] pi-futex: add plist implementationIngo Molnar3-0/+125
2006-06-27[PATCH] zlib inflate: fix function definitionsRandy Dunlap2-10/+5
2006-06-27KEVENT: add new uevent for dockKristen Accardi1-0/+4
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-11/+2
2006-06-26Merge branch 'x86-64'Linus Torvalds1-2/+10
2006-06-26[PATCH] i386: reliable stack trace support (i386)Jan Beulich1-1/+1
2006-06-26[PATCH] x86_64: reliable stack trace support (x86-64)Jan Beulich1-1/+1
2006-06-26[PATCH] x86_64: reliable stack trace supportJan Beulich1-2/+10
2006-06-26[PATCH] lib: add idr_replaceJeff Mahoney1-0/+43
2006-06-26spelling fixesAndreas Mohr1-2/+2