aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-28s390/cpum_cf: Deny all sampling events by counter PMUThomas Richter1-2/+2
2025-08-28s390/pai: Deny all events not handled by this PMUThomas Richter2-3/+3
2025-08-28arm64: dts: rockchip: Further describe the WiFi for the Pinebook ProPeter Robinson1-0/+18
2025-08-28arm64: dts: rockchip: Enable the NPU on NanoPi R6C/R6SAnton Kirilov1-0/+34
2025-08-28arm64: dts: rockchip: Add vcc-supply to SPI flash on Pinephone ProPeter Robinson1-0/+1
2025-08-28ARM: dts: stm32: use recent scl/sda gpio bindingsWolfram Sang1-2/+2
2025-08-28ARM: dts: cirrus: ep7211: use recent scl/sda gpio bindingsWolfram Sang1-2/+2
2025-08-27x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()Harry Yoo2-0/+21
2025-08-27bpf, arm64: Add JIT support for timed may_gotoPuranjay Mohan3-2/+53
2025-08-27x86/bugs: Add attack vector controls for SSBDavid Kaplan1-0/+9
2025-08-27x86/cpu/topology: Use initial APIC ID from XTOPOLOGY leaf on AMD/HYGONK Prateek Nayak1-9/+14
2025-08-27KVM: arm64: Enable support for guest_memfd backed memoryFuad Tabba2-0/+8
2025-08-27KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfdFuad Tabba1-6/+35
2025-08-27KVM: arm64: Handle guest_memfd-backed guest page faultsFuad Tabba1-3/+83
2025-08-27KVM: arm64: Refactor user_mem_abort()Fuad Tabba1-51/+59
2025-08-27KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memoryAckerley Tng1-4/+4
2025-08-27KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappingsSean Christopherson7-13/+19
2025-08-27KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepagesSean Christopherson3-35/+47
2025-08-27KVM: x86/mmu: Hoist guest_memfd max level/order helpers "up" in mmu.cSean Christopherson1-36/+36
2025-08-27KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()Ackerley Tng9-12/+12
2025-08-27KVM: guest_memfd: Add plumbing to host to map guest_memfd pagesFuad Tabba1-0/+11
2025-08-27KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit buildsFuad Tabba2-11/+5
2025-08-27KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()Fuad Tabba2-4/+4
2025-08-27KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATEFuad Tabba1-4/+10
2025-08-27KVM: x86: Select TDX's KVM_GENERIC_xxx dependencies iff CONFIG_KVM_INTEL_TDX=ySean Christopherson1-2/+2
2025-08-27KVM: x86: Select KVM_GENERIC_PRIVATE_MEM directly from KVM_SW_PROTECTED_VMSean Christopherson1-1/+1
2025-08-27KVM: x86: Have all vendor neutral sub-configs depend on KVM_X86, not just KVMSean Christopherson1-8/+8
2025-08-27KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFDFuad Tabba1-1/+1
2025-08-27Merge tag 'kvm-x86-fixes-6.17-rc7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-9/+10
2025-08-27x86/microcode/AMD: Handle the case of no BIOS microcodeBorislav Petkov (AMD)1-2/+20
2025-08-27Merge tag 'kvm-x86-fixes-6.17-rc7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-9/+10
2025-08-26net: phy: fixed: let fixed_phy_add always use addr 0 and remove return valueHeiner Kallweit2-4/+4
2025-08-26s390/bpf: Add s390 JIT support for timed may_gotoIlya Leoshkevich3-5/+67
2025-08-26x86/vdso: Fix output operand size of RDPIDUros Bizjak1-4/+4
2025-08-26lib/crypto: sparc/md5: Migrate optimized code into libraryEric Biggers4-258/+0
2025-08-26lib/crypto: powerpc/md5: Migrate optimized code into libraryEric Biggers6-346/+0
2025-08-26mips: cavium-octeon: Move octeon-crypto.c into parent dirEric Biggers3-7/+1
2025-08-26lib/crypto: mips/md5: Migrate optimized code into libraryEric Biggers4-227/+0
2025-08-26s390/mm: Prevent possible preempt_count overflowGerald Schaefer1-2/+0
2025-08-25floppy: Replace custom SZ_64K constantAndy Shevchenko2-3/+5
2025-08-25floppy: Remove unused CROSS_64KB() macro from arch/ codeAndy Shevchenko9-60/+2
2025-08-25x86/sgx: Use ENCLS mnemonic in <kernel/cpu/sgx/encls.h>Uros Bizjak1-3/+3
2025-08-25x86/cpu/intel: Fix the constant_tsc model check for Pentium 4Suchit Karunakaran1-1/+1
2025-08-25ARM: stacktrace: include asm/sections.h in asm/stacktrace.hArnd Bergmann1-1/+2
2025-08-25nios2: ensure that memblock.current_limit is set when setting pfn limitsSimon Schuster1-0/+15
2025-08-25nios2: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth8-15/+15
2025-08-25nios2: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth1-2/+2
2025-08-25x86/apic: Make the ISR clearing saneThomas Gleixner1-40/+37
2025-08-25Merge 6.17-rc3 into char-misc-nextGreg Kroah-Hartman21-89/+155
2025-08-25RISC-V: KVM: fix stack overrun when loading vlenbRadim Krčmář1-0/+2