summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2020-09-23arm64: paravirt: Initialize steal time when cpu is onlineAndrew Jones
2020-09-23arm64: Allow CPUs unffected by ARM erratum 1418040 to come in lateMarc Zyngier
2020-09-17arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACEJessica Yu
2020-09-05KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse
2020-09-03arm64: Allow booting of late CPUs affected by erratum 1418040Marc Zyngier
2020-09-03arm64: Move handling of erratum 1418040 into C codeMarc Zyngier
2020-09-03arm64: Fix __cpu_logical_map undefined issueKefeng Wang
2020-08-26ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd
2020-08-21arm64: perf: Correct the event index in sysfsShaokun Zhang
2020-08-11arm64: kaslr: Use standard early random functionGuenter Roeck
2020-08-11random: random.h should include archrandom.h, not the other way aroundLinus Torvalds
2020-07-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-07-23arm64: vdso32: Fix '--prefix=' value for newer versions of clangNathan Chancellor
2020-07-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-07-16arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEPWill Deacon
2020-07-16arm64: ptrace: Use NO_SYSCALL instead of -1 in syscall_trace_enter()Will Deacon
2020-07-16arm64: syscall: Expand the comment about ptrace and syscall(-1)Will Deacon
2020-07-16arm64: ptrace: Add a comment describing our syscall entry/exit trap ABIWill Deacon
2020-07-16arm64: compat: Ensure upper 32 bits of x0 are zero on syscall returnWill Deacon
2020-07-16arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon
2020-07-16arm64: ptrace: Consistently use pseudo-singlestep exceptionsWill Deacon
2020-07-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-07-09arm64/alternatives: don't patch up internal branchesArd Biesheuvel
2020-07-09arm64: Add missing sentinel to erratum_1463225Florian Fainelli
2020-07-08arm64: kgdb: Fix single-step exception handling oopsWei Li
2020-07-08arm64: entry: Tidy up block comments and label numbersWill Deacon
2020-07-08arm64: Rework ARM_ERRATUM_1414080 handlingMarc Zyngier
2020-07-08arm64: entry: Fix the typo in the comment of el1_dbg()Kevin Hao
2020-07-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-07-03vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig
2020-07-03arm64: Add KRYO4XX silver CPU cores to erratum list 1530923 and 1024718Sai Prakash Ranjan
2020-07-03arm64: Add KRYO4XX gold CPU cores to erratum list 1463225 and 1418040Sai Prakash Ranjan
2020-07-02arm64/alternatives: use subsections for replacement sequencesArd Biesheuvel
2020-06-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-06-26arm64: use PAGE_KERNEL_ROX directly in alloc_insn_pageChristoph Hellwig
2020-06-25arm64: Add KRYO{3,4}XX silver CPU cores to SSB safelistSai Prakash Ranjan
2020-06-25arm64: perf: Report the PC value in REGS_ABI_32 modeJiping Ma
2020-06-24arm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelistSai Prakash Ranjan
2020-06-24arm64: vdso: Don't use gcc plugins for building vgettimeofday.cAlexander Popov
2020-06-24arm64: vdso: Only pass --no-eh-frame-hdr when linker supports itWill Deacon
2020-06-23arm64: compat: Remove 32-bit sigreturn code from the vDSOWill Deacon
2020-06-23arm64: compat: Always use sigpage for sigreturn trampolineWill Deacon
2020-06-23arm64: compat: Allow 32-bit vdso and sigpage to co-existWill Deacon
2020-06-23arm64: vdso: Disable dwarf unwinding through the sigreturn trampolineWill Deacon
2020-06-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-18arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon
2020-06-18arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-16arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=nWill Deacon