aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-10-06riscv: fix set_huge_pte_at() for NAPOT mappings when a swap entry is setAlexandre Ghiti1-6/+13
2023-10-06riscv: handle VM_FAULT_[HWPOISON|HWPOISON_LARGE] faults instead of panickingAlexandre Ghiti1-1/+1
2023-10-06arm64: dts: mediatek: mt8195: Set DSU PMU status to failNícolas F. R. A. Prado1-0/+1
2023-10-06arm64: dts: mediatek: fix t-phy unit nameEugen Hristev2-2/+2
2023-10-06arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory regionsMacpaul Lin1-7/+30
2023-10-06arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GBMacpaul Lin1-1/+1
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta16-1/+17
2023-10-06sparc: Annotate struct cpuinfo_tree with __counted_byKees Cook1-1/+1
2023-10-06x86/tdx: Mark TSC reliableKirill A. Shutemov1-0/+3
2023-10-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds6-0/+47
2023-10-06arm64: dts: amlogic: add libretech cottonwood supportJerome Brunet4-0/+826
2023-10-06x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4Mario Limonciello1-0/+59
2023-10-06powerpc/iommu: Do not do platform domain attach atctions after probeJason Gunthorpe1-2/+8
2023-10-06riscv: Add SOPHGO SOC family Kconfig supportChen Wang1-0/+5
2023-10-06ARM: exynos_defconfig: add driver for ISL29018Marek Szyprowski1-0/+1
2023-10-06ARM: multi_v7_defconfig: add drivers for S5C73M3 & S5K6A3 camera sensorsMarek Szyprowski1-0/+2
2023-10-06arm64: smp: Don't directly call arch_smp_send_reschedule() for wakeupDouglas Anderson1-1/+1
2023-10-06arm64: smp: avoid NMI IPIs with broken MediaTek FWMark Rutland1-1/+4
2023-10-06arm64: dts: imx93: add the Flex-CAN stop mode by GPRHaibo Chen1-1/+3
2023-10-06platform/x86/intel/ifs: Store IFS generation numberJithu Joseph1-0/+1
2023-10-06arm64: dts: ti: Fix HDMI Audio overlay in MakefileAradhya Bhatia1-1/+4
2023-10-06MIPS: Remove dead code in relocate_new_kernelTiezhu Yang1-1/+0
2023-10-06mips: dts: ralink: mt7621: rename to GnuBee GB-PC1 and GnuBee GB-PC2Arınç ÜNAL2-2/+2
2023-10-06mips: dts: ralink: mt7621: define each reset as an itemArınç ÜNAL1-3/+2
2023-10-06mips: dts: ingenic: Remove unneeded probe-type propertiesGeert Uytterhoeven2-2/+0
2023-10-06MIPS: loongson32: Remove dma.h and nand.hKeguang Zhang5-54/+0
2023-10-06m68k: defconfig: Update virt_defconfig for v6.6-rc3Geert Uytterhoeven1-1/+2
2023-10-06m68k: defconfig: Update defconfigs for v6.6-rc1Geert Uytterhoeven13-1/+20
2023-10-06m68k: io: Mark mmio read addresses as constArnd Bergmann1-15/+17
2023-10-06m68k: Replace GPL 2.0+ README.legal boilerplate with SPDXGeert Uytterhoeven9-41/+14
2023-10-06m68k: sun3: Change led_pattern[] to unsigned charGeert Uytterhoeven1-5/+5
2023-10-06m68k: Add missing types to asm/irq.hRolf Eike Beer1-0/+5
2023-10-06m68k: sun3/3x: Add and use "sun3.h"Geert Uytterhoeven11-11/+36
2023-10-06m68k: sun3x: Make dvma_print() staticGeert Uytterhoeven1-1/+1
2023-10-06m68k: sun3x: Make sun3x_halt() staticGeert Uytterhoeven1-1/+1
2023-10-06m68k: sun3x: Do not mark dvma_map_iommu() inlineGeert Uytterhoeven1-2/+1
2023-10-06m68k: sun3x: Fix signature of sun3_leds()Geert Uytterhoeven1-1/+1
2023-10-06m68k: sun3: Make sun3_platform_init() staticGeert Uytterhoeven1-1/+1
2023-10-06m68k: sun3: Make print_pte() staticGeert Uytterhoeven1-1/+1
2023-10-06m68k: sun3: Annotate prom_printf() with __printf()Geert Uytterhoeven1-1/+3
2023-10-06m68k: sun3: Remove unused vsprintf() return value in prom_printf()Geert Uytterhoeven1-3/+2
2023-10-06m68k: sun3: Remove unused start_page in sun3_bootmem_alloc()Geert Uytterhoeven1-3/+0
2023-10-06m68k: sun3: Remove unused orig_baddr in free_baddr()Geert Uytterhoeven1-2/+0
2023-10-06m68k: sun3: Add missing asmlinkage to sun3_init()Geert Uytterhoeven1-1/+2
2023-10-06m68k: sun3: Fix signature of sun3_get_model()Geert Uytterhoeven1-1/+1
2023-10-06m68k: sun3: Fix context restore in flush_tlb_range()Geert Uytterhoeven1-0/+1
2023-10-06m68k: sun3: Improve Sun3/3x DVMA abstraction in <asm/dvma.h>Geert Uytterhoeven2-16/+7
2023-10-06m68k: sun3/3x: Include <asm/config.h> for config_sun3*()Geert Uytterhoeven2-0/+2
2023-10-06m68k: q40: Add and use "q40.h"Geert Uytterhoeven3-4/+10
2023-10-06m68k: mvme16x: Add and use "mvme16x.h"Geert Uytterhoeven3-2/+10