summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-12-08powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson2-0/+15
2023-12-08MIPS: KVM: Fix a build warning about variable set but not usedHuacai Chen1-2/+1
2023-12-08arm/xen: fix xen_vcpu_info allocation alignmentStefano Stabellini1-1/+2
2023-11-28arm64: dts: qcom: ipq6018: Fix tcsr_mutex register sizeVignesh Viswanathan1-1/+1
2023-11-28arm64: dts: qcom: ipq6018: switch TCSR mutex to MMIOKrzysztof Kozlowski1-9/+4
2023-11-28parisc/pgtable: Do not drop upper 5 address bits of physical addressHelge Deller1-4/+3
2023-11-28parisc: Prevent booting 64-bit kernels on PA1.x machinesHelge Deller1-3/+2
2023-11-28arm64: dts: qcom: ipq6018: Fix hwlock index for SMEMVignesh Viswanathan1-1/+1
2023-11-28parisc/pdc: Add width field to struct pdc_modelHelge Deller1-0/+1
2023-11-28arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or newerNathan Chancellor1-0/+2
2023-11-28KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero2-0/+3
2023-11-28KVM: x86: hyper-v: Don't auto-enable stimer on write from user-spaceNicolas Saenz Julienne1-4/+6
2023-11-28x86/cpu/hygon: Fix the CPU topology evaluation for realPu Wen1-2/+6
2023-11-28powerpc/perf: Fix disabling BHRB and instruction samplingNicholas Piggin1-3/+2
2023-11-28ARM: 9320/1: fix stack depot IRQ stack filterVincent Whitchurch1-4/+0
2023-11-28x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)2-14/+0
2023-11-20x86/sev-es: Allow copy_from_kernel_nofault() in earlier bootAdam Dunlap1-5/+14
2023-11-20x86: Share definition of __is_canonical_address()Adrian Hunter6-27/+17
2023-11-20powerpc/pseries: fix potential memory leak in init_cpu_associativity()Wang Yufen1-1/+3
2023-11-20powerpc/imc-pmu: Use the correct spinlock initializer.Sebastian Andrzej Siewior1-1/+1
2023-11-20powerpc/xive: Fix endian conversion sizeBenjamin Gray1-1/+1
2023-11-20powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macroChristophe Leroy1-3/+0
2023-11-20sh: bios: Revive earlyprintk supportGeert Uytterhoeven1-0/+11
2023-11-20ARM: 9321/1: memset: cast the constant byte to unsigned charKursad Oney1-0/+1
2023-11-20ARM: dts: qcom: mdm9615: populate vsdcc fixed regulatorKrzysztof Kozlowski1-8/+6
2023-11-20arm64: dts: qcom: sdm845-mtp: fix WiFi configurationDmitry Baryshkov1-0/+2
2023-11-20arm64: dts: qcom: msm8916: Fix iommu local address rangeGaurav Kohli1-1/+1
2023-11-20arm64/arm: xen: enlighten: Fix KPTI checksMark Rutland1-9/+16
2023-11-20x86/boot: Fix incorrect startup_gdt_descr.sizeYuntao Wang1-1/+1
2023-11-20x86/srso: Fix SBPB enablement for (possible) future fixed HWJosh Poimboeuf1-1/+1
2023-11-20iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()David Howells2-5/+5
2023-11-08powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman2-1/+2
2023-11-08x86: Fix .brk attribute in linker scriptJuergen Gross1-1/+1
2023-11-08x86/mm: Fix RESERVE_BRK() for older binutilsJosh Poimboeuf3-24/+23
2023-11-08x86/mm: Simplify RESERVE_BRK()Josh Poimboeuf1-19/+11
2023-11-08x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibilityThomas Gleixner3-8/+35
2023-11-08sparc32: fix a braino in fault handling in csum_and_copy_..._user()Al Viro1-1/+1
2023-10-25s390/pci: fix iommu bitmap allocationNiklas Schnelle1-2/+13
2023-10-25ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms for mapphoneTony Lindgren1-0/+1
2023-10-25x86/sev: Check for user-space IOIO pointing to kernel spaceJoerg Roedel2-2/+34
2023-10-25x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel3-7/+47
2023-10-25x86/sev: Disable MMIO emulation from user modeBorislav Petkov (AMD)1-0/+3
2023-10-25KVM: x86: Mask LVTPC when handling a PMIJim Mattson1-2/+6
2023-10-25arm64: armv8_deprecated: fix unused-function errorRen Zhijie1-1/+1
2023-10-25arm64: armv8_deprecated: rework deprected instruction handlingMark Rutland3-192/+154
2023-10-25arm64: armv8_deprecated: move aarch32 helper earlierMark Rutland1-20/+19
2023-10-25arm64: armv8_deprecated move emulation functionsMark Rutland1-197/+197
2023-10-25arm64: armv8_deprecated: fold ops into insn_emulationMark Rutland1-43/+33
2023-10-25arm64: rework EL0 MRS emulationMark Rutland3-19/+10
2023-10-25arm64: factor insn read out of call_undef_hook()Mark Rutland1-9/+22