summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-10-10mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed2-2/+0
2024-10-10arm64: errata: Expand speculative SSBS workaround once moreMark Rutland2-0/+4
2024-10-10arm64: cputype: Add Neoverse-N3 definitionsMark Rutland1-0/+2
2024-10-10riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti2-3/+7
2024-10-10riscv: define ILLEGAL_POINTER_VALUE for 64bitJisheng Zhang1-0/+5
2024-10-10arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386Easwar Hariharan1-0/+1
2024-10-10arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGSMark Rutland1-3/+2
2024-10-10parisc: Allow mmap(MAP_STACK) memory to automatically expand upwardsHelge Deller1-0/+14
2024-10-10parisc: Fix 64-bit userspace syscall pathHelge Deller1-6/+8
2024-10-10parisc: Fix itlb miss handler for 64-bit programsHelge Deller1-4/+2
2024-10-10powerpc/vdso: Fix VDSO data access when running in a non-root time namespaceChristophe Leroy4-3/+20
2024-10-10powerpc/pseries: Use correct data types from pseries_hp_errorlog structHaren Myneni4-27/+10
2024-10-10perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko1-0/+63
2024-10-10x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()Kees Cook1-1/+6
2024-10-10x86/kexec: Add EFI config table identity mapping for kexec kernelTao Liu1-0/+27
2024-10-10x86/pkeys: Restore altstack access in sigreturn()Aruna Ramakrishna1-3/+3
2024-10-10x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna3-5/+6
2024-10-10x86/ioapic: Handle allocation failures gracefullyThomas Gleixner1-24/+22
2024-10-10crypto: simd - Do not call crypto_alloc_tfm during registrationHerbert Xu2-2/+2
2024-10-10crypto: x86/sha256 - Add parentheses around macros' single argumentsFangrui Song1-8/+8
2024-10-04x86/tdx: Fix "in-kernel MMIO" checkAlexey Gladkov (Intel)1-0/+6
2024-10-04x86/entry: Remove unwanted instrumentation in common_interrupt()Dmitry Vyukov2-5/+9
2024-10-04x86/idtentry: Incorporate definitions/declarations of the FRED entriesXin Li1-8/+63
2024-10-04ARM: dts: imx6ul-geam: fix fsl,pins property in tscgrp pinctrlKrzysztof Kozlowski1-1/+1
2024-10-04arm64: dts: rockchip: Correct the Pinebook Pro battery design capacityDragan Simic1-1/+1
2024-10-04arm64: dts: qcom: sa8775p: Mark APPS and PCIe SMMUs as DMA coherentQingqing Zhou1-0/+2
2024-10-04arm64: dts: rockchip: Raise Pinebook Pro's panel backlight PWM frequencyDragan Simic1-1/+1
2024-10-04arm64: errata: Enable the AC03_CPU_38 workaround for ampere1aD Scott Phillips3-2/+12
2024-10-04arm64: esr: Define ESR_ELx_EC_* constants as ULAnastasia Belova1-44/+44
2024-10-04perf/x86/intel/pt: Fix sampling synchronizationAdrian Hunter1-8/+7
2024-10-04arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as disabledChen-Yu Tsai1-0/+1
2024-10-04powerpc/atomic: Use YZ constraints for DS-form instructionsMichael Ellerman3-8/+10
2024-10-04KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()Sean Christopherson1-23/+23
2024-10-04KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bitsSean Christopherson1-1/+14
2024-10-04KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xferSnehal Koukuntla1-6/+15
2024-10-04xen: allow mapping ACPI data using a different physical addressJuergen Gross8-1/+59
2024-10-04xen: move checks for e820 conflicts further upJuergen Gross1-22/+22
2024-10-04ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()Dan Carpenter1-1/+1
2024-10-04crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10Danny Tsen1-0/+1
2024-10-04riscv: Fix fp alignment bug in perf_callchain_user()Jinjie Ruan1-1/+1
2024-10-04x86/PCI: Check pcie_find_root_port() return for NULLSamasth Norway Ananda1-2/+2
2024-10-04xen: tolerate ACPI NVS memory overlapping with Xen allocated memoryJuergen Gross1-1/+91
2024-10-04xen: add capability to remap non-RAM pages to different PFNsJuergen Gross2-0/+66
2024-10-04xen: move max_pfn in xen_memory_setup() out of function scopeJuergen Gross1-26/+26
2024-10-04xen: introduce generic helper checking for memory map conflictsJuergen Gross3-11/+31
2024-10-04minmax: avoid overly complex min()/max() macro arguments in xenLinus Torvalds1-2/+3
2024-10-04xen: use correct end address of kernel for conflict checkingJuergen Gross1-1/+1
2024-10-04powerpc/vdso: Inconditionally use CFUNC macroChristophe Leroy1-4/+0
2024-10-04powerpc/8xx: Fix kernel vs user address comparisonChristophe Leroy1-3/+3
2024-10-04powerpc/8xx: Fix initial memory mappingChristophe Leroy1-2/+2