summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-07-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds12-33/+42
2008-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds13-37/+101
2008-07-23fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure.Laurent Pinchart1-4/+0
2008-07-23synclink_gt: add serial bit order controlPaul Fulghum1-0/+1
2008-07-23tty: rework break handlingAlan Cox1-2/+12
2008-07-23tty: Split ldisc code into its own fileAlan Cox1-2/+9
2008-07-23usb_serial: API all changeAlan Cox1-26/+30
2008-07-22gpio: gpio driver for max7301 SPI GPIO expanderJuergen Beisert1-0/+9
2008-07-22execve filename: document and export via auxiliary vectorJohn Reiser1-1/+3
2008-07-22remove CONFIG_KMOD from core kernel codeJohannes Berg1-1/+1
2008-07-22rework try_then_request_module to do less in non-modular kernelsJohannes Berg1-1/+2
2008-07-22module: turn longs into ints for module sizesDenys Vlasenko1-3/+3
2008-07-22Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko1-0/+2
2008-07-22module: reorder struct module to save space on 64 bit buildsRichard Kennedy1-20/+22
2008-07-22x86: add PTE_FLAGS_MASKJeremy Fitzhardinge3-3/+6
2008-07-22x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge7-18/+18
2008-07-22x86: fix pte_flags() to only return flags, fix lguest (updated)Rusty Russell2-1/+9
2008-07-22Merge commit 'origin/master'Benjamin Herrenschmidt711-29646/+33921
2008-07-22MTD: handle pci_name() being constGreg Kroah-Hartman2-2/+2
2008-07-22sysdev: Add utility functions for simple int/ulong variable sysdev attributesAndi Kleen1-0/+34
2008-07-22sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-2/+3
2008-07-22driver core: Suppress sysfs warnings for device_rename().Cornelia Huck1-0/+10
2008-07-22debugfs: Implement debugfs_remove_recursive()Haavard Skinnemoen1-0/+4
2008-07-22kobject: reorder kobject to save space on 64 bit buildsRichard Kennedy1-1/+1
2008-07-22UIO: minor style and comment fixesUwe Kleine-König1-3/+3
2008-07-22UIO: Add write function to allow irq maskingHans J. Koch1-0/+2
2008-07-22driver core: remove DEVICE_ID_SIZE defineGreg Kroah-Hartman1-1/+0
2008-07-22driver core: remove DEVICE_NAME_SIZE defineKay Sievers2-4/+1
2008-07-22driver core: remove KOBJ_NAME_LEN defineKay Sievers6-8/+6
2008-07-22class: add lockdep infrastructureMatthew Wilcox1-2/+23
2008-07-22class: move driver core specific parts to a private structureGreg Kroah-Hartman1-5/+2
2008-07-22Driver Core: add ability for class_find_device to start in middle of listGreg Kroah-Hartman1-1/+2
2008-07-22Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman1-1/+2
2008-07-22device create: convert device_create_drvdata to device_createGreg Kroah-Hartman1-5/+4
2008-07-22driver core: remove device_create()Greg Kroah-Hartman1-3/+0
2008-07-22sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorDan Williams1-0/+3
2008-07-22powerpc/cell: Add DMA_ATTR_WEAK_ORDERING dma attribute and use in Cell IOMMU ...Mark Nelson1-0/+1
2008-07-22powerpc: Use PPC_LONG_ALIGN in uaccess.hMichael Ellerman1-12/+9
2008-07-22powerpc: Add a #define for aligning to a long-sized boundaryMichael Ellerman1-0/+2
2008-07-22powerpc/ps3: Add a sub-match id to ps3_system_busMasakazu Mokuno1-0/+7
2008-07-22powerpc/dma: Use the struct dma_attrs in iommu codeMark Nelson1-1/+2
2008-07-22powerpc/cell: Add support for power button of future IBM cell bladesChristian Krafft1-0/+1
2008-07-22of_gpio: Should use new <linux/gpio.h> headerWolfgang Grandegger1-1/+1
2008-07-22ide: merge <asm-sparc/ide_64.h> with <asm-sparc/ide_32.h>Bartlomiej Zolnierkiewicz3-190/+97
2008-07-22ide: <asm-sparc/ide_64.h>: use __raw_{read,write}w()Bartlomiej Zolnierkiewicz1-26/+8
2008-07-22ide: <asm-sparc/ide_32.h>: use __raw_{read,write}w()Bartlomiej Zolnierkiewicz1-20/+10
2008-07-22ide: <asm-sparc/ide_64.h>: use %r0 for outw_be()Bartlomiej Zolnierkiewicz1-2/+2
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds5-9/+521
2008-07-22USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern1-0/+1
2008-07-22USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei1-3/+2