summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-06-29Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+7
2024-06-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2024-06-28randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook1-9/+7
2024-06-24arm64: Clear the initial ID map correctly before remappingZenghui Yu1-1/+1
2024-06-18Merge tag 'efi-fixes-for-v6.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2024-06-15efi/arm64: Fix kmemleak false positive in arm64_efi_rt_init()Waiman Long1-0/+2
2024-06-05arm64: armv8_deprecated: Fix warning in isndep cpuhp starting processWei Li1-0/+3
2024-05-26Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2024-05-24arm64: patching: fix handling of execmem addressesWill Deacon1-1/+1
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-05-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-22/+61
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-1/+1
2024-05-22arm64/fpsimd: Avoid erroneous elide of user state reloadArd Biesheuvel1-22/+22
2024-05-22Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon1-0/+18
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+42
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-16/+2
2024-05-17Revert "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon1-18/+0
2024-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2024-05-16Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-133/+0
2024-05-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-116/+152
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada2-14/+0
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-140/+0
2024-05-14arm64: extend execmem_info for generated code allocationsMike Rapoport (IBM)2-7/+12
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)1-24/+31
2024-05-14arm64: module: remove unneeded call to kasan_alloc_module_shadow()Mike Rapoport (IBM)1-5/+0
2024-05-14Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-2/+2
2024-05-10Merge branch 'for-next/errata' into for-next/coreWill Deacon3-0/+39
2024-05-10arm64: errata: Add workaround for Arm errata 3194386 and 3312417Mark Rutland3-0/+39
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-09Merge branch 'for-next/perf' into for-next/coreWill Deacon2-114/+124
2024-05-09Merge branch 'for-next/misc' into for-next/coreWill Deacon3-2/+18
2024-05-08Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier1-2/+2
2024-05-08KVM: arm64: Use hVHE in pKVM by default on CPUs with VHE supportWill Deacon1-1/+1
2024-05-08KVM: arm64: Fix hvhe/nvhe early alias parsingWill Deacon1-1/+1
2024-05-03arm64: Add USER_STACKTRACE supportchenqiwu2-114/+124
2024-05-03arm64: Add the arm64.no32bit_el0 command line optionAndrea della Porta1-0/+2
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada1-1/+1
2024-04-28arm64: defer clearing DAIF.DMark Rutland2-2/+16
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-04-22arm64/io: Provide a WC friendly __iowriteXX_copy()Jason Gunthorpe1-0/+42
2024-04-18arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2HArd Biesheuvel1-0/+5
2024-04-18arm64/head: Drop unnecessary pre-disable-MMU workaroundArd Biesheuvel1-2/+0
2024-04-18arm64: acpi: Honour firmware_signature field of FACS, if it existsDavid Woodhouse1-0/+10
2024-04-14Merge branch 'linus' into perf/core, to pick up perf/urgent fixesIngo Molnar2-17/+17
2024-04-12perf/bpf: Remove unneeded uses_default_overflow_handler()Kyle Huey1-2/+2
2024-04-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+1
2024-04-03arm64/ptrace: Use saved floating point state type to determine SVE layoutMark Brown1-4/+1
2024-04-01arm64: Fix early handling of FEAT_E2H0 not being implementedMarc Zyngier1-13/+16