aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+1
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'modules-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-30/+7
2023-08-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 15-77/+81
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+15
2023-08-25Merge branch 'for-next/perf' into for-next/coreGravatar Will Deacon 1-2/+2
2023-08-25Merge branch 'for-next/mm' into for-next/coreGravatar Will Deacon 1-2/+2
2023-08-25Merge branch 'for-next/misc' into for-next/coreGravatar Will Deacon 8-16/+37
2023-08-25Merge branch 'for-next/entry' into for-next/coreGravatar Will Deacon 2-33/+32
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextGravatar Dave Airlie 4-24/+63
2023-08-21efi/arm64: Move EFI runtime call setup/teardown helpers out of lineGravatar Ard Biesheuvel 1-1/+15
2023-08-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-7/+21
2023-08-18arm64: mte: simplify swap tag restoration logicGravatar Peter Collingbourne 1-30/+7
2023-08-18hw_breakpoint: fix single-stepping when using bpf_overflow_handlerGravatar Tomislav Novak 1-2/+2
2023-08-17arm64/ptrace: Ensure that the task sees ZT writes on first useGravatar Mark Brown 1-1/+8
2023-08-17arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateGravatar Mark Brown 3-6/+13
2023-08-16arm64/sysreg: refactor deprecated strncpyGravatar Justin Stitt 1-3/+3
2023-08-15sysctl: Add size to register_sysctlGravatar Joel Granados 1-1/+1
2023-08-11arm64: syscall: unmask DAIF earlier for SVCsGravatar Mark Rutland 2-33/+32
2023-08-10arm64/fpsimd: Only provide the length to cpufeature for xCR registersGravatar Mark Brown 1-18/+4
2023-08-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-7/+12
2023-08-04arm64: sdei: abort running SDEI handlers during crashGravatar D Scott Phillips 3-6/+32
2023-08-04arm64: add HWCAP for FEAT_HBC (hinted conditional branches)Gravatar Joey Gouly 2-1/+3
2023-08-04arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVEGravatar Mark Brown 1-1/+2
2023-08-04arm64/fpsimd: Sync FPSIMD state with SVE for SME only systemsGravatar Mark Brown 1-2/+2
2023-08-04arm64/ptrace: Don't enable SVE when setting streaming SVEGravatar Mark Brown 1-3/+5
2023-08-03arm64: module: Use module_init_layout_section() to spot init sectionsGravatar James Morse 1-1/+1
2023-08-03arm64/ptrace: Flush FP state when setting ZT0Gravatar Mark Brown 1-0/+2
2023-08-03arm64/fpsimd: Clear SME state in the target task when setting the VLGravatar Mark Brown 1-1/+1
2023-08-02x86/shstk: Add user control-protection fault handlerGravatar Rick Edgecombe 2-2/+2
2023-07-31arm64: Explicitly include correct DT includesGravatar Rob Herring 2-4/+0
2023-07-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-3/+2
2023-07-27arm64: vdso: remove two .altinstructions related symbolsGravatar Jisheng Zhang 1-2/+0
2023-07-27arm64/cpufeature: Use ARM64_CPUID_FIELD() to match EVTGravatar Mark Brown 1-5/+1
2023-07-27arm64/ptrace: Clean up error handling path in sve_set_common()Gravatar Christophe JAILLET 1-1/+2
2023-07-27arm64/mm: Directly use ID_AA64MMFR2_EL1_VARange_MASKGravatar Anshuman Khandual 1-2/+2
2023-07-26arm64/sme: Set new vector length before reallocatingGravatar Mark Brown 1-2/+2
2023-07-26arm64/fpsimd: Don't flush SME register hardware state along with threadGravatar Mark Brown 1-1/+0
2023-07-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-8/+29
2023-07-21arm64/fpsimd: Ensure SME storage is allocated after SVE VL changesGravatar Mark Brown 1-8/+25
2023-07-20arm64: vdso: Clear common make C=2 warningsGravatar Zhen Lei 1-0/+4
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Gravatar Daniel Vetter 1-0/+1
2023-07-12tracing: arm64: Avoid missing-prototype warningsGravatar Arnd Bergmann 1-3/+0
2023-07-08efi: Do not include <linux/screen_info.h> from EFI headerGravatar Thomas Zimmermann 1-0/+1
2023-07-06Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 1-1/+1
2023-07-05arm64: ftrace: fix build error with CONFIG_FUNCTION_GRAPH_TRACER=nGravatar Arnd Bergmann 1-1/+1
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-14/+70