aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-3/+0
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-55/+30
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-0/+6
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds3-57/+0
2008-02-03Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+6
2008-02-03[IPV6]: Reorg struct ifmcaddr6 to save some bytesArnaldo Carvalho de Melo1-1/+1
2008-02-03[INET_TIMEWAIT_SOCK]: Reorganize struct inet_timewait_sock to save some bytesArnaldo Carvalho de Melo1-1/+1
2008-02-03[DCCP]: Reorganize struct dccp_sock to save 8 bytesArnaldo Carvalho de Melo1-1/+1
2008-02-03[INET6]: Reorganize struct inet6_dev to save 8 bytesArnaldo Carvalho de Melo1-2/+2
2008-02-03[SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo4-48/+16
2008-02-03PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case1-2/+3
2008-02-03Remove __INIT_REFOK and __INITDATA_REFOKRalf Baechle1-3/+0
2008-02-02PM: Export device_pm_schedule_removalRafael J. Wysocki1-0/+6
2008-02-02Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman3-57/+0
2008-02-02ide: move check_dma_crc() to ide-dma.cBartlomiej Zolnierkiewicz1-0/+2
2008-02-02ide: remove ide_ata66_check()Bartlomiej Zolnierkiewicz1-1/+0
2008-02-02ide: remove set_transfer()Bartlomiej Zolnierkiewicz1-1/+0
2008-02-02ide: remove SATA_*_REG macrosBartlomiej Zolnierkiewicz1-6/+0
2008-02-02ide: remove ->nice0 and ->nice2 fields from ide_drive_tBartlomiej Zolnierkiewicz2-3/+3
2008-02-02ide: convert ->straight8 field in ide_hwif_t to bit flagBartlomiej Zolnierkiewicz1-1/+1
2008-02-02ide: remove unused ->auto_poll field from ide_hwif_tBartlomiej Zolnierkiewicz1-1/+0
2008-02-02ide: move create_proc_ide_drives() call to ide_device_add_all()Bartlomiej Zolnierkiewicz1-0/+2
2008-02-02ide: factor out devices setup from ide_acpi_init()Bartlomiej Zolnierkiewicz1-0/+2
2008-02-02ide: add ->port_init_devs method to ide_hwif_tBartlomiej Zolnierkiewicz1-0/+2
2008-02-02ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flagsBartlomiej Zolnierkiewicz1-5/+8
2008-02-02ide: add ide_deprecated_find_port() helperBartlomiej Zolnierkiewicz1-0/+1
2008-02-02ide: add 'init_default' and 'restore' arguments to ide_unregister()Bartlomiej Zolnierkiewicz1-1/+1
2008-02-02ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rwBorislav Petkov1-0/+3
2008-02-02ide: add ->cable_detect method to ide_hwif_tBartlomiej Zolnierkiewicz1-0/+2
2008-02-02ide: add struct ide_port_info instances to legacy host driversBartlomiej Zolnierkiewicz1-2/+11
2008-02-02Merge git://git.infradead.org/battery-2.6Linus Torvalds2-10/+4
2008-02-02Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds19-104/+475
2008-02-02Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds5-27/+66
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds4-119/+311
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds18-307/+389
2008-02-02pda_power: implement pollingAnton Vorontsov1-0/+1
2008-02-02power_supply: add few more values and propsDmitry Baryshkov1-0/+3
2008-02-02power: remove POWER_SUPPLY_PROP_CAPACITY_LEVELAndres Salomon1-10/+0
2008-02-01Hibernation: Introduce begin() and end() callbacksRafael J. Wysocki1-5/+9
2008-02-01ACPI: Separate invocations of _GTS and _BFS from _PTS and _WAKRafael J. Wysocki1-0/+2
2008-02-01Suspend: Introduce begin() and end() callbacksRafael J. Wysocki1-11/+18
2008-02-01PM: Convert PM notifiers to out-of-line codeAlan Stern1-11/+2
2008-02-01Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)Alan Stern1-0/+2
2008-02-01Hibernation: Introduce exportable suspend ioctls header (rev. 2)Rafael J. Wysocki2-0/+33
2008-02-01PCI: make pci_bus a struct deviceGreg Kroah-Hartman1-2/+2
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