summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-153/+153
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
2026-01-12crypto: arm/aes-neonbs - Use AES library for single blocksEric Biggers2-14/+16
2026-01-12crypto: powerpc/aes - Rename struct aes_keyEric Biggers6-21/+22
2026-01-12lib/crypto: x86/nh: Migrate optimized code into libraryEric Biggers6-469/+0
2026-01-12lib/crypto: arm64/nh: Migrate optimized code into libraryEric Biggers4-196/+0
2026-01-12lib/crypto: arm/nh: Migrate optimized code into libraryEric Biggers4-208/+0
2026-01-12x86/xen: Drop xen_cpu_opsJuergen Gross1-49/+33
2026-01-12x86/xen: Drop xen_irq_opsJuergen Gross1-13/+7
2026-01-12x86/paravirt: Move pv_native_*() prototypes to paravirt.cJuergen Gross2-7/+5
2026-01-12x86/paravirt: Introduce new paravirt-base.h headerJuergen Gross4-24/+34
2026-01-12x86/paravirt: Move paravirt_sched_clock() related code into tsc.cJuergen Gross6-20/+12
2026-01-12KVM: x86: Hide KVM_IRQCHIP_KERNEL behind CONFIG_KVM_IOAPIC=ySean Christopherson1-0/+2
2026-01-12KVM: x86: Bury ioapic.h definitions behind CONFIG_KVM_IOAPICSean Christopherson2-5/+11
2026-01-12KVM: x86: Fold "struct dest_map" into "struct rtc_status"Sean Christopherson4-39/+34
2026-01-12KVM: x86: Add a wrapper to handle common case of IRQ delivery without dest_mapSean Christopherson7-19/+36
2026-01-12KVM: x86: Drop MAX_NR_RESERVED_IOAPIC_PINS, use KVM_MAX_IRQ_ROUTES directlySean Christopherson2-2/+1
2026-01-12KVM: x86: Drop guest-triggerable ASSERT()s on I/O APIC access alignmentSean Christopherson2-17/+0