linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-30 07:41:31 to 2022-10-06 02:36:09 UTC [more...]

[PATCH] RISC-V: Print SSTC in canonical order
 2022-10-06  2:35 UTC  (2+ messages)

[PATCH] riscv: compat: s/failed/unsupported if compat mode isn't supported
 2022-10-06  2:35 UTC  (2+ messages)

[PATCH v1 1/1] riscv: mm: call best_map_size many times during linear-mapping
 2022-10-06  2:12 UTC 

[PATCH -next 0/2] riscv: ptrace: implement PTRACE_{PEEK,POKE}USR
 2022-10-06  1:26 UTC  (2+ messages)

[PATCH v6 RESEND 0/2] use static key to optimize pgtable_l4_enabled
 2022-10-06  1:05 UTC  (2+ messages)

[PATCH v6 0/7] KVM: selftests: Implement ucall "pool" (for SEV)
 2022-10-06  0:34 UTC  (8+ messages)
` [PATCH v6 1/7] KVM: selftests: Consolidate common code for populating ucall struct
` [PATCH v6 2/7] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [PATCH v6 3/7] KVM: selftests: Automatically do init_ucall() for non-barebones VMs
` [PATCH v6 4/7] tools: Add atomic_test_and_set_bit()
` [PATCH v6 5/7] KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
` [PATCH v6 6/7] KVM: selftest: Drop now-unnecessary ucall_uninit()
` [PATCH v6 7/7] KVM: selftests: Add ucall pool based implementation

[RFC PATCH v2 0/2] AX45MP: Add support to non-coherent DMA
 2022-10-06  0:59 UTC  (24+ messages)
` [RFC PATCH v2 1/2] dt-bindings: soc: renesas: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
` [RFC PATCH v2 2/2] soc: renesas: Add L2 cache management for RZ/Five SoC

[PATCH v4 0/2] riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores
 2022-10-05 23:07 UTC  (6+ messages)
` [PATCH 1/2] RISC-V: Cache SBI vendor values
` [PATCH 2/2] drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores

[PATCH 0/6] RISC-V: stop selecting device drivers in Kconfig.socs
 2022-10-05 17:13 UTC  (7+ messages)
` [PATCH 1/6] clk: sifive: select by default if SOC_SIFIVE
` [PATCH 2/6] serial: "
` [PATCH 3/6] serial: sifive: select by default if SOC_CANAAN
` [PATCH 4/6] riscv: stop selecting the PolarFire SoC clock driver
` [PATCH 5/6] riscv: stop selecting SiFive clock and serial drivers directly
` [PATCH 6/6] riscv: stop directly selecting drivers for SOC_CANAAN

Regarding the changes on /proc/cpuinfo for ISA strings
 2022-10-05 16:48 UTC  (2+ messages)

[PATCH v5 0/4] riscv, mm: detect svnapot cpu support at runtime
 2022-10-05 14:54 UTC  (26+ messages)
` [PATCH v5 1/4] mm: modify pte format for Svnapot
` [PATCH v5 2/4] mm: support Svnapot in physical page linear-mapping
` [PATCH v5 3/4] mm: support Svnapot in hugetlb page
` [PATCH v5 4/4] mm: support Svnapot in huge vmap

[PATCH v6 0/4] riscv, mm: detect svnapot cpu support at runtime
 2022-10-05 14:46 UTC  (8+ messages)
` [PATCH v6 1/4] riscv: mm: modify pte format for Svnapot
` [PATCH v6 2/4] riscv: mm: support Svnapot in physical page linear-mapping
` [PATCH v6 3/4] riscv: mm: support Svnapot in hugetlb page
` [PATCH v6 4/4] riscv: mm: support Svnapot in huge vmap

[PATCH v1] riscv: bring up batched unmap tlb flush
 2022-10-05 14:43 UTC 

[PATCH] riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 2022-10-05 14:25 UTC  (17+ messages)

[PATCH] riscv/vdso: fix missing vdso_data declaration
 2022-10-05 14:13 UTC  (4+ messages)

[PATCH v1 00/30] Basic StarFive JH7110 RISC-V SoC support
 2022-10-05 14:05 UTC  (55+ messages)
