summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2015-10-24ARM: exynos_defconfig: Enable rtl8152 ethernet driver for Odroid-XU4Anand Moon1-0/+1
2015-10-24ARM: exynos_defconfig: Enable WiFi-Ex as a module instead built-inJavier Martinez Canillas1-2/+2
2015-10-24ARM: exynos_defconfig: Disable simplefb supportJavier Martinez Canillas1-1/+0
2015-10-24ARM: exynos_defconfig: Enable LEDS for Odroid-XU3/XU4Anand Moon1-0/+6
2015-10-24ARM: multi_v7_defconfig: Enable DWC2 USB driver and USB ethernet gadgetMarek Szyprowski1-0/+2
2015-10-24ARM: exynos_defconfig: Enable DWC2 USB driver and USB ethernet gadgetMarek Szyprowski1-0/+2
2015-10-24ARM: exynos_defconfig: Enable USB Video Class supportJavier Martinez Canillas1-0/+4
2015-10-23ARM: OMAP3: hwmod data: Remove legacy mailbox data and addrsSuman Anna1-29/+0
2015-10-23ARM: DRA7: hwmod data: Remove spinlock hwmod addrsSuman Anna1-10/+0
2015-10-23ARM: OMAP4: hwmod data: Remove spinlock hwmod addrsSuman Anna1-10/+0
2015-10-23ARM: DRA7/AM335x/AM437x: hwmod: Remove gpmc address space from hwmod dataFranklin S Cooper Jr2-20/+0
2015-10-24ARM: dts: use exynos5420-dw-mshc compatible for exynos3250Jaehoon Chung1-2/+2
2015-10-23ARM: Add msi.h to KbuildLey Foon Tan1-0/+1
2015-10-23Merge tag 'imx-defconfig-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson1-1/+1
2015-10-23Merge tag 'imx-dt-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawn...Olof Johansson48-78/+2743
2015-10-23Merge tag 'imx-soc-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson5-6/+127
2015-10-23Merge tag 'v4.3-next-dts' of https://github.com/mbgg/linux-mediatek into next/dtOlof Johansson3-23/+54
2015-10-23Merge tag 'v4.3-next-soc' of https://github.com/mbgg/linux-mediatek into next...Olof Johansson3-0/+171
2015-10-23Merge tag 'sunxi-defconfig-for-4.4' of https://git.kernel.org/pub/scm/linux/k...Olof Johansson2-0/+5
2015-10-23Merge tag 'sunxi-core-for-4.4' of https://git.kernel.org/pub/scm/linux/kernel...Olof Johansson1-1/+2
2015-10-23Merge tag 'v4.4-rockchip-dts32-2' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson4-0/+78
2015-10-23Merge tag 'sunxi-dt-for-4.4-2' of https://git.kernel.org/pub/scm/linux/kernel...Olof Johansson23-309/+1036
2015-10-23Merge tag 'mvebu-config-4.4-1' of git://git.infradead.org/linux-mvebu into ne...Olof Johansson1-1/+8
2015-10-23Merge tag 'pxa-for-4.4' of https://github.com/rjarzmik/linux into next/cleanupOlof Johansson22-340/+608
2015-10-23ARM: mvebu: add broken-idle optionVincent Donnefort1-3/+26
2015-10-23ARM: orion5x: use mac_pton() helperAndy Shevchenko3-95/+10
2015-10-23xen/arm: don't try to re-register vcpu_info on cpu_hotplug.Stefano Stabellini1-0/+12
2015-10-23xen/arm: Enable cpu_hotplug.cStefano Stabellini1-0/+10
2015-10-23xen/arm: correct comment in enlighten.cJuergen Gross1-1/+1
2015-10-23xen/swiotlb: Add support for 64KB page granularityJulien Grall2-20/+44
2015-10-23xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall2-4/+7
2015-10-23arm/xen: Add support for 64KB page granularityJulien Grall2-5/+16
2015-10-23xen/grant-table: Make it running on 64KB granularityJulien Grall1-3/+3
2015-10-23arm/xen: Drop pte_mfn and mfn_pteJulien Grall1-3/+0
2015-10-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-33/+71
2015-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+2
2015-10-23ARM: bcm2835: Add the DDC I2C controller to the device tree.Eric Anholt2-0/+14
2015-10-23ARM: bcm2835: Switch to using the new clock driver support.Eric Anholt1-24/+28
2015-10-23ARM: dts: sun6i: Add dts file for MSI Primo81 tabletKarsten Merker2-0/+256
2015-10-23ARM: dts: sun6i: Add simplefb node labels to reference at board levelChen-Yu Tsai1-2/+2
2015-10-22Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman4-9/+9
2015-10-22arm/arm64: KVM: Improve kvm_exit tracepointChristoffer Dall3-4/+28
2015-10-22KVM: arm/arm64: implement kvm_arm_[halt,resume]_guestEric Auger2-4/+34
2015-10-22KVM: arm/arm64: check power_off in critical section before VCPU runEric Auger1-1/+2
2015-10-22KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnableEric Auger1-1/+2
2015-10-22KVM: arm/arm64: rename pause into power_offEric Auger3-17/+17
2015-10-22arm/arm64: KVM : Enable vhost device selection under KVM config menuWei Huang1-0/+2
2015-10-22arm/arm64: KVM: Rework the arch timer to use level-triggered semanticsChristoffer Dall1-3/+8
2015-10-22arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall2-3/+10
2015-10-22KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall1-0/+3