summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-06-21riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabledNam Cao
2024-06-21riscv: rewrite __kernel_map_pages() to fix sleeping in invalid contextNam Cao
2024-06-21riscv: fix overlap of allocated page and PTR_ERRNam Cao
2024-06-21x86/amd_nb: Check for invalid SMN readsYazen Ghannam
2024-06-21x86/kexec: Fix bug with call depth trackingDavid Kaplan
2024-06-21x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()Jan Beulich
2024-06-21parisc: Try to fix random segmentation faults in package buildsJohn David Anglin
2024-06-21x86/boot: Don't add the EFI stub to targets, againBenjamin Segall
2024-06-21x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook
2024-06-21x86/asm: Use %c/%n instead of %P operand modifier in asm templatesUros Bizjak
2024-06-21powerpc/uaccess: Fix build errors seen with GCC 13/14Michael Ellerman
2024-06-21powerpc/85xx: fix compile error without CONFIG_CRASH_DUMPHari Bathini
2024-06-21x86/cpu: Provide default cache line size if not enumeratedDave Hansen
2024-06-21x86/cpu: Get rid of an unnecessary local variable in get_cpu_address_sizes()Borislav Petkov (AMD)
2024-06-21KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria
2024-06-21KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria
2024-06-21RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_e...Quan Zhou
2024-06-21RISC-V: KVM: No need to use mask when hart-index-bit is 0Yong-Xuan Wang
2024-06-16powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCHPuranjay Mohan
2024-06-16powerpc/64/bpf: fix tail calls for PCREL addressingHari Bathini
2024-06-16riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernelNam Cao
2024-06-16s390/cpacf: Make use of invalid opcode produce a link errorHarald Freudenberger
2024-06-16s390/cpacf: Split and rework cpacf query functionsHarald Freudenberger
2024-06-16parisc: Define sigset_t in parisc uapi headerHelge Deller
2024-06-16parisc: Define HAVE_ARCH_HUGETLB_UNMAPPED_AREAHelge Deller
2024-06-16ARM: dts: samsung: exynos4412-origen: fix keypad no-autorepeatKrzysztof Kozlowski
2024-06-16ARM: dts: samsung: smdk4412: fix keypad no-autorepeatKrzysztof Kozlowski
2024-06-16ARM: dts: samsung: smdkv310: fix keypad no-autorepeatKrzysztof Kozlowski
2024-06-16riscv: dts: starfive: Remove PMIC interrupt info for Visionfive 2 boardShengyu Qu
2024-06-16sparc: move struct termio to asm/termios.hMike Gilbert
2024-06-16sparc64: Fix number of online CPUsSam Ravnborg
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts
2024-06-16LoongArch: Fix entry point in kernel image headerJiaxun Yang
2024-06-16LoongArch: Override higher address bits in JUMP_VIRT_ADDRJiaxun Yang
2024-06-16LoongArch: Fix built-in DTB detectionJiaxun Yang
2024-06-16LoongArch: Add all CPUs enabled by fdt to NUMA node 0Jiaxun Yang
2024-06-16KVM: arm64: AArch32: Fix spurious trapping of conditional instructionsMarc Zyngier
2024-06-16KVM: arm64: Allow AArch32 PSTATE.M to be restored as System modeMarc Zyngier
2024-06-16KVM: arm64: Fix AArch32 register narrowing on userspace writeMarc Zyngier
2024-06-16KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright maskedSean Christopherson
2024-06-16arm64: dts: ti: verdin-am62: Set memory size to 2gbMax Krummenacher
2024-06-16arm64: dts: hi3798cv200: fix the size of GICRYang Xiwen
2024-06-16arm64: dts: qcom: sc8280xp: add missing PCIe minimum OPPJohan Hovold
2024-06-16arm64: dts: qcom: qcs404: fix bluetooth device addressJohan Hovold
2024-06-16arm64: tegra: Correct Tegra132 I2C aliasKrzysztof Kozlowski
2024-06-16x86/topology/amd: Evaluate SMT in CPUID leaf 0x8000001e only on family 0x17 a...Thomas Gleixner
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang
2024-06-12x86/topology/intel: Unlock CPUID before evaluating anythingThomas Gleixner
2024-06-12KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUIDGerd Hoffmann
2024-06-12x86/pci: Skip early E820 check for ECAM regionBjorn Helgaas