linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-16 12:51:07 to 2024-05-22 01:38:03 UTC [more...]

[PATCH v5 00/68] Define _GNU_SOURCE for sources using
 2024-05-22  1:37 UTC  (49+ messages)
` [PATCH v5 01/68] selftests: Compile with -D_GNU_SOURCE when including lib.mk
` [PATCH v5 02/68] kselftest: Desecalate reporting of missing _GNU_SOURCE
` [PATCH v5 03/68] selftests/arm64: Drop define _GNU_SOURCE
` [PATCH v5 04/68] selftests/arm64: Drop duplicate -D_GNU_SOURCE
` [PATCH v5 05/68] selftests/bpf: Drop define _GNU_SOURCE
` [PATCH v5 06/68] selftests/breakpoints: "
` [PATCH v5 07/68] selftests/cachestat: "
` [PATCH v5 08/68] selftests/capabilities: "
` [PATCH v5 09/68] selftests/cgroup: "
` [PATCH v5 10/68] selftests/clone3: "
` [PATCH v5 11/68] selftests/core: "
` [PATCH v5 12/68] selftests/damon: "
` [PATCH v5 13/68] selftests/drivers: "
` [PATCH v5 14/68] selftests/exec: Drop duplicate -D_GNU_SOURCE
` [PATCH v5 15/68] selftests/fchmodat2: Drop define _GNU_SOURCE
` [PATCH v5 16/68] selftests/filelock: "
` [PATCH v5 17/68] selftests/filesystems: "
` [PATCH v5 18/68] selftests/firmware: "
` [PATCH v5 20/68] selftests/futex: "
` [PATCH v5 24/68] selftests/ipc: "
` [PATCH v5 27/68] selftests/lsm: "
` [PATCH v5 30/68] selftests/mincore: "
` [PATCH v5 31/68] selftests/mm: "
` [PATCH v5 32/68] selftests/mount: "
` [PATCH v5 33/68] selftests/mount_setattr: "
` [PATCH v5 34/68] selftests/move_mount_set_group: "
` [PATCH v5 35/68] selftests/mqueue: "
` [PATCH v5 36/68] selftests/net: "
` [PATCH v5 37/68] selftests/net: Drop duplicate -D_GNU_SOURCE
` [PATCH v5 38/68] selftests/nsfs: Drop define _GNU_SOURCE
` [PATCH v5 39/68] selftests/openat2: "
` [PATCH v5 40/68] selftests/perf_events: "
` [PATCH v5 41/68] selftests/pid_namespace: "
` [PATCH v5 42/68] selftests/pidfd: "
` [PATCH v5 43/68] selftests/ptrace: "
` [PATCH v5 44/68] selftests/powerpc: "
` [PATCH v5 45/68] selftests/proc: "
` [PATCH v5 48/68] selftests/resctrl: Drop duplicate -D_GNU_SOURCE
` [PATCH v5 52/68] selftests/rseq: Drop define _GNU_SOURCE
` [PATCH v5 57/68] selftests/sgx: Compile with -D_GNU_SOURCE
` [PATCH v5 58/68] selftests/splice: Drop define _GNU_SOURCE
` [PATCH v5 60/68] selftests/thermal: "
` [PATCH v5 62/68] selftests/tmpfs: Drop duplicate -D_GNU_SOURCE
` [PATCH v5 63/68] selftests/uevent: Drop define _GNU_SOURCE
` [PATCH v5 64/68] selftests/user_events: "
` [PATCH v5 65/68] selftests/vDSO: Append to CFLAGS in Makefile

[PATCH v16 00/22] Refactoring Microchip PCIe driver and add StarFive PCIe
 2024-05-22  1:19 UTC  (5+ messages)
