linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-14 13:35:27 to 2023-07-17 15:25:16 UTC [more...]

[PATCH] clk: Explicitly include correct DT includes
 2023-07-17 12:26 UTC  (7+ messages)

[PATCH V4] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
 2023-07-17 13:16 UTC  (3+ messages)
`  "

[PATCH 1/1] drivers:rtc: fix return value check in mpfs_rtc_probe()
 2023-07-17 14:47 UTC 

[PATCH v2 1/1] PCI: microchip: add return value check to devm_add_action_or_reset()
 2023-07-17 14:44 UTC 

[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
 2023-07-17 13:35 UTC  (2+ messages)

[PATCH v11 0/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-07-17 13:10 UTC  (5+ messages)
` [PATCH v11 1/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v11 2/4] mm/tlbbatch: Rename and extend some functions
` [PATCH v11 3/4] mm/tlbbatch: Introduce arch_flush_tlb_batched_pending()
` [PATCH v11 4/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration

[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
 2023-07-17 12:32 UTC  (39+ 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 v10 0/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-07-17 12:26 UTC  (4+ messages)
` [PATCH v10 4/4] "

[PATCH v6 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-07-17 11:40 UTC  (18+ 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

[v1, 0/6] riscv: support kernel-mode Vector
 2023-07-17 11:11 UTC  (14+ 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] riscv: entry: Fixup do_trap_break from kernel side
 2023-07-17 10:45 UTC  (6+ messages)

[PATCH v5 0/9] Linux RISC-V AIA Support
 2023-07-17  9:48 UTC  (17+ messages)
` [PATCH v5 1/9] RISC-V: Add riscv_fw_parent_hartid() function
` [PATCH v5 2/9] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH v5 7/9] irqchip: Add RISC-V advanced PLIC driver

[PATCH 1/1] pci: add return value check to devm_add_action_or_reset
 2023-07-17  9:37 UTC  (2+ messages)

[PATCH] riscv: Add HAVE_IOREMAP_PROT support
 2023-07-17  9:07 UTC  (2+ messages)

[PATCH] pinctrl: Explicitly include correct DT includes
 2023-07-17  8:59 UTC  (4+ messages)

[PATCH 0/4] Add support for Allwinner D1 CAN controllers
 2023-07-17  8:28 UTC  (19+ 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: kernel: insert space before the open parenthesis '('
 2023-07-17  8:14 UTC  (2+ messages)

[PATCH] riscv: kernel: remove space before ')'
 2023-07-17  8:03 UTC  (2+ messages)

[PATCH 1/3] MAINTAINERS: soc: reference maintainer profile
 2023-07-17  7:58 UTC  (7+ messages)
` [PATCH 2/3] Documentation/process: maintainer-soc: add clean platforms profile

[PATCH] pwm: Explicitly include correct DT includes
 2023-07-17  7:43 UTC  (3+ messages)

[PATCH] reset: Explicitly include correct DT includes
 2023-07-17  7:24 UTC  (3+ messages)

[PATCH 0/7] KVM RISC-V ONE_REG ISA extension improvements
 2023-07-17  3:54 UTC  (2+ messages)

[PATCH v7 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
 2023-07-17  2:30 UTC  (8+ messages)
` [PATCH v7 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
` [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 v7 7/7] riscv: dts: starfive: jh7110: Add PLL clocks source in SYSCRG node

[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 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  (11+ messages)

[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] 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  (4+ messages)

[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


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