summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-05-16ARM: ux500: Enable GPIO regulator for SD-card for snowballUlf Hansson1-2/+0
2015-05-16ARM: ux500: Enable GPIO regulator for SD-card for HREF boardsUlf Hansson1-2/+0
2015-05-16ARM: ux500: Move GPIO regulator for SD-card into board DTSsUlf Hansson3-18/+31
2015-05-16ARM: mvebu: armada-xp-openblocks-ax3-4: Disable internal RTCGregory CLEMENT1-0/+4
2015-05-16ARM: dts: imx23-olinuxino: Fix polarity of LED GPIOFabio Estevam1-1/+2
2015-05-16ARM: dts: imx23-olinuxino: Fix dr_mode of usb0Stefan Wahren1-0/+1
2015-05-16ARM: dts: imx28: Fix AUART4 TX-DMA interrupt nameMarek Vasut1-1/+1
2015-05-16ARM: dts: imx25: Add #pwm-cells to pwm4Markus Pargmann1-0/+1
2015-05-15ARC: signal handling robustifyVineet Gupta1-4/+16
2015-05-15C6x: time: Ensure consistency in __initNishanth Menon1-1/+1
2015-05-04xtensa: ISS: fix locking in TAP network adapterMax Filippov1-15/+16
2015-05-04xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_rangeMax Filippov1-1/+1
2015-05-04xtensa: xtfpga: fix hardware lockup caused by LCD driverMax Filippov5-25/+81
2015-05-04powerpc: Fix missing L2 cache size in /sys/devices/system/cpuDave Olson1-10/+34
2015-05-04powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTHAnton Blanchard1-1/+1
2015-05-04arm64: vdso: fix build error when switching from LE to BEArun Chandran1-1/+1
2015-05-04ARM: dts: dove: Fix uart[23] reg propertySebastian Hesselbarth1-2/+2
2015-05-04ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on CragganmoreCharles Keepax2-0/+2
2015-05-04ARM: 8320/1: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin1-1/+1
2015-05-04MIPS: Hibernate: flush TLB entries earlierHuacai Chen1-1/+2
2015-05-04s390/hibernate: fix save and restore of kernel text sectionHeiko Carstens1-0/+4
2015-05-04KVM: s390: Zero out current VMDB of STSI before including level3 data.Ekaterina Tumanova1-0/+1
2015-05-04nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven10-29/+7
2015-04-30sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savi...Len Brown1-0/+49
2015-04-30arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier3-3/+7
2015-04-30arm64: KVM: Fix HCR setting for 32bit guestsMarc Zyngier2-1/+2
2015-04-30arm64: KVM: Fix TLB invalidation by IPA/VMIDMarc Zyngier1-0/+1
2015-04-30arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall1-0/+9
2015-04-30arm/arm64: KVM: Don't allow creating VCPUs after vgic_initializedChristoffer Dall1-0/+5
2015-04-30arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall4-0/+74
2015-04-30arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall5-2/+12
2015-04-30arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall1-0/+2
2015-04-30arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall1-1/+1
2015-04-30arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel1-1/+6
2015-04-30arm64/kvm: Fix assembler compatibility of macrosGeoff Levand1-10/+11
2015-04-30arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abortSteve Capper1-1/+1
2015-04-30arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZEChristoffer Dall1-0/+11
2015-04-30arm: kvm: fix CPU hotplugVladimir Murzin1-1/+2
2015-04-30arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp3-6/+16
2015-04-30ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel3-25/+9
2015-04-30arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall2-0/+4
2015-04-30ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar2-0/+8
2015-04-30KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon2-2/+2
2015-04-30KVM: ARM/arm64: fix broken __percpu annotationWill Deacon2-2/+2
2015-04-30KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon2-2/+2
2015-04-30ARM64: KVM: store kvm_vcpu_fault_info est_el2 as wordVictor Kamensky1-1/+1
2015-04-30ARM: virt: fix wrong HSCTLR.EE bit settingLi Liu1-1/+1
2015-04-30arm64: KVM: export demux regids as KVM_REG_ARM64Alex Bennée1-1/+1
2015-04-30ARM: KVM: user_mem_abort: support stage 2 MMIO page mappingKim Phillips1-2/+7
2015-04-30ARM: KVM: Unmap IPA on memslot delete/moveEric Auger2-37/+45