summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-06-27Revert "mm: mmap: allow for the maximum number of bits for randomizing mmap_b...Linus Torvalds1-12/+0
2024-06-27x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck2-3/+6
2024-06-27x86/cpu/vfm: Add new macros to work with (vendor/family/model) valuesTony Luck1-0/+93
2024-06-27arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmcFrank Li1-1/+1
2024-06-27mm: mmap: allow for the maximum number of bits for randomizing mmap_base by d...Rafael Aquini1-0/+12
2024-06-27MIPS: mipsmtregs: Fix target register for MFTC0Jiaxun Yang1-1/+1
2024-06-27efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel2-2/+11
2024-06-27KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routesSean Christopherson1-5/+4
2024-06-27KVM: arm64: Disassociate vcpus from redistributor region on teardownMarc Zyngier3-4/+15
2024-06-27LoongArch: Fix multiple hardware watchpoint issuesHui Li1-24/+33
2024-06-27LoongArch: Trigger user-space watchpoints correctlyHui Li3-6/+31
2024-06-27LoongArch: Fix watchpoint setting errorHui Li3-32/+21
2024-06-27LoongArch: Only allow OBJTOOL & ORC unwinder if toolchain supports -mthin-add...Xi Ruoyao2-1/+5
2024-06-27x86/resctrl: Don't try to free nonexistent RMIDsDave Martin1-1/+2
2024-06-27arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input pinMax Krummenacher1-1/+1
2024-06-27arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' propertyFabio Estevam1-1/+0
2024-06-27arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix BT shutdown GPIOTim Harvey1-1/+1
2024-06-27arm: dts: imx53-qsb-hdmi: Disable panel instead of deleting nodeLiu Ying2-3/+5
2024-06-27arm64: dts: imx8mp: Fix TC9595 input clock on DH i.MX8M Plus DHCOM SoMMarek Vasut1-1/+1
2024-06-27powerpc/crypto: Add generated P8 asm to .gitignoreNathan Lynch1-0/+2
2024-06-27arm64: dts: freescale: imx8mm-verdin: Fix GPU speedJoao Paulo Goncalves1-0/+1
2024-06-27mips: bmips: BCM6358: make sure CBR is correctly setChristian Marangi1-1/+2
2024-06-27MIPS: Routerboard 532: Fix vendor retry check codeIlpo Järvinen1-2/+2
2024-06-27MIPS: Octeon: Add PCIe link status checkSongyang Li1-0/+6
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan7-0/+21
2024-06-27powerpc/io: Avoid clang null pointer arithmetic warningsMichael Ellerman1-12/+12
2024-06-27powerpc/pseries: Enforce hcall result buffer validity and sizeNathan Lynch1-4/+4
2024-06-27arm64/sysreg: Update PIE permission encodingsShiqi Liu1-12/+12
2024-06-27arm64: defconfig: select INTERCONNECT_QCOM_SM6115 as built-inDmitry Baryshkov1-0/+1
2024-06-21riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabledNam Cao1-0/+3
2024-06-21riscv: rewrite __kernel_map_pages() to fix sleeping in invalid contextNam Cao1-6/+22
2024-06-21riscv: fix overlap of allocated page and PTR_ERRNam Cao1-10/+11
2024-06-21x86/amd_nb: Check for invalid SMN readsYazen Ghannam1-1/+8
2024-06-21x86/kexec: Fix bug with call depth trackingDavid Kaplan1-2/+9
2024-06-21x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()Jan Beulich1-3/+3
2024-06-21parisc: Try to fix random segmentation faults in package buildsJohn David Anglin3-180/+275
2024-06-21x86/boot: Don't add the EFI stub to targets, againBenjamin Segall1-2/+2
2024-06-21x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook2-3/+7
2024-06-21x86/asm: Use %c/%n instead of %P operand modifier in asm templatesUros Bizjak6-18/+18
2024-06-21powerpc/uaccess: Fix build errors seen with GCC 13/14Michael Ellerman1-0/+16
2024-06-21powerpc/85xx: fix compile error without CONFIG_CRASH_DUMPHari Bathini1-3/+6
2024-06-21x86/cpu: Provide default cache line size if not enumeratedDave Hansen1-0/+4
2024-06-21x86/cpu: Get rid of an unnecessary local variable in get_cpu_address_sizes()Borislav Petkov (AMD)1-10/+7
2024-06-21KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria3-7/+17
2024-06-21KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria3-9/+14
2024-06-21RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_e...Quan Zhou1-2/+2
2024-06-21RISC-V: KVM: No need to use mask when hart-index-bit is 0Yong-Xuan Wang1-3/+4
2024-06-16powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCHPuranjay Mohan2-0/+24
2024-06-16powerpc/64/bpf: fix tail calls for PCREL addressingHari Bathini1-14/+16
2024-06-16riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernelNam Cao1-1/+1