summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-25arm64: factor out EL1 SSBS emulation hookMark Rutland3-26/+17
2023-10-25arm64: split EL0/EL1 UNDEF handlersMark Rutland3-13/+16
2023-10-25arm64: allow kprobes on EL0 handlersMark Rutland3-8/+6
2023-10-25arm64: rework BTI exception handlingMark Rutland3-5/+22
2023-10-25arm64: rework FPAC exception handlingMark Rutland3-9/+14
2023-10-25arm64: consistently pass ESR_ELx to die()Mark Rutland3-15/+15
2023-10-25arm64: die(): pass 'err' as longMark Rutland2-4/+4
2023-10-25arm64: report EL1 UNDEFs betterMark Rutland1-1/+3
2023-10-25x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov1-0/+13
2023-10-25powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy1-1/+1
2023-10-25powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy2-0/+9
2023-10-25x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)2-2/+15
2023-10-25riscv, bpf: Sign-extend return valuesBjörn Töpel1-2/+3
2023-10-25riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui1-17/+13
2023-10-10parisc: Restore __ldcw_align for PA-RISC 2.0 processorsJohn David Anglin2-21/+20
2023-10-10arm64: Add Cortex-A520 CPU part definitionRob Herring1-0/+2
2023-10-10powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray1-1/+6
2023-10-10parisc: irq: Make irq_stack_union static to avoid sparse warningHelge Deller1-1/+1
2023-10-10parisc: drivers: Fix sparse warningHelge Deller1-1/+1
2023-10-10parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller1-0/+3
2023-10-10xtensa: boot/lib: fix function prototypesMax Filippov1-2/+3
2023-10-10xtensa: boot: don't add include-dirsRandy Dunlap1-2/+1
2023-10-10xtensa: iss/network: make functions staticRandy Dunlap1-2/+2
2023-10-10xtensa: add default definition for XCHAL_HAVE_DIV32Max Filippov1-0/+4
2023-10-10ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning on bootTony Lindgren1-2/+2
2023-10-10ARM: dts: Unify pwm-omap-dmtimer node namesTony Lindgren6-7/+8
2023-10-10ARM: dts: am335x: Guardian: Update beeper labelGireesh Hiremath1-4/+4
2023-10-10ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible valueGeert Uytterhoeven1-1/+1
2023-10-10ARM: dts: motorola-mapphone: Add 1.2GHz OPPCarl Philipp Klemm1-0/+15
2023-10-10ARM: dts: motorola-mapphone: Configure lower temperature passive coolingTony Lindgren1-0/+8
2023-10-10ARM: dts: ti: omap: Fix bandgap thermal cells addressing for omap3/4Tony Lindgren4-3/+7
2023-10-10ARM: dts: omap: correct indentationKrzysztof Kozlowski9-101/+101
2023-10-10MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabledChristoph Hellwig3-0/+14
2023-10-10x86/srso: Fix SBPB enablement for spec_rstack_overflow=offJosh Poimboeuf1-1/+1
2023-10-10x86/srso: Fix srso_show_state() side effectJosh Poimboeuf1-1/+1
2023-10-10powerpc/perf/hv-24x7: Update domain value checkKajol Jain1-1/+1
2023-09-23x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2-14/+39