summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-2257-309/+1072
|\
| * 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
| * arm64: mm: Use __pa_symbol() for set_swapper_pgd()James Morse2018-10-101-1/+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
| * 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/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-014-1/+24
| * 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
| * 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-185-0/+15
| * arm64: mm: Support Common Not Private translationsVladimir Murzin2018-09-189-6/+88
| * arm64: sysreg: Clean up instructions for modifying PSTATE fieldsSuzuki K Poulose2018-09-172-13/+23
| * arm64: fix for bad_mode() handler to always result in panicHari Vyas2018-09-141-1/+0
| * arm64: force_signal_inject: WARN if called from kernel contextWill Deacon2018-09-141-1/+4
| * arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon2018-09-145-29/+28
| * KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon2018-09-142-0/+22
| * arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon2018-09-148-2/+106
| * arm64: entry: Allow handling of undefined instructions from EL1Will Deacon2018-09-142-5/+8