aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmapLinus Torvalds2009-12-11
|\
| * Add missing alignment check in arch/score sys_mmap()Al Viro2009-12-11
| * fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro2009-12-11
| * Get rid of open-coding in ia64_brk()Al Viro2009-12-11
| * sparc_brk() is not needed anymoreAl Viro2009-12-11
| * switch do_brk() to get_unmapped_area()Al Viro2009-12-11
| * Take arch_mmap_check() into get_unmapped_area()Al Viro2009-12-11
| * fix a struct file leak in do_mmap_pgoff()Al Viro2009-12-11
| * Unify sys_mmap*Al Viro2009-12-11
| * Cut hugetlb case early for 32bit on ia64Al Viro2009-12-11
| * arch_mmap_check() on mn10300Al Viro2009-12-11
| * Kill ancient crap in s390 compat mmapAl Viro2009-12-11
| * arm: add arch_mmap_check(), get rid of sys_arm_mremap()Al Viro2009-12-11
| * file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()Al Viro2009-12-11
| * kill useless checks in sparc mremap variantsAl Viro2009-12-11
| * fix pgoff in "have to relocate" case of mremap()Al Viro2009-12-11
| * fix the arch checks in MREMAP_FIXED caseAl Viro2009-12-11
| * fix checks for expand-in-place mremapAl Viro2009-12-11
| * do_mremap() untangling, part 3Al Viro2009-12-11
| * do_mremap() untangling, part 2Al Viro2009-12-11
| * untangling do_mremap(), part 1Al Viro2009-12-11
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-11
|\ \
| * | PCI: fix coding style issue in pci_save_state()Kleber Sacilotto de Souza2009-12-04
| * | PCI: add pci_request_acsChris Wright2009-12-04
| * | PCI: fix BUG_ON triggered by logical PCIe root port removalKenji Kaneshige2009-12-04
| * | PCI: remove ifdefed pci_cleanup_aer_correct_error_statusAndrew Patterson2009-12-04
| * | PCI: unconditionally clear AER uncorr status register during cleanupAndrew Patterson2009-12-04
| * | x86/PCI: claim SR-IOV BARs in pcibios_allocate_resourceYinghai Lu2009-12-04
| * | PCI: portdrv: remove redundant definitionsKenji Kaneshige2009-12-04
| * | PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige2009-12-04
| * | PCI: portdrv: minor cleanup for pcie_port_device_registerKenji Kaneshige2009-12-04
| * | PCI: portdrv: add missing irq cleanupKenji Kaneshige2009-12-04
| * | PCI: portdrv: enable device before irq initializationKenji Kaneshige2009-12-04
| * | PCI: portdrv: cleanup service irqs initializationKenji Kaneshige2009-12-04
| * | PCI: portdrv: check capabilities firstKenji Kaneshige2009-12-04
| * | PCI: portdrv: move PME capability checkKenji Kaneshige2009-12-04
| * | PCI: portdrv: remove redundant pcie type calculationKenji Kaneshige2009-12-04
| * | PCI: portdrv: cleanup pcie_device registrationKenji Kaneshige2009-12-04
| * | PCI: portdrv: remove redundant pcie_port_device_probeKenji Kaneshige2009-12-04
| * | PCI: Always set prefetchable base/limit upper32 registersAlex Williamson2009-12-04
| * | PCI: read-modify-write the pcie device control register when initiating pcie flrShmulik Ravid2009-12-04
| * | PCI: show dma_mask bits in /sysYinghai Lu2009-12-04
| * | PCI: add debug output for DMA mask infoYinghai Lu2009-12-04
| * | PCI: ibmphp_hpc: don't release hw sem twice if kthread stopsJesse Barnes2009-12-04
| * | x86/PCI: MMCONFIG: add lookup functionBjorn Helgaas2009-11-24
| * | x86/PCI: MMCONFIG: clean up printksBjorn Helgaas2009-11-24
| * | x86/PCI: MMCONFIG: add pci_mmconfig_remove() to remove MMCONFIG regionBjorn Helgaas2009-11-24
| * | x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a tableBjorn Helgaas2009-11-24
| * | x86/PCI: MMCONFIG: remove typeof so we can use a listBjorn Helgaas2009-11-24
| * | x86/PCI: MMCONFIG: add virtual address to struct pci_mmcfg_regionBjorn Helgaas2009-11-24