aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-06arm64: Fix typo in the pmdp_huge_get_and_clear() definitionCatalin Marinas1-3/+3
2016-05-05arm64: mm: remove unnecessary EXPORT_SYMBOL_GPLYang Shi1-2/+0
2016-05-03arm64: always use STRICT_MM_TYPECHECKSYang Shi1-32/+0
2016-05-03arm64: kvm: Fix kvm teardown for systems using the extended idmapJames Morse4-8/+49
2016-04-28arm64: kaslr: increase randomization granularityArd Biesheuvel1-3/+12
2016-04-28arm64: kconfig: drop CONFIG_RTC_LIB dependencyEzequiel Garcia1-1/+0
2016-04-28arm64: make ARCH_SUPPORTS_DEBUG_PAGEALLOC depend on !HIBERNATIONWill Deacon1-0/+1
2016-04-28arm64: hibernate: Refuse to hibernate if the boot cpu is offlineJames Morse1-0/+26
2016-04-28arm64: kernel: Add support for hibernate/suspend-to-diskJames Morse7-0/+673
2016-04-28PM / Hibernate: Call flush_icache_range() on pages restored in-placeJames Morse1-0/+18
2016-04-28arm64: Add new asm macro copy_pageGeoff Levand1-0/+19
2016-04-28arm64: Promote KERNEL_START/KERNEL_END definitions to a header fileJames Morse2-3/+3
2016-04-28arm64: kernel: Include _AC definition in page.hJames Morse1-0/+2
2016-04-28arm64: Change cpu_resume() to enable mmu early then access sleep_sp by vaJames Morse7-115/+57
2016-04-28arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()James Morse4-90/+97
2016-04-28arm64: kvm: allows kvm cpu hotplugAKASHI Takahiro9-50/+152
2016-04-28arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()James Morse3-2/+12
2016-04-28arm64: hyp/kvm: Make hyp-stub extensibleGeoff Levand4-14/+44
2016-04-28arm64: kvm: Move lr save/restore from do_el2_call into EL1James Morse3-7/+16
2016-04-28arm64: Cleanup SCTLR flagsGeoff Levand3-17/+18
2016-04-28arm64: Fold proc-macros.S into assembler.hGeoff Levand4-104/+81
2016-04-26arm64: acpi: add acpi=on cmdline option to prefer ACPI boot over DTArd Biesheuvel2-4/+10
2016-04-26arm64: relocatable: deal with physically misaligned kernel imagesArd Biesheuvel2-6/+9
2016-04-26arm64: don't map TEXT_OFFSET bytes below the kernel if we can avoid itArd Biesheuvel2-6/+5
2016-04-26arm64: kernel: replace early 64-bit literal loads with move-immediatesArd Biesheuvel1-4/+4
2016-04-26arm64: introduce mov_q macro to move a constant into a 64-bit registerArd Biesheuvel1-0/+20
2016-04-26arm64: kernel: perform relocation processing from ID mapArd Biesheuvel2-48/+55
2016-04-26arm64: kernel: use literal for relocated address of __secondary_switchedArd Biesheuvel1-7/+7
2016-04-26arm64: kernel: don't export local symbols from head.SArd Biesheuvel1-3/+3
2016-04-25arm64: Fix behavior of maxcpus=NSuzuki K Poulose1-17/+1
2016-04-25arm64: Verify CPU errata work arounds on hotplugged CPUSuzuki K Poulose3-0/+22
2016-04-25irqchip/gic: Restore CPU interface checkingMarc Zyngier1-3/+2
2016-04-25arm64: Allow a capability to be checked on a single CPUMarc Zyngier2-0/+20
2016-04-25arm64: cpufeature: Add scope for capability checkSuzuki K Poulose3-61/+83
2016-04-25arm64: make dt_scan_depth1_nodes more readableMark Rutland1-9/+16
2016-04-25ARM64: ACPI: Check if it runs on Xen to enable or disable ACPIShannon Zhao1-4/+10
2016-04-25arm64: ptdump: add region marker for kasan shadow regionArd Biesheuvel1-0/+5
2016-04-25arm64: ptdump: use static initializers for vmemmap region boundariesArd Biesheuvel1-36/+13
2016-04-22mm: replace open coded page to virt conversion with page_to_virt()Ard Biesheuvel1-1/+5
2016-04-22openrisc: drop wrongly typed definition of page_to_virt()Ard Biesheuvel1-2/+0
2016-04-22nios2: use correct void* return type for page_to_virt()Ard Biesheuvel3-3/+2
2016-04-21arm64/dma-mapping: Remove default domain workaroundRobin Murphy1-44/+8
2016-04-21arm64/dma-mapping: Extend DMA ops workaround to PCI devicesRobin Murphy1-0/+4
2016-04-20arm64: compat: Check for AArch32 stateSuzuki K Poulose3-3/+17
2016-04-20arm64: cpufeature: Track 32bit EL0 supportSuzuki K Poulose2-1/+16
2016-04-20arm64: cpufeature: Check availability of AArch32Suzuki K Poulose2-56/+67
2016-04-20arm64: Add helpers for detecting AArch32 support at EL0Suzuki K Poulose2-0/+8
2016-04-20arm64: HWCAP: Split COMPAT HWCAP table entriesSuzuki K Poulose1-48/+56
2016-04-20arm64: hwcaps: Cleanup namingSuzuki K Poulose1-9/+9
2016-04-20arm64: asm: remove unused push/pop macrosMark Rutland1-12/+0