linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-21 06:15:47 to 2023-06-23 12:39:23 UTC [more...]

[PATCH v5 0/1] Risc-V Svinval support
 2023-06-23 12:38 UTC  (2+ messages)
` [PATCH v5 1/1] riscv: mm: use svinval instructions instead of sfence.vma

[PATCH v4 00/10] Linux RISC-V AIA Support
 2023-06-23 11:47 UTC  (8+ messages)
` [PATCH v4 08/10] irqchip: Add RISC-V advanced PLIC driver

[PATCH v2 0/2] RISC-V: T-Head vector handling
 2023-06-23 11:44 UTC  (9+ messages)
` [PATCH v2 1/3] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v2 2/3] RISC-V: move vector-available status into a dedicated variable
` [PATCH v2 3/3] RISC-V: add T-Head vector errata handling

[PATCH v4 00/12] RISCV: Add KVM_GET_REG_LIST API
 2023-06-23 10:40 UTC  (13+ messages)
` [PATCH v4 01/12] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v4 02/12] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v4 03/12] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v4 04/12] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v4 05/12] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v4 06/12] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v4 07/12] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v4 08/12] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v4 09/12] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v4 10/12] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v4 11/12] KVM: riscv: selftests: Add finalize_vcpu check in run_test
` [PATCH v4 12/12] KVM: riscv: selftests: Add get-reg-list test

[PATCH RFC 0/2] RISC-V: T-Head vector handling
 2023-06-23 10:22 UTC  (9+ messages)
` [PATCH RFC 2/2] RISC-V: add T-Head vector errata handling

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

[PATCH 0/3] Add SiFive Private L2 cache and PMU driver
 2023-06-23  9:49 UTC  (12+ messages)
` [PATCH 1/3] soc: sifive: Add SiFive private L2 cache support
` [PATCH 2/3] soc: sifive: Add SiFive private L2 cache PMU driver

[PATCH v2 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
 2023-06-23  9:24 UTC  (19+ 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 v4 0/1] Risc-V Svinval support
 2023-06-23  6:58 UTC  (6+ messages)
` [PATCH v4 1/1] riscv: mm: use svinval instructions instead of sfence.vma

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-06-23  2:38 UTC  (9+ messages)
` [PATCH 4/9] drm/verisilicon: Add gem driver for JH7110 SoC
` [PATCH 5/9] drm/verisilicon: Add mode config funcs
  ` [PATCH 9/9] drm/verisilicon: Add starfive hdmi driver

[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-06-22 23:18 UTC  (12+ messages)

[PATCH] RISC-V: fixup ISA string parser merge conflict
 2023-06-22 22:25 UTC  (2+ messages)

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-22 22:05 UTC  (35+ messages)
` [PATCH v5 01/33] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v5 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v5 03/33] pgtable: Create struct ptdesc
` [PATCH v5 04/33] mm: add utility functions for ptdesc
` [PATCH v5 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v5 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v5 07/33] mm: Convert ptlock_ptr() "
` [PATCH v5 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH v5 09/33] mm: Convert ptlock_init() "
` [PATCH v5 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH v5 11/33] mm: Convert ptlock_free() "
` [PATCH v5 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v5 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH v5 14/33] x86: "
` [PATCH v5 15/33] s390: Convert various gmap "
` [PATCH v5 16/33] s390: Convert various pgalloc "
` [PATCH v5 17/33] mm: Remove page table members from struct page
` [PATCH v5 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH v5 19/33] arm: "
` [PATCH v5 20/33] arm64: "
` [PATCH v5 21/33] csky: Convert __pte_free_tlb() "
` [PATCH v5 22/33] hexagon: "
` [PATCH v5 23/33] loongarch: Convert various functions "
` [PATCH v5 24/33] m68k: "
` [PATCH v5 25/33] mips: "
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v5 27/33] openrisc: "
` [PATCH v5 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v5 29/33] sh: Convert pte_free_tlb() "
` [PATCH v5 30/33] sparc64: Convert various functions "
` [PATCH v5 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v5 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v5 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v4 00/10] tools/nolibc: add a new syscall helper
 2023-06-22 19:56 UTC  (8+ messages)
` [PATCH v4 07/10] tools/nolibc: clean up mmap() support
` [PATCH v4 10/10] selftests/nolibc: add mmap and munmap test cases

[PATCH v2] dt-bindings: riscv: deprecate riscv,isa
 2023-06-22 19:43 UTC  (4+ messages)

[PATCH V2 0/4] Remove WARN_ON in save_processor_state
 2023-06-22 18:28 UTC  (3+ messages)
` (subset) "

[PATCH] riscv: Discard vector state on syscalls
 2023-06-22 18:28 UTC  (5+ messages)

[PATCH v2 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-22 17:51 UTC  (7+ messages)
` [PATCH v2 12/13] s390/kexec: refactor for kernel/Kconfig.kexec

[PATCH] RISC-V: Clobber V registers on syscalls
 2023-06-22 16:38 UTC  (11+ messages)

[PATCH v1] RISC-V: make ARCH_THEAD preclude XIP_KERNEL
 2023-06-22 16:05 UTC  (5+ messages)

[PATCH] riscv: mm: Pre-allocate PGD entries vmalloc/modules area
 2023-06-22 15:51 UTC  (3+ messages)

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-06-22 15:09 UTC  (4+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v3 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze

[PATCH 11/14] init: consolidate prototypes in linux/init.h
 2023-06-22 15:02 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 6.5
 2023-06-22 14:13 UTC 

[PATCH v2 0/2] Unify uapi bitsperlong.h
 2023-06-22 12:50 UTC  (5+ 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 6.3] riscv: Link with '-z norelro'
 2023-06-22  8:08 UTC  (2+ messages)
` Patch "riscv: Link with '-z norelro'" has been added to the 6.3-stable tree

[PATCH 3/7] riscv: mm: Refactor create_linear_mapping_range() for hot add
 2023-06-22  4:56 UTC  (3+ messages)

[PATCH V3] perf vendor events riscv: add T-HEAD C9xx JSON file
 2023-06-22  0:11 UTC  (2+ messages)

[PATCH v3 0/5] riscv: Introduce KASLR
 2023-06-22  0:09 UTC  (2+ messages)

[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-06-21 23:37 UTC  (2+ messages)

linux-next: Tree for Jun 21 (riscv/errata/thead)
 2023-06-21 18:41 UTC  (4+ 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 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 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  (6+ 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 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 v3 0/3] Add initialization of clock for StarFive JH7110 SoC
 2023-06-21  8:10 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: qspi: cdns,qspi-nor: Add clocks "

[PATCH] riscv: mm: try VMA lock-based page fault handling first
 2023-06-21  6:15 UTC  (2+ 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).