` [PATCH v1 04/30] dt-bindings: sifive-l2-cache: Support StarFive JH71x0 SoCs
` [PATCH v1 05/30] soc: sifive: l2 cache: Convert to platform driver
` [PATCH v1 09/30] reset: starfive: jh7100: Move necessary properties to device tree
` [PATCH v1 14/30] clk: starfive: Factor out common clock driver code
` [PATCH v1 15/30] clk: starfive: Use regmap APIs to operate registers
` [PATCH v1 17/30] dt-bindings: clock: Add starfive,jh7110-clkgen-sys bindings
` [PATCH v1 20/30] dt-bindings: clock: Add starfive,jh7110-clkgen-aon bindings
` [PATCH v1 22/30] pinctrl: Create subdirectory for StarFive drivers
` [PATCH v1 23/30] pinctrl: starfive: Rename "pinctrl-starfive" to "pinctrl-starfive-jh7100"
` [PATCH v1 24/30] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
` [PATCH v1 25/30] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl bindings
` [PATCH v1 26/30] pinctrl: starfive: Add StarFive JH7110 driver
` [PATCH v1 27/30] RISC-V: Add initial StarFive JH7110 device tree
` [PATCH v1 28/30] RISC-V: Add StarFive JH7110 VisionFive2 board "
` [PATCH v1 29/30] RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DW
` [PATCH v1 30/30] RISC-V: Add StarFive JH7100 and JH7110 SoC Kconfig options

[PATCH v2] RISC-V: build: Allow LTO to be selected
 2022-10-05  2:19 UTC  (3+ messages)

[PATCH v3] RISC-V: Increase range and default value of NR_CPUS
 2022-10-04 23:53 UTC  (2+ messages)

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-10-04 17:19 UTC  (15+ messages)
` [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver
` [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v2 33/44] ftrace: WARN on rcuidle
` [PATCH v2 38/44] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v2 39/44] cpuidle,clk: "

[PATCH v3 0/4] riscv: entry: further clean up and VMAP_STACK fix
 2022-10-04 16:04 UTC  (7+ messages)
` [PATCH v3 1/4] riscv: process: fix kernel info leakage
` [PATCH v3 2/4] riscv: consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH v3 3/4] riscv: fix race when vmap stack overflow and remove shadow_stack
` [PATCH v3 4/4] riscv: entry: consolidate general regs saving/restoring

[PATCH v5 0/7] Use composable cache instead of L2 cache
 2022-10-04 14:20 UTC  (4+ messages)

[PATCH v5 3/3] tty: serial: use uart_port_tx_limited()
 2022-10-04 11:22 UTC  (2+ messages)

[PATCH v3 0/3] Enable initial support for StarFive VisionFive V1 SBC
 2022-10-04 10:15 UTC  (4+ messages)

[PATCH v2] RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo output
 2022-10-04  4:35 UTC  (5+ messages)

[PATCH v6 0/3] RISC-V: Create unique identification for SoC PMU
 2022-10-04  2:54 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 6.1
 2022-10-03 19:34 UTC  (2+ messages)

[PATCH] lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
 2022-10-03 16:10 UTC  (7+ messages)

[PATCH V6 00/11] riscv: Add GENERIC_ENTRY support and related features
 2022-10-03 11:40 UTC  (15+ messages)
` [PATCH V6 01/11] riscv: elf_kexec: Fixup compile warning
` [PATCH V6 02/11] riscv: compat_syscall_table: "
` [PATCH V6 03/11] riscv: ptrace: Remove duplicate operation
` [PATCH V6 04/11] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH V6 05/11] riscv: traps: Add noinstr to prevent instrumentation inserted
` [PATCH V6 06/11] riscv: convert to generic entry
` [PATCH V6 07/11] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH V6 08/11] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH V6 09/11] riscv: Add support for STACKLEAK gcc plugin
` [PATCH V6 10/11] riscv: Add config of thread stack size
` [PATCH V6 11/11] riscv: remove extra level wrappers of trace_hardirqs_{on,off}

[PATCH v8] rethook: add riscv rethook implementation
 2022-10-02 16:39 UTC  (2+ messages)

[PATCH 0/2] riscv: Support HAVE_ARCH_HUGE_VMAP and HAVE_ARCH_HUGE_VMALLOC
 2022-10-01 19:00 UTC  (2+ messages)

[PATCH v3 0/3] riscv: kvm: use generic entry for TIF_NOTIFY_RESUME and misc
 2022-10-01 12:37 UTC  (2+ messages)

[PATCH V4 0/3] kprobe: Optimize the performance of patching ss
 2022-09-30 16:25 UTC  (6+ messages)
` [PATCH 3/3] arm64/kprobe: Optimize the performance of patching single-step slot
` (subset) [PATCH V4 0/3] kprobe: Optimize the performance of patching ss

[PATCH v10 0/4] Microchip soft ip corePWM driver
 2022-09-30 14:06 UTC  (11+ messages)
` [PATCH v10 3/4] pwm: add microchip "

[PATCH V5 00/11] riscv: Add GENERIC_ENTRY support and related features
 2022-09-30 12:27 UTC  (10+ messages)
` [PATCH V5 06/11] entry: Prevent DEBUG_PREEMPT warning
` [PATCH V5 07/11] riscv: convert to generic entry

[PATCH 0/4] riscv: entry: further clean up and VMAP_STACK fix
 2022-09-30 11:42 UTC  (7+ messages)
` [PATCH 2/4] riscv: consolidate ret_from_kernel_thread into ret_from_fork


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