summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2016-07-08[media] arm64: dts: mediatek: Add node for Mediatek Video Processor UnitAndrew-CT Chen1-0/+23
2016-07-08arm64: Fix vdso-offsets.h dependencyCatalin Marinas2-7/+7
2016-07-07arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xxGanapatrao Kulkarni2-0/+8
2016-07-07arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse4-3/+22
2016-07-07Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano...Thomas Gleixner1-0/+8
2016-07-07Merge branch 'locking/arch-atomic' into locking/core, because the topic is readyIngo Molnar3-106/+342
2016-07-07locking/barriers, arch/arm64: Implement LDXR+WFE based smp_cond_load_acquire()Will Deacon2-0/+64
2016-07-06arm/xen: add support for vm_assist hypercallJuergen Gross1-0/+1
2016-07-06ARM64: XEN: Add a function to initialize Xen specific UEFI runtime servicesShannon Zhao2-0/+7
2016-07-06ARM: XEN: Move xen_early_init() before efi_init()Shannon Zhao1-2/+1
2016-07-01arm64: mm: fold init_pgd() into __create_pgd_mapping()Ard Biesheuvel1-18/+6
2016-07-01arm64: mm: Remove split_p*d() functionsCatalin Marinas1-43/+4
2016-07-01arm64: efi: avoid block mappings for unaligned UEFI memory regionsArd Biesheuvel1-0/+14
2016-07-01arm64: efi: always map runtime services code and data regions down to pagesArd Biesheuvel2-3/+36
2016-07-01arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel3-42/+29
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara5-2/+75
2016-07-01arm64: consolidate signal injection on emulation errorsAndre Przywara3-36/+54
2016-07-01arm64: errata: Calling enable functions for CPU errata tooAndre Przywara3-2/+9
2016-07-01arm64: include alternative handling in dcache_by_line_opAndre Przywara1-1/+11
2016-07-01arm64: fix "dc cvau" cache operation on errata-affected coreAndre Przywara2-1/+5
2016-07-01Revert "arm64: alternatives: add enable parameter to conditional asm macros"Andre Przywara1-9/+3
2016-06-30arm64: mm: remove unnecessary BUG_ONKefeng Wang1-1/+0
2016-06-28arm64: dts: rockchip: Add rktimer device node for rk3399Huang Tao1-0/+8
2016-06-27arm64: mm: fix location of _etextArd Biesheuvel4-16/+17
2016-06-27arm64: mm: simplify memblock numa node extractionMark Rutland1-4/+2
2016-06-27arm64/kexec: Add pr_debug outputGeoff Levand1-0/+42
2016-06-27arm64/kexec: Enable kexec in the arm64 defconfigGeoff Levand1-0/+1
2016-06-27arm64/kexec: Add core kexec supportGeoff Levand5-0/+360
2016-06-27arm64: Add back cpu reset routinesGeoff Levand4-1/+102
2016-06-27arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse2-0/+30
2016-06-27efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton1-2/+2
2016-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-06-25arm64: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-22arm64: hibernate: Don't hibernate on systems with stuck CPUsJames Morse1-0/+6
2016-06-22arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse2-0/+30
2016-06-22Revert "arm64: Add support ARCH_SUPPORTS_INT128"Catalin Marinas1-1/+0
2016-06-22ACPI: ARM64: support for ACPI_TABLE_UPGRADEJon Masters3-2/+7
2016-06-21arm64: mm: remove page_mapping check in __sync_icache_dcacheShaokun Zhang1-4/+0
2016-06-21arm64: fix boot image dependencies to not generate invalid imagesMasahiro Yamada1-1/+1
2016-06-21arm64: update ASID limitJean-Philippe Brucker1-3/+6
2016-06-21arm64: kill ESR_LNX_EXECMark Rutland2-6/+9
2016-06-21arm64/kvm: use ESR_ELx_EC to extract ECMark Rutland3-4/+4
2016-06-21arm64: add macro to extract ESR_ELx.ECMark Rutland3-2/+3
2016-06-21arm64: mm: only initialize swiotlb when necessaryJisheng Zhang2-2/+16
2016-06-21arm64: allow building with kcov coverage on ARM64Alexander Potapenko2-0/+5
2016-06-21arm64: Add support ARCH_SUPPORTS_INT128Kefeng Wang1-0/+1
2016-06-21arm64: simplify dump_memMark Rutland1-20/+11
2016-06-21arm64: kasan: instrument user memory access APIYang Shi4-10/+27
2016-06-21arm64: mm: dump: make page table dumping reusableMark Rutland2-12/+64
2016-06-21arm64: Implement optimised IP checksum helpersRobin Murphy2-1/+51