summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-01svc: Change svc_sock_received to svc_xprt_received and export itTom Tucker1-1/+1
2008-02-01svc: Make svc_send transport neutralTom Tucker2-1/+1
2008-02-01svc: Move sk_reserved to svc_xprtTom Tucker2-2/+1
2008-02-01svc: Make close transport independentTom Tucker2-3/+3
2008-02-01svc: Move sk_server and sk_pool to svc_xprtTom Tucker2-3/+5
2008-02-01svc: Move sk_flags to the svc_xprt structureTom Tucker2-13/+12
2008-02-01svc: Change sk_inuse to a krefTom Tucker2-1/+8
2008-02-01svc: Change services to use new svc_create_xprt serviceTom Tucker1-1/+0
2008-02-01svc: Add a generic transport svc_create_xprt functionTom Tucker1-0/+4
2008-02-01svc: Add xpo_accept transport functionTom Tucker2-0/+2
2008-02-01svc: Add a transport function that checks for write spaceTom Tucker1-0/+1
2008-02-01svc: Add xpo_prep_reply_hdrTom Tucker1-0/+1
2008-02-01svc: Add per-transport delete functionsTom Tucker1-0/+2
2008-02-01svc: Add transport specific xpo_release functionTom Tucker2-1/+2
2008-02-01svc: Move sk_sendto and sk_recvfrom to svc_xprt_classTom Tucker2-3/+2
2008-02-01svc: Add a max payload value to the transportTom Tucker1-0/+1
2008-02-01svc: Change the svc_sock in the rqstp structure to a transportTom Tucker1-1/+4
2008-02-01svc: Make svc_sock the tcp/udp transportTom Tucker2-1/+4