aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-02-01PCI: make pci_restore_bars() staticAdrian Bunk
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2008-02-01USB: fix codingstyle issues in include/linux/usb/Greg Kroah-Hartman
2008-02-01USB: fix codingstyle issues in include/linux/usb.hGreg Kroah-Hartman
2008-02-01USB: stop io performed by mos7720 upon close()Oliver Neukum
2008-02-01USB: at91_udc uses generic GPIO calls; minor cleanupDavid Brownell
2008-02-01USB: Export suspend statisticsSarah Sharp
2008-02-01USB: usbdevfs_urb: __user annotationMarcin Slusarz
2008-02-01USB: gadget: pxa2xx_udc supports inverted vbusDmitry Baryshkov
2008-02-01USB: linux/usb/Kbuild needs only "header-y", not "unifdef-y"Robert P. J. Day
2008-02-01USB: usb_serial: clean tty reference in the last closeAristeu Rozanski
2008-02-01USB: add Printer Gadget DriverCraig W. Nadler
2008-02-01USB: usb-storage: new "lockable" subclass 0x07Alan Stern
2008-02-01USB: Convert from class_device to device for USB coreTony Jones
2008-02-01ide: use ide_remove_port_from_hwgroup in init_irq()Bartlomiej Zolnierkiewicz
2008-02-01ide: remove unused ide_hwgroup_t fieldsBartlomiej Zolnierkiewicz
2008-02-01<linux/hdsmart.h> is not used by kernel codeBartlomiej Zolnierkiewicz
2008-02-01ide: don't include <linux/hdsmart.h>Bartlomiej Zolnierkiewicz
2008-02-01ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host driversBartlomiej Zolnierkiewicz
2008-02-01au1xxx-ide: use hwif->devBartlomiej Zolnierkiewicz
2008-02-01ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz
2008-02-01ide: add IDE_HFLAG_NO_DSC host flagBartlomiej Zolnierkiewicz
2008-02-01ide: add IDE_HFLAG_CLEAR_SIMPLEX host flagBartlomiej Zolnierkiewicz
2008-02-01ide: ide_setup_dma() assumes 8 portsSergei Shtylyov
2008-02-01ide: add ide_dump_identify() debug helperBartlomiej Zolnierkiewicz
2008-02-01ide-cd: move lba_to_msf() and msf_to_lba() to <linux/cdrom.h>Bartlomiej Zolnierkiewicz
2008-02-01ide: make wait_drive_not_busy() static againAdrian Bunk
2008-02-01ide: small ide-scan-pci.c cleanupAdrian Bunk
2008-02-01SUNRPC: spin svc_rqst initialization to its own functionJeff Layton
2008-02-01rdma: SVCRMDA Header FileTom Tucker
2008-02-01svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker
2008-02-01svc: Add svc API that queries for a transport instanceTom Tucker
2008-02-01svc: Add /proc/sys/sunrpc/transport filesTom Tucker
2008-02-01svc: Add transport hdr size for defer/revisitTom Tucker
2008-02-01svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker
2008-02-01svc: Removing remaining references to rq_sock in rqstpTom Tucker
2008-02-01svc: Move the sockaddr information to svc_xprtTom Tucker
2008-02-01svc: Make deferral processing xprt independentTom Tucker
2008-02-01svc: Move the authinfo cache to svc_xprt.Tom Tucker
2008-02-01svc: Remove sk_lastrecvTom Tucker
2008-02-01svc: Change svc_sock_received to svc_xprt_received and export itTom Tucker
2008-02-01svc: Make svc_send transport neutralTom Tucker
2008-02-01svc: Move sk_reserved to svc_xprtTom Tucker
2008-02-01svc: Make close transport independentTom Tucker
2008-02-01svc: Move sk_server and sk_pool to svc_xprtTom Tucker
2008-02-01svc: Move sk_flags to the svc_xprt structureTom Tucker
2008-02-01svc: Change sk_inuse to a krefTom Tucker
2008-02-01svc: Change services to use new svc_create_xprt serviceTom Tucker
2008-02-01svc: Add a generic transport svc_create_xprt functionTom Tucker
2008-02-01svc: Add xpo_accept transport functionTom Tucker