summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)Author
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-10-16arm64: cpufeature: Fix handling of CTR_EL0.IDC fieldSuzuki K Poulose
2018-10-10Revert "arm64: uaccess: implement unsafe accessors"James Morse
2018-10-05arm64: mm: Use #ifdef for the __PAGETABLE_P?D_FOLDED definesJames Morse
2018-10-03arm64: xen: Use existing helper to check interrupt statusJulien Thierry
2018-10-03arm64: daifflags: Use irqflags functions for daifflagsJulien Thierry
2018-10-02Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2018-10-01arm64: Trap WFI executed in userspaceMarc Zyngier
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-10-01arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier
2018-10-01arm64: compat: Add CNTFRQ trap handlerMarc Zyngier
2018-10-01arm64: compat: Add CNTVCT trap handlerMarc Zyngier
2018-10-01arm64: Add decoding macros for CP15_32 and CP15_64 trapsMarc Zyngier
2018-10-01arm64: remove unused asm/compiler.h header fileArd Biesheuvel
2018-10-01arm64: compat: Provide definition for COMPAT_SIGMINSTKSZWill Deacon
2018-09-27arm64/kernel: jump_label: Switch to relative referencesArd Biesheuvel
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-09-26xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig
2018-09-25arm64/mm: use fixmap to modify swapper_pg_dirJun Yao
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-09-21arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODELJames Morse
2018-09-21arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISSAnshuman Khandual
2018-09-21arm64/cpufeatures: Factorize emulate_mrs()Anshuman Khandual
2018-09-21arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()Anshuman Khandual
2018-09-19arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZEWill Deacon
2018-09-18arm64: KVM: Enable Common Not Private translationsVladimir Murzin
2018-09-18arm64: mm: Support Common Not Private translationsVladimir Murzin
2018-09-17arm64: sysreg: Clean up instructions for modifying PSTATE fieldsSuzuki K Poulose
2018-09-14arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon
2018-09-14KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon
2018-09-14arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon
2018-09-14arm64: cpufeature: Detect SSBS and advertise to userspaceWill Deacon
2018-09-14arm64: Fix silly typo in commentWill Deacon
2018-09-11arm64: tlb: Rewrite stale comment in asm/tlbflush.hWill Deacon
2018-09-11arm64: tlb: Avoid synchronous TLBIs when freeing page tablesWill Deacon
2018-09-11arm64: tlb: Adjust stride and type of TLBI according to mmu_gatherWill Deacon
2018-09-11arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE codeWill Deacon
2018-09-11arm64: tlbflush: Allow stride to be specified for __flush_tlb_range()Will Deacon
2018-09-11arm64: tlb: Justify non-leaf invalidation in flush_tlb_range()Will Deacon
2018-09-11arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d()Will Deacon
2018-09-11arm64: tlb: Add DSB ISHST prior to TLBI in __flush_tlb_[kernel_]pgtable()Will Deacon
2018-09-11arm64: tlb: Use last-level invalidation in flush_tlb_kernel_range()Will Deacon
2018-09-11arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"Miguel Ojeda
2018-09-10arm64: uaccess: implement unsafe accessorsJulien Thierry
2018-09-10arm64: cpufeature: add feature for CRC32 instructionsArd Biesheuvel