summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: enable KVM_CAP_IOEVENTFDNikolay Nikolaev2015-03-301-0/+1
* KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara2015-03-302-49/+37
* KVM: arm/arm64: remove now unneeded include directory from MakefileAndre Przywara2015-03-261-1/+1
* arm/arm64: KVM: Fix migration race in the arch timerChristoffer Dall2015-03-141-1/+1
* arm/arm64: KVM: export VCPU power state via MP_STATE ioctlAlex Bennée2015-03-141-2/+19
* arm/arm64: KVM: Optimize handling of Access Flag faultsMarc Zyngier2015-03-122-0/+61
* arm/arm64: KVM: Implement Stage-2 page agingMarc Zyngier2015-03-124-12/+100
* arm/arm64: KVM: Allow handle_hva_to_gpa to return a valueMarc Zyngier2015-03-121-9/+14
* KVM: arm/arm64: add irqfd supportEric Auger2015-03-124-1/+7
* KVM: arm/arm64: implement kvm_arch_intc_initializedEric Auger2015-03-122-0/+7
* KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIPEric Auger2015-03-121-1/+0
* arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}Christoffer Dall2015-03-126-63/+10
* KVM: arm/arm64: prefer IS_ENABLED to a static variablePaolo Bonzini2015-03-111-12/+5
* arm/arm64: KVM: Add exit reaons to kvm_exit event tracingWei Huang2015-02-232-4/+8
* ARM: KVM: Fix size check in __coherent_cache_guest_pageJan Kiszka2015-02-231-1/+1
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-221-1/+1
|\
| * ARM: 8305/1: DMA: Fix kzalloc flags in __iommu_alloc_buffer()Alexandre Courbot2015-02-201-1/+1
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-2141-58/+88
|\ \
| * | ARM: make of_device_ids constUwe Kleine-König2015-02-1915-16/+16
| * | ARM: make arrays containing machine compatible strings constUwe Kleine-König2015-02-1911-16/+16
| * | ARM: mm: Remove Kconfig symbol CACHE_PL310Paul Bolle2015-02-182-8/+0
| * | Merge tag 'arm-soc/for-3.20/dts' of http://github.com/broadcom/stblinux into ...Arnd Bergmann2015-02-182-2/+23
| |\ \
| | * | ARM: dts: add I2C device nodes for Broadcom CygnusRay Jui2015-02-161-0/+20
| | * | ARM: dts: BCM63xx: fix L2 cache propertiesFlorian Fainelli2015-02-161-2/+3
| * | | ARM: rockchip: force built-in regulator support for PMArnd Bergmann2015-02-181-0/+1
| * | | ARM: mvebu: build armada375-smp code conditionallyArnd Bergmann2015-02-181-1/+1
| * | | ARM: sti: always enable RESET_CONTROLLERArnd Bergmann2015-02-181-0/+1
| * | | ARM: rockchip: make rockchip_suspend_init conditionalArnd Bergmann2015-02-181-0/+6
| * | | ARM: ixp4xx: fix {in,out}s{bwl} data typesArnd Bergmann2015-02-181-6/+13
| * | | ARM: prima2: do not select SMP_ON_UPArnd Bergmann2015-02-181-1/+0
| * | | ARM: at91: fix pm declarationsArnd Bergmann2015-02-181-4/+4
| * | | ARM: davinci: multi-soc kernels require AUTO_ZRELADDRArnd Bergmann2015-02-181-0/+2
| * | | ARM: davinci: davinci_cfg_reg cannot be initArnd Bergmann2015-02-181-2/+2
| * | | ARM: BCM: put back ARCH_MULTI_V7 dependency for mobileArnd Bergmann2015-02-181-2/+2
| * | | ARM: vexpress: use ARM_CPU_SUSPEND if neededArnd Bergmann2015-02-181-0/+1
* | | | Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-2117-3867/+343
|\ \ \ \
| * \ \ \ Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Michael Turquette2015-02-021-2/+0
| |\ \ \ \
| | * | | | clk: tegra: make tegra_clocks_apply_init_table() arch_initcallPeter De Schrijver2015-02-021-2/+0
| * | | | | Merge branch 'clk-next' into v3.19-rc7Michael Turquette2015-02-0216-3871/+343
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | clk: Add rate constraints to clocksTomeu Vizoso2015-02-022-0/+4
| | * | | | arm: omap2+ remove dead clock codeMichael Turquette2015-02-023-35/+0
| | * | | | Merge branch 'clk-omap-legacy' into clk-nextMichael Turquette2015-02-025-3737/+32
| | |\ \ \ \
| | | * | | | ARM: OMAP3: remove legacy clock dataTero Kristo2015-01-302-3693/+1
| | | * | | | ARM: OMAP3: use clock data from TI clock driver for legacy bootTero Kristo2015-01-301-9/+19
| | | * | | | ARM: OMAP3: PRM: add support for legacy iomapping initTero Kristo2015-01-302-0/+12
| | | | |/ / | | | |/| |
| | * | | | clk: Make clk API return per-user struct clk instancesTomeu Vizoso2015-02-024-46/+92
| | * | | | ARM: sunxi: dt: Add sample and output mmc clocksMaxime Ripard2015-01-146-103/+265
| | * | | | ARM: dts: sun8i: Add PLL6 and MBUS clock nodesChen-Yu Tsai2014-12-211-8/+24
| | * | | | ARM: dts: sun8i: Unify ahb1 clock nodesChen-Yu Tsai2014-12-211-10/+2
| | * | | | ARM: dts: sun6i: Unify ahb1 clock nodesChen-Yu Tsai2014-12-211-11/+3
| | |/ / /
OpenPOWER on IntegriCloud