summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-02-01PCI: fix codingstyle issues in include/linux/pci.hGreg Kroah-Hartman1-107/+236
2008-02-01PCI: PCIE ASPM supportShaohua Li3-0/+57
2008-02-01PCI ACPI: Added a function to register _OSC with only PCIe devices.Andrew Patterson1-1/+10
2008-02-01PCI: Remove pci_enable_device_bars()Benjamin Herrenschmidt1-1/+0
2008-02-01PCI: Add pci_enable_device_{io,mem} intefacesBenjamin Herrenschmidt1-0/+2
2008-02-01PCI: Fix bus resource assignment on 32 bits with 64b resourcesBenjamin Herrenschmidt1-2/+2
2008-02-01PCI: export pci_restore_msi_state()Linas Vepstas1-0/+2
2008-02-01PCI: get rid of pci_dev::{vendor,device}_compatible fieldsLennert Buytenhek1-5/+0
2008-02-01pcie: utilize pcie transaction pending bitShaohua Li1-0/+2
2008-02-01PCI: drivers/pci/rom.c: #if 0 two functionsAdrian Bunk1-2/+0
2008-02-01PCI: make pci_restore_bars() staticAdrian Bunk1-1/+0
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds4-21/+36
2008-02-01USB: fix codingstyle issues in include/linux/usb/Greg Kroah-Hartman11-205/+220
2008-02-01USB: fix codingstyle issues in include/linux/usb.hGreg Kroah-Hartman1-91/+113
2008-02-01USB: stop io performed by mos7720 upon close()Oliver Neukum1-0/+2
2008-02-01USB: at91_udc uses generic GPIO calls; minor cleanupDavid Brownell1-1/+2
2008-02-01USB: Export suspend statisticsSarah Sharp1-0/+3
2008-02-01USB: usbdevfs_urb: __user annotationMarcin Slusarz1-1/+1
2008-02-01USB: gadget: pxa2xx_udc supports inverted vbusDmitry Baryshkov1-0/+2
2008-02-01USB: linux/usb/Kbuild needs only "header-y", not "unifdef-y"Robert P. J. Day1-5/+5
2008-02-01USB: usb_serial: clean tty reference in the last closeAristeu Rozanski1-0/+1
2008-02-01USB: add Printer Gadget DriverCraig W. Nadler3-0/+37
2008-02-01USB: usb-storage: new "lockable" subclass 0x07Alan Stern1-3/+2
2008-02-01USB: Convert from class_device to device for USB coreTony Jones1-1/+1
2008-02-01ide: use ide_remove_port_from_hwgroup in init_irq()Bartlomiej Zolnierkiewicz1-0/+1
2008-02-01ide: remove unused ide_hwgroup_t fieldsBartlomiej Zolnierkiewicz1-11/+3
2008-02-01<linux/hdsmart.h> is not used by kernel codeBartlomiej Zolnierkiewicz1-0/+2
2008-02-01ide: don't include <linux/hdsmart.h>Bartlomiej Zolnierkiewicz1-1/+0
2008-02-01ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host driversBartlomiej Zolnierkiewicz1-2/+3
2008-02-01au1xxx-ide: use hwif->devBartlomiej Zolnierkiewicz1-1/+0
2008-02-01ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz1-2/+3
2008-02-01ide: add IDE_HFLAG_NO_DSC host flagBartlomiej Zolnierkiewicz1-0/+2
2008-02-01ide: add IDE_HFLAG_CLEAR_SIMPLEX host flagBartlomiej Zolnierkiewicz1-0/+2
2008-02-01ide: ide_setup_dma() assumes 8 portsSergei Shtylyov1-1/+1
2008-02-01ide: add ide_dump_identify() debug helperBartlomiej Zolnierkiewicz1-0/+5
2008-02-01ide-cd: move lba_to_msf() and msf_to_lba() to <linux/cdrom.h>Bartlomiej Zolnierkiewicz1-0/+14
2008-02-01ide: make wait_drive_not_busy() static againAdrian Bunk1-2/+0
2008-02-01ide: small ide-scan-pci.c cleanupAdrian Bunk1-1/+0
2008-02-01SUNRPC: spin svc_rqst initialization to its own functionJeff Layton1-0/+2
2008-02-01rdma: SVCRMDA Header FileTom Tucker1-0/+262
2008-02-01svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker1-0/+1
2008-02-01svc: Add svc API that queries for a transport instanceTom Tucker1-0/+1
2008-02-01svc: Add /proc/sys/sunrpc/transport filesTom Tucker1-0/+1
2008-02-01svc: Add transport hdr size for defer/revisitTom Tucker1-0/+2
2008-02-01svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker1-0/+27
2008-02-01svc: Removing remaining references to rq_sock in rqstpTom Tucker1-4/+1
2008-02-01svc: Move the sockaddr information to svc_xprtTom Tucker2-4/+51
2008-02-01svc: Make deferral processing xprt independentTom Tucker3-4/+3
2008-02-01svc: Move the authinfo cache to svc_xprt.Tom Tucker2-5/+4
2008-02-01svc: Remove sk_lastrecvTom Tucker1-1/+0