summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: KVM: Switch to C-based stage2 initMarc Zyngier2016-02-296-8/+40
* ARM: KVM: Remove the old world switchMarc Zyngier2016-02-292-1128/+1
* ARM: KVM: Change kvm_call_hyp return type to unsigned longMarc Zyngier2016-02-292-9/+3
* ARM: KVM: Add panic handling codeMarc Zyngier2016-02-292-7/+59
* ARM: KVM: Add HYP mode entry codeMarc Zyngier2016-02-293-0/+160
* ARM: KVM: Add populating of fault data structureMarc Zyngier2016-02-292-0/+58
* ARM: KVM: Add the new world switch implementationMarc Zyngier2016-02-293-0/+148
* ARM: KVM: Add VFP lazy save/restore handlerMarc Zyngier2016-02-291-0/+31
* ARM: KVM: Add guest entry codeMarc Zyngier2016-02-293-0/+73
* ARM: KVM: Add banked registers save/restoreMarc Zyngier2016-02-293-0/+89
* ARM: KVM: Add VFP save/restoreMarc Zyngier2016-02-293-0/+82
* ARM: KVM: Add vgic v2 save/restoreMarc Zyngier2016-02-293-0/+88
* ARM: KVM: Add timer save/restoreMarc Zyngier2016-02-293-0/+80
* ARM: KVM: Add CP15 save/restore codeMarc Zyngier2016-02-293-0/+113
* ARM: KVM: Add TLB invalidation codeMarc Zyngier2016-02-294-0/+81
* ARM: KVM: Add system register accessor macrosMarc Zyngier2016-02-291-0/+15
* ARM: KVM: Add a HYP-specific header fileMarc Zyngier2016-02-291-0/+30
* ARM: KVM: Move GP registers into the CPU context structureMarc Zyngier2016-02-297-24/+34
* ARM: KVM: Move CP15 array into the CPU context structureMarc Zyngier2016-02-298-42/+43
* ARM: KVM: Move VFP registers to a CPU context structureMarc Zyngier2016-02-294-20/+26
* ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier2016-02-293-7/+1
* ARM: KVM: Move the HYP code to its own sectionMarc Zyngier2016-02-294-10/+19
* arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier2016-02-293-0/+9
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-285-7/+15
|\
| * x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King2016-02-261-1/+1
| * x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui2016-02-251-4/+10
| * x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski2016-02-251-0/+1
| * x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32Andy Lutomirski2016-02-241-0/+1
| * x86/platform/intel/quark: Change the kernel's IMR lock bit to falseBryan O'Donoghue2016-02-231-2/+2
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-281-0/+1
|\ \
| * | irqchip/gic-v3: Add missing barrier to 32bit version of gic_read_iar()Marc Zyngier2016-02-181-0/+1
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-02-2822-92/+163
|\ \ \
| * \ \ Merge tag 'renesas-soc-fixes-for-v4.5' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2016-02-246-23/+19
| |\ \ \
| | * | | ARM: shmobile: Remove shmobile_boot_argGeert Uytterhoeven2016-02-174-9/+2
| | * | | ARM: shmobile: Move shmobile_smp_{mpidr, fn, arg}[] from .text to .bssGeert Uytterhoeven2016-02-171-6/+14
| | * | | ARM: shmobile: r8a7779: Remove remainings of removed SCU boot setup codeGeert Uytterhoeven2016-02-171-2/+0
| | * | | ARM: shmobile: Move shmobile_scu_base from .text to .bssGeert Uytterhoeven2016-02-172-6/+3
| * | | | Merge tag 'omap-for-v4.5/fixes-rc5' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2016-02-247-61/+70
| |\ \ \ \
| | * | | | ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruptionIvaylo Dimitrov2016-02-221-3/+3
| | * | | | Revert "regulator: tps65217: remove tps65217.dtsi file"Peter Ujfalusi2016-02-196-58/+67
| * | | | | ARM: at91/dt: fix typo in sama5d2 pinmux descriptionsLudovic Desroches2016-02-241-1/+1
| * | | | | Merge tag 'imx-fixes-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Olof Johansson2016-02-241-1/+0
| |\ \ \ \ \
| | * | | | | ARM: dts: imx6: remove bogus interrupt-parent from CAAM nodeLucas Stach2016-01-281-1/+0
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'omap-for-v4.5/fixes-rc3-v2' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2016-02-245-5/+41
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | ARM: OMAP2+: Fix omap_device for module reload on PM runtime forbidTony Lindgren2016-02-121-0/+10
| | * | | | ARM: OMAP2+: Improve omap_device error for driver writersTony Lindgren2016-02-121-1/+3
| | * | | | ARM: DTS: am57xx-beagle-x15: Select SYS_CLK2 for audio clocksPeter Ujfalusi2016-02-111-0/+4
| | * | | | ARM: dts: am335x/am57xx: replace gpio-key,wakeup with wakeup-source propertySudeep Holla2016-02-112-3/+3
| | * | | | ARM: OMAP2+: Set system_rev from ATAGS for n900Ivaylo Dimitrov2016-02-111-1/+21
| * | | | | Merge tag 'mvebu-fixes-4.5-2' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2016-02-242-1/+32
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |