public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-10-15 14:45:38 to 2024-10-19 12:11:16 UTC [more...]

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-19 12:07 UTC  (17+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v10 0/6] RISC-V: Detect and report speed of unaligned vector accesses
 2024-10-18 23:48 UTC  (8+ messages)
` [PATCH v10 1/6] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v10 2/6] RISC-V: Scalar unaligned access emulated on hotplug CPUs
` [PATCH v10 3/6] RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
` [PATCH v10 4/6] RISC-V: Detect unaligned vector accesses supported
` [PATCH v10 5/6] RISC-V: Report vector unaligned access speed hwprobe
` [PATCH v10 6/6] RISC-V: hwprobe: Document unaligned vector perf key

[PATCH v5 00/10] riscv: add initial support for SpacemiT K1
 2024-10-18 23:46 UTC  (5+ messages)

[PATCH 00/13] Accelerate KVM RISC-V when running as a guest
 2024-10-18 20:11 UTC  (21+ messages)
` [PATCH 03/13] RISC-V: KVM: Save/restore SCOUNTEREN in C source
` [PATCH 04/13] RISC-V: KVM: Break down the __kvm_riscv_switch_to() into macros
` [PATCH 05/13] RISC-V: KVM: Replace aia_set_hvictl() with aia_hvictl_value()
` [PATCH 06/13] RISC-V: KVM: Don't setup SGEI for zero guest external interrupts
` [PATCH 07/13] RISC-V: Add defines for the SBI nested acceleration extension
` [PATCH 08/13] RISC-V: KVM: Add common nested acceleration support
` [PATCH 09/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing H-extension CSRs
` [PATCH 10/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing AIA CSRs
` [PATCH 11/13] RISC-V: KVM: Use SBI sync SRET call when available
` [PATCH 12/13] RISC-V: KVM: Save trap CSRs in kvm_riscv_vcpu_enter_exit()

[PATCH v5 1/2] riscv: perf: add guest vs host distinction
 2024-10-18 19:55 UTC  (2+ messages)

[PATCH v3 00/20] Remove PERF_HAVE_DWARF_REGS
 2024-10-18 19:39 UTC  (22+ messages)
` [PATCH v3 01/20] perf bpf-prologue: Remove unused file
` [PATCH v3 02/20] perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET
` [PATCH v3 03/20] perf dwarf-regs: Add EM_HOST and EF_HOST defines
` [PATCH v3 04/20] perf disasm: Add e_machine/e_flags to struct arch
` [PATCH v3 05/20] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum
` [PATCH v3 06/20] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr
` [PATCH v3 07/20] perf dwarf-regs: Move x86 dwarf-regs out of arch
` [PATCH v3 08/20] perf arm64: Remove dwarf-regs.c
` [PATCH v3 09/20] perf arm: "
` [PATCH v3 10/20] perf dwarf-regs: Move csky dwarf-regs out of arch
` [PATCH v3 11/20] perf loongarch: Remove dwarf-regs.c
` [PATCH v3 12/20] perf mips: "
` [PATCH v3 13/20] perf dwarf-regs: Move powerpc dwarf-regs out of arch
` [PATCH v3 14/20] perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h
` [PATCH v3 15/20] perf s390: Remove dwarf-regs.c
` [PATCH v3 16/20] perf sh: "
` [PATCH v3 17/20] perf sparc: "
` [PATCH v3 18/20] perf xtensa: "
` [PATCH v3 19/20] perf dwarf-regs: Remove get_arch_regstr code
` [PATCH v3 20/20] perf build: Remove PERF_HAVE_DWARF_REGS

[PATCH v2 0/2] cpuidle: riscv-sbi: Allow cpuidle pd used by other devices
 2024-10-18 19:30 UTC  (2+ messages)

[PATCH v3 00/11] Libdw/dwarf build clean up
 2024-10-18 17:15 UTC  (13+ messages)
` [PATCH v3 01/11] perf build: Fix LIBDW_DIR
` [PATCH v3 02/11] perf build: Rename NO_DWARF to NO_LIBDW
` [PATCH v3 03/11] perf build: Remove defined but never used variable
` [PATCH v3 04/11] perf build: Rename test-dwarf to test-libdw
` [PATCH v3 05/11] perf build: Combine libdw-dwarf-unwind into libdw feature tests
` [PATCH v3 06/11] perf build: Combine test-dwarf-getlocations into test-libdw
` [PATCH v3 07/11] perf build: Combine test-dwarf-getcfi "
` [PATCH v3 08/11] perf probe: Move elfutils support check to libdw check
` [PATCH v3 09/11] perf libdw: Remove unnecessary defines
` [PATCH v3 10/11] perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
` [PATCH v3 11/11] perf build: Rename CONFIG_DWARF to CONFIG_LIBDW

[PATCH v9 0/7] Linux RISC-V IOMMU Support
 2024-10-18  5:31 UTC  (15+ messages)
` [PATCH v9 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v9 6/7] iommu/riscv: Command and fault queue support
` [PATCH v9 7/7] iommu/riscv: Paging domain support

回复: 回复: [PATCH v1] riscv: dts: starfive: disable unused csi/camss nodes
 2024-10-18  1:21 UTC 

[RESEND. PATCH v2] riscv: Use '%u' to format the output of 'cpu'
 2024-10-17 21:50 UTC  (2+ messages)

[PATCH 3/3] riscv: add PREEMPT_LAZY support
 2024-10-17 21:49 UTC  (2+ messages)

[PATCH v11 4/5] jump_label: adjust inline asm to be consistent
 2024-10-17 19:32 UTC  (2+ messages)

[PATCH] riscv: defconfig: enable gpio support for TH1520
 2024-10-17 18:40 UTC  (2+ messages)

回复: [PATCH v1] riscv: dts: starfive: disable unused csi/camss nodes
 2024-10-17 17:52 UTC  (2+ messages)

[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
 2024-10-17 17:40 UTC  (2+ messages)

[PATCH v1] riscv: dts: starfive: disable unused csi/camss nodes
 2024-10-17 16:41 UTC  (4+ messages)

[PATCH v1] firmware: microchip: auto-update: fix poll_complete() to not report spurious timeout errors
 2024-10-17 16:41 UTC  (3+ messages)

[PATCH 1/1] riscv: efi: Set NX compat flag in PE/COFF header
 2024-10-17 16:30 UTC  (2+ messages)

[PATCH v2] RISC-V: ACPI: fix early_ioremap to early_memremap
 2024-10-17 16:30 UTC  (3+ messages)

[PATCH -fixes] riscv: Do not use fortify in early code
 2024-10-17 16:30 UTC  (8+ messages)

[PATCH] riscv: Prevent a bad reference count on CPU nodes
 2024-10-17 16:30 UTC  (2+ messages)

[PATCH v1] RISC-V: disallow gcc + rust builds
 2024-10-17 16:30 UTC  (2+ messages)

[PATCH v3 0/2] Prevent dynamic relocations in vDSO
 2024-10-17 16:30 UTC  (6+ messages)
` [PATCH v3 1/2] riscv: vdso: Prevent the compiler from inserting calls to memset()
` [PATCH v3 2/2] riscv: Check that vdso does not contain any dynamic relocations

[PATCH] riscv, bpf: Make BPF_CMPXCHG fully ordered
 2024-10-17 15:11 UTC  (4+ messages)

[PATCH v4 0/3] Introduce support for T-head TH1520 Mailbox
 2024-10-17 11:20 UTC  (11+ messages)
    ` [PATCH v4 3/3] riscv: dts: thead: Add mailbox node
    ` [PATCH v4 2/3] dt-bindings: mailbox: Add thead,th1520-mailbox bindings

Proszę o kontakt
 2024-10-17  8:15 UTC 

[PATCH 0/2] RISC-V: KVM: SBI system suspend support
 2024-10-17  7:45 UTC  (3+ messages)
` [PATCH 1/2] RISC-V: KVM: Add "
` [PATCH 2/2] KVM: riscv: selftests: Add SBI SUSP to get-reg-list test

[PATCH][next] pinctrl: th1520: Dereference pointer only after NULL check
 2024-10-17  2:54 UTC  (3+ messages)

[PATCH v4 00/10] riscv: Userspace pointer masking and tagged address ABI
 2024-10-17  0:58 UTC  (5+ messages)
` [PATCH v4 06/10] riscv: Allow ptrace control of the "

回复: [PATCH v1] riscv: dts: starfive: disable unused csi/camss nodes
 2024-10-17  1:17 UTC 

[PATCH v10 0/7] Linux RISC-V IOMMU Support
 2024-10-16 23:58 UTC  (9+ messages)
` [PATCH v10 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU
` [PATCH v10 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v10 3/7] iommu/riscv: Add RISC-V IOMMU PCIe "
` [PATCH v10 4/7] iommu/riscv: Enable IOMMU registration and device probe
` [PATCH v10 5/7] iommu/riscv: Device directory management
` [PATCH v10 6/7] iommu/riscv: Command and fault queue support
` [PATCH v10 7/7] iommu/riscv: Paging domain support

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-16 23:58 UTC  (13+ messages)
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages

[PATCH v5 00/10] riscv: Userspace pointer masking and tagged address ABI
 2024-10-16 20:27 UTC  (11+ messages)
` [PATCH v5 01/10] dt-bindings: riscv: Add pointer masking ISA extensions
` [PATCH v5 02/10] riscv: Add ISA extension parsing for pointer masking
` [PATCH v5 03/10] riscv: Add CSR definitions "
` [PATCH v5 04/10] riscv: Add support for userspace "
` [PATCH v5 05/10] riscv: Add support for the tagged address ABI
` [PATCH v5 06/10] riscv: Allow ptrace control of "
` [PATCH v5 07/10] riscv: selftests: Add a pointer masking test
` [PATCH v5 08/10] riscv: hwprobe: Export the Supm ISA extension
` [PATCH v5 09/10] RISC-V: KVM: Allow Smnpm and Ssnpm extensions for guests
` [PATCH v5 10/10] KVM: riscv: selftests: Add Smnpm and Ssnpm to get-reg-list test

[RFC v7 0/6] PolarFire SoC GPIO support
 2024-10-16 19:42 UTC  (8+ messages)
` [RFC v7 4/6] gpio: mpfs: add polarfire soc gpio support

[PATCH][next] pinctrl: th1520: Fix potential null pointer dereference on func
 2024-10-16 19:32 UTC  (4+ messages)

[PATCH 02/13] RISC-V: KVM: Save/restore HSTATUS in C source
 2024-10-16 19:27 UTC  (2+ messages)
` [02/13] "

[PATCH 01/13] RISC-V: KVM: Order the object files alphabetically
 2024-10-16 19:03 UTC  (2+ messages)
` [01/13] "

[PATCH v1 0/3] pinctrl: th1520: Unbreak the driver
 2024-10-16 18:45 UTC  (5+ messages)
` [PATCH v1 3/3] pinctrl: th1520: Factor out casts

[RFC] riscv/entry: issue about a0/orig_a0 register and ENOSYS
 2024-10-16 17:56 UTC  (6+ messages)

[PATCH] riscv/entry: get correct syscall number from syscall_get_nr()
 2024-10-16 17:49 UTC 

[PATCH v2 00/31] Libdw/dwarf build clean up
 2024-10-16 17:21 UTC  (2+ messages)

[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
 2024-10-16 14:36 UTC  (2+ messages)

[PATCH v2 0/4] CAST Controller Area Network driver support
 2024-10-16 14:16 UTC  (6+ messages)
` [PATCH v2 3/4] can: Add driver for CAST CAN Bus Controller

[PATCH v2 0/3] Add clock controller support for Spacemit K1
 2024-10-16 12:57 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: clock: spacemit: Add clock controllers of Spacemit K1 SoC

[PATCH v5 0/3] riscv: sophgo: add thermal sensor support for cv180x/sg200x SoCs
 2024-10-16 12:03 UTC  (7+ messages)
` [PATCH v5 1/3] dt-bindings: thermal: sophgo,cv1800-thermal: Add Sophgo CV1800 thermal

[PATCH v4 0/3] pwm: Add pwm driver for Sophgo SG2042
 2024-10-16  9:00 UTC  (5+ messages)
` [PATCH v4 1/3] dt-bindings: pwm: sophgo: add PWM controller for SG2042
` [PATCH v4 2/3] pwm: sophgo: add driver for Sophgo SG2042 PWM
` [PATCH v4 3/3] riscv: sophgo: dts: add pwm controller for SG2042 SoC

[PATCH v5 0/3] riscv: spacemit: add pinctrl support to K1 SoC
 2024-10-16  0:59 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: pinctrl: spacemit: add support for "
` [PATCH v5 2/3] pinctrl: spacemit: add support for SpacemiT "
` [PATCH v5 3/3] riscv: dts: spacemit: add pinctrl property to uart0 in BPI-F3

[PATCH v2 0/3] riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI
 2024-10-15 22:43 UTC  (3+ messages)
` [PATCH v2 2/3] irqchip: add T-HEAD C900 ACLINT SSWI driver

[PATCH v1 0/5] Add Microchip IPC mailbox and remoteproc support
 2024-10-15 20:22 UTC  (5+ messages)
` [PATCH v1 4/5] dt-bindings: remoteproc: add binding for Microchip IPC remoteproc

[PATCH 0/8] riscv: dts: thead: Add TH1520 pin controller support
 2024-10-15 17:49 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