aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-23arm64: errata: Apply workarounds for Neoverse-V3AEMark Rutland1-0/+1
2025-10-23arm64: debug: always unmask interrupts in el0_softstp()Ada Couprie Diaz1-3/+5
2025-10-19arm64: mte: Do not flag the zero page as PG_mte_taggedCatalin Marinas2-4/+8
2025-10-19arm64: kprobes: call set_memory_rox() for kprobe pageYang Shi1-0/+12
2025-10-19arm64: map [_text, _stext) virtual address range non-executable+read-onlyOmar Sandoval2-2/+8
2025-10-15arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-09-10Merge tag 'mm-hotfixes-stable-2025-09-10-20-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-09-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-4/+32
2025-09-05arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONFIG_DYNAMIC_FTRACEpanfan3-4/+32
2025-09-03arm64: kexec: initialize kexec_buf struct in load_other_segments()Breno Leitao1-1/+1
2025-08-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+3
2025-08-30arm64: mm: Fix CFI failure due to kpti_ng_pgd_alloc function signatureKees Cook1-2/+3
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+24
2025-08-21arm64: Add capability denoting FEAT_RASv1p1Marc Zyngier1-0/+24
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-55/+113
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds23-481/+591
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-55/+113
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-3/+4
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-26/+26
2025-07-26Merge tag 'irqchip-gic-v5-host' into kvmarm/nextOliver Upton2-55/+104
2025-07-24Merge branch 'for-next/feat_mte_store_only' into for-next/coreCatalin Marinas4-2/+25
2025-07-24Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/misc', 'for-next/acpi', 'for-next/debug-entry', 'for-next/feat_mte_tagged_far', 'for-next/kselftest', 'for-next/mdscr-cleanup' and 'for-next/vmap-stack', remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas22-479/+515
2025-07-23arm64/gcs: task_gcs_el0_enable() should use passed taskJeremy Linton1-3/+3
2025-07-22arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack()Ada Couprie Diaz1-0/+6
2025-07-22arm64: signal: Remove ISB when resetting POR_EL0Kevin Brodsky1-2/+5
2025-07-21stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGSKees Cook1-1/+2
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook2-2/+2
2025-07-17arm64: Mark kernel as tainted on SAE and SError panicBreno Leitao1-0/+1
2025-07-15arm64: smp: Fix pNMI setup after GICv5 reworkMarc Zyngier1-1/+1
2025-07-15arm64/gcs: Don't call gcs_free() when releasing task_structMark Brown1-1/+0
2025-07-14arm64: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-26/+26
2025-07-08arm64: Detect FEAT_DoubleFault2Oliver Upton1-0/+1
2025-07-08arm64: Detect FEAT_SCTLR2Oliver Upton1-0/+8
2025-07-08irqchip/gic-v5: Add GICv5 LPI/IPI supportLorenzo Pieralisi1-17/+0
2025-07-08arm64: smp: Support non-SGIs for IPIsMarc Zyngier1-33/+92
2025-07-08arm64: cpucaps: Add GICv5 CPU interface (GCIE) capabilityLorenzo Pieralisi1-0/+7
2025-07-08arm64: cpucaps: Rename GICv3 CPU interface capabilityLorenzo Pieralisi1-5/+5
2025-07-08arm64: fix unnecessary rebuilding when CONFIG_DEBUG_EFI=yMasahiro Yamada1-1/+1
2025-07-08arm64: remove CONFIG_VMAP_STACK checks from entry codeBreno Leitao2-8/+0
2025-07-08arm64: remove CONFIG_VMAP_STACK checks from SDEI stack handlingBreno Leitao1-6/+2
2025-07-08arm64: remove CONFIG_VMAP_STACK checks from stacktrace overflow logicBreno Leitao1-3/+1
2025-07-08arm64: remove CONFIG_VMAP_STACK conditionals from traps overflow stackBreno Leitao1-3/+0
2025-07-08arm64: remove CONFIG_VMAP_STACK conditionals from irq stack setupBreno Leitao1-13/+0
2025-07-08arm64: efi: Remove CONFIG_VMAP_STACK checkBreno Leitao1-5/+0
2025-07-08arm64: debug: remove debug exception registration infrastructureAda Couprie Diaz3-32/+2
2025-07-08arm64: debug: split bkpt32 exception entryAda Couprie Diaz2-13/+16
2025-07-08arm64: debug: split brk64 exception entryAda Couprie Diaz2-33/+37
2025-07-08arm64: debug: split hardware watchpoint exception entryAda Couprie Diaz2-12/+36
2025-07-08arm64: debug: split single stepping exception entryAda Couprie Diaz3-47/+71
2025-07-08arm64: debug: refactor reinstall_suspended_bps()Ada Couprie Diaz2-14/+13