summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmapLinus Torvalds2009-12-1154-1072/+111
|\
| * 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
| * Unify sys_mmap*Al Viro2009-12-1144-907/+76
| * 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-111-3/+7
| * kill useless checks in sparc mremap variantsAl Viro2009-12-115-51/+2
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-1120-482/+590
|\ \ | |/ |/|
| * PCI: add pci_request_acsChris Wright2009-12-042-0/+7
| * x86/PCI: claim SR-IOV BARs in pcibios_allocate_resourceYinghai Lu2009-12-041-2/+15
| * 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
| * x86/PCI: MMCONFIG: trivial is_mmconf_reserved() interface simplificationBjorn Helgaas2009-11-241-7/+5
| * x86/PCI: MMCONFIG: add resource to struct pci_mmcfg_regionBjorn Helgaas2009-11-242-31/+38
| * x86/PCI: MMCONFIG: use pointer to simplify pci_mmcfg_config[] structure accessBjorn Helgaas2009-11-241-5/+7
| * x86/PCI: MMCONFIG: rename pci_mmcfg_region structure membersBjorn Helgaas2009-11-244-39/+39
| * x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG oneBjorn Helgaas2009-11-244-10/+17
| * x86/PCI: MMCONFIG: add PCI_MMCFG_BUS_OFFSET() to factor common expressionBjorn Helgaas2009-11-244-17/+18
| * x86/PCI: MMCONFIG: reject MMCONFIG apertures at address zeroBjorn Helgaas2009-11-241-6/+6
| * x86/PCI: MMCONFIG: simplify tests for empty pci_mmcfg_config tableBjorn Helgaas2009-11-241-3/+0
| * x86/PCI: MMCONFIG: centralize MCFG structure managementBjorn Helgaas2009-11-241-46/+39
| * x86/PCI: MMCONFIG: step through MCFG table, not pci_mmcfg_config[]Bjorn Helgaas2009-11-241-1/+4
| * x86/PCI: MMCONFIG: count MCFG structures with local variableBjorn Helgaas2009-11-241-5/+7
| * x86/PCI: MMCONFIG: remove unused definitionsBjorn Helgaas2009-11-241-4/+0
| * x86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.cYinghai Lu2009-11-244-100/+103
| * PCI: fix comment typo in bus_numa.hJiri Kosina2009-11-241-1/+1
| * x86/PCI: remove early PCI pr_debug statementsAlex Chiang2009-11-241-7/+0
| * ia64/xen: compilation fixIsaku Yamahata2009-11-061-27/+1
| * x86/PCI: remove 64-bit divisionBjorn Helgaas2009-11-061-3/+3
| * x86/PCI: fix bogus host bridge window start/end alignment from _CRSBjorn Helgaas2009-11-041-0/+25
| * x86/PCI: for debuggability, show host bridge windows even when ignoring _CRSBjorn Helgaas2009-11-041-8/+18
| * PCI: improve discovery/configuration messagesBjorn Helgaas2009-11-041-3/+6
| * x86/PCI: print domain:bus in conventional formatBjorn Helgaas2009-11-041-3/+5
| * vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas2009-11-043-12/+17
| * x86/PCI: use -DDEBUG when CONFIG_PCI_DEBUG setBjorn Helgaas2009-11-041-0/+4
| * xen: move Xen-testing predicates to common headerJeremy Fitzhardinge2009-11-042-27/+1
| * x86/PCI: allow MMCONFIG above 4GBBjorn Helgaas2009-11-041-11/+20
| * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabledSuresh Siddha2009-11-041-0/+9
| * ia64/PCI: print resources consistently with %pRtBjorn Helgaas2009-11-041-5/+16
| * x86/PCI: print resources consistently with %pRtBjorn Helgaas2009-11-042-10/+16
| * x86/PCI: Use generic cacheline sizing instead of per-vendor tests.Dave Jones2009-11-041-7/+11