aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-12-09Merge remote-tracking branch 'arm64/for-next/scs' into for-next/coreCatalin Marinas5-25/+105
2020-12-09Merge remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas1-2/+39
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas6-59/+29
2020-12-09Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas11-108/+77
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lto', 'for-next/mem-hotplug', 'for-next/cppc-ffh', 'for-next/pad-image-header', 'for-next/zone-dma-default-32-bit', 'for-next/signal-tag-bits' and 'for-next/cmdline-extended' into for-next/coreCatalin Marinas53-859/+1681
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master/nextMarc Zyngier17-232/+151
2020-12-08KVM: arm64: Fix nVHE boot on VHE systemsMarc Zyngier1-1/+4
2020-12-04KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil1-0/+3
2020-12-04KVM: arm64: Add .hyp.data..ro_after_init ELF sectionDavid Brazdil1-0/+10
2020-12-04KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil2-3/+2
2020-12-04KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil1-0/+3
2020-12-04arm64: Extract parts of el2_setup into a macroDavid Brazdil1-120/+18
2020-12-04arm64: Make cpu_logical_map() take unsigned intDavid Brazdil1-1/+1
2020-12-04KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil1-0/+22
2020-12-04Merge remote-tracking branch 'arm64/for-next/uaccess' into HEADMarc Zyngier15-114/+95
2020-12-03Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queueMarc Zyngier1-3/+17
2020-12-03arm64: mte: fix prctl(PR_GET_TAGGED_ADDR_CTRL) if TCF0=NONEPeter Collingbourne1-1/+2
2020-12-03arm64: mark __system_matches_cap as __maybe_unusedMark Rutland1-1/+1
2020-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-155/+230
2020-12-02arm64: uaccess: remove vestigal UAO supportMark Rutland1-11/+0
2020-12-02arm64: uaccess: remove redundant PAN togglingMark Rutland1-17/+0
2020-12-02arm64: uaccess: remove addr_limit_user_check()Mark Rutland1-3/+0
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland6-41/+5
2020-12-02arm64: uaccess: rename privileged uaccess routinesMark Rutland1-2/+2
2020-12-02arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland1-5/+25
2020-12-02arm64: sdei: move uaccess logic to arch/arm64/Mark Rutland1-6/+12
2020-12-02arm64: head.S: always initialize PSTATEMark Rutland1-11/+21
2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland1-3/+3
2020-12-02arm64: head.S: rename el2_setup -> init_kernel_elMark Rutland2-8/+9
2020-12-02arm64: add C wrappers for SET_PSTATE_*()Mark Rutland2-3/+3
2020-12-02arm64: ensure ERET from kthread is illegalMark Rutland1-9/+8
2020-12-01arm64: sdei: Push IS_ENABLED() checks down to callee functionsWill Deacon1-12/+18
2020-12-01arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen5-20/+94
2020-11-30arm64: entry: fix EL1 debug transitionsMark Rutland1-0/+26
2020-11-30arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland3-10/+46
2020-11-30arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland1-3/+64
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland3-37/+39
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland3-45/+20
2020-11-30arm64: entry: prepare ret_to_user for function callMark Rutland1-4/+5
2020-11-30arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland2-7/+6
2020-11-30arm64: entry: mark entry code as noinstrMark Rutland1-50/+25
2020-11-30arm64: mark idle code as noinstrMark Rutland1-4/+4
2020-11-30arm64: syscall: exit userspace before unmasking exceptionsMark Rutland1-1/+1
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-11-28arm64: Make the Meltdown mitigation state availableMarc Zyngier1-3/+17
2020-11-27arm64: vmlinux.lds.S: Drop redundant *.init.rodata.*Youling Tang1-1/+1
2020-11-27arm64: Extend the kernel command line from the bootloaderTyler Hicks1-1/+8
2020-11-27arm64: kaslr: Refactor early init command line parsingTyler Hicks1-8/+11
2020-11-27Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier2-64/+39
2020-11-27Merge branch 'kvm-arm64/host-hvc-table' into kvmarm-master/nextMarc Zyngier1-3/+2