linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-13 15:28:29 to 2023-07-17 02:31:58 UTC [more...]

[PATCH] clk: Explicitly include correct DT includes
 2023-07-16 22:07 UTC  (4+ messages)

[PATCH v7 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
 2023-07-17  2:30 UTC  (6+ messages)
` [PATCH v7 2/7] dt-bindings: soc: starfive: Add StarFive syscon module
` [PATCH v7 3/7] dt-bindings: clock: jh7110-syscrg: Add PLL clock inputs
` [PATCH v7 4/7] clk: starfive: Add StarFive JH7110 PLL clock driver
` [PATCH v7 5/7] clk: starfive: jh7110-sys: Add PLL clocks source from DTS
` [PATCH v7 6/7] riscv: dts: starfive: jh7110: Add syscon nodes

[PATCH] pinctrl: Explicitly include correct DT includes
 2023-07-17  0:25 UTC  (2+ messages)

[PATCH] reset: Explicitly include correct DT includes
 2023-07-17  0:20 UTC  (2+ messages)

[PATCH] riscv: entry: Fixup do_trap_break from kernel side
 2023-07-16 23:33 UTC  (5+ messages)

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

[PATCH v2 0/2] riscv: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-07-16 16:51 UTC  (3+ messages)
` [PATCH v2 1/2] riscv: allow kmalloc() caches aligned to the smallest value
` [PATCH v2 2/2] riscv: enable DMA_BOUNCE_UNALIGNED_KMALLOC for !dma_coherent

[PATCH v2] riscv: support PREEMPT_DYNAMIC with static keys
 2023-07-16 16:49 UTC 

[PATCH 0/4] Add support for Allwinner D1 CAN controllers
 2023-07-16 16:52 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: net: can: Add support for Allwinner D1 CAN controller
` [PATCH 2/4] riscv: dts: allwinner: d1: Add CAN controller nodes
` [PATCH 3/4] can: sun4i_can: Add send support for the Allwinner D1
` [PATCH 4/4] can: sun4i_can: Correctly set acceptance registers on the D1

[PATCH] riscv: Add HAVE_IOREMAP_PROT support
 2023-07-16 15:20 UTC 

[PATCH v10 0/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-07-16 15:11 UTC  (3+ messages)
` [PATCH v10 4/4] "

[PATCH 1/1] pci: add return value check to devm_add_action_or_reset
 2023-07-16 12:48 UTC 

[v1, 0/6] riscv: support kernel-mode Vector
 2023-07-16  9:26 UTC  (8+ messages)
` [v1, 1/6] riscv: sched: defer restoring Vector context for user
` [v1, 2/6] riscv: Add support for kernel mode vector
` [v1, 3/6] riscv: Add vector extension XOR implementation
` [v1, 4/6] riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()
` [v1, 5/6] riscv: vector: allow kernel-mode Vector with preemption
` [v1, 6/6] riscv: vector: enable preemptive kernel-mode Vector to be built

[PATCH V2 0/2] riscv: stack: Fixup independent softirq/irq stack for CONFIG_FRAME_POINTER=n
 2023-07-16  8:14 UTC  (4+ messages)
` [PATCH V2 1/2] riscv: stack: Fixup independent irq "
` [PATCH V2 2/2] riscv: stack: Fixup independent softirq "

[PATCH 0/2] riscv: stack: Fixup independent softirq/irq stack for CONFIG_FRAME_POINTER=n
 2023-07-16  0:18 UTC  (5+ messages)
` [PATCH 1/2] riscv: stack: Fixup independent irq "
` [PATCH 2/2] riscv: stack: Fixup independent softirq "

[PATCH v9 0/4] Add support for Allwinner GPADC on D1/T113s/R329/T507 SoCs
 2023-07-15 17:13 UTC  (6+ messages)
` [PATCH v9 1/4] iio: adc: Kconfig change description for Allwinner GPADC
` [PATCH v9 2/4] iio: adc: Add Allwinner D1/T113s/R329/T507 SoCs GPADC
` [PATCH v9 3/4] dt-bindings: "
` [PATCH v9 4/4] riscv: dts: allwinner: d1: Add GPADC node

[PATCH v8 0/4] Add support for Allwinner GPADC on D1/T113s/R329/T507 SoCs
 2023-07-15 16:53 UTC  (5+ messages)
` [PATCH v8 1/4] iio: adc: Kconfig change description for Allwinner GPADC

[PATCH V2] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
 2023-07-15 13:11 UTC  (4+ messages)

[PATCH V11 0/5] riscv: Optimize function trace
 2023-07-15  9:10 UTC  (3+ messages)

[PATCH bpf] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
 2023-07-15  9:01 UTC 

[PATCH v2] RISC-V: Don't trust V from the riscv,isa DT property on T-Head CPUs
 2023-07-15  6:12 UTC  (20+ messages)

[PATCH v6 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-07-15  2:02 UTC  (13+ messages)
` [PATCH v6 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v6 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v6 03/11] KVM: Allow range-based TLB invalidation from common code
` [PATCH v6 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v6 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v6 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v6 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v6 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v6 09/11] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v6 10/11] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v6 11/11] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH rfc -next 00/10] mm: convert to generic VMA lock-based page fault
 2023-07-15  1:54 UTC  (6+ messages)
