summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2024-10-23arm64: realm: Query IPA size from the RMMSteven Price
2024-10-23arm64: Detect if in a realm and set RIPAS RAMSuzuki K Poulose
2024-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-10-17arm64: Support AT_HWCAP3Mark Brown
2024-10-17arm64: stacktrace: unwind exception boundariesMark Rutland
2024-10-17arm64: stacktrace: report recovered PCsMark Rutland
2024-10-17arm64: stacktrace: report source of unwind dataMark Rutland
2024-10-17arm64: stacktrace: move dump_backtrace() to kunwind_stack_walk()Mark Rutland
2024-10-17arm64: use a common struct frame_recordMark Rutland
2024-10-17arm64: pt_regs: swap 'unused' and 'pmr' fieldsMark Rutland
2024-10-17arm64: pt_regs: rename "pmr_save" -> "pmr"Mark Rutland
2024-10-17arm64: mops: Handle MOPS exceptions from EL1Kristina Martsenko
2024-10-17arm64: probes: Disable kprobes/uprobes on MOPS instructionsKristina Martsenko
2024-10-17KVM: arm64: Shave a few bytes from the EL2 idmap codeMarc Zyngier
2024-10-16hugetlb: arm64: add mte supportYang Shi
2024-10-15arm64: insn: Simulate nop instruction for better uprobe performanceLiao Chang
2024-10-15arm64: asm-offsets: remove PREEMPT_DISABLE_OFFSETMark Rutland
2024-10-15arm64: asm-offsets: remove DMA_{TO,FROM}_DEVICEMark Rutland
2024-10-15arm64: asm-offsets: remove VM_EXEC and PAGE_SZMark Rutland
2024-10-15arm64: asm-offsets: remove MM_CONTEXT_IDMark Rutland
2024-10-15arm64: asm-offsets: remove COMPAT_{RT_,SIGFRAME_REGS_OFFSETMark Rutland
2024-10-15arm64: asm-offsets: remove VMA_VM_*Mark Rutland
2024-10-15arm64: asm-offsets: remove TSK_ACTIVE_MMMark Rutland
2024-10-15arm64: probes: Remove probe_opcode_tMark Rutland
2024-10-15arm64: probes: Cleanup kprobes endianness conversionsMark Rutland
2024-10-15arm64: probes: Move kprobes-specific fieldsMark Rutland
2024-10-15arm64: vdso: Remove timekeeper includeThomas Weißschuh
2024-10-14arm64: set POR_EL0 for kernel threadsJoey Gouly
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-10-09arm64: probes: Fix uprobes for big-endian kernelsMark Rutland
2024-10-09arm64: probes: Fix simulate_ldr*_literal()Mark Rutland
2024-10-09arm64: probes: Remove broken LDR (literal) uprobe supportMark Rutland
2024-10-04arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386Easwar Hariharan
2024-10-04arm64/ptrace: Expose GCS via ptrace and core filesMark Brown
2024-10-04arm64/signal: Expose GCS state in signal framesMark Brown
2024-10-04arm64/signal: Set up and restore the GCS context for signal handlersMark Brown
2024-10-04arm64/gcs: Ensure that new threads have a GCSMark Brown
2024-10-04arm64/gcs: Context switch GCS state for EL0Mark Brown
2024-10-04arm64/traps: Handle GCS exceptionsMark Brown
2024-10-04arm64/hwcap: Add hwcap for GCSMark Brown
2024-10-04arm64/idreg: Add overrride for GCSMark Brown
2024-10-04arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)Mark Brown
2024-10-01arm64: errata: Expand speculative SSBS workaround once moreMark Rutland
2024-09-26Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-16Merge tag 'acpi-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-09-13arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella
2024-09-12Merge branch 'for-next/timers' into for-next/coreWill Deacon