summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-04-13arm64: dts: apple: s800-0-3: Add CPU cachesNick Chan
2025-04-13arm64: dts: apple: t7001: Add CPU cachesNick Chan
2025-04-13arm64: dts: apple: t7000: Add CPU cachesNick Chan
2025-04-13arm64: dts: apple: s5l8960x: Add CPU cachesNick Chan
2025-04-13objtool, x86/hweight: Remove ANNOTATE_IGNORE_ALTERNATIVEJosh Poimboeuf
2025-04-13x86/percpu: Refer __percpu_prefix to __force_percpu_prefixUros Bizjak
2025-04-12Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-04-12x86/microcode/AMD: Extend the SHA check to Zen5, block loading of any unrelea...Borislav Petkov (AMD)
2025-04-12x86/sev: Prepare for splitting off early SEV codeArd Biesheuvel
2025-04-12x86/boot: Drop RIP_REL_REF() uses from SME startup codeArd Biesheuvel
2025-04-12x86/boot: Move early SME init code into startup/Ard Biesheuvel
2025-04-12x86/boot: Drop RIP_REL_REF() uses from early mapping codeArd Biesheuvel
2025-04-12x86/boot: Move early kernel mapping code into startup/Ard Biesheuvel
2025-04-12x86/boot: Move the early GDT/IDT setup code into startup/Ard Biesheuvel
2025-04-12x86/asm: Make rip_rel_ptr() usable from fPIC codeArd Biesheuvel
2025-04-12x86/mm: Opt-in to IRQs-off activate_mm()Andy Lutomirski
2025-04-12x86/efi: Make efi_enter/leave_mm() use the use_/unuse_temporary_mm() machineryAndy Lutomirski
2025-04-12x86/mm: Allow temporary MMs when IRQs are onAndy Lutomirski
2025-04-12x86/mm: Remove 'mm' argument from unuse_temporary_mm() againPeter Zijlstra
2025-04-12x86/mm: Make use_/unuse_temporary_mm() non-staticAndy Lutomirski
2025-04-12x86/events, x86/insn-eval: Remove incorrect current->active_mm referencesAndy Lutomirski
2025-04-12x86/mm: Add 'mm' argument to unuse_temporary_mm()Peter Zijlstra
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima
2025-04-11arm64: dts: broadcom: bcm2712: Use "l2-cache" for L2 cache node namesRob Herring (Arm)
2025-04-11Merge tag 's390-6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-04-11KVM: arm64: Let kvm_vcpu_read_pmcr() return an EL-dependent value for PMCR_EL0.NMarc Zyngier
2025-04-11KVM: arm64: Handle out-of-bound write to MDCR_EL2.HPMNMarc Zyngier
2025-04-11KVM: arm64: Don't let userspace write to PMCR_EL0.N when the vcpu has EL2Marc Zyngier
2025-04-11KVM: arm64: Allow userspace to limit the number of PMU counters for EL2 VMsMarc Zyngier
2025-04-11KVM: arm64: Contextualise the handling of PMCR_EL0.P writesMarc Zyngier
2025-04-11KVM: arm64: Fix MDCR_EL2.HPMN reset valueMarc Zyngier
2025-04-11KVM: arm64: Repaint pmcr_n into nr_pmu_countersMarc Zyngier
2025-04-11x86/xen: Fix __xen_hypercall_setfunc()Jason Andryuk
2025-04-11x86/cacheinfo: Standardize header files and CPUID referencesAhmed S. Darwish
2025-04-11x86/cpuid: Remove obsolete CPUID(0x2) iteration macroAhmed S. Darwish
2025-04-11Merge tag 'v6.15-rc1' into x86/cpu, to refresh the branch with upstream changesIngo Molnar
2025-04-11x86/alternatives: Make smp_text_poke_batch_process() subsume smp_text_poke_ba...Nikolay Borisov
2025-04-11x86/alternatives: Add comment about noinstr expectationsIngo Molnar
2025-04-11x86/alternatives: Rename 'apply_relocation()' to 'text_poke_apply_relocation()'Ingo Molnar
2025-04-11x86/alternatives: Update the comments in smp_text_poke_batch_process()Ingo Molnar
2025-04-11x86/alternatives: Remove 'smp_text_poke_batch_flush()'Ingo Molnar
2025-04-11x86/alternatives: Move declarations of vmlinux.lds.S defined section symbols ...Ingo Molnar
2025-04-11x86/alternatives: Simplify the #include sectionIngo Molnar
2025-04-11x86/alternatives: Rename 'POKE_MAX_OPCODE_SIZE' to 'TEXT_POKE_MAX_OPCODE_SIZE'Ingo Molnar
2025-04-11x86/alternatives: Rename 'TP_ARRAY_NR_ENTRIES_MAX' to 'TEXT_POKE_ARRAY_MAX'Ingo Molnar
2025-04-11x86/alternatives: Standardize on 'tpl' local variable names for 'struct smp_t...Ingo Molnar
2025-04-11x86/alternatives: Simplify and clean up patch_cmp()Ingo Molnar
2025-04-11x86/alternatives: Constify text_poke_addr()Ingo Molnar
2025-04-11x86/alternatives: Simplify text_poke_addr_ordered()Ingo Molnar
2025-04-11x86/alternatives: Rename 'text_poke_sync()' to 'smp_text_poke_sync_each_cpu()'Ingo Molnar