aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
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-13Merge 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-10kbuild: 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-25fix 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
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-18/+111
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-9/+14
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds30-781/+1107
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas2-26/+1
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+101
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini3-18/+111
2024-03-07Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas19-639/+846
2024-03-07Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...Catalin Marinas15-143/+287
2024-03-07arm64/hwcap: Define hwcaps for 2023 DPISA featuresMark Brown2-0/+50
2024-03-07arm64/ptrace: Expose FPMR via ptraceMark Brown1-0/+42
2024-03-07arm64/signal: Add FPMR signal handlingMark Brown1-0/+59
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown2-0/+22
2024-03-07arm64/cpufeature: Hook new identification registers up to cpufeatureMark Brown2-0/+31
2024-03-04arm64: prohibit probing on arch_kunwind_consume_entry()Puranjay Mohan1-1/+1
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+101
2024-03-01arm64/hw_breakpoint: Directly use ESR_ELx_WNR for an watchpoint exceptionAnshuman Khandual1-1/+2
2024-03-01arm64: cpufeatures: Clean up temporary variable to simplify codeLiao Chang1-6/+2
2024-02-28arm64: patching: implement text_poke APIPuranjay Mohan1-0/+75
2024-02-28arm64: Update setup_arch() comment on interrupt maskingRyo Takakura1-3/+2