linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-08 08:52:46 to 2022-12-11 06:18:28 UTC [more...]

[PATCH] riscv: increase boot command line size to 1K
 2022-12-11  6:17 UTC  (2+ messages)

[PATCH] kbuild: add test-{ge,gt,le,lt} macros
 2022-12-11  2:46 UTC 

[PATCH v4 00/12] Allow calls in alternatives
 2022-12-10 23:28 UTC  (15+ messages)
` [PATCH v4 01/12] RISC-V: fix funct4 definition for c.jalr in parse_asm.h
` [PATCH v4 02/12] RISC-V: add prefix to all constants/macros "
` [PATCH v4 03/12] RISC-V: detach funct-values from their offset
` [PATCH v4 04/12] RISC-V: add ebreak instructions to definitions
` [PATCH v4 05/12] RISC-V: add auipc elements to parse_asm header
` [PATCH v4 11/12] RISC-V: add helpers for handling immediates in U-type and I-type pairs
` [PATCH v4 12/12] RISC-V: fix auipc-jalr addresses in patched alternatives

[PATCH v2 00/11] pwm: Allow .get_state to fail
 2022-12-10 22:41 UTC  (5+ messages)

[PATCH -next V11 0/7] riscv: Add GENERIC_ENTRY support
 2022-12-10 17:11 UTC  (8+ messages)
` [PATCH -next V11 1/7] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V11 2/7] riscv: ptrace: Remove duplicate operation
` [PATCH -next V11 3/7] riscv: entry: Add noinstr to prevent instrumentation inserted
` [PATCH -next V11 4/7] riscv: entry: Convert to generic entry
` [PATCH -next V11 5/7] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V11 6/7] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V11 7/7] riscv: entry: Consolidate general regs saving/restoring

[PATCH -next V10 00/10] riscv: Add GENERIC_ENTRY support and related features
 2022-12-10 16:05 UTC  (22+ messages)
` [PATCH -next V10 04/10] riscv: entry: Convert to generic entry
` [PATCH -next V10 05/10] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V10 06/10] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V10 08/10] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH -next V10 09/10] riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH -next V10 10/10] riscv: stack: Add config of thread stack size

[PATCH -next V2 0/2] riscv: jump_label: Fixup & Optimization
 2022-12-10 10:09 UTC  (3+ messages)
` [PATCH -next V2 1/2] riscv: jump_label: Fixup unaligned arch_static_branch function
` [PATCH -next V2 2/2] riscv: jump_label: Using c.j for CONFIG_RISCV_ISA_C

[PATCH v2 1/4] riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2
 2022-12-10  4:20 UTC  (2+ messages)

[PATCH v2 0/4] riscv: alternative-macros.h cleanups
 2022-12-10  2:15 UTC  (2+ messages)

[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
 2022-12-10  1:07 UTC  (46+ messages)
` [RFC PATCH 01/37] KVM: x86/mmu: Store the address space ID directly in kvm_mmu_page_role
` [RFC PATCH 02/37] KVM: MMU: Move struct kvm_mmu_page_role into common code
` [RFC PATCH 03/37] KVM: MMU: Move tdp_ptep_t "
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page
` [RFC PATCH 05/37] KVM: x86/mmu: Unify TDP MMU and Shadow MMU root refcounts
` [RFC PATCH 06/37] KVM: MMU: Move struct kvm_mmu_page to common code
` [RFC PATCH 07/37] mm: Introduce architecture-neutral PG_LEVEL macros
` [RFC PATCH 08/37] KVM: selftests: Stop assuming stats are contiguous in kvm_binary_stats_test
` [RFC PATCH 09/37] KVM: Move page size stats into common code
` [RFC PATCH 10/37] KVM: MMU: Move struct kvm_page_fault to "
` [RFC PATCH 11/37] KVM: MMU: Move RET_PF_* into "
` [RFC PATCH 12/37] KVM: x86/mmu: Use PG_LEVEL_{PTE,PMD,PUD} in the TDP MMU
` [RFC PATCH 13/37] KVM: MMU: Move sptep_to_sp() to common code
` [RFC PATCH 14/37] KVM: MMU: Introduce common macros for TDP page tables
` [RFC PATCH 15/37] KVM: x86/mmu: Add a common API for inspecting/modifying TDP PTEs
` [RFC PATCH 16/37] KVM: x86/mmu: Abstract away TDP MMU root lookup
` [RFC PATCH 17/37] KVM: Move struct kvm_gfn_range to kvm_types.h
` [RFC PATCH 18/37] KVM: x86/mmu: Add common API for creating TDP PTEs
` [RFC PATCH 19/37] KVM: x86/mmu: Add arch hooks for NX Huge Pages
` [RFC PATCH 20/37] KVM: x86/mmu: Abstract away computing the max mapping level
` [RFC PATCH 21/37] KVM: Introduce CONFIG_HAVE_TDP_MMU
` [RFC PATCH 22/37] KVM: x86: Select HAVE_TDP_MMU if X86_64
` [RFC PATCH 23/37] KVM: MMU: Move VM-level TDP MMU state to struct kvm
` [RFC PATCH 24/37] KVM: x86/mmu: Move kvm_mmu_hugepage_adjust() up to fault handler
` [RFC PATCH 25/37] KVM: x86/mmu: Pass root role to kvm_tdp_mmu_get_vcpu_root_hpa()
` [RFC PATCH 26/37] KVM: Move page table cache to struct kvm_vcpu
` [RFC PATCH 27/37] KVM: MMU: Move mmu_page_header_cache to common code
` [RFC PATCH 28/37] KVM: MMU: Stub out tracepoints on non-x86 architectures
` [RFC PATCH 29/37] KVM: x86/mmu: Collapse kvm_flush_remote_tlbs_with_{range,address}() together
` [RFC PATCH 30/37] KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()
` [RFC PATCH 31/37] KVM: x86/MMU: Use gfn_t in kvm_flush_remote_tlbs_range()
` [RFC PATCH 32/37] KVM: Allow range-based TLB invalidation from common code
` [RFC PATCH 33/37] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [RFC PATCH 34/37] KVM: MMU: Move the TDP iterator "
` [RFC PATCH 35/37] KVM: x86/mmu: Move tdp_mmu_max_gfn_exclusive() to tdp_pgtable.c
` [RFC PATCH 36/37] KVM: x86/mmu: Move is_tdp_mmu_page() to mmu_internal.h
` [RFC PATCH 37/37] KVM: MMU: Move the TDP MMU to common code