` [PATCH v16 19/22] dt-bindings: PCI: Add StarFive JH7110 PCIe controller

[PATCH v3] riscv: stacktrace: fixed walk_stackframe()
 2024-05-21 22:22 UTC  (2+ messages)

[PATCH v16 08/22] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
 2024-05-21 22:21 UTC  (2+ messages)

[PATCH 0/2] docs: riscv: Some clarifies on hwprobe misaligned performance
 2024-05-21 21:13 UTC  (5+ messages)
` [PATCH 1/2] docs: riscv: Clarify risc-v hwprobe RISCV_HWPROBE_MISALIGNED_* docs
` [PATCH 2/2] docs: riscv: hwprobe: Clarify misaligned keys are values not bitmasks

[PATCH v5 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
 2024-05-21 19:49 UTC  (22+ messages)
` [PATCH v5 01/16] dt-bindings: riscv: add Zimop ISA extension description
` [PATCH v5 02/16] riscv: add ISA extension parsing for Zimop
` [PATCH v5 03/16] riscv: hwprobe: export Zimop ISA extension
` [PATCH v5 04/16] RISC-V: KVM: Allow Zimop extension for Guest/VM
` [PATCH v5 05/16] KVM: riscv: selftests: Add Zimop extension to get-reg-list test
` [PATCH v5 06/16] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH v5 07/16] riscv: add ISA extensions validation callback
` [PATCH v5 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH v5 09/16] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
` [PATCH v5 10/16] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
` [PATCH v5 11/16] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
` [PATCH v5 12/16] dt-bindings: riscv: add Zcmop ISA extension description
` [PATCH v5 13/16] riscv: add ISA extension parsing for Zcmop
` [PATCH v5 14/16] riscv: hwprobe: export Zcmop ISA extension
` [PATCH v5 15/16] RISC-V: KVM: Allow Zcmop extension for Guest/VM
` [PATCH v5 16/16] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test

[PATCH 0/2] dt-bindings: interrupt-controller: riscv,cpu-intc:
 2024-05-21 18:36 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: interrupt-controller: riscv,cpu-intc: convert to dtschema
` [PATCH 2/2] dt-bindings: riscv: cpus: add ref to interrupt-controller

[linux-next:master] BUILD REGRESSION dbd9e2e056d8577375ae4b31ada94f8aa3769e8a
 2024-05-16 18:46 UTC 

[linux-next:master] BUILD REGRESSION 82d92a9a1b9ea0ea52aff27cddd05009b4edad49
 2024-05-15 19:27 UTC 

[linux-next:master] BUILD REGRESSION c75962170e49f24399141276ae119e6a879f36dc
 2024-05-17 16:50 UTC 

[linux-next:master] BUILD REGRESSION 124cfbcd6d185d4f50be02d5f5afe61578916773
 2024-05-21 16:43 UTC  (2+ messages)

[PATCH] riscv, bpf: Introduce shift add helper with Zba optimization
 2024-05-21 16:39 UTC  (2+ messages)

[PATCH] riscv, bpf: try RVC for reg move within BPF_CMPXCHG JIT
 2024-05-21 16:35 UTC  (2+ messages)

[PATCH v3 0/9] riscv: Memory Hot(Un)Plug support
 2024-05-21 16:09 UTC  (19+ messages)
` [PATCH v3 1/9] riscv: mm: Properly forward vmemmap_populate() altmap parameter
` [PATCH v3 2/9] riscv: mm: Pre-allocate vmemmap/direct map PGD entries
` [PATCH v3 3/9] riscv: mm: Change attribute from __init to __meminit for page functions
` [PATCH v3 4/9] riscv: mm: Refactor create_linear_mapping_range() for memory hot add
` [PATCH v3 5/9] riscv: mm: Add memory hotplugging support
` [PATCH v3 6/9] riscv: mm: Take memory hotplug read-lock during kernel page table dump
` [PATCH v3 7/9] riscv: Enable memory hotplugging for RISC-V
` [PATCH v3 8/9] virtio-mem: Enable virtio-mem "
` [PATCH v3 9/9] riscv: mm: Add support for ZONE_DEVICE

[PATCH v3 0/3] Add update_mmu_tlb_range() to simplify code
 2024-05-21 15:36 UTC  (10+ messages)
` [PATCH v3 1/3] mm: Add update_mmu_tlb_range()
` [PATCH v3 2/3] mm: Refactor update_mmu_tlb()
` [PATCH v3 3/3] mm: Use update_mmu_tlb_range() to simplify code

[PATCH v2] riscv: stacktrace: fixed walk_stackframe()
 2024-05-21 13:03 UTC 

[PATCH v3 0/6] Add ACPI NUMA support for RISC-V
 2024-05-21  5:36 UTC  (4+ messages)
