aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
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/k...Linus 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
2020-11-27KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueMarc Zyngier1-3/+1
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar16-85/+104
2020-11-25arm64: Enable perf events based hard lockup detectorSumit Garg1-2/+39
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne5-27/+21
2020-11-19arm64: Rebuild sched domains on invariance status changesIonela Voinescu1-0/+10
2020-11-18arm64: mte: optimize asynchronous tag check fault flag checkPeter Collingbourne1-1/+1
2020-11-17arm64: head: tidy up the Image header definitionArd Biesheuvel2-27/+35
2020-11-17arm64/head: avoid symbol names pointing into first 64 KB of kernel imageArd Biesheuvel1-24/+22
2020-11-17arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel3-10/+3
2020-11-16arm64: spectre: Consolidate spectre-v3a detectionWill Deacon2-11/+14
2020-11-16arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3AWill Deacon2-6/+13
2020-11-16KVM: arm64: Allocate hyp vectors staticallyWill Deacon2-50/+15
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2020-11-13arm64: abort counter_read_on_cpu() when irqs_disabled()Ionela Voinescu1-0/+7
2020-11-13arm64: implement CPPC FFH support using AMUsIonela Voinescu2-0/+74
2020-11-13arm64: split counter validation functionIonela Voinescu1-18/+26
2020-11-13arm64: wrap and generalise counter read functionsIonela Voinescu2-13/+15
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-8/+10
2020-11-13arm64: cpu_errata: Apply Erratum 845719 to KRYO2XX SilverKonrad Dybcio1-0/+2
2020-11-13arm64: proton-pack: Add KRYO2XX silver CPUs to spectre-v2 safe-listKonrad Dybcio1-0/+1
2020-11-13arm64: kpti: Add KRYO2XX gold/silver CPU cores to kpti safelistKonrad Dybcio1-0/+2
2020-11-10arm64/smp: Drop the macro S(x,s)Anshuman Khandual1-8/+7
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland3-8/+8