[PATCH v3 0/3] RISC-V: Ensure Zicbom has a valid block size
 2022-12-09 22:30 UTC  (3+ messages)

[PATCH RESEND v1] riscv: mm: call best_map_size many times during linear-mapping
 2022-12-09 22:00 UTC  (3+ messages)

[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-12-09 19:58 UTC  (14+ messages)
` [PATCH v12 17/17] riscv: prctl to enable vector commands
  ` RISCV Vector unit disabled by default for new task (was Re: [PATCH v12 17/17] riscv: prctl to enable vector commands)

[PATCH v3 2/2] mailbox: mpfs: read the system controller's status
 2022-12-09 19:14 UTC  (2+ messages)

[PATCH v3 1/2] soc: microchip: mpfs: handle failed system service requests
 2022-12-09 19:14 UTC  (2+ messages)

[RFC PATCH] riscv: vdso: remove hardcoded 0x800 .text section start addr
 2022-12-09 19:02 UTC  (2+ messages)

[PATCH 1/2] riscv: Fix crash during early errata patching
 2022-12-09 19:00 UTC  (2+ messages)

[PATCH v2 1/2] riscv: Fix crash during early errata patching
 2022-12-09 19:00 UTC  (2+ messages)

[PATCH v9 0/3] riscv, mm: detect svnapot cpu support at runtime
 2022-12-09 17:04 UTC  (16+ messages)
` [PATCH v9 1/3] riscv: mm: modify pte format for Svnapot
` [PATCH v9 2/3] riscv: mm: support Svnapot in hugetlb page
` [PATCH v9 3/3] riscv: mm: support Svnapot in huge vmap

[PATCH v3 0/3] serial: Add RISC-V support to the earlycon semihost driver
 2022-12-09 15:04 UTC  (4+ messages)
` [PATCH v3 1/3] serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's semihost.h
` [PATCH v3 2/3] riscv: Implement semihost.h for earlycon semihost driver
` [PATCH v3 3/3] serial: Rename "

[PATCH v1 0/3] StarFive's SDIO/eMMC driver support
 2022-12-09 11:31 UTC  (18+ messages)
` [PATCH v1 1/3] dt-bindings: mmc: Add bindings for StarFive
` [PATCH v1 2/3] mmc: starfive: Add sdio/emmc driver support
` [PATCH v1 3/3] riscv: dts: starfive: Add mmc node

[PATCH v3 0/5] arch_topology: Build cacheinfo from primary CPU
 2022-12-09 10:31 UTC  (6+ messages)
` [PATCH v3 1/5] cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation
` [PATCH v3 2/5] cacheinfo: Return error code in init_of_cache_level()
` [PATCH v3 3/5] ACPI: PPTT: Remove acpi_find_cache_levels()
` [PATCH v3 4/5] ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()
` [PATCH v3 5/5] arch_topology: Build cacheinfo from primary CPU

[GIT PULL] KVM/riscv changes for 6.2
 2022-12-09  8:16 UTC  (2+ messages)

[PATCH -next V6 0/2] riscv: kexec: Fxiup crash_save percpu and
 2022-12-09  7:55 UTC  (3+ messages)
` [PATCH -next V6 1/2] riscv: kexec: EOI active and mask all interrupts in kexec crash path
` [PATCH -next V6 2/2] riscv: kexec: Make crash save multi harts' context

[PATCH 6/9] RISC-V: Export sbi_get_mvendorid() and friends
 2022-12-09  4:33 UTC  (2+ messages)

[PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
 2022-12-09  3:15 UTC  (4+ messages)

[PATCH v2 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2022-12-09  3:13 UTC  (3+ messages)
` [PATCH v2 2/5] dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl

[PATCH v1 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2022-12-09  2:26 UTC  (12+ messages)
` [PATCH v1 2/7] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
` [PATCH v1 5/7] net: stmmac: Add StarFive dwmac supoort
` [PATCH v1 7/7] riscv: dts: starfive: visionfive-v2: Add phy delay_chain configuration

[PATCH v6 0/3] Add PMEM support for RISC-V
 2022-12-09  1:30 UTC  (3+ messages)

[PATCH v2 0/3] RISC-V interrupt controller select cleanup
 2022-12-09  1:30 UTC  (3+ messages)

[PATCH] riscv: boot: add zstd support
 2022-12-09  1:30 UTC  (3+ messages)

[PATCH v1 3/7] RISC-V: kbuild: convert all use of SOC_FOO to ARCH_FOO
 2022-12-09  1:24 UTC  (2+ messages)

[PATCH v2 0/5] [PATCH 0/5] arch_topology: Build cacheinfo from primary CPU
 2022-12-09  1:24 UTC  (2+ messages)

[PATCH v5] scripts/gdb: add lx_current support for riscv
 2022-12-09  1:24 UTC  (2+ messages)

[PATCH] clk: microchip: enable the MPFS clk driver by default if SOC_MICROCHIP_POLARFIRE
 2022-12-09  1:12 UTC  (2+ messages)

[PATCH] RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
 2022-12-08 23:50 UTC  (3+ messages)

[PATCH] RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
 2022-12-08 23:43 UTC  (2+ messages)

[RFC PATCH v2 2/2] riscv: mm: use svinval instructions instead of sfence.vma
 2022-12-08 19:03 UTC  (2+ messages)

[RESEND PATCH v2 0/3] JH7110 PMU Support
 2022-12-08 13:31 UTC  (6+ messages)
` [RESEND PATCH v2 1/3] dt-bindings: power: Add starfive,jh71xx-pmu
` [RESEND PATCH v2 2/3] soc: starfive: Add StarFive JH71XX pmu driver

[PATCH v2 1/3] serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's semihost.h
 2022-12-08  9:37 UTC  (4+ messages)

[PATCH 0/6] crypto: starfive: Add driver for cryptographic engine
 2022-12-08  9:35 UTC  (4+ messages)

[PATCH -next V5 0/7] riscv: Optimize function trace
 2022-12-08  9:12 UTC  (8+ messages)
` [PATCH -next V5 1/7] riscv: ftrace: Fixup panic by disabling preemption
` [PATCH -next V5 2/7] riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
` [PATCH -next V5 3/7] riscv: ftrace: Reduce the detour code size to half
` [PATCH -next V5 4/7] riscv: ftrace: Add ftrace_graph_func
` [PATCH -next V5 5/7] riscv: ftrace: Make ftrace_caller call ftrace_graph_func
` [PATCH -next V5 6/7] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
` [PATCH -next V5 7/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

[PATCH v3 00/12] riscv: Allwinner D1/D1s platform support
 2022-12-08  9:10 UTC  (15+ messages)
` [PATCH v3 01/12] MAINTAINERS: Match the sun20i family of Allwinner SoCs
` [PATCH v3 02/12] dt-bindings: vendor-prefixes: Add Allwinner D1/D1s board vendors
` [PATCH v3 03/12] dt-bindings: riscv: Add Allwinner D1/D1s board compatibles
` [PATCH v3 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
` [PATCH v3 05/12] riscv: dts: allwinner: Add MangoPi MQ devicetree
` [PATCH v3 06/12] riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree
` [PATCH v3 07/12] riscv: dts: allwinner: Add Sipeed Lichee RV devicetrees
` [PATCH v3 08/12] riscv: dts: allwinner: Add MangoPi MQ Pro devicetree
` [PATCH v3 09/12] riscv: dts: allwinner: Add Dongshan Nezha STU devicetree
` [PATCH v3 10/12] riscv: dts: allwinner: Add ClockworkPi and DevTerm devicetrees
` [PATCH v3 11/12] riscv: Add the Allwinner SoC family Kconfig option
` [PATCH v3 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers

[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2022-12-08  8:55 UTC  (5+ messages)
` [PATCH mm-unstable RFC 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s


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