` [PATCH v3 5/6] ACPI: NUMA: change the ACPI_NUMA to a hidden option

RISC - V Microconference CFP 2024 CFP
 2024-05-20 22:33 UTC 

[PATCH 0/2] riscv: Allow vlenb to be probed from DT
 2024-05-20 20:11 UTC  (5+ messages)

[PATCH v9 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2024-05-20 18:42 UTC  (4+ messages)
` [PATCH v9 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller
` [PATCH v9 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
` [PATCH v9 3/3] riscv: dts: allwinner: d1: Add pwm node

[linux-next:master] BUILD REGRESSION 632483ea8004edfadd035de36e1ab2c7c4f53158
 2024-05-20 16:25 UTC 

[PATCH v1 0/3] Add the core reset for UARTs of StarFive JH7110
 2024-05-20  2:06 UTC  (6+ messages)
` [PATCH v1 1/3] dt-bindings: serial: snps-dw-apb-uart: Add one more reset signal for StarFive JH7110 SoC
` [PATCH v1 2/3] serial: 8250_dw: Use reset array API to get resets
` [PATCH v1 3/3] riscv: dts: starfive: jh7110: Add the core reset and jh7110 compatible for uarts

[PATCH v2] dt-bindings: interrupt-controller: riscv,cpu-intc: convert to dtschema
 2024-05-19 18:03 UTC  (5+ messages)

[PATCH bpf-next v2 0/3] Use bpf_prog_pack for RV64 bpf trampoline
 2024-05-18  9:29 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Use precise image size for struct_ops trampoline
` [PATCH bpf-next v2 2/3] riscv, bpf: Fix out-of-bounds issue when preparing trampoline image
` [PATCH bpf-next v2 3/3] riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline

[PATCH bpf-next v4 0/3] Add 12-argument support for RV64 bpf trampoline
 2024-05-18  3:28 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] riscv, bpf: "
` [PATCH bpf-next v4 2/3] selftests/bpf: Factor out many args tests from tracing_struct
` [PATCH bpf-next v4 3/3] selftests/bpf: Add testcase where 7th argment is struct

[PATCH v5 0/7] Linux RISC-V IOMMU Support
 2024-05-18  3:51 UTC  (15+ messages)
` [PATCH v5 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v5 4/7] iommu/riscv: Enable IOMMU registration and device probe
` [PATCH v5 5/7] iommu/riscv: Device directory management
` [PATCH v5 6/7] iommu/riscv: Command and fault queue support
` [PATCH v5 7/7] iommu/riscv: Paging domain support

riscv/for-next build: 8 builds: 0 failed, 8 passed (v6.9-rc1-50-g92cce91949a49)
 2024-05-18  2:02 UTC 

[PATCH] dt-bindings: interrupt-controller: riscv,cpu-intc: convert to dtschema
 2024-05-17 20:00 UTC  (4+ messages)

[PATCH v2 0/3] Add I2C support on TH1520
 2024-05-17 16:14 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: dw: Document compatible thead,th1520-i2c
` [PATCH v2 2/3] riscv: dts: thead: Add TH1520 I2C nodes
` [PATCH v2 3/3] riscv: dts: thead: Enable I2C on the BeagleV-Ahead

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-17 16:09 UTC  (5+ messages)
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v4 00/66] Define _GNU_SOURCE for sources using
 2024-05-17 14:48 UTC  (12+ messages)
` [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
` [PATCH v4 65/66] selftests/wireguard: "

[PATCH v2 0/8] Add T-Head TH1520 SoC pin control
 2024-05-17 12:48 UTC  (4+ messages)
` [PATCH v2 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings

[PATCH v3] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-17  7:24 UTC  (2+ messages)

[PATCH v2 00/20] pinctrl: Use scope based of_node_put() cleanups
 2024-05-17  6:44 UTC  (5+ messages)
` [PATCH v2 03/20] pinctrl: stm32: "
` [PATCH v2 08/20] pinctrl: st: "

[PATCH] cpuidle: riscv-sbi: Add cluster_pm_enter()/exit()
 2024-05-17  4:39 UTC  (12+ messages)

[PATCH v6 00/17] riscv: Support vendor extensions and xtheadvector
 2024-05-16 20:31 UTC  (9+ messages)
` [PATCH v6 02/17] dt-bindings: riscv: cpus: add a vlen register length property
` [PATCH v6 03/17] riscv: vector: Use vlenb from DT

[PATCH 0/4] riscv: Separate vendor extensions from standard extensions
 2024-05-16 16:11 UTC  (5+ messages)
` [PATCH 1/4] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH 3/4] riscv: Introduce vendor variants of extension helpers


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).