summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2020-12-02arm64: sdei: move uaccess logic to arch/arm64/Mark Rutland
2020-12-02arm64: head.S: always initialize PSTATEMark Rutland
2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland
2020-12-02arm64: head.S: rename el2_setup -> init_kernel_elMark Rutland
2020-12-02arm64: add C wrappers for SET_PSTATE_*()Mark Rutland
2020-12-02arm64: ensure ERET from kthread is illegalMark Rutland
2020-12-01arm64: sdei: Push IS_ENABLED() checks down to callee functionsWill Deacon
2020-12-01arm64: scs: use vmapped IRQ and SDEI shadow stacksSami Tolvanen
2020-11-30arm64: entry: fix EL1 debug transitionsMark Rutland
2020-11-30arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland
2020-11-30arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland
2020-11-30arm64: entry: prepare ret_to_user for function callMark Rutland
2020-11-30arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland
2020-11-30arm64: entry: mark entry code as noinstrMark Rutland
2020-11-30arm64: mark idle code as noinstrMark Rutland
2020-11-30arm64: syscall: exit userspace before unmasking exceptionsMark Rutland
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-28arm64: Make the Meltdown mitigation state availableMarc Zyngier
2020-11-27arm64: vmlinux.lds.S: Drop redundant *.init.rodata.*Youling Tang
2020-11-27arm64: Extend the kernel command line from the bootloaderTyler Hicks
2020-11-27arm64: kaslr: Refactor early init command line parsingTyler Hicks
2020-11-27Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier
2020-11-27Merge branch 'kvm-arm64/host-hvc-table' into kvmarm-master/nextMarc Zyngier
2020-11-27KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueMarc Zyngier
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-11-25arm64: Enable perf events based hard lockup detectorSumit Garg
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne
2020-11-19arm64: Rebuild sched domains on invariance status changesIonela Voinescu
2020-11-18arm64: mte: optimize asynchronous tag check fault flag checkPeter Collingbourne
2020-11-17arm64: head: tidy up the Image header definitionArd Biesheuvel
2020-11-17arm64/head: avoid symbol names pointing into first 64 KB of kernel imageArd Biesheuvel
2020-11-17arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel
2020-11-16arm64: spectre: Consolidate spectre-v3a detectionWill Deacon
2020-11-16arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3AWill Deacon
2020-11-16KVM: arm64: Allocate hyp vectors staticallyWill Deacon
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-13arm64: abort counter_read_on_cpu() when irqs_disabled()Ionela Voinescu
2020-11-13arm64: implement CPPC FFH support using AMUsIonela Voinescu
2020-11-13arm64: split counter validation functionIonela Voinescu
2020-11-13arm64: wrap and generalise counter read functionsIonela Voinescu
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-11-13arm64: cpu_errata: Apply Erratum 845719 to KRYO2XX SilverKonrad Dybcio
2020-11-13arm64: proton-pack: Add KRYO2XX silver CPUs to spectre-v2 safe-listKonrad Dybcio
2020-11-13arm64: kpti: Add KRYO2XX gold/silver CPU cores to kpti safelistKonrad Dybcio
2020-11-10arm64/smp: Drop the macro S(x,s)Anshuman Khandual
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland
2020-11-10arm64: kprobes: Remove redundant kprobe_step_ctxMasami Hiramatsu