aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-01-13um: Handle SIGCHLD in seccomp mode like other IRQ signalsTiwei Bie1-0/+3
2026-01-13um: Preserve errno within signal handlerTiwei Bie1-3/+3
2026-01-13arm64: dts: qcom: qcs8300: Add GPU coolingGaurav Kohli1-0/+26
2026-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-6/+54
2026-01-14riscv: dts: allwinner: d1: Add RGB LEDs to boardsSamuel Holland2-0/+25
2026-01-14riscv: dts: allwinner: d1: Add LED controller nodeSamuel Holland2-0/+21
2026-01-14arm64: dts: allwinner: a100: Add LED controller nodeSamuel Holland1-0/+14
2026-01-13x86/resctrl: Fix memory bandwidth counter width for HygonXiaochen Shen2-2/+16
2026-01-13x86/resctrl: Add missing resctrl initialization for HygonXiaochen Shen1-2/+4
2026-01-13arm64: dts: qcom: sa8775p: Add reg and clocks for QoS configurationOdelu Kukatla1-72/+91
2026-01-13x86/crash: Use set_memory_p() instead of __set_memory_prot()Coiby Xu3-18/+1
2026-01-13arm64: dts: rockchip: Add Radxa CM3J on RPi CM4 IO BoardFUKAUMI Naoki2-0/+205
2026-01-13arm64: dts: rockchip: Add Radxa CM3JFUKAUMI Naoki1-0/+558
2026-01-13x86/pvlocks: Move paravirt spinlock functions into own headerJuergen Gross11-200/+197
2026-01-13arm64: dts: rockchip: Make eeprom read-only for Radxa ROCK 3C/5A/5CFUKAUMI Naoki3-0/+3
2026-01-13arm64: dts: rockchip: Add TS133 variant of the QNAP NAS seriesHeiko Stuebner2-0/+72
2026-01-13arm64: dts: rockchip: Move copy-key to TSx33 board filesHeiko Stuebner3-8/+24
2026-01-13arm64: dts: rockchip: Fix the common combophy + SATA on QNAP TSx33 devicesHeiko Stuebner3-11/+11
2026-01-13arm64: dts: rockchip: Move SoC include to individual QNAP TSx33 boardsHeiko Stuebner3-1/+2
2026-01-13x86/paravirt: Specify pv_ops array in paravirt macrosJuergen Gross2-146/+146
2026-01-13MIPS: vdso: Provide getres_time64() for 32-bit ABIsThomas Weißschuh2-0/+6
2026-01-13arm64: vdso32: Provide clock_getres_time64()Thomas Weißschuh2-0/+6
2026-01-13ARM: VDSO: Provide clock_getres_time64()Thomas Weißschuh3-0/+7
2026-01-13ARM: VDSO: Patch out __vdso_clock_getres() if unavailableThomas Weißschuh1-0/+1
2026-01-13x86/vdso: Provide clock_getres_time64() for x86-32Thomas Weißschuh2-0/+9
2026-01-13x86/paravirt: Allow pv-calls outside paravirt.hJuergen Gross1-16/+0
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong4-0/+8
2026-01-13arm64: dts: amlogic: move CPU OPP table and clock assignment to SoC.dtsiMartin Blumenstingl24-186/+71
2026-01-13Merge patch series "arm64: dts: apple: Add integrated USB Type-C ports"Sven Peter23-0/+2245
2026-01-13arm64: dts: apple: t60xx: Add nodes for integrated USB Type-C portsJanne Grunau10-0/+1659
2026-01-13arm64: dts: apple: t8112: Add nodes for integrated USB Type-C portsHector Martin6-0/+287
2026-01-13arm64: dts: apple: t8103: Add nodes for integrated USB Type-C portsHector Martin7-0/+299
2026-01-13arm64: dts: apple: t8103: Add ps_pmp dependency to ps_gfxJanne Grunau1-0/+1
2026-01-13arm64: dts: apple: t8103: Mark ATC USB AON domains as always-onHector Martin1-0/+2
2026-01-13arm64: dts: apple: t8112-j473: Keep the HDMI port powered onJanne Grunau1-0/+19
2026-01-13arm64: dts: apple: Add chassis-type property for Apple iMacsJanne Grunau2-0/+2
2026-01-13arm64: dts: apple: Add chassis-type property for Mac ProJanne Grunau1-0/+2
2026-01-13arm64: dts: apple: Add chassis-type property for Apple desktop devicesJanne Grunau3-0/+4
2026-01-13arm64: dts: apple: Add chassis-type property for all MacbooksJanne Grunau6-0/+7
2026-01-12x86/xen: Drop xen_mmu_opsJuergen Gross1-62/+38
2026-01-12lib/crypto: riscv/aes: Migrate optimized code into libraryEric Biggers4-106/+16
2026-01-12lib/crypto: powerpc/aes: Migrate POWER8 optimized code into libraryEric Biggers5-4059/+4
2026-01-12lib/crypto: powerpc/aes: Migrate SPE optimized code into libraryEric Biggers8-1697/+7
2026-01-12lib/crypto: arm64/aes: Migrate optimized code into libraryEric Biggers9-506/+1
2026-01-12lib/crypto: arm/aes: Migrate optimized code into libraryEric Biggers9-315/+3
2026-01-12crypto: aes - Replace aes-generic with wrapper around libEric Biggers2-2/+18
2026-01-12crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TIEric Biggers14-14/+2
2026-01-12crypto: arm64/aes - Select CRYPTO_LIB_SHA256 from correct placesEric Biggers1-1/+2
2026-01-12crypto: arm64/aes - Switch to aes_enc_tab[] and aes_dec_tab[]Eric Biggers1-2/+2
2026-01-12crypto: arm/aes - Switch to aes_enc_tab[] and aes_dec_tab[]Eric Biggers1-2/+2