summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * NFS: Fix the type of struct nfs_fattr->modeTrond Myklebust2009-03-111-2/+1
| | * NFS: Shrink the struct nfs_fattrTrond Myklebust2009-03-111-4/+3
| | * NFSv4: Support NFSv4 optional attributes in the struct nfs_fattrTrond Myklebust2009-03-111-7/+41
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-04-011-0/+6
|\ \ \ | |/ / |/| |
| * | ext4: Use WRITE_SYNC for commits which are caused by fsync()Theodore Ts'o2009-03-251-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2009-04-011-29/+27
|\ \ \
| * | | ide: inline SELECT_DRIVE()Sergei Shtylyov2009-03-311-1/+0
| * | | ide: turn selectproc() method into dev_select() method (take 5)Sergei Shtylyov2009-03-311-3/+3
| * | | ide: rename IDE_TFLAG_IN_[HOB_]FEATURESergei Shtylyov2009-03-311-4/+8
| * | | ide: turn set_irq() method into write_devctl() methodSergei Shtylyov2009-03-311-4/+2
| * | | ide-floppy: use ide_pio_bytes()Bartlomiej Zolnierkiewicz2009-03-311-5/+0
| * | | ide: decrease size of ->pc_buf field in struct ide_atapi_pcBartlomiej Zolnierkiewicz2009-03-311-1/+1
| * | | ide: sanitize ide_build_sglist() and ide_destroy_dmatable()Bartlomiej Zolnierkiewicz2009-03-311-3/+3
| * | | ide: add ->dma_check methodBartlomiej Zolnierkiewicz2009-03-311-0/+1
| * | | ide: add ide_dma_prepare() helperBartlomiej Zolnierkiewicz2009-03-311-3/+4
| * | | ide: destroy DMA mappings after ending DMA (v2)Bartlomiej Zolnierkiewicz2009-03-311-0/+1
| * | | ide: add ->dma_clear method and remove ->dma_timeout oneBartlomiej Zolnierkiewicz2009-03-311-2/+2
| * | | ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requestsBartlomiej Zolnierkiewicz2009-03-311-5/+0
| * | | ide-cd: use scatterlists for PIO transfers (fs requests)Bartlomiej Zolnierkiewicz2009-03-311-0/+4
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-04-017-84/+165
|\ \ \ \
| * | | | PCI: save and restore PCIe 2.0 registersYu Zhao2009-03-261-0/+2
| * | | | PCI: Introduce pci_rescan_bus()Alex Chiang2009-03-201-0/+3
| * | | | PCI: pci_is_root_bus helperKenji Kaneshige2009-03-201-0/+9
| * | | | PCI: handle SR-IOV Virtual Function MigrationYu Zhao2009-03-201-0/+6
| * | | | PCI: add SR-IOV API for Physical Function driverYu Zhao2009-03-201-1/+18
| * | | | PCI: initialize and release SR-IOV capabilityYu Zhao2009-03-202-0/+44
| * | | | PCI: Compaq Evo D510 SMBus quirk using USB instead of VGADavid O'Shea2009-03-201-0/+1
| * | | | PCI MSI: Add support for multiple MSIMatthew Wilcox2009-03-202-2/+5
| * | | | PCI MSI: Refactor interrupt masking codeMatthew Wilcox2009-03-201-3/+2
| * | | | PCI MSI: Use mask_pos instead of mask_base when appropriateMatthew Wilcox2009-03-201-1/+4
| * | | | PCI MSI: Replace 'type' with 'is_msix'Matthew Wilcox2009-03-201-2/+2
| * | | | PCI: fix incorrect mask of PM No_Soft_Reset bitYu Zhao2009-03-201-1/+1
| * | | | PCI/ACPI: fix wrong assumption in acpi_find_root_bridge_handleKenji Kaneshige2009-03-201-6/+6
| * | | | PCI/ACPI: fix wrong assumption in acpi_pci_get_bridge_handleKenji Kaneshige2009-03-201-5/+4
| * | | | PCI: PCIe portdrv: Implement pm objectRafael J. Wysocki2009-03-201-1/+1
| * | | | PCI: constify pci_bus_assign_resources()Andrew Morton2009-03-191-1/+1
| * | | | PCI: constify pci_bus_add_devices()akpm@linux-foundation.org2009-03-191-1/+1
| * | | | PCI/ACPI: rename pci_osc_control_set()Kenji Kaneshige2009-03-192-45/+34
| * | | | PCI/ACPI: move _OSC code to pci_root.cKenji Kaneshige2009-03-191-1/+0
| * | | | PCI/PCIe portdrv: Fix allocation of interruptsRafael J. Wysocki2009-03-191-4/+8
| * | | | PCI/MSI: Introduce pci_msix_table_size()Rafael J. Wysocki2009-03-191-0/+5
| * | | | PCI: PCIe portdrv: Remove struct pcie_port_service_idRafael J. Wysocki2009-03-191-9/+8
| * | | | PCI: PCIe portdrv: Simplily probe callback of service driversRafael J. Wysocki2009-03-191-2/+1
| * | | | PCI: PCIe portdrv: Aviod using service devices with wrong interruptsRafael J. Wysocki2009-03-191-0/+1
| * | | | PCI: PCIe portdrv: Use driver data to simplify codeRafael J. Wysocki2009-03-191-1/+0
* | | | | fbdev: update s1d13xxxfb to differ between revisions and production idsKristoffer Ericson2009-04-011-6/+10
* | | | | fbdev: newport: newport_*wait() return 0 on timeoutRoel Kluin2009-04-011-2/+2
* | | | | fbdev: uninline lock_fb_info()Andrew Morton2009-04-011-9/+1
* | | | | cirrusfb: add accelerator constantKrzysztof Helt2009-04-011-0/+1
* | | | | cirrusfb: Laguna chipset 8bpp fixKrzysztof Helt2009-04-011-1/+0