messages from 2023-01-26 21:32:33 to 2023-01-30 17:54:39 UTC [more...]
[PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity
2023-01-30 16:56 UTC (6+ messages)
[PATCH v3] riscv: patch: Fixup lockdep warning in stop_machine
2023-01-30 23:26 UTC (2+ messages)
[PATCH v3 0/6] RISC-V: Apply Zicboz to clear_page
2023-01-30 12:25 UTC (8+ messages)
` [PATCH v3 1/6] RISC-V: Factor out body of riscv_init_cbom_blocksize loop
` [PATCH v3 2/6] dt-bindings: riscv: Document cboz-block-size
` [PATCH v3 3/6] RISC-V: Add Zicboz detection and block size parsing
` [PATCH v3 4/6] RISC-V: Use Zicboz in clear_page when available
` [PATCH v3 5/6] RISC-V: KVM: Provide UAPI for Zicboz block size
` [PATCH v3 6/6] RISC-V: KVM: Expose Zicboz to the guest
[PATCH v1] riscv: support arch_has_hw_pte_young()
2023-01-30 17:27 UTC (5+ messages)
[PATCH -next V6 0/7] riscv: Optimize function trace
2023-01-30 11:17 UTC (8+ messages)
` [PATCH -next V6 1/7] riscv: ftrace: Fixup panic by disabling preemption
[PATCH v2 0/4] dt-bindings: Introduce dual-link panels & panel-vendors
2023-01-30 17:04 UTC (3+ messages)
` [PATCH v2 3/4] dt-bindings: panel: Introduce dual-link LVDS panel
[PATCH v3 00/14] KVM perf support
2023-01-30 15:48 UTC (29+ messages)
` [PATCH v3 01/14] perf: RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v3 02/14] perf: RISC-V: Improve privilege mode filtering for perf
` [PATCH v3 03/14] RISC-V: Improve SBI PMU extension related definitions
` [PATCH v3 04/14] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v3 05/14] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v3 06/14] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v3 07/14] RISC-V: KVM: Add skeleton support for perf
` [PATCH v3 08/14] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v3 09/14] RISC-V: KVM: Make PMU functionality depend on Sscofpmf
` [PATCH v3 10/14] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v3 11/14] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v3 12/14] RISC-V: KVM: Implement perf support without sampling
` [PATCH v3 13/14] RISC-V: KVM: Support firmware events
` [PATCH v3 14/14] RISC-V: KVM: Increment firmware pmu events
[PATCH v2 0/4] crypto: starfive - Add drivers for crypto engine
2023-01-30 15:42 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: crypto: Add StarFive crypto module
` [PATCH v2 2/4] crypto: starfive - Add crypto engine support
` [PATCH v2 3/4] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
` [PATCH v2 4/4] crypto: starfive - Add hash and HMAC support
[PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
2023-01-30 15:36 UTC (2+ messages)
[QUERY]: Block region to mmap
2023-01-30 15:24 UTC (4+ messages)
[PATCH v4] riscv: Use PUD/P4D/PGD pages for the linear mapping
2023-01-30 14:57 UTC (11+ messages)
[PATCH v6 00/13] Add OPTPROBES feature on RISCV
2023-01-30 14:38 UTC (16+ 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 -next V3 0/2] riscv: jump_label: Fixup & Optimization
2023-01-30 11:57 UTC (3+ messages)
` [PATCH -next V3 1/2] riscv: jump_label: Fixup unaligned arch_static_branch function
[PATCH -next v13 00/19] riscv: Add vector ISA support
2023-01-30 9:58 UTC (25+ messages)
` [PATCH -next v13 02/19] riscv: Extending cpufeature.c to detect V-extension
` [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 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 18/19] riscv: kvm: redirect illegal instruction traps to guests
` [PATCH -next v13 19/19] riscv: Enable Vector code to be built
[PATCH v2 0/2] Change PWM-controlled LED pin active mode and algorithm
2023-01-30 9:53 UTC (4+ messages)
` [PATCH v2 1/2] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
` [PATCH v2 2/2] pwm: sifive: change the PWM controlled LED algorithm
[PATCH v1 00/11] Add new partial clock and reset drivers for StarFive JH7110
2023-01-30 8:10 UTC (16+ messages)
` [PATCH v1 01/11] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator
` [PATCH v1 03/11] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver
` [PATCH v1 04/11] dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator
` [PATCH v1 06/11] clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver
` [PATCH v1 07/11] dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator
[PATCH v2] riscv: mm: Implement pmdp_collapse_flush for THP
2023-01-30 8:03 UTC (2+ messages)
[PATCH] riscv: Add header include guards to insn.h
2023-01-30 7:35 UTC (2+ messages)
[PATCH] riscv: mm: Implement pmdp_collapse_flush for THP
2023-01-30 7:34 UTC (8+ messages)
[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
2023-01-30 5:06 UTC (6+ messages)
` [PATCH v2 1/4] arm: include asm-generic/memory_model.h from page.h rather than memory.h
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 3/4] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
[PATCH] Documentation: riscv: fix insufficient list item indent
2023-01-30 3:05 UTC (2+ messages)
[PATCH v1] irqchip/irq-sifive-plic: Add syscore callbacks for hibernation
2023-01-30 3:05 UTC (2+ messages)
[PATCH] riscv: mm: fix regression due to update_mmu_cache change
2023-01-29 21:18 UTC
[RFC PATCH v2 00/31] Upstream kvx Linux port
2023-01-29 11:50 UTC (7+ messages)
` [RFC PATCH v2 02/31] Documentation: Add binding for kalray,kv3-1-core-intc
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers
[PATCH v5 00/13] riscv: improve boot time isa extensions handling
2023-01-28 17:28 UTC (14+ messages)
` [PATCH v5 01/13] riscv: move riscv_noncoherent_supported() out of ZICBOM probe
` [PATCH v5 02/13] riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
` [PATCH v5 03/13] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH v5 04/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [PATCH v5 05/13] riscv: introduce riscv_has_extension_[un]likely()
` [PATCH v5 06/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
` [PATCH v5 07/13] riscv: module: move find_section to module.h
` [PATCH v5 08/13] riscv: module: Add ADD16 and SUB16 rela types
` [PATCH v5 09/13] riscv: switch to relative alternative entries
` [PATCH v5 10/13] riscv: alternative: patch alternatives in the vDSO
` [PATCH v5 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()
` [PATCH v5 12/13] riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()
` [PATCH v5 13/13] riscv: remove riscv_isa_ext_keys[] array and related usage
[PATCH v4 00/13] riscv: improve boot time isa extensions handling
2023-01-28 16:43 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 v2 0/7] KVM: Add a common API for range-based TLB invalidation
2023-01-28 15:12 UTC (3+ messages)
` [PATCH v2 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
[PATCH v5 0/2] riscv: Use PUD/P4D/PGD pages for the linear mapping
2023-01-28 14:58 UTC (6+ messages)
` [PATCH v5 1/2] riscv: Get rid of riscv_pfn_base variable
[PATCH v3 1/2] RISC-V: KVM: Fix privilege mode setting in kvm_riscv_vcpu_trap_redirect()
2023-01-28 13:08 UTC (3+ messages)
` [PATCH v3 2/2] RISC-V: KVM: Redirect illegal instruction traps to guest
[PATCH] riscv: kprobe: Fixup kernel panic when probing an illegal position
2023-01-28 9:53 UTC (7+ messages)
[PATCH -next V7 0/7] riscv: Optimize function trace
2023-01-28 9:45 UTC (6+ messages)
` [PATCH -next V7 1/7] riscv: ftrace: Fixup panic by disabling preemption
[PATCH 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
2023-01-28 9:02 UTC (5+ messages)
` [PATCH 3/3] "
[PATCH v2 0/7] RISC-V KVM virtualize AIA CSRs
2023-01-28 7:27 UTC (8+ messages)
` [PATCH v2 1/7] RISC-V: Add AIA related CSR defines
` [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
` [PATCH v2 3/7] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH v2 4/7] RISC-V: KVM: Initial skeletal support for AIA
` [PATCH v2 5/7] RISC-V: KVM: Add ONE_REG interface for AIA CSRs
` [PATCH v2 6/7] RISC-V: KVM: Virtualize per-HART "
` [PATCH v2 7/7] RISC-V: KVM: Implement guest external interrupt line management
[PATCH V2] riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
2023-01-28 2:47 UTC (4+ messages)
[PATCH v2] vdso: Improve cmd_vdso_check to check all dynamic relocations
2023-01-27 23:19 UTC (3+ messages)
[PATCH v2 0/3] Allwinner D1 power domain support
2023-01-27 22:17 UTC (3+ messages)
` [PATCH v2 3/3] riscv: dts: allwinner: d1: Add power controller node
[PATCH v5 00/11] riscv: Allwinner D1/D1s platform support
2023-01-27 22:16 UTC (2+ messages)
[GIT PULL] RISC-V Fixes for 6.2-rc6
2023-01-27 21:14 UTC (2+ messages)
[PATCH 0/7] RISC-V KVM virtualize AIA CSRs
2023-01-27 15:55 UTC (16+ 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 v3 0/6] RISC-V kasan rework
2023-01-27 15:27 UTC (3+ messages)
` [PATCH v3 3/6] riscv: Move DTB_EARLY_BASE_VA to the kernel address space
[PATCH v2 0/9] Linux RISC-V AIA Support
2023-01-27 14:20 UTC (7+ messages)
` [PATCH v2 1/9] RISC-V: Add AIA related CSR defines
[PATCH] RISC-V: Fix do_notify_resume / do_work_pending prototype
2023-01-27 13:59 UTC (3+ messages)
[PATCH v2] RISC-V: KVM: Redirect illegal instruction traps to guest
2023-01-27 12:05 UTC (2+ messages)
[PATCH -next V2] riscv: mm: hugetlb: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
2023-01-27 11:57 UTC (2+ messages)
[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 (6+ messages)
` [PATCH -next V15 1/7] compiler_types.h: Add __noinstr_section() for noinstr
[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] KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizes
2023-01-27 5:38 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox