summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+2
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+2
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport1-0/+1
2020-12-15arm64: mremap speedup - enable HAVE_MOVE_PUDKalesh Singh1-0/+1
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner9-17/+36
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds25-436/+502
2020-12-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+6
2020-12-10Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-0/+6
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas8-17/+39
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas7-20/+9
2020-12-09Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas10-170/+128
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas61-426/+964
2020-12-03arm64/mm: Implement pXX_leaf_size() supportPeter Zijlstra1-0/+4
2020-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-1/+13
2020-12-02arm64: uaccess: remove vestigal UAO supportMark Rutland1-1/+0
2020-12-02arm64: uaccess: remove redundant PAN togglingMark Rutland2-41/+19
2020-12-02arm64: uaccess: remove addr_limit_user_check()Mark Rutland1-4/+2
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland5-45/+8
2020-12-02arm64: uaccess cleanup macro namingMark Rutland1-4/+4
2020-12-02arm64: uaccess: split user/kernel routinesMark Rutland2-65/+47
2020-12-02arm64: uaccess: refactor __{get,put}_userMark Rutland1-17/+27
2020-12-02arm64: uaccess: rename privileged uaccess routinesMark Rutland2-6/+6
2020-12-02arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland1-1/+14
2020-12-02arm64: head.S: always initialize PSTATEMark Rutland1-0/+5
2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland1-6/+12
2020-12-02arm64: add C wrappers for SET_PSTATE_*()Mark Rutland1-0/+4
2020-12-02KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()Yanan Wang2-0/+6
2020-11-30arm64: mte: Fix typo in macro definitionVincenzo Frascino1-1/+1
2020-11-30arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland1-0/+2
2020-11-30arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland1-0/+3
2020-11-30arm64: ptrace: prepare for EL1 irq/rcu trackingMark Rutland1-0/+4
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland1-0/+1
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland1-0/+2
2020-11-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-16/+20
2020-11-25kasan: arm64: set TCR_EL1.TBID1 when enabledPeter Collingbourne1-0/+1
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne4-5/+30
2020-11-23arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon1-13/+14
2020-11-23arm64: pgtable: Fix pte_accessible()Will Deacon1-3/+4
2020-11-23arm64/fpsimd: add <asm/insn.h> to <asm/kprobes.h> to fix fpsimd buildRandy Dunlap1-0/+2
2020-11-23arm64: irqstat: Get rid of duplicated declarationThomas Gleixner1-5/+2
2020-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+6
2020-11-13arm64: implement CPPC FFH support using AMUsIonela Voinescu1-0/+3
2020-11-13arm64: wrap and generalise counter read functionsIonela Voinescu2-1/+8
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-0/+6
2020-11-13Merge tag 'kvmarm-fixes-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-0/+6
2020-11-13arm64: Add MIDR value for KRYO2XX gold/silver CPU coresKonrad Dybcio1-0/+4
2020-11-12KVM: arm64: Handle SCXTNUM_ELx trapsMarc Zyngier1-0/+4
2020-11-12KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspaceMarc Zyngier1-0/+2
2020-11-12Merge tag 'v5.10-rc1' into kvmarm-master/nextMarc Zyngier51-138/+541