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