summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Icenowy Zheng2023-11-083-9/+10
* LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()Huacai Chen2023-11-081-4/+4
* LoongArch: Export symbol invalid_pud_table for modules buildingHuacai Chen2023-11-081-0/+1
* LoongArch: Use SYM_CODE_* to annotate exception handlersTiezhu Yang2023-11-084-28/+36
* s390/kasan: handle DCSS mapping in memory holesVasily Gorbik2023-11-081-1/+6
* powerpc/85xx: Fix math emulation exceptionChristophe Leroy2023-11-081-1/+1
* arm64: dts: imx93: add the Flex-CAN stop mode by GPRHaibo Chen2023-11-081-1/+3
* sparc32: fix a braino in fault handling in csum_and_copy_..._user()Al Viro2023-11-021-1/+1
* x86/cpu: Add model number for Intel Arrow Lake mobile processorTony Luck2023-11-021-0/+2
* x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibilityThomas Gleixner2023-11-023-8/+35
* x86/tsc: Defer marking TSC unstable to a workerThomas Gleixner2023-11-021-1/+9
* clk: ti: Fix missing omap5 mcbsp functional clock and aliasesTony Lindgren2023-11-021-0/+6
* clk: ti: Fix missing omap4 mcbsp functional clock and aliasesTony Lindgren2023-11-022-0/+8
* ARM: OMAP: timer32K: fix all kernel-doc warningsRandy Dunlap2023-11-021-7/+7
* ARM: dts: rockchip: Fix timer clocks for RK3128Alex Bee2023-11-021-6/+6
* ARM: dts: rockchip: Add missing quirk for RK3128's dma engineAlex Bee2023-11-021-0/+1
* ARM: dts: rockchip: Add missing arm timer interrupt for RK3128Alex Bee2023-11-021-1/+2
* ARM: dts: rockchip: Fix i2c0 register address for RK3128Alex Bee2023-11-021-1/+1
* ARM: OMAP1: ams-delta: Fix MODEM initialization failureJanusz Krzysztofik2023-11-021-44/+16
* arm64: dts: rockchip: Fix i2s0 pin conflict on ROCK Pi 4 boardsChristopher Obbard2023-11-021-0/+1
* arm64: dts: rockchip: Add i2s0-2ch-bus-bclk-off pins to RK3399Christopher Obbard2023-11-021-0/+10
* arm64: dts: qcom: sa8775p: correct PMIC GPIO label in gpio-rangesKrzysztof Kozlowski2023-11-021-1/+1
* arm64: dts: rockchip: set codec system-clock-fixed on px30-ringneck-haikouJakob Unterwurzacher2023-11-021-1/+3
* arm64: dts: rockchip: use codec as clock master on px30-ringneck-haikouErmin Sunj2023-11-021-3/+3
* arm64: dts: qcom: msm8996-xiaomi: fix missing clock populateKrzysztof Kozlowski2023-11-022-27/+23
* arm64: dts: qcom: apq8096-db820c: fix missing clock populateKrzysztof Kozlowski2023-11-021-17/+15
* powerpc/qspinlock: Fix stale propagated yield_cpuNicholas Piggin2023-10-251-0/+3
* powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12Michael Ellerman2023-10-251-1/+1
* s390/pci: fix iommu bitmap allocationNiklas Schnelle2023-10-251-2/+13
* arm64: dts: mediatek: Fix "mediatek,merge-mute" and "mediatek,merge-fifo-en" ...Rob Herring2023-10-251-5/+5
* ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms for mapphoneTony Lindgren2023-10-251-0/+1
* x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()Maxim Levitsky2023-10-251-0/+3
* x86: KVM: SVM: add support for Invalid IPI Vector interceptionMaxim Levitsky2023-10-252-1/+5
* x86: KVM: SVM: always update the x2avic msr interceptionMaxim Levitsky2023-10-251-2/+1
* KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}Sean Christopherson2023-10-253-14/+17
* KVM: x86/pmu: Truncate counter value to allowed width on writeRoman Kagan2023-10-253-3/+9
* x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson2023-10-255-18/+21
* x86/sev: Check for user-space IOIO pointing to kernel spaceJoerg Roedel2023-10-252-2/+34
* x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel2023-10-253-7/+47
* x86/sev: Disable MMIO emulation from user modeBorislav Petkov (AMD)2023-10-251-0/+3
* KVM: x86: Mask LVTPC when handling a PMIJim Mattson2023-10-251-2/+6
* powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy2023-10-191-1/+1
* powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy2023-10-192-0/+9
* Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds2023-10-193-61/+7
* RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACKJiexun Wang2023-10-191-2/+2
* riscv: Remove duplicate objcopy flagSong Shuai2023-10-191-1/+0
* riscv: Only consider swbp/ss handlers for correct privileged modeBjörn Töpel2023-10-193-12/+40
* powerpc/47x: Fix 47x syscall return crashMichael Ellerman2023-10-191-3/+5
* powerpc/pseries: Fix STK_PARAM access in the hcall tracing codeAthira Rajeev2023-10-191-3/+1
* x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov2023-10-191-0/+13