summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm
AgeCommit message (Expand)Author
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland
2019-08-14arm64: memory: Cosmetic cleanupsWill Deacon
2019-08-14arm64: memory: Add comments to end of non-trivial #ifdef blocksWill Deacon
2019-08-14arm64: memory: Implement __tag_set() as common functionWill Deacon
2019-08-14arm64: memory: Simplify _VA_START and _PAGE_OFFSET definitionsWill Deacon
2019-08-14arm64: memory: Simplify virt_to_page() implementationWill Deacon
2019-08-14arm64: memory: Rewrite default page_to_virt()/virt_to_page()Will Deacon
2019-08-14arm64: memory: Ensure address tag is masked in conversion macrosWill Deacon
2019-08-14arm64: memory: Fix virt_addr_valid() using __is_lm_address()Will Deacon
2019-08-14Merge tag 'common/for-v5.4-rc1/cpu-topology' of git://git.kernel.org/pub/scm/...Will Deacon
2019-08-13arm64: prefer __section from compiler_attributes.hNick Desaulniers
2019-08-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-08-09arm64: mm: Really fix sparse warning in untagged_addr()Will Deacon
2019-08-09arm64: mm: Simplify definition of virt_addr_valid()Will Deacon
2019-08-09arm64: mm: Remove vabits_userSteve Capper
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper
2019-08-09arm64: mm: Modify calculation of VMEMMAP_SIZESteve Capper
2019-08-09arm64: mm: Separate out vmemmapSteve Capper
2019-08-09arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper
2019-08-09arm64: kasan: Switch to using KASAN_SHADOW_OFFSETSteve Capper
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper
2019-08-09arm64: mm: Remove bit-masking optimisations for PAGE_OFFSET and VMEMMAP_STARTSteve Capper
2019-08-08arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64Jia He
2019-08-07arm64/prefetch: fix a -Wtype-limits warningQian Cai
2019-08-07arm64: Add support for function error injectionLeo Yan
2019-08-06arm64: Introduce prctl() options to control the tagged user addresses ABICatalin Marinas
2019-08-06arm64: untag user pointers in access_ok and __uaccess_mask_ptrAndrey Konovalov
2019-08-05arm64: Move TIF_* documentation to individual definitionsGeert Uytterhoeven
2019-08-05arm64: io: Relax implicit barriers in default I/O accessorsWill Deacon
2019-08-05arm64: Remove unused cpucap_multi_entry_cap_cpu_enable()Mark Brown
2019-08-05arm64: sysreg: Remove unused and rotting SCTLR_ELx field definitionsWill Deacon
2019-08-05arm64: esr: Add ESR exception class encoding for trapped ERETWill Deacon
2019-08-05arm64: remove pointless __KERNEL__ guardsMark Rutland
2019-08-05arm64: Remove unused assembly macroJulien Thierry
2019-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-08-02arm64: kprobes: Recover pstate.D in single-step exception handlerMasami Hiramatsu
2019-08-01arm64/mm: fix variable 'tag' set but not usedQian Cai
2019-08-01arm64/mm: fix variable 'pud' set but not usedQian Cai
2019-08-01arm64: Lower priority mask for GIC_PRIO_IRQONJulien Thierry
2019-07-31arm64/efi: fix variable 'si' set but not usedQian Cai
2019-07-31arm64: cpufeature: Fix feature comparison for CTR_EL0.{CWG,ERG}Will Deacon
2019-07-31arm64: compat: vdso: Use legacy syscalls as fallbackThomas Gleixner
2019-07-26KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new ECZenghui Yu
2019-07-22cpu-topology: Move cpu topology code to common code.Atish Patra
2019-07-22arm64: Force SSBS on context switchMarc Zyngier
2019-07-22arm64: mm: Drop pte_huge()Anshuman Khandual
2019-07-22arm64: stacktrace: Better handle corrupted stacksMark Rutland
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin