summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-0834-323/+91
|\
| * Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-2827-322/+34
| |\
| | * ia64: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-30/+1
| | * ia64: Remove redundant checks for WC in pci_mmap_page_range()David Woodhouse2017-04-201-16/+2
| | * ia64: Remove redundant valid_mmap_phys_addr_range() from pci_mmap_page_range()David Woodhouse2017-04-201-3/+0
| | * x86/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-48/+1
| | * unicore32/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-24/+1
| | * sh/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-22/+1
| | * parisc: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-29/+1
| | * mn10300/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-24/+1
| | * MIPS: PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-26/+1
| | * cris/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-23/+1
| | * ARM/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-20/+1
| | * PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse2017-04-201-0/+2
| | * PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-2013-15/+26
| | * PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse2017-04-184-2/+6
| | * PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-1813-38/+1
| | * PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse2017-04-183-2/+7
| | * xtensa/PCI: Do not mmap PCI BARs to userspace as write-throughDavid Woodhouse2017-04-181-20/+1
| * | Merge branch 'pci/resource' into nextBjorn Helgaas2017-04-283-0/+17
| |\ \
| | * | powerpc/powernv: Override pcibios_default_alignment() to force PCI devices to...Yongji Xie2017-04-193-0/+17
| | |/
| * | Merge branch 'pci/ioremap' into nextBjorn Helgaas2017-04-284-0/+39
| |\ \
| | * | ARM: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi2017-04-243-0/+29
| | * | ARM64: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi2017-04-241-0/+10
| | |/
| * / ARM: DRA7: clockdomain: Change the CLKTRCTRL of CM_PCIE_CLKSTCTRL to SW_WKUPKishon Vijay Abraham I2017-04-281-1/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-0865-234/+212
|\ \
| * | format-security: move static strings to constKees Cook2017-05-083-6/+6
| * | treewide: decouple cacheflush.h and set_memory.hLaura Abbott2017-05-087-11/+3
| * | x86: use set_memory.h headerLaura Abbott2017-05-0815-12/+15
| * | s390: use set_memory.h headerLaura Abbott2017-05-087-1/+7
| * | arm64: use set_memory.h headerLaura Abbott2017-05-082-0/+2
| * | arm: use set_memory.h headerLaura Abbott2017-05-084-0/+4
| * | treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2017-05-088-136/+155
| * | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-089-10/+10
| * | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-082-2/+2
| * | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-8/+2
| * | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-083-6/+6
| * | powerpc/fadump: reuse crashkernel parameter for fadump memory reservationHari Bathini2017-05-081-13/+10
| * | powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini2017-05-085-37/+16
| * | ia64: reuse append_elf_note() and final_note() functionsHari Bathini2017-05-081-22/+0
| * | crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini2017-05-081-0/+4
| * | cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan2017-05-082-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-08121-3150/+7950
|\ \ \
| * | | kvm: nVMX: Don't validate disabled secondary controlsJim Mattson2017-05-051-3/+4
| * | | Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini2017-05-032-30/+33
| * | | KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand2017-05-024-18/+11
| * | | Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2017-04-2735-617/+694
| |\ \ \
| | * | | ARM: KVM: Fix idmap stub entry when running Thumb-2 codeMarc Zyngier2017-04-201-1/+0
| | * | | ARM: hyp-stub: Fix Thumb-2 compilationMarc Zyngier2017-04-201-1/+1
| | * | | KVM: arm/arm64: fix races in kvm_psci_vcpu_onAndrew Jones2017-04-191-1/+7