Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-06 08:20:45 to 2023-10-09 21:20:48 UTC [more...]

[PATCH v3 0/9] video: screen_info cleanups
 2023-10-09 21:18 UTC  (9+ messages)
` [PATCH v3 1/9] vgacon: rework Kconfig dependencies
` [PATCH v3 2/9] vgacon: rework screen_info #ifdef checks
` [PATCH v3 3/9] dummycon: limit Arm console size hack to footbridge
` [PATCH v3 4/9] vgacon, arch/*: remove unused screen_info definitions
` [PATCH v3 5/9] vgacon: remove screen_info dependency
` [PATCH v3 6/9] vgacon: clean up global screen_info instances
` [PATCH v3 7/9] vga16fb: drop powerpc support
` [PATCH v3 8/9] hyperv: avoid dependency on screen_info

[PATCH v5 00/10] Add Milk-V Pioneer RISC-V board support
 2023-10-09 18:50 UTC  (18+ messages)
` [PATCH v5 01/10] riscv: Add SOPHGO SOC family Kconfig support
` [PATCH v5 02/10] dt-bindings: vendor-prefixes: add milkv/sophgo
` [PATCH v5 03/10] dt-bindings: riscv: add sophgo sg2042 bindings
` [PATCH v5 04/10] dt-bindings: riscv: Add T-HEAD C920 compatibles
` [PATCH v5 05/10] dt-bindings: interrupt-controller: Add Sophgo SG2042 PLIC
` [PATCH v5 06/10] dt-bindings: timer: Add Sophgo sg2042 CLINT timer
` [PATCH v5 07/10] dt-bindings: interrupt-controller: Add Sophgo sg2042 CLINT mswi
` [PATCH v5 08/10] riscv: dts: add initial Sophgo SG2042 SoC device tree
` [PATCH v5 09/10] riscv: dts: sophgo: add Milk-V Pioneer board "
` [PATCH v5 10/10] riscv: defconfig: enable SOPHGO SoC

[PATCH v4 0/4] riscv: tlb flush improvements
 2023-10-09 17:53 UTC  (5+ messages)
` [PATCH v4 1/4] riscv: Improve flush_tlb()
` [PATCH v4 2/4] riscv: Improve flush_tlb_range() for hugetlb pages

[PATCH] riscv: blacklist assembly symbols for kprobe
 2023-10-09 17:43 UTC  (2+ messages)

[PATCH -next v21 00/27] riscv: Add vector ISA support
 2023-10-09 17:08 UTC  (5+ messages)
` [PATCH -next v21 14/27] riscv: signal: Add sigcontext save/restore for vector

[RFC PATCH 0/5] RISC-V: hwprobe related stuff
 2023-10-09 16:50 UTC  (10+ messages)
` [RFC PATCH 3/5] RISC-V: hwprobe: Introduce which-cpus flag

[PATCH 1/6] dma-direct: add depdenencies to CONFIG_DMA_GLOBAL_POOL
 2023-10-09 16:45 UTC  (9+ messages)

[PATCH 1/5] csky: remove unused cmd_vdso_install
 2023-10-09 16:44 UTC  (8+ messages)
` [PATCH 2/5] UML: "
` [PATCH 3/5] parisc: remove broken vdso_install
` [PATCH 4/5] kbuild: unify vdso_install rules
` [PATCH 5/5] kbuild: unify no-compiler-targets and no-sync-config-targets

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-10-09 16:42 UTC  (3+ messages)
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER

[PATCH v3 0/6] riscv,isa-extensions additions
 2023-10-09 16:16 UTC  (9+ messages)
` [PATCH v3 1/6] riscv: dts: microchip: convert isa detection to new properties
` [PATCH v3 2/6] riscv: dts: sifive: "
` [PATCH v3 3/6] riscv: dts: starfive: "
` [PATCH v3 4/6] riscv: dts: renesas: "
` [PATCH v3 5/6] riscv: dts: allwinner: "
` [PATCH v3 6/6] riscv: dts: thead: "

[PATCH v7 0/19] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-10-09 13:56 UTC  (17+ messages)
` [PATCH v7 09/19] PCI: microchip: Rename interrupt related functions
` [PATCH v7 10/19] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v7 11/19] PCI: microchip: Add request_event_irq() callback function
` [PATCH v7 12/19] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v7 13/19] PCI: microchip: Add get_events() callback function
` [PATCH v7 14/19] PCI: microchip: Add event IRQ domain ops to struct plda_event
` [PATCH v7 15/19] PCI: microchip: Move IRQ functions to pcie-plda-host.c

[PATCH bpf 0/2] riscv, bpf: Properly sign-extend return values
 2023-10-09 13:30 UTC  (3+ messages)

[PATCH v2 0/8] Add support to handle misaligned accesses in S-mode
 2023-10-09 13:07 UTC  (10+ messages)
` [PATCH v2 1/8] riscv: remove unused functions in traps_misaligned.c
` [PATCH v2 2/8] riscv: add support for misaligned trap handling in S-mode
` [PATCH v2 7/8] riscv: report misaligned accesses emulation to hwprobe

[PATCH v6 00/38] arm64/gcs: Provide support for GCS in userspace
 2023-10-09 12:09 UTC  (39+ messages)
` [PATCH v6 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v6 02/38] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 03/38] mman: Add map_shadow_stack() flags
` [PATCH v6 04/38] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v6 05/38] arm64/gcs: Document the ABI "
` [PATCH v6 06/38] arm64/sysreg: Add new system registers for GCS
` [PATCH v6 07/38] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v6 08/38] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v6 09/38] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v6 10/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v6 11/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v6 12/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v6 13/38] arm64/mm: Map pages for guarded control stack
` [PATCH v6 14/38] KVM: arm64: Manage GCS registers for guests
` [PATCH v6 15/38] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v6 16/38] arm64/idreg: Add overrride for GCS
` [PATCH v6 17/38] arm64/hwcap: Add hwcap "
` [PATCH v6 18/38] arm64/traps: Handle GCS exceptions
` [PATCH v6 19/38] arm64/mm: Handle GCS data aborts
` [PATCH v6 20/38] arm64/gcs: Context switch GCS state for EL0
` [PATCH v6 21/38] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v6 22/38] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v6 23/38] arm64/mm: Implement map_shadow_stack()
` [PATCH v6 24/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v6 25/38] arm64/signal: Expose GCS state in signal frames
` [PATCH v6 26/38] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v6 27/38] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v6 28/38] kselftest/arm64: Verify the GCS hwcap
` [PATCH v6 29/38] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v6 30/38] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v6 31/38] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v6 32/38] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v6 33/38] kselftest/arm64: Add very basic GCS test program
` [PATCH v6 34/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v6 35/38] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v6 36/38] selftests/arm64: Add GCS signal tests
` [PATCH v6 37/38] kselftest/arm64: Add a GCS stress test
` [PATCH v6 38/38] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH v2 0/6] consolidate and cleanup CPU capacity
 2023-10-09 11:01 UTC  (9+ messages)
` [PATCH v2 1/6] sched: consolidate and cleanup access to CPU's max compute capacity
` [PATCH v2 2/6] topology: add a new arch_scale_freq_reference
` [PATCH v2 3/6] cpufreq: use the fixed and coherent frequency for scaling capacity
` [PATCH v2 4/6] cpufreq/schedutil: use a fixed reference frequency
` [PATCH v2 5/6] energy_model: "
` [PATCH v2 6/6] cpufreq/cppc: set the frequency used for capacity computation

[PATCH 0/5] Add Huashan Pi board support
 2023-10-09 11:32 UTC  (9+ messages)
` [PATCH 1/5] dt-bindings: interrupt-controller: Add SOPHGO CV1812H plic
  ` [PATCH 2/5] dt-bindings: timer: Add SOPHGO CV1812H clint
  ` [PATCH 3/5] dt-bindings: riscv: Add SOPHGO Huashan Pi board compatibles
  ` [PATCH 4/5] riscv: dts: sophgo: add initial CV1812H SoC device tree
  ` [PATCH 5/5] riscv: dts: sophgo: add Huashan Pi board "

[PATCH v2 0/7] Add Huashan Pi board support
 2023-10-09 11:30 UTC  (11+ messages)
` [PATCH v2 1/7] dt-bindings: interrupt-controller: Add SOPHGO CV1812H plic
  ` [PATCH v2 2/7] dt-bindings: timer: Add SOPHGO CV1812H clint
  ` [PATCH v2 3/7] dt-bindings: riscv: Add SOPHGO Huashan Pi board compatibles
  ` [PATCH v2 4/7] riscv: dts: sophgo: Separate common devices from cv1800b soc
  ` [PATCH v2 5/7] riscv: dts: sophgo: cv180x: Add gpio devices
  ` [PATCH v2 6/7] riscv: dts: sophgo: add initial CV1812H SoC device tree
  ` [PATCH v2 7/7] riscv: dts: sophgo: add Huashan Pi board "

[PATCH] soc: renesas: select ERRATA_ANDES for R9A07G043 only when alternatives are present
 2023-10-09  9:21 UTC  (3+ messages)

[RFC v2 0/6] riscv,isa-extensions additions
 2023-10-09  1:01 UTC  (5+ messages)
` [RFC v2 6/6] riscv: dts: thead: convert isa detection to new properties

[PATCH v2 0/2] riscv: errata: thead: use riscv_nonstd_cache_ops for CMO
 2023-10-08 10:11 UTC  (3+ messages)
` [PATCH v2 2/2] riscv: errata: thead: use pa based instructions "

[PATCH v5 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-10-08  6:23 UTC  (4+ messages)
` [PATCH v5 2/3] clocksource: Add JH7110 timer driver

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-10-08  2:58 UTC  (4+ messages)
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets

[PATCH v4 00/12] RISC-V: support some cryptography accelerations
 2023-10-07 22:16 UTC  (10+ messages)

[PATCH v1 6/7] DCE/DSE: riscv: add HAVE_TRIM_UNUSED_SYSCALLS support
 2023-10-07 20:43 UTC  (3+ messages)

linux-next: Tree for Oct 6 (riscv: andes)
 2023-10-07 16:06 UTC  (3+ messages)

[PATCH v1 7/7] DCE/DSE: riscv: trim syscall tables
 2023-10-07 13:35 UTC  (2+ messages)

[PATCH v2 0/5] Add Milk-V Duo board support
 2023-10-07 12:44 UTC  (9+ messages)
` [PATCH v2 1/5] dt-bindings: interrupt-controller: Add SOPHGO CV1800B plic
` [PATCH v2 2/5] dt-bindings: timer: Add SOPHGO CV1800B clint
` [PATCH v2 3/5] dt-bindings: riscv: Add Milk-V Duo board compatibles
` [PATCH v2 4/5] riscv: dts: sophgo: add initial CV1800B SoC device tree
` [PATCH v2 5/5] riscv: dts: sophgo: add Milk-V Duo board "

[PATCH v1 4/7] DCE/DSE: mips: add HAVE_TRIM_UNUSED_SYSCALLS support
 2023-10-07 12:58 UTC  (2+ messages)

[PATCH v1 2/7] DCE/DSE: add unused syscalls elimination configure support
 2023-10-07 10:01 UTC  (2+ messages)

[PATCH v4 00/10] Add Milk-V Pioneer RISC-V board support
 2023-10-07  8:07 UTC  (6+ messages)
` [PATCH v4 08/10] riscv: dts: add initial Sophgo SG2042 SoC device tree
` (subset) [PATCH v4 00/10] Add Milk-V Pioneer RISC-V board support

[PATCH 0/2] riscv: Fix Fix set_memory_XX() and set_direct_map_XX()
 2023-10-07  2:38 UTC  (5+ messages)
` [PATCH 1/2] riscv: Don't use PGD entries for the linear mapping
` [PATCH 2/2] riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear mappings

[PATCH v2 0/2] riscv: Add remaining module relocations and tests
 2023-10-07  0:41 UTC  (3+ messages)
` [PATCH v2 1/2] riscv: Add remaining module relocations
` [PATCH v2 2/2] riscv: Add tests for riscv module loading

Public Review: Supervisor Binary Interface(SBI) v2.0
 2023-10-06 22:44 UTC 

Public Review: Advanced Configuration and Power Interface - Functional Fixed Hardware
 2023-10-06 22:44 UTC 

[PATCH 0/2] Improve pwm-ir-tx precision
 2023-10-06 14:44 UTC  (6+ messages)
` [PATCH 1/2] pwm: make it possible to apply pwm changes in atomic context

[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
 2023-10-06 13:23 UTC  (13+ messages)

[RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
 2023-10-06 12:47 UTC  (3+ messages)

[PATCH 0/5] Add Milk-V Duo board support
 2023-10-06 12:21 UTC  (4+ messages)
` [PATCH 4/5] riscv: dts: sophgo: add initial CV1800B SoC device tree

[PATCH] riscv: fix out of bounds in walk_stackframe
 2023-10-06 11:38 UTC  (5+ messages)
` [PATCH] Test for riscv fixes

patchwork automation changes
 2023-10-06  9:13 UTC  (2+ messages)

[PATCH v5 0/4] StarFive's Pulse Width Modulation driver support
 2023-10-06  9:02 UTC  (5+ messages)
` [PATCH v5 2/4] pwm: starfive: Add PWM "

[PATCH -fixes] drivers: perf: Fix panic in riscv SBI mmap support
 2023-10-06  8:20 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).