summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-02-04x86: remove final FASTCALL() usesHarvey Harrison3-5/+5
2008-02-04x86: remove special NUMAQ support in io_32.hAndi Kleen1-25/+0
2008-02-04x86: move NUMAQ io handling into arch/x86/pci/numa.cAndi Kleen1-0/+2
2008-02-04x86: update reference for PAE tlb flushingJeremy Fitzhardinge2-4/+8
2008-02-04x86: pud_clear: only reload cr3 if necessaryJeremy Fitzhardinge1-4/+7
2008-02-04x86: revert "defer cr3 reload when doing pud_clear()"Jeremy Fitzhardinge1-15/+6
2008-02-04x86: sparse errors from string_32.hHarvey Harrison1-4/+4
2008-02-04asm-generic/tlb.h: remove <linux/quicklist.h>H. Peter Anvin1-1/+0
2008-02-04x86: unify CPU feature string namesH. Peter Anvin1-3/+9
2008-02-04x86: reintroduce volatile keyword in prototype to clflush()H. Peter Anvin1-2/+2
2008-02-04x86: use _ASM_EXTABLE macro in include/asm-x86/uaccess_64.hH. Peter Anvin1-8/+2
2008-02-04x86: use _ASM_EXTABLE macro in include/asm-x86/uaccess_32.hH. Peter Anvin1-13/+5
2008-02-04x86: use _ASM_EXTABLE macro in include/asm-x86/system.hH. Peter Anvin1-10/+5
2008-02-04x86: use _ASM_EXTABLE macro in include/asm-x86/msr.hH. Peter Anvin1-8/+2
2008-02-04x86: use _ASM_EXTABLE macro in include/asm-x86/i387.hH. Peter Anvin1-12/+4
2008-02-04x86: use _ASM_EXTABLE macro in include/asm-x86/futex.hH. Peter Anvin1-17/+6
2008-02-04x86: add _ASM_EXTABLE macro to <asm/asm.h>H. Peter Anvin1-0/+7
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/...Linus 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