linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-19 14:59:06 to 2023-06-21 19:01:00 UTC [more...]

[PATCH v1] RISC-V: make ARCH_THEAD preclude XIP_KERNEL
 2023-06-21 19:00 UTC 

[PATCH v4 00/10] tools/nolibc: add a new syscall helper
 2023-06-21 18:58 UTC  (14+ messages)
` [PATCH v4 01/10] tools/nolibc: sys.h: add a syscall return helper
` [PATCH v4 02/10] tools/nolibc: unistd.h: apply __sysret() helper
` [PATCH v4 03/10] tools/nolibc: sys.h: "
` [PATCH v4 04/10] tools/nolibc: unistd.h: reorder the syscall macros
` [PATCH v4 05/10] tools/nolibc: add missing my_syscall6() for mips
` [PATCH v4 06/10] tools/nolibc: __sysret: support syscalls who return a pointer
` [PATCH v4 07/10] tools/nolibc: clean up mmap() support
` [PATCH v4 08/10] selftests/nolibc: add EXPECT_PTREQ, EXPECT_PTRNE and EXPECT_PTRER
` [PATCH v4 09/10] selftests/nolibc: add sbrk_0 to test current brk getting
` [PATCH v4 10/10] selftests/nolibc: add mmap and munmap test cases

linux-next: Tree for Jun 21 (riscv/errata/thead)
 2023-06-21 18:41 UTC  (4+ messages)

