messages from 2025-08-27 23:16:22 to 2025-08-30 05:01:21 UTC [more...]
RISC-V: Re-enable GCC+Rust builds
2025-08-30 5:00 UTC
[PATCH 0/5] Add PCIe support to Sophgo SG2042 SoC
2025-08-30 1:42 UTC (13+ messages)
` [PATCH 1/5] dt-bindings: pci: Add Sophgo SG2042 PCIe host
` [PATCH 2/5] PCI: cadence: Fix NULL pointer error for ops
` [PATCH 3/5] PCI: sg2042: Add Sophgo SG2042 PCIe driver
` [PATCH 4/5] riscv: sophgo: dts: add pcie controllers for SG2042
` [PATCH 5/5] riscv: sophgo: dts: enable pcie for PioneerBox
[PATCH v2 00/12] Bump minimum supported version of LLVM for building the kernel to 15.0.0
2025-08-29 22:33 UTC (2+ messages)
[PATCH 0/2] Add HARDLOCKUP_DETECTOR_PERF for riscv
2025-08-29 21:33 UTC (3+ messages)
` [PATCH 1/2] watchdog: refactor watchdog_hld functionality
[PATCH v5 0/9] Add SBI v3.0 PMU enhancements
2025-08-29 20:47 UTC (11+ messages)
` [PATCH v5 1/9] drivers/perf: riscv: Add SBI v3.0 flag
` [PATCH v5 2/9] drivers/perf: riscv: Add raw event v2 support
` [PATCH v5 3/9] RISC-V: KVM: Add support for Raw event v2
` [PATCH v5 4/9] drivers/perf: riscv: Implement PMU event info function
` [PATCH v5 5/9] drivers/perf: riscv: Export "
` [PATCH v5 6/9] KVM: Add a helper function to check if a gpa is in writable memselot
` [PATCH v5 7/9] RISC-V: KVM: Use the new gpa validate helper function
` [PATCH v5 8/9] RISC-V: KVM: Implement get event info function
` [PATCH v5 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0
[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
2025-08-29 18:38 UTC (11+ messages)
` [PATCH v2 1/7] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH v2 2/7] Drivers: hv: Disentangle VTL return cancellation from SIGPENDING
` [PATCH v2 3/7] Drivers: hv: Disable IRQs only after handling pending work before VTL return
` [PATCH v2 4/7] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH v2 5/7] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH v2 6/7] Drivers: hv: Use common "entry virt" APIs to do work in root before running guest
` [PATCH v2 7/7] Drivers: hv: Use "entry virt" APIs to do work before returning to lower VTL
[PATCH v3 0/3] Consolidate Poly1305 code and add RISC-V optimization
2025-08-29 16:37 UTC (5+ messages)
` [PATCH v3 1/3] lib/crypto: poly1305: Remove unused function poly1305_is_arch_optimized()
` [PATCH v3 2/3] lib/crypto: poly1305: Consolidate into single module
` [PATCH v3 3/3] lib/crypto: riscv/poly1305: Import OpenSSL/CRYPTOGAMS implementation
[PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
2025-08-29 15:19 UTC (137+ messages)
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 15/36] "
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 16/36] "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 23/36] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within "
` [PATCH v1 25/36] drm/i915/gem: "
` [PATCH v1 26/36] mspro_block: "
` [PATCH v1 27/36] memstick: "
` [PATCH v1 28/36] mmc: "
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 31/36] vfio/pci: "
` [PATCH v1 32/36] crypto: remove "
` [PATCH v1 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 34/36] kfence: drop nth_page() usage
` [PATCH v1 35/36] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v1 36/36] mm: remove nth_page()
[PATCH v6 0/5] Add support for NetCube Systems Nagami SoM and its carrier boards
2025-08-29 14:27 UTC (7+ messages)
` [PATCH v6 1/5] dt-bindings: arm: sunxi: Add NetCube Systems Nagami SoM and carrier board bindings
` [PATCH v6 2/5] riscv: dts: allwinner: d1s-t113: Add pinctrl's required by NetCube Systems Nagami SoM
` [PATCH v6 3/5] ARM: dts: sunxi: add support for "
` [PATCH v6 4/5] ARM: dts: sunxi: add support for NetCube Systems Nagami Basic Carrier
` [PATCH v6 5/5] ARM: dts: sunxi: add support for NetCube Systems Nagami Keypad Carrier
[PATCH v2 0/2] ASoC: spacemit: add i2s support to K1 SoC
2025-08-29 17:16 UTC (5+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: Add bindings for SpacemiT K1
` [PATCH v2 2/2] ASoC: spacemit: add i2s support for K1 SoC
[GIT PULL] KVM/riscv fixes for 6.17 take #1
2025-08-29 16:53 UTC (2+ messages)
[PATCH v13 2/7] mfd: simple-mfd-i2c: add SpacemiT P1 support
2025-08-29 11:03 UTC (2+ messages)
[PATCH v2 0/3] Consolidate Poly1305 code and add RISC-V optimization
2025-08-29 4:11 UTC (3+ messages)
` [PATCH v2 2/3] lib/crypto: poly1305: Consolidate into single module
[PATCH 000/114] clk: convert drivers from deprecated round_rate() to determine_rate()
2025-08-29 0:47 UTC (2+ messages)
[PATCH net-next v8 0/5] Add Ethernet MAC support for SpacemiT K1
2025-08-29 1:51 UTC (7+ messages)
` [PATCH net-next v8 1/5] dt-bindings: net: Add "
` [PATCH net-next v8 2/5] net: spacemit: Add K1 Ethernet MAC
` [PATCH net-next v8 3/5] riscv: dts: spacemit: Add Ethernet support for K1
` [PATCH net-next v8 4/5] riscv: dts: spacemit: Add Ethernet support for BPI-F3
` [PATCH net-next v8 5/5] riscv: dts: spacemit: Add Ethernet support for Jupiter
[PATCH 0/5] kcfi: Prepare for GCC support
2025-08-29 1:49 UTC (20+ messages)
` [PATCH 3/5] x86/cfi: Add option for cfi=debug bootparam
` [PATCH 5/5] kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI
[PATCH v13 0/4] Add TH1520 GPU support with power sequencing
2025-08-28 21:56 UTC (5+ messages)
` [PATCH v13 3/4] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
[PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping
2025-08-28 17:46 UTC (3+ messages)
[PATCH v1 0/5] Icicle Kit with prod device and Discovery Kit support
2025-08-28 17:46 UTC (4+ messages)
` [PATCH v1 5/5] riscv: dts: microchip: add a device tree for Discovery Kit
[PATCH net-next v7 0/5] Add Ethernet MAC support for SpacemiT K1
2025-08-28 12:29 UTC (6+ messages)
` [PATCH net-next v7 2/5] net: spacemit: Add K1 Ethernet MAC
[PATCH] drivers/perf: riscv: Remove redundant ternary operators
2025-08-28 12:25 UTC
[PATCH v6 0/5] riscv: add support for SBI Supervisor Software Events
2025-08-28 10:47 UTC (7+ messages)
` [PATCH v6 2/5] riscv: add support for SBI Supervisor Software Events extension
` [External] "
` [PATCH v6 3/5] drivers: firmware: add riscv SSE support
[PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
2025-08-28 10:38 UTC
[PATCH v6 0/2] riscv: Use GCR.U timer device as clocksource
2025-08-28 10:24 UTC (2+ messages)
[PATCH v5 00/21] Add Counter delegation ISA extension support
2025-08-28 9:56 UTC (3+ messages)
` [PATCH v5 14/21] RISC-V: perf: Implement supervisor counter delegation support
` [External] "
Pozycjonowanie - informacja
2025-08-28 8:10 UTC
Zapytanie ofertowe
2025-08-28 7:35 UTC
[PATCH 0/3] kexec: Fix invalid field access
2025-08-28 3:49 UTC (2+ messages)
[PATCH] riscv, bpf: Sign extend struct ops return values properly
2025-08-28 1:53 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).