summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-09-09x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()Harry Yoo
2025-09-09arm64: dts: imx8mp: Fix missing microSD slot vqmmc on DH electronics i.MX8M P...Marek Vasut
2025-09-09arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3399-pinebook-proPeter Robinson
2025-09-04KVM: x86: use array_index_nospec with indices that come from guestThijs Raymakers
2025-09-04powerpc/kvm: Fix ifdef to remove build warningMadhavan Srinivasan
2025-09-04mips: lantiq: xway: sysctrl: rename the etop nodeAleksander Jan Bajkowski
2025-09-04mips: dts: lantiq: danube: add missing burst length propertyAleksander Jan Bajkowski
2025-08-28s390/hypfs: Enable limited access during lockdownPeter Oberparleiter
2025-08-28s390/hypfs: Avoid unnecessary ioctl registration in debugfsPeter Oberparleiter
2025-08-28x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init helperTianxiang Peng
2025-08-28compiler: remove __ADDRESSABLE_ASM{_STR,}() againJan Beulich
2025-08-28arm64: dts: ti: k3-am62-main: Remove eMMC High Speed DDR supportJudith Mendez
2025-08-28KVM: arm64: Fix kernel BUG() due to bad backport of FPSIMD/SVE/SME fixWill Deacon
2025-08-28KVM: VMX: Flush shadow VMCS on emergency rebootChao Gao
2025-08-28x86/reboot: KVM: Handle VMXOFF in KVM's reboot callbackSean Christopherson
2025-08-28x86/reboot: Harden virtualization hooks for emergency rebootSean Christopherson
2025-08-28KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass producerSean Christopherson
2025-08-28arm64/cpufeatures/kvm: Add ARMv8.9 FEAT_ECBHB bits in ID_AA64MMFR1 registerNianyao Tang
2025-08-28mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual
2025-08-28arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack()Ada Couprie Diaz
2025-08-28ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGSNathan Chancellor
2025-08-28x86/mce/amd: Add default names for MCA banks and blocksYazen Ghannam
2025-08-28perf/x86/intel: Fix crash in icl_update_topdown_event()Kan Liang
2025-08-28parisc: Update comments in make_insert_tlbJohn David Anglin
2025-08-28parisc: Try to fixup kernel exception in bad_area_nosemaphore path of do_page...John David Anglin
2025-08-28parisc: Revise gateway LWS calls to probe user read accessJohn David Anglin
2025-08-28parisc: Revise __get_user() to probe user read accessJohn David Anglin
2025-08-28parisc: Makefile: explain that 64BIT requires both 32-bit and 64-bit compilersRandy Dunlap
2025-08-28parisc: Check region is readable by user in raw_copy_from_user()John David Anglin
2025-08-28lib/crypto: mips/chacha: Fix clang build and remove unneeded byteswapEric Biggers
2025-08-28m68k: Fix lost column on framebuffer debug consoleFinn Thain
2025-08-28parisc: Makefile: fix a typo in palo.confRandy Dunlap
2025-08-28MIPS: lantiq: falcon: sysctrl: fix request memory check logicShiji Yang
2025-08-28MIPS: Don't crash in stack_top() for tasks without ABI or vDSOThomas Weißschuh
2025-08-28MIPS: vpe-mt: add missing prototypes for vpe_{alloc,start,stop,free}Shiji Yang
2025-08-28powerpc: floppy: Add missing checks after DMA mapThomas Fourier
2025-08-28(powerpc/512) Fix possible `dma_unmap_single()` on uninitialized pointerThomas Fourier
2025-08-28s390/stp: Remove udelay from stp_sync_clock()Sven Schnelle
2025-08-28um: Re-evaluate thread flags repeatedlyThomas Weißschuh
2025-08-28arm64: Mark kernel as tainted on SAE and SError panicBreno Leitao
2025-08-28s390/time: Use monotonic clock in get_cycles()Sven Schnelle
2025-08-28x86/bugs: Avoid warning when overriding return thunkPawan Gupta
2025-08-28ARM: tegra: Use I/O memcpy to write to IRAMAaron Kling
2025-08-28ARM: rockchip: fix kernel hang during smp initializationAlexander Kochetkov
2025-08-28arm64: Handle KCOV __init vs inline mismatchesKees Cook
2025-08-28KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guestMaxim Levitsky
2025-08-28KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIsMaxim Levitsky
2025-08-28KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-EnterMaxim Levitsky
2025-08-28KVM: VMX: Extract checking of guest's DEBUGCTL into helperSean Christopherson
2025-08-28KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supportedSean Christopherson