summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar8-38/+65
2023-01-27arm64: traps: attempt to dump all instructionsMark Rutland1-4/+2
2023-01-27arm64: avoid executing padding bytes during kexec / hibernationMark Rutland1-0/+6
2023-01-26arm64: Apply dynamic shadow call stack patching in two passesArd Biesheuvel1-3/+8
2023-01-26arm64: head: Switch endianness before populating the ID mapArd Biesheuvel1-1/+22
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel1-2/+3
2023-01-24arm64: head: Clean the ID map and the HYP text to the PoC if neededArd Biesheuvel2-4/+28
2023-01-24arm64: head: avoid cache invalidation when entering with the MMU onArd Biesheuvel1-2/+3
2023-01-24arm64: head: record the MMU state at primary entryArd Biesheuvel2-2/+35
2023-01-24arm64: kernel: move identity map out of .text mappingArd Biesheuvel2-14/+16
2023-01-24arm64: head: Move all finalise_el2 calls to after __enable_mmuArd Biesheuvel2-2/+8
2023-01-24arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland3-5/+187
2023-01-24arm64: ftrace: Update stale commentMark Rutland1-1/+1
2023-01-24arm64: patching: Add aarch64_insn_write_literal_u64()Mark Rutland1-0/+17
2023-01-23Merge tag 'efi-fixes-for-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-1/+20
2023-01-22Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman6-37/+45
2023-01-20arm64: cpufeature: Use kstrtobool() instead of strtobool()Christophe JAILLET1-2/+3
2023-01-20arm64: Add compat hwcap SSBSAmit Daniel Kachhap2-1/+3
2023-01-20arm64: Add compat hwcap SBAmit Daniel Kachhap2-1/+3
2023-01-20arm64: Add compat hwcap I8MMAmit Daniel Kachhap2-1/+3
2023-01-20arm64: Add compat hwcap ASIMDBF16Amit Daniel Kachhap2-1/+3
2023-01-20arm64: Add compat hwcap ASIMDFHMAmit Daniel Kachhap2-1/+3
2023-01-20arm64: Add compat hwcap ASIMDDPAmit Daniel Kachhap2-1/+3
2023-01-20arm64: Add compat hwcap FPHP and ASIMDHPAmit Daniel Kachhap2-2/+6
2023-01-20arm64: Stash shadow stack pointer in the task struct on interruptArd Biesheuvel1-7/+5
2023-01-20arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel2-3/+3
2023-01-20arm64/signal: Include TPIDR2 in the signal contextMark Brown1-0/+59
2023-01-20arm64/sme: Add hwcaps for SME 2 and 2.1 featuresMark Brown2-0/+20
2023-01-20arm64/sme: Implement ZT0 ptrace supportMark Brown1-0/+54
2023-01-20arm64/sme: Implement signal handling for ZTMark Brown1-0/+105
2023-01-20arm64/sme: Implement context switching for ZT0Mark Brown2-12/+24
2023-01-20arm64/sme: Provide storage for ZT0Mark Brown1-5/+5
2023-01-20arm64/sme: Add basic enumeration for SME2Mark Brown2-0/+25
2023-01-20arm64/sme: Enable host kernel to access ZT0Mark Brown2-0/+7
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown4-30/+31
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-4/+2
2023-01-18cpuidle, arm64: Fix the ARM64 cpuidle logicPeter Zijlstra2-3/+13
2023-01-18ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()Pierre Gondois1-4/+7
2023-01-16arm64: efi: Account for the EFI runtime stack in stack unwinderArd Biesheuvel1-0/+12
2023-01-16arm64: efi: Avoid workqueue to check whether EFI runtime is liveArd Biesheuvel2-1/+8
2023-01-13Merge tag 'efi-fixes-for-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2023-01-13cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidlePeter Zijlstra1-1/+1
2023-01-13arm64, smp: Remove trace_.*_rcuidle() usagePeter Zijlstra1-2/+2
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2023-01-12arm64/cache: Move CLIDR macro definitionsAkihiko Odaki1-5/+0
2023-01-12arm64/sme: Optimise SME exit on syscall entryMark Brown1-6/+2
2023-01-12arm64/sme: Don't use streaming mode to probe the maximum SME VLMark Brown1-4/+1
2023-01-12arm64/ptrace: Use system_supports_tpidr2() to check for TPIDR2 supportMark Brown1-2/+2
2023-01-12arm64/cpufeature: Fix field sign for DIT hwcap detectionMark Brown1-1/+1