summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-09-04KVM: x86: use array_index_nospec with indices that come from guestThijs Raymakers2-2/+7
2025-09-04powerpc/kvm: Fix ifdef to remove build warningMadhavan Srinivasan1-4/+4
2025-09-04x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init helperTianxiang Peng1-0/+3
2025-08-28s390/hypfs: Enable limited access during lockdownPeter Oberparleiter1-1/+2
2025-08-28s390/hypfs: Avoid unnecessary ioctl registration in debugfsPeter Oberparleiter1-7/+11
2025-08-28compiler: remove __ADDRESSABLE_ASM{_STR,}() againJan Beulich1-2/+4
2025-08-28mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual2-5/+0
2025-08-28ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGSNathan Chancellor1-1/+1
2025-08-28x86/fpu: Delay instruction pointer fixup until after warningDave Hansen1-3/+2
2025-08-28x86/mce/amd: Add default names for MCA banks and blocksYazen Ghannam1-3/+10
2025-08-28lib/crypto: mips/chacha: Fix clang build and remove unneeded byteswapEric Biggers1-13/+7
2025-08-28m68k: Fix lost column on framebuffer debug consoleFinn Thain1-10/+21
2025-08-28parisc: Makefile: fix a typo in palo.confRandy Dunlap1-1/+1
2025-08-28MIPS: Don't crash in stack_top() for tasks without ABI or vDSOThomas Weißschuh1-7/+9
2025-08-28MIPS: vpe-mt: add missing prototypes for vpe_{alloc,start,stop,free}Shiji Yang1-0/+8
2025-08-28(powerpc/512) Fix possible `dma_unmap_single()` on uninitialized pointerThomas Fourier1-4/+2
2025-08-28s390/stp: Remove udelay from stp_sync_clock()Sven Schnelle1-1/+1
2025-08-28s390/time: Use monotonic clock in get_cycles()Sven Schnelle1-7/+6
2025-08-28x86/bugs: Avoid warning when overriding return thunkPawan Gupta1-3/+2
2025-08-28ARM: tegra: Use I/O memcpy to write to IRAMAaron Kling1-1/+1
2025-08-28ARM: rockchip: fix kernel hang during smp initializationAlexander Kochetkov1-6/+9
2025-08-28arm64: Handle KCOV __init vs inline mismatchesKees Cook1-1/+1
2025-08-28MIPS: mm: tlb-r4k: Uniquify TLB entries on initJiaxun Yang1-1/+55
2025-08-28PCI: pnv_php: Fix surprise plug detection and recoveryTimothy Pearson1-0/+3
2025-08-28powerpc/eeh: Make EEH driver device hotplug safeTimothy Pearson2-20/+38
2025-08-28powerpc/eeh: Rely on dev->link_active_reportingMaciej W. Rozycki1-3/+2
2025-08-28powerpc/eeh: Export eeh_unfreeze_pe()Timothy Pearson1-0/+1
2025-08-28sh: Do not use hyphen in exported variable nameBen Hutchings3-9/+9
2025-08-28arch: powerpc: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEXJohan Korsnes1-1/+0
2025-08-28m68k: Don't unregister boot console needlesslyFinn Thain3-33/+19
2025-08-28arm64: dts: imx8mm-beacon: Fix HS400 USDHC clock speedAdam Ford1-0/+2
2025-08-28ARM: dts: imx6ul-kontron-bl-common: Fix RTS polarity for RS485 interfaceAnnette Kobou1-1/+0
2025-08-28ARM: dts: vfxxx: Correctly use two tuples for timer addressKrzysztof Kozlowski1-1/+1
2025-08-28x86/bugs: Fix use of possibly uninit value in amd_check_tsa_microcode()Michael Zhivich1-0/+2
2025-07-17x86/process: Move the buffer clearing before MONITORBorislav Petkov2-8/+23
2025-07-17KVM: SVM: Advertise TSA CPUID bits to guestsBorislav Petkov7-12/+24
2025-07-17KVM: x86: add support for CPUID leaf 0x80000021Borislav Petkov1-1/+18
2025-07-17x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov10-5/+235
2025-07-17x86/bugs: Rename MDS machinery to something more genericBorislav Petkov6-29/+31
2025-07-17x86/mm: Disable hugetlb page table sharing on 32-bitJann Horn1-1/+1
2025-07-17um: vector: Reduce stack usage in vector_eth_configure()Tiwei Bie1-29/+13
2025-07-17x86/mce: Make sure CMCI banks are cleared during shutdown on IntelJP Kobryn1-0/+1
2025-07-17x86/mce: Don't remove sysfs if thresholding sysfs init failsYazen Ghannam1-7/+1
2025-07-17x86/mce/amd: Fix threshold limit resetYazen Ghannam1-8/+7
2025-07-17x86/its: FineIBT-paranoid vs ITSPeter Zijlstra3-2/+21
2025-07-17x86/its: Fix build errors when CONFIG_MODULES=nEric Biggers1-0/+9
2025-07-17x86/its: Use dynamic thunks for indirect branchesPeter Zijlstra3-3/+146
2025-07-17x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()Thomas Gleixner3-7/+4
2025-07-17x86/its: Add "vmexit" option to skip mitigation on some CPUsPawan Gupta3-7/+24
2025-07-17x86/its: Enable Indirect Target Selection mitigationPawan Gupta1-3/+125