summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Merge branch 'pci/resource-mmap' into nextBjorn Helgaas27-322/+34
2017-04-28Merge branch 'pci/resource' into nextBjorn Helgaas3-0/+17
2017-04-28Merge branch 'pci/ioremap' into nextBjorn Helgaas4-0/+39
2017-04-28ARM: DRA7: clockdomain: Change the CLKTRCTRL of CM_PCIE_CLKSTCTRL to SW_WKUPKishon Vijay Abraham I1-1/+1
2017-04-24ARM: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi3-0/+29
2017-04-24ARM64: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi1-0/+10
2017-04-20ia64: Use generic pci_mmap_resource_range()David Woodhouse2-30/+1
2017-04-20ia64: Remove redundant checks for WC in pci_mmap_page_range()David Woodhouse1-16/+2
2017-04-20ia64: Remove redundant valid_mmap_phys_addr_range() from pci_mmap_page_range()David Woodhouse1-3/+0
2017-04-20x86/PCI: Use generic pci_mmap_resource_range()David Woodhouse2-48/+1
2017-04-20unicore32/PCI: Use generic pci_mmap_resource_range()David Woodhouse2-24/+1
2017-04-20sh/PCI: Use generic pci_mmap_resource_range()David Woodhouse2-22/+1
2017-04-20parisc: Use generic pci_mmap_resource_range()David Woodhouse2-29/+1
2017-04-20mn10300/PCI: Use generic pci_mmap_resource_range()David Woodhouse2-24/+1
2017-04-20MIPS: PCI: Use generic pci_mmap_resource_range()David Woodhouse2-26/+1
2017-04-20cris/PCI: Use generic pci_mmap_resource_range()David Woodhouse2-23/+1
2017-04-20ARM/PCI: Use generic pci_mmap_resource_range()David Woodhouse2-20/+1
2017-04-20PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse1-0/+2
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse13-15/+26
2017-04-19powerpc/powernv: Override pcibios_default_alignment() to force PCI devices to...Yongji Xie3-0/+17
2017-04-18PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse4-2/+6
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse13-38/+1
2017-04-18PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse3-2/+7
2017-04-18xtensa/PCI: Do not mmap PCI BARs to userspace as write-throughDavid Woodhouse1-20/+1
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-24/+46
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+12
2017-03-04Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-33/+10
2017-03-04Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds8-30/+71
2017-03-04Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds25-296/+778
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds475-144/+757
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells2-0/+2
2017-03-03Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+11
2017-03-03sched/headers: Remove the <linux/topology.h> include from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-03sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/a...Ingo Molnar1-1/+0
2017-03-03sched/core: Remove unused prefetch_stack()Ingo Molnar2-25/+0
2017-03-03sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>Ingo Molnar2-0/+4
2017-03-03sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sc...Ingo Molnar2-2/+2
2017-03-03sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched...Ingo Molnar1-0/+1
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2-3/+2
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar24-21/+25
2017-03-03Merge tag 'juno-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-6/+7
2017-03-03ARM: deconfig: fix the moxart defconfigLinus Walleij1-6/+6
2017-03-02Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář3-7/+9
2017-03-02ARM: ux500: resume the second core properlyLinus Walleij5-60/+7
2017-03-02Merge branch 'next/late' with mainlineArnd Bergmann18-224/+758
2017-03-02sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...Ingo Molnar5-0/+6
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2-0/+4
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar7-4/+8