summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-12-114-9/+69
|\
| * xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini2014-12-041-0/+4
| * xen/arm: use hypercall to flush caches in map_pageStefano Stabellini2014-12-041-1/+12
| * xen: add a dma_addr_t dev_addr argument to xen_dma_map_pageStefano Stabellini2014-12-041-2/+2
| * arm: introduce is_device_dma_coherentStefano Stabellini2014-12-042-0/+8
| * xen/arm: if(pfn_valid(pfn)) call native dma_opsStefano Stabellini2014-12-041-6/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-1/+0
|\ \
| * | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
| |/
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-1/+0
|\ \
| * \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2014-12-081-1/+0
| |\ \ | | |/ | |/|
| | * cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano2014-11-121-1/+0
* | | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-101-4/+6
|\ \ \
| * | | ARM/PCI: Remove unused pcibios_add_bus() and pcibios_remove_bus()Yijing Wang2014-11-211-4/+0
| * | | ARM/PCI: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-0/+6
| | |/ | |/|
* | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-092-53/+40
|\ \ \
| * | | ARM: Use include/asm-generic/io.hThierry Reding2014-11-102-53/+40
| |/ /
* | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-093-4/+43
|\ \ \
| * \ \ Merge branch 'clocksource/physical-timers' into next/driversOlof Johansson2014-12-041-0/+9
| |\ \ \
| | * | | clocksource: arch_timer: Fix code to use physical timers when requestedSonny Rao2014-12-041-0/+9
| | |/ /
| * | | arm: perf: fold hotplug notifier into arm_pmuMark Rutland2014-10-301-0/+1
| * | | arm: perf: fold percpu_pmu into pmu_hw_eventsMark Rutland2014-10-301-0/+6
| * | | arm: perf: kill get_hw_events()Mark Rutland2014-10-301-1/+1
| * | | arm: perf: limit size of accounting dataMark Rutland2014-10-301-2/+2
| * | | arm: perf: make PMU probing data-drivenMark Rutland2014-10-301-0/+23
| * | | arm: perf: factor out callchain codeMark Rutland2014-10-301-1/+1
| |/ /
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-12-091-1/+9
|\ \ \ | |_|/ |/| |
| * | ARM: firmware: add AFTR mode support to firmware do_idle methodBartlomiej Zolnierkiewicz2014-10-211-1/+1
| * | ARM: firmware: Introduce suspend and resume operationsTomasz Figa2014-10-211-0/+8
| |/
* | ARM: 8226/1: cacheflush: get rid of restarting blockVladimir Murzin2014-11-271-11/+0
|/
* Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-182-5/+28
|\
| * arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2Christoffer Dall2014-10-141-3/+26
| * ARM: kvm: define PAGE_S2_DEVICE as read-only by defaultArd Biesheuvel2014-10-101-1/+1
| * arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel2014-10-101-1/+1
* | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-183/+124
|\ \
| * | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-1/+1
| * | locking,arch,arm: Fold atomic_opsPeter Zijlstra2014-08-141-182/+123
* | | Merge branch 'for-v3.18' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2014-10-101-16/+0
|\ \ \
| * | | dma-mapping: Provide write-combine allocationsThierry Reding2014-08-261-16/+0
* | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-094-6/+55
|\ \ \ \
| * | | | arm: mm: enable RCU fast_gupSteve Capper2014-10-091-0/+8
| * | | | arm: mm: enable HAVE_RCU_TABLE_FREE logicSteve Capper2014-10-091-2/+36
| * | | | arm: mm: introduce special ptes for LPAESteve Capper2014-10-093-4/+11
* | | | | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ARM: Define PCI_IOBASE as the base of virtual PCI IO spaceLiviu Dudau2014-09-301-0/+1
| |/ / /
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-25/+0
|\ \ \ \
| * | | | clocksource: arm_arch_timer: Consolidate arch_timer_evtstrm_enableNathan Lynch2014-09-291-11/+0
| * | | | clocksource: arm_arch_timer: Enable counter access for 32-bit ARMNathan Lynch2014-09-291-14/+0
| |/ / /
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+11
|\ \ \ \
| * | | | arm: Tell irq work about self IPI supportFrederic Weisbecker2014-09-132-1/+11
| * | | | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
OpenPOWER on IntegriCloud