public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-01-25 03:50:40 to 2023-01-27 13:53:42 UTC [more...]

[PATCH 0/7] RISC-V KVM virtualize AIA CSRs
 2023-01-27 13:53 UTC  (14+ messages)
` [PATCH 1/7] RISC-V: Add AIA related CSR defines
` [PATCH 2/7] RISC-V: Detect AIA CSRs from ISA string
` [PATCH 3/7] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH 4/7] RISC-V: KVM: Initial skeletal support for AIA
` [PATCH 5/7] RISC-V: KVM: Add ONE_REG interface for AIA CSRs

[PATCH v6 00/13] Add OPTPROBES feature on RISCV
 2023-01-27 13:05 UTC  (14+ messages)
` [PATCH v6 01/13] riscv/kprobe: Prepare the skeleton to implement RISCV OPTPROBES
` [PATCH v6 02/13] riscv/kprobe: Allocate detour buffer from module region
` [PATCH v6 03/13] riscv/kprobe: Add skeleton for preparing optimized kprobe
` [PATCH v6 04/13] riscv/kprobe: Add common RVI and RVC instruction decoder code
` [PATCH v6 05/13] riscv/kprobe: Introduce free register(s) searching algorithm
` [PATCH v6 06/13] riscv/kprobe: Add code to check if kprobe can be optimized
` [PATCH v6 07/13] riscv/kprobe: Prepare detour buffer for optimized kprobe
` [PATCH v6 08/13] riscv/kprobe: Patch AUIPC/JALR pair to optimize kprobe
` [PATCH v6 09/13] riscv/kprobe: Search free registers from unused caller-saved ones
` [PATCH v6 10/13] riscv/kprobe: Add instruction boundary check for RVI/RVC hybrid kernel
` [PATCH v6 11/13] riscv/kprobe: Fix instruction simulation of JALR
` [PATCH v6 12/13] riscv/kprobe: Move exception related symbols to .kprobe_blacklist
` [PATCH v6 13/13] selftest/kprobes: Add testcase for kprobe SYM[+offs]

[PATCH v2] RISC-V: KVM: Redirect illegal instruction traps to guest
 2023-01-27 12:05 UTC  (2+ messages)

[PATCH v2 0/9] Linux RISC-V AIA Support
 2023-01-27 11:58 UTC  (6+ messages)
` [PATCH v2 1/9] RISC-V: Add AIA related CSR defines

[PATCH -next V2] riscv: mm: hugetlb: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
 2023-01-27 11:57 UTC  (2+ messages)

[PATCH V2] riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
 2023-01-27 11:34 UTC  (2+ messages)

[PATCH -next v13 00/19] riscv: Add vector ISA support
 2023-01-27 11:28 UTC  (37+ messages)
