summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-03-08Merge tag 'efi-fixes-for-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-5/+54
2026-03-08Merge tag 'x86-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-95/+228
2026-03-07Merge tag 'parisc-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+19
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-37/+11
2026-03-07Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds26-1/+26
2026-03-07Merge tag 's390-7.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-7/+6
2026-03-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-14/+65
2026-03-07Merge tag 'pci-v7.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+14
2026-03-06arm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faultsPiotr Jaroszynski1-4/+49
2026-03-06parisc: Fix initial page table creation for bootHelge Deller1-1/+6
2026-03-06parisc: Check kernel mapping earlier at bootupHelge Deller1-8/+12
2026-03-06parisc: Increase initial mapping to 64 MB with KALLSYMSHelge Deller1-1/+1
2026-03-04arm64: make runtime const not usable by modulesJisheng Zhang1-0/+4
2026-03-04x86/entry/vdso32: Work around libgcc unwinder bugH. Peter Anvin1-0/+30
2026-03-04x86/resctrl: Fix SNC detectionTony Luck1-31/+5
2026-03-04x86/topo: Fix SNC topology messPeter Zijlstra1-47/+143
2026-03-04x86/topo: Replace x86_has_numa_in_packagePeter Zijlstra1-10/+3
2026-03-04x86/topo: Add topology_num_nodes_per_package()Peter Zijlstra3-2/+20
2026-03-04x86/numa: Store extra copy of numa_nodes_parsedPeter Zijlstra3-0/+16
2026-03-04arm64: mm: Add PTE_DIRTY back to PAGE_KERNEL* to fix kexec/hibernationCatalin Marinas1-5/+5
2026-03-04arm64: Silence sparse warnings caused by the type casting in (cmp)xchgCatalin Marinas1-5/+7
2026-03-04x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file pathsJan Stancek1-0/+1
2026-03-03sparc/PCI: Initialize msi_addr_mask for OF-created PCI devicesNilay Shroff1-0/+7
2026-03-03powerpc/pci: Initialize msi_addr_mask for OF-created PCI devicesNilay Shroff1-0/+7
2026-03-03s390/stackleak: Fix __stackleak_poison() inline assembly constraintHeiko Carstens1-1/+1
2026-03-03s390/xor: Improve inline assembly constraintsHeiko Carstens1-4/+4
2026-03-03s390/xor: Fix xor_xc_2() inline assembly constraintsHeiko Carstens1-2/+2
2026-03-03s390/xor: Fix xor_xc_5() inline assemblyVasily Gorbik1-1/+0
2026-03-03x86/PVH: Use boot params to pass RSDP address in start_info pageHou Wenlong1-6/+1
2026-03-03x86/xen: update outdated commentkexinsun1-1/+1
2026-03-03x86/xen: Build identity mapping page tables dynamically for XENPVHou Wenlong3-30/+9
2026-03-02x86/sev: Allow IBPB-on-Entry feature for SNP guestsKim Phillips3-1/+6
2026-03-02x86/boot/sev: Move SEV decompressor variables into the .data sectionTom Lendacky2-5/+5
2026-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-91/+79
2026-03-02Merge tag 'x86-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-42/+50
2026-03-01Merge tag 'perf-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+27
2026-03-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+1
2026-02-28Merge tag 's390-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds8-67/+66
2026-02-28Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini7-68/+79
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini7-11/+0
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini8-12/+0
2026-02-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds13-60/+103
2026-02-27Merge tag 'dma-mapping-7.0-2026-02-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+4
2026-02-26bpf, arm64: Force 8-byte alignment for JIT buffer to prevent atomic tearingFuad Tabba1-1/+1
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor26-1/+26
2026-02-26arm64: topology: Fix false warning in counters_read_on_cpu() for same-CPU readsSumit Gupta1-6/+15
2026-02-26arm64: Fix sampling the "stable" virtual counter in preemptible sectionMarc Zyngier1-1/+5
2026-02-26arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBIMark Rutland6-36/+47
2026-02-26arm64: tlb: Allow XZR argument to TLBI opsMark Rutland1-3/+3
2026-02-25arm64: gcs: Honour mprotect(PROT_NONE) on shadow stack mappingsCatalin Marinas1-1/+5