linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-15 02:01:00 to 2023-07-19 05:23:43 UTC [more...]

[PATCH v3 0/2] riscv: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-07-18 15:22 UTC  (2+ messages)
` [PATCH v3 2/2] riscv: enable DMA_BOUNCE_UNALIGNED_KMALLOC for !dma_coherent

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-18 23:45 UTC  (24+ messages)
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v11 19/29] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 20/29] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v11 21/29] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v11 22/29] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v11 23/29] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v11 24/29] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v11 25/29] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v11 26/29] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v11 29/29] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH 1/1] drivers:rtc: fix return value check in mpfs_rtc_probe()
 2023-07-18 11:00 UTC  (2+ messages)

[PATCH 00/12] arch,fbdev: Move screen_info into arch/
 2023-07-18 14:47 UTC  (9+ messages)
` [PATCH 07/12] arch/x86: Declare edid_info in <asm/screen_info.h>

[PATCH v6 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-07-18  8:39 UTC  (14+ 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 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()

[PATCH v1 0/3] riscv: dts: starfive: jh71x0: Add temperature sensor nodes and thermal-zones
 2023-07-18  3:49 UTC 

[PATCH v7 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
 2023-07-17 18:14 UTC  (9+ 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] usb: Explicitly include correct DT includes
 2023-07-17 17:42 UTC  (2+ messages)

[PATCH v2 00/12] mm: jit/text allocator
 2023-07-17 17:23 UTC  (9+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()

[PATCH v4 0/3] Add initialization of clock for StarFive JH7110 SoC
 2023-07-17 17:13 UTC  (3+ messages)
` [PATCH v4 3/3] riscv: dts: starfive: Add QSPI controller node "

[PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
 2023-07-17 16:51 UTC  (4+ messages)

[PATCH] riscv: entry: Fixup do_trap_break from kernel side
 2023-07-17 16:14 UTC  (7+ messages)

[v1, 0/6] riscv: support kernel-mode Vector
 2023-07-17 16:03 UTC  (15+ 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] pwm: Explicitly include correct DT includes
 2023-07-17 15:59 UTC  (4+ messages)

[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 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 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  (6+ messages)
` [PATCH 2/3] Documentation/process: maintainer-soc: add clean platforms profile

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


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