messages from 2025-04-25 13:02:20 to 2025-04-29 11:41:55 UTC [more...]
[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-04-29 11:32 UTC (15+ messages)
` [PATCH v5 01/25] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v5 02/25] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v5 03/25] rcu: Add a small-width RCU watching counter debug option
` [PATCH v5 04/25] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v5 05/25] jump_label: Add annotations for validating noinstr usage
` [PATCH v5 06/25] static_call: Add read-only-after-init static calls
` [PATCH v5 07/25] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v5 08/25] x86/idle: Mark x86_idle "
` [PATCH v5 09/25] x86/paravirt: Mark pv_steal_clock "
` [PATCH v5 10/25] riscv/paravirt: "
` [PATCH v5 11/25] loongarch/paravirt: "
` [PATCH v5 12/25] arm64/paravirt: "
` [PATCH v5 13/25] arm/paravirt: "
` [PATCH v5 14/25] perf/x86/amd: Mark perf_lopwr_cb "
[PATCH 0/5] KVM: RISC-V: VCPU reset fixes
2025-04-29 10:25 UTC (19+ messages)
` [PATCH 1/5] KVM: RISC-V: refactor vector state reset
` [PATCH 2/5] KVM: RISC-V: refactor sbi reset request
` [PATCH 3/5] KVM: RISC-V: remove unnecessary SBI reset state
` [PATCH 4/5] KVM: RISC-V: reset VCPU state when becoming runnable
` [PATCH 5/5] KVM: RISC-V: reset smstateen CSRs
[PATCH 0/2] efi: Add a mechanism for embedding SBAT section
2025-04-29 10:24 UTC (12+ messages)
` [PATCH 1/2] efi/libstub: zboot specific "
` [PATCH 2/2] x86/efi: Implement support for embedding SBAT data for x86
[PATCH v2 0/3] pinctrl: starfive: jh7110: support force inputs
2025-04-29 9:00 UTC (11+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: starfive,jh7110: add PAD_INTERNAL_* virtual pins
[PATCH 0/3] RISC-V KVM selftests improvements
2025-04-29 9:15 UTC (15+ messages)
` [PATCH 1/3] KVM: riscv: selftests: Add stval to exception handling
` [PATCH 2/3] KVM: riscv: selftests: Decode stval to identify exact exception type
` [PATCH 3/3] KVM: riscv: selftests: Add vector extension tests
[PATCH v3 0/2] Use GCR.U timer device as clocksource
2025-04-29 8:52 UTC (3+ messages)
` [PATCH v3 2/2] Allow for riscv-clock to pick up mmio address
[PATCH v3 0/6] pwm: Update PWM_PXA driver for SpacemiT K1
2025-04-29 8:50 UTC (7+ messages)
` [PATCH v3 1/6] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K1 PWM support
` [PATCH v3 2/6] pwm: pxa: add optional reset control
` [PATCH v3 3/6] riscv: dts: spacemit: add PWM support for K1 SoC
` [PATCH v3 4/6] riscv: dts: spacemit: add pwm14_1 pinctrl setting
` [PATCH v3 5/6] pwm: Kconfig: add depends on ARCH_SPACEMIT to PWM_PXA
` [PATCH v3 6/6] riscv: defconfig: Enable PWM support for SpacemiT K1 SoC
[PATCH v3 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
2025-04-29 8:22 UTC (4+ messages)
` [PATCH v3 02/13] crypto: powerpc - drop redundant dependencies on PPC
[PATCH 0/2] riscv: misaligned: Add ZCB handling and fix sleeping function
2025-04-29 7:07 UTC (7+ messages)
` [PATCH 2/2] riscv: misaligned: fix sleeping function called during misaligned access handling
[PATCH] iommu/riscv: fix use after free of riscv_iommu_domain
2025-04-29 6:50 UTC (2+ messages)
[PATCH v6 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
2025-04-29 6:22 UTC (4+ messages)
[PATCH v3 0/3] riscv: sophgo: add mailbox support for CV18XX series SoC
2025-04-29 2:44 UTC (8+ messages)
` [PATCH v3 1/3] dt-bindings: mailbox: add Sophgo "
` [PATCH v3 2/3] riscv: dts: add mailbox for "
` [PATCH v3 3/3] mailbox: sophgo: add mailbox driver for "
[PATCH v2 0/6] pwm: Update PWM_PXA driver for SpacemiT K1
2025-04-29 0:41 UTC (9+ messages)
` [PATCH v2 2/6] pwm: pxa: add optional reset control
` [PATCH v2 3/6] riscv: dts: spacemit: add PWM support for K1 SoC
[PATCH v5 0/7] arm64 support for Milk-V Duo Module 01 EVB
2025-04-28 22:35 UTC (3+ messages)
` [PATCH v5 1/7] riscv: dts: sophgo: cv18xx: Move RiscV-specific part into SoCs' .dtsi files
[PATCH v4 00/13] Architecture-optimized SHA-256 library API
2025-04-28 17:00 UTC (14+ messages)
` [PATCH v4 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [PATCH v4 02/13] crypto: arm/sha256 - implement library instead of shash
` [PATCH v4 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [PATCH v4 04/13] crypto: arm64/sha256 - implement library instead of shash
` [PATCH v4 05/13] crypto: mips/sha256 "
` [PATCH v4 06/13] crypto: powerpc/sha256 "
` [PATCH v4 07/13] crypto: riscv/sha256 "
` [PATCH v4 08/13] crypto: s390/sha256 "
` [PATCH v4 09/13] crypto: sparc - move opcodes.h into asm directory
` [PATCH v4 10/13] crypto: sparc/sha256 - implement library instead of shash
` [PATCH v4 11/13] crypto: x86/sha256 "
` [PATCH v4 12/13] crypto: sha256 - remove sha256_base.h
` [PATCH v4 13/13] crypto: lib/sha256 - improve function prototypes
[PATCH v2 00/10] riscv: sophgo: Introduce SG2044 SRD3-10 board support
2025-04-28 16:21 UTC (5+ messages)
` [PATCH v2 07/10] dt-bindings: mmc: sdhci-of-dwcmhsc: Add Sophgo SG2044 support
[PATCH 0/2] Add SpacemiT K1 USB3.0 host controller support
2025-04-28 15:27 UTC (7+ messages)
` [PATCH 1/2] dt-bindings: usb: dwc3: add support for SpacemiT K1
` [PATCH 2/2] riscv: dts: spacemit: add usb3.0 support for K1
[PATCH] riscv: dts: sophgo: fix DMA data-width configuration for CV18xx
2025-04-28 9:24 UTC
[v3 PATCH 00/13] Architecture-optimized SHA-256 library API
2025-04-28 5:17 UTC (14+ messages)
` [v3 PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [v3 PATCH 02/13] crypto: arm/sha256 - implement library instead of shash
` [v3 PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [v3 PATCH 04/13] crypto: arm64/sha256 - implement library instead of shash
` [v3 PATCH 05/13] crypto: mips/sha256 "
` [v3 PATCH 06/13] crypto: powerpc/sha256 "
` [v3 PATCH 07/13] crypto: riscv/sha256 "
` [v3 PATCH 08/13] crypto: s390/sha256 "
` [v3 PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [v3 PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [v3 PATCH 11/13] crypto: x86/sha256 "
` [v3 PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [v3 PATCH 13/13] crypto: lib/sha256 - improve function prototypes
[PATCH v4 0/3] riscv: pwm: sophgo: add pwm support for SG2044
2025-04-28 1:34 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: pwm: sophgo: add pwm controller "
` [PATCH v4 2/3] pwm: sophgo: reorganize the code structure
` [PATCH v4 3/3] pwm: sophgo: add driver for SG2044
[PATCH v12 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
2025-04-27 14:24 UTC (4+ messages)
` [PATCH v12 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller
` [PATCH v12 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
` [PATCH v12 3/3] riscv: dts: allwinner: d1: Add pwm node
[v2 PATCH 00/13] Architecture-optimized SHA-256 library API
2025-04-27 14:07 UTC (19+ messages)
` [v2 PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [v2 PATCH 02/13] crypto: arm/sha256 - implement library instead of shash
` [v2 PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [v2 PATCH 04/13] crypto: arm64/sha256 - implement library instead of shash
` [v2 PATCH 05/13] crypto: mips/sha256 "
` [v2 PATCH 06/13] crypto: powerpc/sha256 "
` [v2 PATCH 07/13] crypto: riscv/sha256 "
` [v2 PATCH 08/13] crypto: s390/sha256 "
` [v2 PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [v2 PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [v2 PATCH 11/13] crypto: x86/sha256 "
` [v2 PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [v2 PATCH 13/13] crypto: lib/sha256 - improve function prototypes
[PATCH 00/13] Architecture-optimized SHA-256 library API
2025-04-27 5:21 UTC (30+ messages)
` [PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [PATCH 02/13] crypto: arm/sha256 - implement library instead of shash
` [PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [PATCH 04/13] crypto: arm64/sha256 - implement library instead of shash
` [PATCH 05/13] crypto: mips/sha256 "
` [PATCH 06/13] crypto: powerpc/sha256 "
` [PATCH 07/13] crypto: riscv/sha256 "
` [PATCH 08/13] crypto: s390/sha256 "
` [PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [PATCH 11/13] crypto: x86/sha256 "
` [PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [PATCH 13/13] crypto: lib/sha256 - improve function prototypes
[PATCH v3 0/3] riscv: pwm: sophgo: add pwm support for SG2044
2025-04-27 1:07 UTC (3+ messages)
[PATCH v4 0/2] Implement endianess swap macros for RISC-V
2025-04-26 14:56 UTC (3+ messages)
` [PATCH v4 1/2] include/uapi/linux/swab.h: move default implementation for swab macros into asm-generic
` [PATCH v4 2/2] riscv: introduce asm/swab.h
[PATCH v3 00/10] Basic device tree support for ESWIN EIC7700 RISC-V SoC
2025-04-26 14:38 UTC (4+ messages)
` [PATCH v3 04/10] dt-bindings: riscv: Add SiFive HiFive Premier P550 board
[PATCH] riscv: enable mseal sysmap for RV64
2025-04-26 13:59 UTC
[PATCH v4 00/14] Add support for suppressing warning backtraces
2025-04-26 2:32 UTC (2+ messages)
[PATCH v9 0/3] riscv: spacemit: add gpio support for K1 SoC
2025-04-25 23:35 UTC (6+ messages)
` [PATCH v9 1/3] riscv: defconfig: spacemit: enable "
` (subset) [PATCH v9 0/3] riscv: spacemit: add "
[PATCH v2 0/2] riscv: dts: spacemit: Add clocks to pinctrl and UART
2025-04-25 23:35 UTC (2+ messages)
[PATCH v6 0/3] Add basic SPI support for SOPHGO SG2042 SoC
2025-04-25 22:46 UTC (3+ messages)
` (subset) "
[PATCH v2 0/8] riscv: sophgo: Add pinctrl support for SG2042
2025-04-25 22:45 UTC (2+ messages)
` (subset) "
[GIT PULL] RISC-V Fixes for 6.15-rc4
2025-04-25 20:37 UTC (2+ messages)
[PATCH v5 00/21] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
2025-04-25 19:16 UTC (5+ messages)
` [PATCH v5 20/21] riscv: dts: thead: Introduce reset controller node
[PATCH v4 0/2] Add basic SPI support for SG2042 SoC
2025-04-25 19:09 UTC (2+ messages)
` (subset) "
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-04-25 16:39 UTC (14+ messages)
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
[PATCH v2 00/12] Always call constructor for kernel page tables
2025-04-25 16:35 UTC (5+ messages)
` [PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox