summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* asm-*/compat.h: fix typo in commentMarcin Ślusarz2008-02-037-7/+7
* time: delete comments that refer to noexistent symbolsLi Zefan2008-02-032-2/+0Star
* radix_tree.h trivial comment correctionTim Pepper2008-02-031-1/+1
* vga.h: Fix prepocessor warningFrank Lichtenheld2008-02-031-1/+1
* move frv docs one level upAdrian Bunk2008-02-035-5/+5
* Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-034-4/+4
* Fix a small number of "memeber" typoes.Robert P. J. Day2008-02-031-1/+1
* linux/dma-mapping.h: rename macro to prevent multiple inclusionRobert P. J. Day2008-02-031-2/+2
* fix typo 'the same the\>'Uwe Kleine-König2008-02-031-2/+2
* ide: move check_dma_crc() to ide-dma.cBartlomiej Zolnierkiewicz2008-02-021-0/+2
* ide: remove ide_ata66_check()Bartlomiej Zolnierkiewicz2008-02-021-1/+0Star
* ide: remove set_transfer()Bartlomiej Zolnierkiewicz2008-02-021-1/+0Star
* ide: remove SATA_*_REG macrosBartlomiej Zolnierkiewicz2008-02-021-6/+0Star
* ide: remove ->nice0 and ->nice2 fields from ide_drive_tBartlomiej Zolnierkiewicz2008-02-022-3/+3
* ide: convert ->straight8 field in ide_hwif_t to bit flagBartlomiej Zolnierkiewicz2008-02-021-1/+1
* ide: remove unused ->auto_poll field from ide_hwif_tBartlomiej Zolnierkiewicz2008-02-021-1/+0Star
* ide: move create_proc_ide_drives() call to ide_device_add_all()Bartlomiej Zolnierkiewicz2008-02-021-0/+2
* ide: factor out devices setup from ide_acpi_init()Bartlomiej Zolnierkiewicz2008-02-021-0/+2
* ide: add ->port_init_devs method to ide_hwif_tBartlomiej Zolnierkiewicz2008-02-021-0/+2
* ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flagsBartlomiej Zolnierkiewicz2008-02-021-5/+8
* ide: add ide_deprecated_find_port() helperBartlomiej Zolnierkiewicz2008-02-021-0/+1
* ide: add 'init_default' and 'restore' arguments to ide_unregister()Bartlomiej Zolnierkiewicz2008-02-021-1/+1
* ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rwBorislav Petkov2008-02-021-0/+3
* ide: add ->cable_detect method to ide_hwif_tBartlomiej Zolnierkiewicz2008-02-021-0/+2
* ide: add struct ide_port_info instances to legacy host driversBartlomiej Zolnierkiewicz2008-02-021-2/+11
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2008-02-022-10/+4Star
|\
| * pda_power: implement pollingAnton Vorontsov2008-02-021-0/+1
| * power_supply: add few more values and propsDmitry Baryshkov2008-02-021-0/+3
| * power: remove POWER_SUPPLY_PROP_CAPACITY_LEVELAndres Salomon2008-02-021-10/+0Star
* | Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-02-0219-104/+475
|\ \
| * | SUNRPC: spin svc_rqst initialization to its own functionJeff Layton2008-02-011-0/+2
| * | rdma: SVCRMDA Header FileTom Tucker2008-02-011-0/+262
| * | svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker2008-02-011-0/+1
| * | svc: Add svc API that queries for a transport instanceTom Tucker2008-02-011-0/+1
| * | svc: Add /proc/sys/sunrpc/transport filesTom Tucker2008-02-011-0/+1
| * | svc: Add transport hdr size for defer/revisitTom Tucker2008-02-011-0/+2
| * | svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker2008-02-011-0/+27
| * | svc: Removing remaining references to rq_sock in rqstpTom Tucker2008-02-011-4/+1Star
| * | svc: Move the sockaddr information to svc_xprtTom Tucker2008-02-012-4/+51
| * | svc: Make deferral processing xprt independentTom Tucker2008-02-013-4/+3Star
| * | svc: Move the authinfo cache to svc_xprt.Tom Tucker2008-02-012-5/+4Star
| * | svc: Remove sk_lastrecvTom Tucker2008-02-011-1/+0Star
| * | svc: Change svc_sock_received to svc_xprt_received and export itTom Tucker2008-02-011-1/+1
| * | svc: Make svc_send transport neutralTom Tucker2008-02-012-1/+1
| * | svc: Move sk_reserved to svc_xprtTom Tucker2008-02-012-2/+1Star
| * | svc: Make close transport independentTom Tucker2008-02-012-3/+3
| * | svc: Move sk_server and sk_pool to svc_xprtTom Tucker2008-02-012-3/+5
| * | svc: Move sk_flags to the svc_xprt structureTom Tucker2008-02-012-13/+12Star
| * | svc: Change sk_inuse to a krefTom Tucker2008-02-012-1/+8
| * | svc: Change services to use new svc_create_xprt serviceTom Tucker2008-02-011-1/+0Star