summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-051-2/+2
|\
| *-----. Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki2017-09-031-2/+2
| |\ \ \ \
| | * | | | ACPI / boot: Correct address space of __acpi_map_table()Andy Shevchenko2017-07-241-2/+2
| | | |/ / | | |/| |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-0567-812/+1447
|\ \ \ \ \
| * | | | | arm64: cleanup {COMPAT_,}SET_PERSONALITY() macroYury Norov2017-08-223-2/+11
| * | | | | arm64: introduce separated bits for mm_context_t flagsYury Norov2017-08-223-3/+5
| * | | | | arm64: hugetlb: Cleanup setup_hugepageszSteve Capper2017-08-221-13/+13
| * | | | | arm64: Re-enable support for contiguous hugepagesPunit Agrawal2017-08-221-0/+14
| * | | | | arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepagesPunit Agrawal2017-08-222-0/+15
| * | | | | arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal2017-08-222-1/+43
| * | | | | arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugep...Punit Agrawal2017-08-221-5/+14
| * | | | | arm64: hugetlb: Add break-before-make logic for contiguous entriesSteve Capper2017-08-221-21/+91
| * | | | | arm64: hugetlb: Spring clean huge pte accessorsSteve Capper2017-08-221-65/+54
| * | | | | arm64: hugetlb: Introduce pte_pgprot helperSteve Capper2017-08-221-4/+12
| * | | | | arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_presentSteve Capper2017-08-221-0/+6
| * | | | | arm64: kexec: have own crash_smp_send_stop() for crash dump for nonpanic coresHoeun Ryu2017-08-213-3/+13
| * | | | | arm64: dma-mapping: Mark atomic_pool as __ro_after_initVladimir Murzin2017-08-211-1/+1
| * | | | | arm64: dma-mapping: Do not pass data to gen_pool_set_algo()Vladimir Murzin2017-08-211-1/+1
| * | | | | arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas2017-08-213-11/+2
| * | | | | arm64: Ignore hardware dirty bit updates in ptep_set_wrprotect()Catalin Marinas2017-08-211-8/+13
| * | | | | arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas2017-08-214-41/+21
| * | | | | kvm: arm64: Convert kvm_set_s2pte_readonly() from inline asm to cmpxchg()Catalin Marinas2017-08-211-12/+9
| * | | | | arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas2017-08-212-51/+44
| * | | | | Merge branch 'for-next/kernel-mode-neon' into for-next/coreCatalin Marinas2017-08-188-137/+207
| |\ \ \ \ \
| | * | | | | arm64: neon/efi: Make EFI fpsimd save/restore variables staticDave Martin2017-08-181-2/+2
| | * | | | | arm64: neon: Forbid when irqs are disabledDave Martin2017-08-091-1/+3
| | * | | | | arm64: neon: Export kernel_neon_busy to loadable modulesCatalin Marinas2017-08-071-0/+1
| | * | | | | arm64: neon: Temporarily add a kernel_mode_begin_partial() definitionCatalin Marinas2017-08-041-0/+7
| | * | | | | arm64: neon: Remove support for nested or hardirq kernel-mode NEONDave Martin2017-08-046-135/+111
| | * | | | | arm64: neon: Allow EFI runtime services to use FPSIMD in irq contextDave Martin2017-08-043-2/+59
| | * | | | | arm64: fpsimd: Consistently use __this_cpu_ ops where appropriateDave Martin2017-08-041-2/+2
| | * | | | | arm64: neon: Add missing header guard in <asm/neon.h>Dave Martin2017-08-041-0/+5
| | * | | | | arm64: neon: replace generic definition of may_use_simd()Ard Biesheuvel2017-08-042-1/+23
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas2017-08-181-123/+85
| |\ \ \ \ \
| | * | | | | arm64: perf: add support for Cortex-A35Julien Thierry2017-08-101-0/+17
| | * | | | | arm64: perf: add support for Cortex-A73Julien Thierry2017-08-101-0/+37
| | * | | | | arm64: perf: Remove redundant entries from CPU-specific event mapsWill Deacon2017-08-101-110/+4
| | * | | | | arm64: perf: Connect additional events to pmu countersJulien Thierry2017-08-101-0/+11
| | * | | | | arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeWill Deacon2017-08-081-20/+26
| | * | | | | arm64: perf: Allow more than one cycle counter to be usedPratyush Anand2017-08-081-7/+4
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas2017-08-1517-101/+345
| |\ \ \ \ \
| | * | | | | arm64: add VMAP_STACK overflow detectionMark Rutland2017-08-154-0/+127
| | * | | | | arm64: add on_accessible_stack()Mark Rutland2017-08-153-8/+18
| | * | | | | arm64: add basic VMAP_STACK supportMark Rutland2017-08-155-5/+58
| | * | | | | arm64: use an irq stack pointerMark Rutland2017-08-153-3/+16
| | * | | | | arm64: assembler: allow adr_this_cpu to use the stack pointerArd Biesheuvel2017-08-151-1/+7
| | * | | | | arm64: factor out entry stack manipulationMark Rutland2017-08-151-21/+26
| | * | | | | efi/arm64: add EFI_KIMG_ALIGNMark Rutland2017-08-151-0/+3
| | * | | | | arm64: move SEGMENT_ALIGN to <asm/memory.h>Mark Rutland2017-08-152-16/+19
| | * | | | | arm64: clean up irq stack definitionsMark Rutland2017-08-154-25/+27
OpenPOWER on IntegriCloud