summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-2271-591/+1511
|\
| * arm64: KVM: Guests can skip __install_bp_hardening_cb()s HYP workJames Morse2018-10-191-0/+9
| * arm64: cpufeature: Trap CTR_EL0 access only where it is necessarySuzuki K Poulose2018-10-161-1/+6
| * arm64: cpufeature: Fix handling of CTR_EL0.IDC fieldSuzuki K Poulose2018-10-164-5/+87
| * arm64: cpufeature: ctr: Fix cpu capability check for late CPUsSuzuki K Poulose2018-10-161-4/+18
| * Documentation/arm64: HugeTLB page implementationPunit Agrawal2018-10-101-0/+38
| * arm64: mm: Use __pa_symbol() for set_swapper_pgd()James Morse2018-10-101-1/+1
| * arm64: Add silicon-errata.txt entry for ARM erratum 1188873Marc Zyngier2018-10-101-0/+1
| * Revert "arm64: uaccess: implement unsafe accessors"James Morse2018-10-101-46/+15
| * arm64: mm: Drop the unused cpu parameterShaokun Zhang2018-10-091-4/+4
| * MAINTAINERS: fix bad sdei pathsJames Morse2018-10-051-2/+2
| * arm64: mm: Use #ifdef for the __PAGETABLE_P?D_FOLDED definesJames Morse2018-10-051-2/+6
| * arm64: Fix typo in a comment in arch/arm64/mm/kasan_init.cKyrylo Tkachov2018-10-051-1/+1
| * arm64: xen: Use existing helper to check interrupt statusJulien Thierry2018-10-031-1/+1
| * arm64: Use daifflag_restore after bp_hardeningJulien Thierry2018-10-031-2/+3
| * arm64: daifflags: Use irqflags functions for daifflagsJulien Thierry2018-10-031-10/+5
| * arm64: arch_timer: avoid unused function warningArnd Bergmann2018-10-031-0/+1
| * arm64: Trap WFI executed in userspaceMarc Zyngier2018-10-014-2/+19
| * arm64: docs: Document SSBS HWCAPWill Deacon2018-10-011-0/+4
| * arm64: docs: Fix typos in ELF hwcapsGiacomo Travaglini2018-10-011-4/+4
| * arm64/kprobes: remove an extra semicolon in arch_prepare_kprobezhong jiang2018-10-011-1/+1
| * arm64/numa: Unify common error path in numa_init()Anshuman Khandual2018-10-011-4/+7
| * arm64/numa: Report correct memblock range for the dummy nodeAnshuman Khandual2018-10-011-1/+1
| * arm64/mm: Define esr_to_debug_fault_info()Anshuman Khandual2018-10-011-1/+7
| * arm64/mm: Reorganize arguments for is_el1_permission_fault()Anshuman Khandual2018-10-011-5/+4
| * arm64/mm: Use ESR_ELx_FSC macro while decoding fault exceptionAnshuman Khandual2018-10-011-1/+1
| * arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier2018-10-015-1/+39
| * arm64: compat: Add CNTFRQ trap handlerMarc Zyngier2018-10-012-0/+16
| * arm64: compat: Add CNTVCT trap handlerMarc Zyngier2018-10-012-0/+19
| * arm64: compat: Add cp15_32 and cp15_64 handler arraysMarc Zyngier2018-10-011-0/+28
| * arm64: compat: Add condition code checks and IT advanceMarc Zyngier2018-10-011-0/+85
| * arm64: compat: Add separate CP15 trapping hookMarc Zyngier2018-10-012-2/+26
| * arm64: Add decoding macros for CP15_32 and CP15_64 trapsMarc Zyngier2018-10-011-0/+52
| * arm64: remove unused asm/compiler.h header fileArd Biesheuvel2018-10-014-33/+0
| * arm64: compat: Provide definition for COMPAT_SIGMINSTKSZWill Deacon2018-10-011-0/+1
| * signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon2018-10-012-5/+12
| * perf: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-011-3/+3
| * arm64/mm: move runtime pgds to rodataJun Yao2018-09-252-21/+24
| * arm64/mm: use fixmap to modify swapper_pg_dirJun Yao2018-09-252-8/+53
| * arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao2018-09-256-33/+21
| * arm64/mm: Pass ttbr1 as a parameter to __enable_mmu()Jun Yao2018-09-252-9/+12
| * arm64: lse: remove -fcall-used-x0 flagTri Vo2018-09-241-1/+1
| * arm64: Remove unused VGA console supportAndrew Murray2018-09-211-4/+0
| * arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODELJames Morse2018-09-213-8/+1
| * arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISSAnshuman Khandual2018-09-212-0/+29
| * arm64/cpufeatures: Factorize emulate_mrs()Anshuman Khandual2018-09-212-10/+16
| * arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()Anshuman Khandual2018-09-213-5/+7
| * arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZEWill Deacon2018-09-193-20/+7
| * arm64: KVM: Enable Common Not Private translationsVladimir Murzin2018-09-186-2/+17
| * arm64: mm: Support Common Not Private translationsVladimir Murzin2018-09-189-6/+88