summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-11-05arm64: pgtable: Warn unexpected pmdp_test_and_clear_young()Yicong Yang
2024-11-05arm64: Enable ARCH_HAS_NONLEAF_PMD_YOUNGYicong Yang
2024-11-05arm64: Add support for FEAT_HAFTYicong Yang
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::mmap()Thomas Weißschuh
2024-11-05arm64/ptdump: Test both PTE_TABLE_BIT and PTE_VALID for block mappingsAnshuman Khandual
2024-11-05perf/x86/intel: Do not enable large PEBS for events with aux actions or aux s...Adrian Hunter
2024-11-05perf/x86/intel/pt: Add support for pause / resumeAdrian Hunter
2024-11-05perf/x86/intel/pt: Fix buffer full but size is 0 caseAdrian Hunter
2024-11-05riscv: add PREEMPT_LAZY supportJisheng Zhang
2024-11-05sched, x86: Enable Lazy preemptionPeter Zijlstra
2024-11-05seqlock, treewide: Switch to non-raw seqcount_latch interfaceMarco Elver
2024-11-05locking/atomic/x86: Use ALT_OUTPUT_SP() for __arch_{,try_}cmpxchg64_emu()Uros Bizjak
2024-11-05locking/atomic/x86: Use ALT_OUTPUT_SP() for __alternative_atomic64()Uros Bizjak
2024-11-05ARM: dts: microchip: sam9x75_curiosity: add sam9x75 curiosity boardVarshini Rajendran
2024-11-05ARM: dts: at91: sam9x7: add device tree for SoCVarshini Rajendran
2024-11-05arm64/mm: Sanity check PTE address before runtime P4D/PUD foldingArd Biesheuvel
2024-11-05arm64: setup: name 'tcr2' registerYicong Yang
2024-11-05arm64/sysreg: Update ID_AA64MMFR1_EL1 registerYicong Yang
2024-11-05KVM: PPC: Book3S HV: Add Power11 capability support for Nested PAPR guestsAmit Machhiwal
2024-11-05powerpc: Use str_enabled_disabled() helper functionThorsten Blum
2024-11-05powerpc/modules: start/end_opd are only needed for ABI v1Michael Ellerman
2024-11-05powerpc/ps3: replace open-coded sysfs_emit functionPaulo Miguel Almeida
2024-11-05riscv: kvm: Fix out-of-bounds array accessBjörn Töpel
2024-11-05RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulationYong-Xuan Wang
2024-11-04KVM: SVM: Propagate error from snp_guest_req_init() to userspaceSean Christopherson
2024-11-04KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabledSean Christopherson
2024-11-04KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchangedSean Christopherson
2024-11-04KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base()Sean Christopherson
2024-11-04KVM: x86: Make kvm_recalculate_apic_map() local to lapic.cSean Christopherson
2024-11-04KVM: x86: Rename APIC base setters to better capture their relationshipSean Christopherson
2024-11-04KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c)Sean Christopherson
2024-11-04KVM: x86: Inline kvm_get_apic_mode() in lapic.hSean Christopherson
2024-11-04KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base()Sean Christopherson
2024-11-04KVM: x86: Drop superfluous kvm_lapic_set_base() call when setting APIC stateSean Christopherson
2024-11-04KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value isn't changingSean Christopherson
2024-11-04KVM: x86/mmu: Drop per-VM zapped_obsolete_pages listVipin Sharma
2024-11-04KVM: x86/mmu: Remove KVM's MMU shrinkerVipin Sharma
2024-11-04KVM: x86/mmu: WARN if huge page recovery triggered during dirty loggingDavid Matlack
2024-11-04KVM: x86/mmu: Rename make_huge_page_split_spte() to make_small_spte()David Matlack
2024-11-04KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zappingDavid Matlack
2024-11-04KVM: x86/mmu: Refactor TDP MMU iter need resched checkSean Christopherson
2024-11-04KVM: x86/mmu: Demote the WARN on yielded in xxx_cond_resched() to KVM_MMU_WAR...Sean Christopherson
2024-11-04KVM: x86/mmu: Check yielded_gfn for forward progress iff resched is neededSean Christopherson
2024-11-04Merge tag 'arm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-04jump_label: adjust inline asm to be consistentAlice Ryhl
2024-11-04ARM: dts: omap4-kc1: fix twl6030 power nodeAndreas Kemnade
2024-11-04ARM: dts: am335x-bone-common: Increase MDIO reset deassert delay to 50msGeert Uytterhoeven
2024-11-04arm64: signal: Remove unused macroKevin Brodsky
2024-11-04arm64: signal: Remove unnecessary check when saving POE stateKevin Brodsky
2024-11-04arm64/mm: Drop setting PTE_TYPE_PAGE in pte_mkcont()Anshuman Khandual