summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-03-03arm64: dts: uniphier: Fix property name in PXs3 USB nodeKunihiko Hayashi2-2/+2
2023-03-03x86/cpu: Add Lunar Lake MKan Liang1-0/+2
2023-03-03ARM: dts: stihxxx-b2120: fix polarity of reset line of tsin0 portDmitry Torokhov1-1/+1
2023-03-03powerpc: Don't select ARCH_WANTS_NO_INSTRMichael Ellerman1-1/+0
2023-03-03arm64: dts: rockchip: align rk3399 DMC OPP table with bindingsKrzysztof Kozlowski1-1/+1
2023-03-03arm64: dts: rockchip: fix probe of analog sound card on rock-3aJonas Karlman1-0/+2
2023-03-03arm64: dts: rockchip: add missing #interrupt-cells to rk356x pcie2x1Jensen Huang1-0/+1
2023-03-03ARM: dts: rockchip: add power-domains property to dp node on rk3288Johan Jonker1-0/+1
2023-03-03arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-ccKrzysztof Kozlowski1-2/+0
2023-03-03arm64: dts: rockchip: reduce thermal limits on rk3399-pinephone-proJarrah Gosbell1-0/+7
2023-02-25sh: define RUNTIME_DISCARD_EXITTom Saeger1-0/+1
2023-02-25s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada1-0/+2
2023-02-25powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman1-1/+4
2023-02-25powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman1-0/+1
2023-02-25x86/static_call: Add support for Jcc tail-callsPeter Zijlstra1-3/+46
2023-02-25x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructionsPeter Zijlstra1-11/+48
2023-02-25x86/alternatives: Introduce int3_emulate_jcc()Peter Zijlstra2-30/+39
2023-02-25powerpc/64s/radix: Fix RWX mapping with relocated kernelMichael Ellerman1-0/+13
2023-02-25KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini1-3/+27
2023-02-25powerpc: dts: t208x: Disable 10G on MAC1 and MAC2Sean Anderson1-0/+16
2023-02-25KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRSJim Mattson2-2/+15
2023-02-25KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't validSean Christopherson1-2/+8
2023-02-25KVM: x86: Fail emulation during EMULTYPE_SKIP on any exceptionSean Christopherson1-1/+3
2023-02-25powerpc: dts: t208x: Mark MAC1 and MAC2 as 10GSean Anderson3-2/+90
2023-02-22perf/x86: Refuse to export capabilities for hybrid PMUsSean Christopherson1-5/+7
2023-02-22kvm: initialize all of the kvm_debugregs structure before sending it to users...Greg Kroah-Hartman1-2/+1
2023-02-22KVM: x86/pmu: Disable vPMU support on hybrid CPUs (host PMUs)Sean Christopherson1-7/+19
2023-02-22s390/decompressor: specify __decompress() buf len to avoid overflowVasily Gorbik1-1/+1
2023-02-22powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin4-15/+32
2023-02-14KVM: x86: Mitigate the cross-thread return address predictions bugTom Lendacky1-11/+32
2023-02-14x86/speculation: Identify processors vulnerable to SMT RSB predictionsTom Lendacky2-2/+8
2023-02-14arm64: dts: meson-axg: Make mmc host controller interrupts level-sensitiveHeiner Kallweit1-2/+2
2023-02-14arm64: dts: meson-g12-common: Make mmc host controller interrupts level-sensi...Heiner Kallweit1-3/+3
2023-02-14arm64: dts: meson-gx: Make mmc host controller interrupts level-sensitiveHeiner Kallweit1-3/+3
2023-02-14powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switchNicholas Piggin1-2/+4
2023-02-14riscv: kprobe: Fixup misaligned load textGuo Ren1-3/+5
2023-02-14riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren1-1/+3
2023-02-14arm64: dts: mediatek: mt8195: Fix vdosys* compatible stringsChen-Yu Tsai1-2/+2
2023-02-14riscv: stacktrace: Fix missing the first frameLiu Shixin1-1/+2
2023-02-14arm64: dts: rockchip: set sdmmc0 speed to sd-uhs-sdr50 on rock-3aDan Johansen1-1/+1
2023-02-14arm64: dts: rockchip: fix input enable pinconf on rk3399Arnaud Ferraris1-2/+0
2023-02-09powerpc/imc-pmu: Revert nest_init_lock to being a mutexMichael Ellerman1-7/+7
2023-02-09powerpc/64s: Fix local irq disable when PMIs are disabledNicholas Piggin1-1/+1
2023-02-09powerpc/64s/radix: Fix crash with unaligned relocated kernelMichael Ellerman1-0/+11
2023-02-09ia64: fix build error due to switch case label appearing next to declarationJames Morse1-2/+5
2023-02-09x86/debug: Fix stack recursion caused by wrongly ordered DR7 accessesJoerg Roedel1-2/+24
2023-02-09riscv: disable generation of unwind tablesAndreas Schwab1-0/+3
2023-02-09parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat caseHelge Deller1-2/+13
2023-02-09parisc: Replace hardcoded value with PRIV_USER constant in ptrace.cHelge Deller1-3/+3
2023-02-09parisc: Fix return code of pdc_iodc_print()Helge Deller1-2/+3