[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-06-21 18:19 UTC  (14+ messages)

[PATCH] RISC-V: Clobber V registers on syscalls
 2023-06-21 18:16 UTC  (10+ messages)

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

[PATCH v2 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-21 17:10 UTC  (22+ messages)
` [PATCH v2 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v2 03/13] arm/kexec: "
` [PATCH v2 04/13] ia64/kexec: "
` [PATCH v2 05/13] arm64/kexec: "
` [PATCH v2 06/13] loongarch/kexec: "
` [PATCH v2 07/13] m68k/kexec: "
` [PATCH v2 08/13] mips/kexec: "
` [PATCH v2 09/13] parisc/kexec: "
` [PATCH v2 10/13] powerpc/kexec: "
` [PATCH v2 11/13] riscv/kexec: "
` [PATCH v2 12/13] s390/kexec: "
` [PATCH v2 13/13] sh/kexec: "

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-06-21 16:50 UTC  (3+ messages)
` [patch 05/37] x86/topology: Remove CPU0 hotplug option

[PATCH V2 0/4] Remove WARN_ON in save_processor_state
 2023-06-21 15:51 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/1] Risc-V Svinval support
 2023-06-21 15:44 UTC  (4+ messages)
` [PATCH v4 1/1] riscv: mm: use svinval instructions instead of sfence.vma

[PATCH 0/3] Add SiFive Private L2 cache and PMU driver
 2023-06-21 15:17 UTC  (5+ messages)
` [PATCH 2/3] soc: sifive: Add SiFive private L2 cache "

[PATCH v2 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
 2023-06-21 13:23 UTC  (9+ messages)
` [PATCH v2 2/3] Documentation: riscv: Add early boot document
` [PATCH v2 3/3] Documentation: riscv: Update boot image header since EFI stub is supported

[PATCH v5 0/3] Add JH7110 MIPI DPHY RX support
 2023-06-21 12:30 UTC  (3+ messages)
` [PATCH v5 2/3] phy: starfive: Add mipi dphy rx support

[PATCH v7 4/5] phy: starfive: Add JH7110 PCIE 2.0 PHY driver
 2023-06-21 11:58 UTC  (7+ messages)

[PATCH] perf/core: Add pmu stop before unthrottling to prevent WARNING
 2023-06-21 11:58 UTC  (4+ messages)

[PATCH v7 0/7] Add JH7110 USB PHY driver support
 2023-06-21 11:12 UTC  (3+ messages)
` [PATCH v7 3/5] phy: starfive: Add JH7110 USB 2.0 PHY driver

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-06-21 11:04 UTC  (6+ messages)
` [PATCH 4/9] drm/verisilicon: Add gem driver for JH7110 SoC
` [PATCH 5/9] drm/verisilicon: Add mode config funcs

[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
 2023-06-21  8:45 UTC  (8+ messages)
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test

[PATCH v2 0/2] Unify uapi bitsperlong.h
 2023-06-21  8:39 UTC  (3+ messages)
` [PATCH v2 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v2 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze

[PATCH v3 0/3] Add initialization of clock for StarFive JH7110 SoC
 2023-06-21  8:10 UTC  (10+ messages)
` [PATCH v3 1/3] dt-bindings: qspi: cdns,qspi-nor: Add clocks "
` [PATCH v3 3/3] riscv: dts: starfive: Add QSPI controller node "

[PATCH] riscv: mm: try VMA lock-based page fault handling first
 2023-06-21  6:15 UTC  (4+ messages)

[PATCH v3] riscv: move memblock_allow_resize() after linear mapping is ready
 2023-06-21  1:26 UTC  (2+ messages)

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-20 23:10 UTC  (6+ messages)
` [PATCH v4 04/34] pgtable: Create struct ptdesc

[PATCH v3 0/8] Add Sipeed Lichee Pi 4A RISC-V board support
 2023-06-20 22:55 UTC  (5+ messages)

[PATCH v3] RISC-V: Enable dead code elimination
 2023-06-20 20:41 UTC  (6+ messages)

[PATCH v11 5/8] riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
 2023-06-20 19:54 UTC  (2+ messages)

[PATCH v5 1/4] RISC-V: add Zbc extension detection
 2023-06-20 19:42 UTC  (5+ messages)

[PATCH] riscv: replace deprecated scall with ecall
 2023-06-20 19:40 UTC  (2+ messages)

[PATCH] riscv: uprobes: Restore thread.bad_cause
 2023-06-20 19:40 UTC  (3+ messages)

[PATCH] riscv: replace deprecated scall with ecall
 2023-06-20 19:30 UTC  (2+ messages)

[PATCH v2 0/2] dt-bindings: riscv: cpus: switch to unevaluatedProperties: false
 2023-06-20 18:14 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: riscv: cpus: add a ref the common cpu schema
` [PATCH v2 2/2] dt-bindings: riscv: cpus: switch to unevaluatedProperties: false

[PATCH 6.3] riscv: Link with '-z norelro'
 2023-06-20 17:47 UTC  (2+ messages)

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-20 17:24 UTC  (14+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()

[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-06-20 15:27 UTC  (9+ messages)
` [PATCH v2 05/10] riscv: Prepare for user-space perf event mmap support
` [PATCH v2 09/10] tools: lib: perf: Implement riscv "

[PATCH v2] riscv: mm: Pre-allocate PGD entries for vmalloc/modules area
 2023-06-20 15:20 UTC  (2+ messages)

[PATCH] riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE
 2023-06-20 15:11 UTC  (2+ messages)

[GIT PULL] RISC-V Devicetrees for v6.5 Part 2
 2023-06-20 14:39 UTC 

[PATCH 1/2] Documentation: riscv: Add early boot document
 2023-06-20 12:06 UTC  (18+ messages)
` [PATCH 2/2] Documentation: riscv: Update boot image header since EFI stub is supported

[PATCH] RISC-V: Fix up some vector state related build failures
 2023-06-20  7:33 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 47045630bc409ce6606d97b790895210dd1d517d
 2023-06-20  5:05 UTC 

[PATCH] riscv: say disabling zicbom if no or bad riscv,cbom-block-size found
 2023-06-20  1:00 UTC  (3+ messages)

[PATCH v2] riscv: mm: stub extable related functions/macros for !MMU
 2023-06-20  1:00 UTC  (3+ messages)

[PATCH V2] riscv: hibernation: Remove duplicate call of suspend_restore_csrs
 2023-06-20  1:00 UTC  (3+ messages)

[PATCH] dt-bindings: riscv: cpus: drop unneeded quotes
 2023-06-20  1:00 UTC  (3+ messages)

[PATCH v2 -next 0/2] RISC-V ACPI: Assorted fixes
 2023-06-20  1:00 UTC  (3+ messages)

[PATCH v2 0/3] RISC-V: Export Zba, Zbb to usermode via hwprobe
 2023-06-20  1:00 UTC  (3+ messages)

[PATCH] riscv: hibernation: Replace jalr with jr before suspend_restore_regs
 2023-06-20  1:00 UTC  (3+ messages)

[PATCH] riscv: hibernation: Remove duplicate call of suspend_restore_csrs
 2023-06-20  1:00 UTC  (2+ messages)

[PATCH -next] RISC-V: KVM: Remove unneeded semicolon
 2023-06-20  0:40 UTC 

[PATCH v2 3/3] RISC-V: hwprobe: Expose Zba, Zbb, and Zbs
 2023-06-19 23:55 UTC  (2+ messages)

[PATCH v2 1/3] RISC-V: Add Zba, Zbs extension probing
 2023-06-19 23:44 UTC  (2+ messages)

CFP open for RISC-V MC at Linux Plumbers Conference 2023
 2023-06-19 19:55 UTC 

[PATCH v3] RISC-V: Document that V registers are clobbered on syscalls
 2023-06-19 19:07 UTC  (2+ messages)

[PATCH v2] RISC-V: Document that V registers are clobbered on syscalls
 2023-06-19 19:03 UTC  (3+ messages)

[PATCH v2 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-06-19 16:12 UTC  (4+ messages)
` [PATCH v2 2/3] clocksource: Add StarFive timer driver

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


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