messages from 2024-10-31 06:39:24 to 2024-11-04 18:20:14 UTC [more...]
[PATCH v3 00/18] Wire up CRC32 library functions to arch-optimized code
2024-11-04 18:10 UTC (28+ messages)
` [PATCH v3 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v3 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v3 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v3 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v3 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v3 06/18] loongarch/crc32: "
` [PATCH v3 07/18] mips/crc32: "
` [PATCH v3 08/18] powerpc/crc32: "
` [PATCH v3 09/18] s390/crc32: "
` [PATCH v3 10/18] sparc/crc32: "
` [PATCH v3 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v3 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v3 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v3 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v3 15/18] ext4: switch to using the crc32c library
` [PATCH v3 16/18] jbd2: "
` [PATCH v3 17/18] f2fs: switch to using the crc32 library
` [PATCH v3 18/18] scsi: target: iscsi: switch to using the crc32c library
[PATCH 00/11] riscv: Memory type control for platforms with physical memory aliases
2024-11-04 15:26 UTC (15+ messages)
` [PATCH 01/11] dt-bindings: riscv: Describe physical memory regions
` [PATCH 02/11] riscv: mm: Increment PFN in place when splitting mappings
` [PATCH 03/11] riscv: mm: Deduplicate pgtable address conversion functions
` [PATCH 04/11] riscv: mm: Deduplicate _PAGE_CHG_MASK definition
` [PATCH 05/11] riscv: ptdump: Only show N and MT bits when enabled in the kernel
` [PATCH 06/11] riscv: mm: Fix up memory types when writing page tables
` [PATCH 07/11] riscv: mm: Expose all page table bits to assembly code
` [PATCH 08/11] riscv: alternative: Add an ALTERNATIVE_3 macro
` [PATCH 09/11] riscv: alternative: Allow calls with alternate link registers
` [PATCH 10/11] riscv: mm: Use physical memory aliases to apply PMAs
` [PATCH 11/11] riscv: dts: starfive: jh7100: Use physical memory ranges for DMA
[PATCH v2 0/2] riscv: spacemit: add i2c support to K1 SoC
2024-11-04 14:48 UTC (15+ messages)
` [PATCH v2 1/2] dt-bindings: i2c: spacemit: add support for "
` [PATCH v2 2/2] i2c: spacemit: add support for SpacemiT "
[PATCH RFC v2 0/3] riscv: add Svukte extension
2024-11-04 13:19 UTC (5+ messages)
` [PATCH RFC v2 3/3] riscv: KVM: Add Svukte extension support for Guest/VM
[RFC PATCH v3 0/6] Direct Map Removal for guest_memfd
2024-11-04 13:09 UTC (22+ messages)
` [RFC PATCH v3 1/6] arch: introduce set_direct_map_valid_noflush()
` [RFC PATCH v3 2/6] kvm: gmem: add flag to remove memory from kernel direct map
` [RFC PATCH v3 3/6] kvm: gmem: implement direct map manipulation routines
[PATCH v2 0/3] riscv: Add bfloat16 instruction support
2024-11-04 12:11 UTC (8+ messages)
` [PATCH v2 1/3] dt-bindings: riscv: add bfloat16 ISA extension description
` [PATCH v2 2/3] riscv: add ISA extension parsing for bfloat16 ISA extension
` [PATCH v2 3/3] riscv: hwprobe: export "
[PATCH v5 2/2] PCI: microchip: rework reg region handing to support using either instance 1 or 2
2024-11-04 11:18 UTC (4+ messages)
[PATCH] iommu: Switch back to struct platform_driver::remove()
2024-11-04 10:32 UTC (2+ messages)
[PATCH bpf-next 1/2] libbpf: Add missing per-arch include path
2024-11-04 10:25 UTC (4+ messages)
[PATCH v6 0/3] Introduce support for T-head TH1520 Mailbox
2024-11-04 10:07 UTC (4+ messages)
` [PATCH v6 1/3] mailbox: Introduce support for T-head TH1520 Mailbox driver
` [PATCH v6 2/3] dt-bindings: mailbox: Add thead,th1520-mailbox bindings
` [PATCH v6 3/3] riscv: dts: thead: Add mailbox node
[PATCH] tools: add forwarding header for arch/riscv/include/asm/fence.h
2024-11-04 10:02 UTC (2+ messages)
[PATCH v6 00/13] Zacas/Zabha support and qspinlocks
2024-11-04 9:09 UTC (17+ messages)
` [PATCH v6 01/13] riscv: Move cpufeature.h macros into their own header
` [PATCH v6 02/13] riscv: Do not fail to build on byte/halfword operations with Zawrs
` [PATCH v6 03/13] riscv: Implement cmpxchg32/64() using Zacas
` [PATCH v6 04/13] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v6 05/13] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH v6 06/13] riscv: Improve zacas fully-ordered cmpxchg()
` [PATCH v6 07/13] riscv: Implement arch_cmpxchg128() using Zacas
` [PATCH v6 08/13] riscv: Implement xchg8/16() using Zabha
` [PATCH v6 09/13] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH v6 10/13] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH v6 11/13] riscv: Add ISA extension parsing for Ziccrse
` [PATCH v6 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description
` [PATCH v6 13/13] riscv: Add qspinlock support
[PATCH] RISC-V: ACPI: fix early_ioremap to early_memremap
2024-11-04 3:43 UTC (9+ messages)
` [External] "
[PATCH v2 06/18] loongarch/crc32: expose CRC32 functions through lib
2024-11-04 2:34 UTC (4+ messages)
[PATCH] docs/zh_CN: add the translation of kbuild/llvm.rst
2024-11-04 2:12 UTC (2+ messages)
[PATCH] dt-bindings: pinctrl: correct typo of description for cv1800
2024-11-04 1:52 UTC (3+ messages)
[PATCH net-next v7 0/2] Add the dwmac driver support for T-HEAD TH1520 SoC
2024-11-03 22:09 UTC (5+ messages)
` [PATCH net-next v7 1/2] dt-bindings: net: Add T-HEAD dwmac support
` [PATCH net-next v7 2/2] net: stmmac: Add glue layer for T-HEAD TH1520 SoC
[PATCH] kernel/irq/proc: performance: replace seq_printf with seq_put_decimal_ull_width
2024-11-03 8:05 UTC
[PATCH v2 0/3] Add Microchip IPC mailbox
2024-11-03 0:23 UTC (3+ messages)
` [PATCH v2 3/3] mailbox: add Microchip IPC support
[PATCH v4 0/2] RISC-V: clarify what some RISCV_ISA* config options do & redo Zbb toolchain dependency
2024-11-02 20:18 UTC (5+ messages)
` [PATCH v4 1/2] RISC-V: clarify what some RISCV_ISA* config options do
` [PATCH v4 2/2] RISC-V: separate Zbb optimisations requiring and not requiring toolchain support
[PATCH 0/6] riscv: Relocatable NOMMU kernels
2024-11-02 19:57 UTC (4+ messages)
` [PATCH 6/6] riscv: Remove CONFIG_PAGE_OFFSET
[PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
2024-11-02 17:21 UTC (10+ messages)
[PATCH v5 0/2] PCI: microchip: support using either instance 1 or 2
2024-11-02 11:51 UTC (2+ messages)
[PATCH] riscv: dts: sophgo: fix pinctrl base-address
2024-11-02 11:33 UTC (5+ messages)
[PATCH 0/2] riscv: dts: sophgo: cv18xx: add emmc and sdio support
2024-11-02 11:33 UTC (2+ messages)
[RFC v2 00/13] LKMM *generic* atomics in Rust
2024-11-02 7:35 UTC (19+ messages)
` [RFC v2 01/13] rust: Introduce atomic API helpers
` [RFC v2 02/13] rust: sync: Add basic atomic operation mapping framework
` [RFC v2 03/13] rust: sync: atomic: Add ordering annotation types
` [RFC v2 04/13] rust: sync: atomic: Add generic atomics
` [RFC v2 05/13] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [RFC v2 06/13] rust: sync: atomic: Add the framework of arithmetic operations
` [RFC v2 07/13] rust: sync: atomic: Add Atomic<u{32,64}>
` [RFC v2 08/13] rust: sync: atomic: Add Atomic<{usize,isize}>
` [RFC v2 09/13] rust: sync: atomic: Add Atomic<*mut T>
` [RFC v2 10/13] rust: sync: atomic: Add arithmetic ops for "
` [RFC v2 11/13] rust: sync: Add memory barriers
` [RFC v2.1 "
` [RFC v2 12/13] rust: add rcu abstraction
` [RFC v2 13/13] rust: sync: rcu: Add RCU protected pointer
[PATCH] riscv: dts: sophgo: Add ethernet configuration for cv18xx
2024-11-02 0:49 UTC (8+ messages)
[GIT PULL] RISC-V Fixes for 6.11-rc6
2024-11-01 18:34 UTC (2+ messages)
[PATCH v3 00/14] KVM: selftests: Morph max_guest_mem to mmu_stress
2024-11-01 16:37 UTC (12+ messages)
` [PATCH v3 03/14] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param
[PATCH RFC net-next 0/3] riscv: sophgo: Add ethernet support for SG2044
2024-11-01 9:44 UTC (6+ messages)
` [PATCH RFC net-next 1/3] dt-bindings: net: Add support for Sophgo SG2044 dwmac
` [PATCH RFC net-next 2/3] net: stmmac: platform: Add snps,dwmac-5.30a IP compatible string
` [PATCH RFC net-next 3/3] net: stmmac: Add glue layer for Sophgo SG2044 SoC
[PATCH v5 0/3] riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI
2024-10-31 23:13 UTC (6+ messages)
` [PATCH v5 1/3] dt-bindings: interrupt-controller: Add Sophgo SG2044 "
[PATCH v5 0/3] Introduce support for T-head TH1520 Mailbox
2024-10-31 21:05 UTC (5+ messages)
` [PATCH v5 1/3] mailbox: Introduce support for T-head TH1520 Mailbox driver
` [PATCH v5 2/3] dt-bindings: mailbox: Add thead,th1520-mailbox bindings
` [PATCH v5 3/3] riscv: dts: thead: Add mailbox node
[PATCH] perf, riscv: Wire up perf trace support for RISC-V
2024-10-31 17:12 UTC (5+ messages)
[PATCH net-next v6 0/2] Add the dwmac driver support for T-HEAD TH1520 SoC
2024-10-31 16:48 UTC (3+ messages)
` [PATCH net-next v6 2/2] net: stmmac: Add glue layer "
[PATCH v7 0/5] Add DeepComputing FML13V01 board dts
2024-10-31 12:26 UTC (2+ messages)
[PATCH v2] cpuidle: riscv-sbi: fix device node release in early exit of for_each_possible_cpu
2024-10-31 12:21 UTC
[GIT PULL] RISC-V soc fixes for v6.12-rc6
2024-10-31 12:22 UTC
[PATCH] ACPI: fix the warning reported by the sparse
2024-10-31 11:20 UTC
[PATCH 0/2] cpuidle: riscv-sbi: fix device node release in early exit of for_each_possible_cpu
2024-10-31 11:20 UTC (3+ messages)
` [PATCH 2/2] cpuidle: riscv-sbi: use cleanup attribute for np in for_each_possible_cpu
[PATCH] RISC-V: Enable Zicbom in usermode
2024-10-31 8:29 UTC (4+ messages)
` [External] "
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