` [PATCH -next v13 01/19] riscv: Rename __switch_to_aux -> fpu
` [PATCH -next v13 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v13 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v13 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v13 05/19] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v13 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v13 07/19] riscv: Introduce riscv_vsize to record size of Vector context
` [PATCH -next v13 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v13 09/19] riscv: Add task switch support for vector
` [PATCH -next v13 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v13 11/19] riscv: Add ptrace vector support
` [PATCH -next v13 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v13 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v13 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v13 15/19] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH -next v13 16/19] riscv: Add V extension to KVM ISA
` [PATCH -next v13 17/19] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v13 18/19] riscv: kvm: redirect illegal instruction traps to guests
` [PATCH -next v13 19/19] riscv: Enable Vector code to be built

[PATCH v5 0/3] hwrng: starfive: Add driver for TRNG module
 2023-01-27 11:13 UTC  (5+ messages)
` [PATCH v5 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
  ` [PATCH] hwrng: starfive - Enable compile testing

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

[PATCH v3 0/4] RISC-V Hibernation Support
 2023-01-27  9:10 UTC  (5+ messages)
` [PATCH v3 1/4] RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public function
` [PATCH v3 2/4] RISC-V: Factor out common code of __cpu_resume_enter()
` [PATCH v3 3/4] RISC-V: mm: Enable huge page support to kernel_page_present() function
` [PATCH v3 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[PATCH v4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-01-27  8:58 UTC  (7+ messages)

[PATCH v5 0/2] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-01-27  8:48 UTC  (6+ messages)
` [PATCH v5 1/2] riscv: Get rid of riscv_pfn_base variable
` [PATCH v5 2/2] riscv: Use PUD/P4D/PGD pages for the linear mapping

[PATCH] riscv: mm: Implement pmdp_collapse_flush for THP
 2023-01-27  8:41 UTC  (5+ messages)

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-27  8:32 UTC  (17+ messages)
` [RFC PATCH v2 01/31] Documentation: kvx: Add basic documentation
` [RFC PATCH v2 02/31] Documentation: Add binding for kalray,kv3-1-core-intc
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers
` [RFC PATCH v2 12/31] kvx: Add other common headers

[PATCH] KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizes
 2023-01-27  5:38 UTC  (5+ messages)

[PATCH v4 00/13] riscv: improve boot time isa extensions handling
 2023-01-27  3:51 UTC  (7+ messages)
` [PATCH v4 09/13] riscv: switch to relative alternative entries
` [PATCH v4 12/13] riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()

[PATCH 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-01-27  1:58 UTC  (8+ messages)
` [PATCH 1/3] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH 2/3] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH 3/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[RFC PATCH 1/1] riscv: mm: notify remote harts about mmu cache updates
 2023-01-26 20:07 UTC  (13+ messages)

[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-01-26 18:40 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v2 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v2 3/7] KVM: x86/mmu: Collapse kvm_flush_remote_tlbs_with_{range,address}() together
` [PATCH v2 4/7] KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()
` [PATCH v2 5/7] KVM: x86/MMU: Use gfn_t in kvm_flush_remote_tlbs_range()
` [PATCH v2 6/7] KVM: Allow range-based TLB invalidation from common code
` [PATCH v2 7/7] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "

[GIT PULL] RISC-V Devicetrees for v6.3
 2023-01-26 19:09 UTC 

[GIT PULL] RISC-V SoC drivers for v6.3
 2023-01-26 18:57 UTC 

[PATCH -next V3 0/2] riscv: jump_label: Fixup & Optimization
 2023-01-26 17:06 UTC  (3+ messages)
` [PATCH -next V3 1/2] riscv: jump_label: Fixup unaligned arch_static_branch function
` [PATCH -next V3 2/2] riscv: jump_label: Optimize the code size with compressed instruction

[PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity
 2023-01-26 16:15 UTC 

[QUERY]: Block region to mmap
 2023-01-26 14:37 UTC  (2+ messages)

[PATCH] riscv: kprobe: Fixup kernel panic when probing an illegal position
 2023-01-26 13:05 UTC 

[PATCH v2] clocksource/drivers/riscv: Get rid of clocksource_arch_init() callback
 2023-01-26 11:18 UTC  (2+ messages)

[PATCH v4 0/6] arch_topology: Build cacheinfo from primary CPU
 2023-01-26  8:54 UTC  (11+ messages)
` [PATCH v4 6/6] "

[PATCH v2 00/12] dt-bindings: serial: cleanup and improvements
 2023-01-26  8:50 UTC  (26+ messages)
` [PATCH v2 01/12] dt-bindings: serial: amlogic,meson-uart: allow other serial properties
` [PATCH v2 02/12] dt-bindings: serial: 8250: correct Nuvoton NPCM850 compatible
` [PATCH v2 03/12] dt-bindings: serial: pl011: allow ARM Primecell properties
` [PATCH v2 04/12] dt-bindings: serial: correct ref to serial.yaml
` [PATCH v2 05/12] dt-bindings: serial: cdsn,uart: add power-domains
` [PATCH v2 06/12] dt-bindings: serial: 8250_omap: drop rs485 properties
` [PATCH v2 07/12] dt-bindings: serial: fsl-imx-uart: drop common properties
` [PATCH v2 08/12] dt-bindings: serial: fsl-lpuart: drop rs485 properties
` [PATCH v2 09/12] dt-bindings: serial: fsl-lpuart: allow other serial properties
` [PATCH v2 10/12] dt-bindings: serial: st,stm32-uart: drop common properties
` [PATCH v2 11/12] dt-bindings: serial: drop unneeded quotes
` [PATCH v2 12/12] dt-bindings: serial: example cleanup

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

[PATCH v2 0/3] Allwinner D1 power domain support
 2023-01-26  6:34 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: power: Add Allwinner D1 PPU
` [PATCH v2 2/3] soc: sunxi: Add Allwinner D1 PPU driver
` [PATCH v2 3/3] riscv: dts: allwinner: d1: Add power controller node

[RESEND PATCH v7 0/5] leds: Allwinner A100 LED controller support
 2023-01-26  4:59 UTC  (2+ messages)

[PATCH v2 00/11] KVM perf support
 2023-01-26  3:08 UTC  (7+ messages)
` [PATCH v2 10/11] RISC-V: KVM: Implement perf support without sampling
` [PATCH v2 11/11] RISC-V: KVM: Implement firmware events

[PATCH v1 00/11] Add new partial clock and reset drivers for StarFive JH7110
 2023-01-26  2:35 UTC  (5+ messages)
` [PATCH v1 03/11] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver
` [PATCH v1 06/11] clk: starfive: Add StarFive JH7110 Image-Signal-Process "

[PATCH v2 1/2] spi: dt-bindings: drop unneeded quotes
 2023-01-26  0:25 UTC  (4+ messages)
` [PATCH v2 2/2] spi: dt-bindings: cleanup examples - indentation, lowercase hex

[PATCH v2 1/2] dt-bindings: dma: drop unneeded quotes
 2023-01-25 20:03 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex

[PATCH v2] riscv: Move call to init_cpu_topology() to later initialization stage
 2023-01-25 18:20 UTC  (4+ messages)

[PATCH 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-01-25 17:21 UTC  (4+ messages)

[PATCH 01/13] dt-bindings: serial: amlogic,meson-uart: allow other serial properties
 2023-01-25 17:11 UTC  (5+ messages)
` [PATCH 11/13] dt-bindings: serial: restrict possible child node names

[PATCH] riscv: dts: renesas: rzfive-smarc-som: Drop PHY interrupt support for ETH{0,1}
 2023-01-25 11:41 UTC  (2+ messages)

[PATCH v3 0/6] RISC-V kasan rework
 2023-01-25  8:23 UTC  (7+ messages)
` [PATCH v3 1/6] riscv: Split early and final KASAN population functions
` [PATCH v3 2/6] riscv: Rework kasan "
` [PATCH v3 3/6] riscv: Move DTB_EARLY_BASE_VA to the kernel address space
` [PATCH v3 4/6] riscv: Fix EFI stub usage of KASAN instrumented strcmp function
` [PATCH v3 5/6] riscv: Fix ptdump when KASAN is enabled
` [PATCH v3 6/6] riscv: Unconditionnally select KASAN_VMALLOC if KASAN

[PATCH] riscv/kprobe: Fix instruction simulation of JALR
 2023-01-25  5:50 UTC  (3+ messages)

[PATCH] RISC-V: Kconfig: Remove trailing whitespace
 2023-01-25  3:50 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