` [PATCH rfc -next 01/10] mm: add a generic VMA lock-based page fault handler

[PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
 2023-07-14 22:57 UTC  (2+ messages)

[PATCH 00/10] pwm: Constistenly name pwm_chip variables "chip"
 2023-07-14 20:56 UTC  (2+ messages)
` [PATCH 08/10] pwm: sifive: Consistenly "

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-07-14 19:56 UTC  (4+ messages)

[PATCH] soc: microchip: Explicitly include correct DT includes
 2023-07-14 18:51 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 6.5-rc2
 2023-07-14 18:19 UTC  (2+ messages)

[PATCH] usb: Explicitly include correct DT includes
 2023-07-14 17:50 UTC 

[PATCH] pwm: Explicitly include correct DT includes
 2023-07-14 17:48 UTC 

[PATCH] mailbox: Explicitly include correct DT includes
 2023-07-14 17:47 UTC 

[PATCH] riscv: Explicitly include correct DT includes
 2023-07-14 17:40 UTC 

[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-14 16:54 UTC  (5+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v6 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes

[PATCH v5 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-14 16:49 UTC  (8+ messages)
` [PATCH v5 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v5 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v5 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v5 4/4] RISC-V: mm: Document mmap changes

[PATCH v2 0/2] riscv: support ELF format binaries in nommu mode
 2023-07-14 16:40 UTC  (7+ messages)
` [PATCH v2 2/2] riscv: support the elf-fdpic binfmt loader

[PATCH 1/3] MAINTAINERS: soc: reference maintainer profile
 2023-07-14 15:04 UTC  (6+ messages)
` [PATCH 2/3] Documentation/process: maintainer-soc: add clean platforms profile
` [PATCH 3/3] MAINTAINER: samsung: document dtbs_check requirement for Samsung

[PATCH v5 0/9] Linux RISC-V AIA Support
 2023-07-14 14:05 UTC  (7+ messages)
` [PATCH v5 7/9] irqchip: Add RISC-V advanced PLIC driver

[PATCH v2 0/3] Add SPI module for StarFive JH7110 SoC
 2023-07-14 11:52 UTC  (10+ messages)
` [PATCH v2 1/3] dt-bindings: spi: add reference file to YAML
` [PATCH v2 2/3] dt-bindings: spi: constrain minItems of clocks and clock-names

[PATCH v1 0/2] Add ethernet nodes for StarFive JH7110 SoC
 2023-07-14 10:45 UTC  (3+ messages)
` [PATCH v1 1/2] riscv: dts: starfive: jh7110: Add ethernet device nodes
` [PATCH v1 2/2] riscv: dts: starfive: visionfive 2: Add configuration of gmac and phy

[PATCH V4] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
 2023-07-14 10:36 UTC 

[RESEND PATCH v6 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
 2023-07-14  9:36 UTC  (8+ messages)
` [RESEND PATCH v6 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
` [RESEND PATCH v6 5/7] clk: starfive: jh7110-sys: Add PLL clocks source from DTS

[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
 2023-07-14  9:29 UTC  (18+ messages)
` [PATCH v4 03/10] riscv: Make legacy counter enum match the HW numbering
` [PATCH v4 04/10] drivers: perf: Rename riscv pmu sbi driver
` [PATCH v4 05/10] riscv: Prepare for user-space perf event mmap support
` [PATCH v4 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
` [PATCH v4 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v4 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v4 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v4 10/10] perf: tests: Adapt mmap-basic.c for riscv

[PATCH v4 00/12] RISC-V: support some cryptography accelerations
 2023-07-14  7:02 UTC  (7+ messages)
` [PATCH v4 01/12] riscv: Add support for kernel mode vector

[PATCH V3] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
 2023-07-14  3:55 UTC  (2+ messages)

[RESEND PATCH v5 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-07-14  1:02 UTC  (7+ messages)
` [RESEND PATCH v5 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()

[PATCH] RISC-V: Don't include Zicsr or Zifencei in I from ACPI
 2023-07-13 23:50 UTC  (2+ messages)

Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)
 2023-07-13 18:53 UTC  (7+ messages)

[PATCH v2 1/2] RISC-V: Probe for unaligned access speed
 2023-07-13 17:21 UTC  (2+ messages)

[PATCH] riscv: entry: set a0 prior to syscall_handler
 2023-07-13 16:59 UTC  (4+ messages)


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