summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-10-22x86/bugs: Use code segment selector for VERW operandPawan Gupta
2024-10-22x86/entry_32: Clear CPU buffers after register restore in NMI returnPawan Gupta
2024-10-22x86/entry_32: Do not clobber user EFLAGS.ZFPawan Gupta
2024-10-22x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode loadJohn Allen
2024-10-22x86/apic: Always explicitly disarm TSC-deadline timerZhang Rui
2024-10-22x86/resctrl: Annotate get_mem_config() functions as __initNathan Chancellor
2024-10-22x86/bugs: Do not use UNTRAIN_RET with IBPB on entryJohannes Wikner
2024-10-22x86/bugs: Skip RSB fill at VMEXITJohannes Wikner
2024-10-22x86/entry: Have entry_ibpb() invalidate return predictionsJohannes Wikner
2024-10-22x86/cpufeatures: Add a IBPB_NO_RET BUG flagJohannes Wikner
2024-10-22x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RETJim Mattson
2024-10-22KVM: s390: Change virtual to physical address access in diag 0x258 handlerMichael Mueller
2024-10-22KVM: s390: gaccess: Check if guest address is in memslotNico Boehr
2024-10-22arm64: probes: Fix uprobes for big-endian kernelsMark Rutland
2024-10-22arm64: probes: Fix simulate_ldr*_literal()Mark Rutland
2024-10-22arm64: probes: Remove broken LDR (literal) uprobe supportMark Rutland
2024-10-17fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev
2024-10-17x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K
2024-10-17x86/amd_nb: Add new PCI IDs for AMD family 0x1aShyam Sundar S K
2024-10-17LoongArch: Fix memleak in pci_acpi_scan_root()Wentao Guan
2024-10-17riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknownYing Sun
2024-10-17riscv: avoid Imbalance in RASJisheng Zhang
2024-10-17RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_tPalmer Dabbelt
2024-10-17s390/cpum_sf: Remove WARN_ON_ONCE statementsThomas Richter
2024-10-17bpf, x64: Fix a jit convergence issueYonghong Song
2024-10-17s390/mm: Add cond_resched() to cmm_alloc/free_pages()Gerald Schaefer
2024-10-17s390/facility: Disable compile time optimization for decompressor codeHeiko Carstens
2024-10-17riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins
2024-10-17Revert "powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2"Geoff Levand
2024-10-17riscv: Remove SHADOW_OVERFLOW_STACK_SIZE macroSong Shuai
2024-10-10mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed
2024-10-10arm64: errata: Expand speculative SSBS workaround once moreMark Rutland
2024-10-10arm64: cputype: Add Neoverse-N3 definitionsMark Rutland
2024-10-10riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti
2024-10-10riscv: define ILLEGAL_POINTER_VALUE for 64bitJisheng Zhang
2024-10-10arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386Easwar Hariharan
2024-10-10arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGSMark Rutland
2024-10-10parisc: Allow mmap(MAP_STACK) memory to automatically expand upwardsHelge Deller
2024-10-10parisc: Fix 64-bit userspace syscall pathHelge Deller
2024-10-10parisc: Fix itlb miss handler for 64-bit programsHelge Deller
2024-10-10powerpc/vdso: Fix VDSO data access when running in a non-root time namespaceChristophe Leroy
2024-10-10powerpc/pseries: Use correct data types from pseries_hp_errorlog structHaren Myneni
2024-10-10perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko
2024-10-10x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()Kees Cook
2024-10-10x86/kexec: Add EFI config table identity mapping for kexec kernelTao Liu
2024-10-10x86/pkeys: Restore altstack access in sigreturn()Aruna Ramakrishna
2024-10-10x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna
2024-10-10x86/ioapic: Handle allocation failures gracefullyThomas Gleixner
2024-10-10crypto: simd - Do not call crypto_alloc_tfm during registrationHerbert Xu
2024-10-10crypto: x86/sha256 - Add parentheses around macros' single argumentsFangrui Song