Age | Commit message (Expand) | Author | Files | Lines |
2016-04-28 | arm64: kconfig: drop CONFIG_RTC_LIB dependency | Ezequiel Garcia | 1 | -1/+0 |
2016-04-28 | arm64: make ARCH_SUPPORTS_DEBUG_PAGEALLOC depend on !HIBERNATION | Will Deacon | 1 | -0/+1 |
2016-04-28 | arm64: hibernate: Refuse to hibernate if the boot cpu is offline | James Morse | 1 | -0/+26 |
2016-04-28 | arm64: kernel: Add support for hibernate/suspend-to-disk | James Morse | 7 | -0/+673 |
2016-04-28 | arm64: Add new asm macro copy_page | Geoff Levand | 1 | -0/+19 |
2016-04-28 | arm64: Promote KERNEL_START/KERNEL_END definitions to a header file | James Morse | 2 | -3/+3 |
2016-04-28 | arm64: kernel: Include _AC definition in page.h | James Morse | 1 | -0/+2 |
2016-04-28 | arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va | James Morse | 7 | -115/+57 |
2016-04-28 | arm64: kernel: Rework finisher callback out of __cpu_suspend_enter() | James Morse | 4 | -90/+97 |
2016-04-28 | arm64: kvm: allows kvm cpu hotplug | AKASHI Takahiro | 9 | -50/+152 |
2016-04-28 | arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp() | James Morse | 3 | -2/+12 |
2016-04-28 | arm64: hyp/kvm: Make hyp-stub extensible | Geoff Levand | 4 | -14/+44 |
2016-04-28 | arm64: kvm: Move lr save/restore from do_el2_call into EL1 | James Morse | 3 | -7/+16 |
2016-04-28 | arm64: Cleanup SCTLR flags | Geoff Levand | 3 | -17/+18 |
2016-04-28 | arm64: Fold proc-macros.S into assembler.h | Geoff Levand | 4 | -104/+81 |
2016-04-26 | arm64: acpi: add acpi=on cmdline option to prefer ACPI boot over DT | Ard Biesheuvel | 1 | -2/+6 |
2016-04-26 | arm64: relocatable: deal with physically misaligned kernel images | Ard Biesheuvel | 2 | -6/+9 |
2016-04-26 | arm64: don't map TEXT_OFFSET bytes below the kernel if we can avoid it | Ard Biesheuvel | 2 | -6/+5 |
2016-04-26 | arm64: kernel: replace early 64-bit literal loads with move-immediates | Ard Biesheuvel | 1 | -4/+4 |
2016-04-26 | arm64: introduce mov_q macro to move a constant into a 64-bit register | Ard Biesheuvel | 1 | -0/+20 |
2016-04-26 | arm64: kernel: perform relocation processing from ID map | Ard Biesheuvel | 2 | -48/+55 |
2016-04-26 | arm64: kernel: use literal for relocated address of __secondary_switched | Ard Biesheuvel | 1 | -7/+7 |
2016-04-26 | arm64: kernel: don't export local symbols from head.S | Ard Biesheuvel | 1 | -3/+3 |
2016-04-25 | arm64: Fix behavior of maxcpus=N | Suzuki K Poulose | 1 | -17/+1 |
2016-04-25 | arm64: Verify CPU errata work arounds on hotplugged CPU | Suzuki K Poulose | 3 | -0/+22 |
2016-04-25 | arm64: Allow a capability to be checked on a single CPU | Marc Zyngier | 2 | -0/+20 |
2016-04-25 | arm64: cpufeature: Add scope for capability check | Suzuki K Poulose | 3 | -61/+83 |
2016-04-25 | arm64: make dt_scan_depth1_nodes more readable | Mark Rutland | 1 | -9/+16 |
2016-04-25 | ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI | Shannon Zhao | 1 | -4/+10 |
2016-04-25 | arm64: ptdump: add region marker for kasan shadow region | Ard Biesheuvel | 1 | -0/+5 |
2016-04-25 | arm64: ptdump: use static initializers for vmemmap region boundaries | Ard Biesheuvel | 1 | -36/+13 |
2016-04-22 | openrisc: drop wrongly typed definition of page_to_virt() | Ard Biesheuvel | 1 | -2/+0 |
2016-04-22 | nios2: use correct void* return type for page_to_virt() | Ard Biesheuvel | 3 | -3/+2 |
2016-04-21 | arm64/dma-mapping: Remove default domain workaround | Robin Murphy | 1 | -44/+8 |
2016-04-21 | arm64/dma-mapping: Extend DMA ops workaround to PCI devices | Robin Murphy | 1 | -0/+4 |
2016-04-20 | arm64: compat: Check for AArch32 state | Suzuki K Poulose | 3 | -3/+17 |
2016-04-20 | arm64: cpufeature: Track 32bit EL0 support | Suzuki K Poulose | 2 | -1/+16 |
2016-04-20 | arm64: cpufeature: Check availability of AArch32 | Suzuki K Poulose | 2 | -56/+67 |
2016-04-20 | arm64: Add helpers for detecting AArch32 support at EL0 | Suzuki K Poulose | 2 | -0/+8 |
2016-04-20 | arm64: HWCAP: Split COMPAT HWCAP table entries | Suzuki K Poulose | 1 | -48/+56 |
2016-04-20 | arm64: hwcaps: Cleanup naming | Suzuki K Poulose | 1 | -9/+9 |
2016-04-20 | arm64: asm: remove unused push/pop macros | Mark Rutland | 1 | -12/+0 |
2016-04-20 | arm64: Kconfig: remove redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE definition | Yang Shi | 1 | -6/+4 |
2016-04-19 | arm64: mm: Show bss segment in kernel memory layout | Kefeng Wang | 1 | -0/+2 |
2016-04-19 | arm64: mm: make pr_cont() per line in Virtual kernel memory layout | Kefeng Wang | 1 | -11/+10 |
2016-04-19 | arm64: Reduce verbosity on SMP CPU stop | Jan Glauber | 1 | -11/+5 |
2016-04-19 | arm64: mm: remove the redundant code | Huang Shijie | 1 | -4/+0 |
2016-04-15 | arm64: Implement ptep_set_access_flags() for hardware AF/DBM | Catalin Marinas | 2 | -0/+55 |
2016-04-15 | arm64, mm, numa: Add NUMA balancing support for arm64. | Ganapatrao Kulkarni | 2 | -0/+16 |
2016-04-15 | arm64, numa: Add NUMA support for arm64 platforms. | Ganapatrao Kulkarni | 10 | -5/+538 |