Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-28 21:58:53 to 2021-11-07 17:33:21 UTC [more...]

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-11-07 17:32 UTC  (21+ messages)
` [PATCH v2 03/45] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v2 08/45] kernel: Add combined power-off+restart handler call chain API
` [PATCH v2 11/45] arm64: Use do_kernel_power_off()
` [PATCH v2 12/45] csky: "
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()

[PATCH V7] irqchip/sifive-plic: Fixup EOI failed when masked
 2021-11-07 13:13 UTC  (6+ messages)

[RESEND PATCH V3 0/2] riscv: add RISC-V Svpbmt Standard Extension supports
 2021-11-07  7:23 UTC  (14+ messages)
` [RESEND PATCH V3 2/2] riscv: add RISC-V Svpbmt extension supports

[PATCH] riscv: kvm: fix non-kernel-doc comment block
 2021-11-07  3:47 UTC 

[PATCH v4 0/5] Add SBI v0.2 support for KVM
 2021-11-06  4:50 UTC  (13+ messages)
` [PATCH v4 1/5] RISC-V: KVM: Mark the existing SBI implementation as v01
` [PATCH v4 2/5] RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own file
` [PATCH v4 3/5] RISC-V: KVM: Add SBI v0.2 base extension
` [PATCH v4 4/5] RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v02
` [PATCH v4 5/5] RISC-V: KVM: Add SBI HSM extension in KVM

[PATCH bpf-next] riscv, bpf: Fix RV32 broken build, and silence RV64 warning
 2021-11-05 16:00 UTC  (6+ messages)

[PATCH V6] irqchip/sifive-plic: Fixup EOI failed when masked
 2021-11-05  1:06 UTC  (6+ messages)

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-04 22:41 UTC  (33+ messages)
` [PATCH v5.5 01/30] KVM: Ensure local memslot copies operate on up-to-date arch-specific data
` [PATCH v5.5 02/30] KVM: Disallow user memslot with size that exceeds "unsigned long"
` [PATCH v5.5 03/30] KVM: Require total number of memslot pages to fit in an unsigned long
` [PATCH v5.5 04/30] KVM: Open code kvm_delete_memslot() into its only caller
` [PATCH v5.5 05/30] KVM: Resync only arch fields when slots_arch_lock gets reacquired
` [PATCH v5.5 06/30] KVM: Use "new" memslot's address space ID instead of dedicated param
` [PATCH v5.5 07/30] KVM: Let/force architectures to deal with arch specific memslot data
` [PATCH v5.5 08/30] KVM: arm64: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 09/30] KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem"
` [PATCH v5.5 10/30] KVM: PPC: Avoid referencing userspace memory region in memslot updates
` [PATCH v5.5 11/30] KVM: s390: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 12/30] KVM: x86: "
` [PATCH v5.5 13/30] KVM: RISC-V: "
` [PATCH v5.5 14/30] KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
` [PATCH v5.5 15/30] KVM: Use prepare/commit hooks to handle generic memslot metadata updates
` [PATCH v5.5 16/30] KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit
` [PATCH v5.5 17/30] KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY
` [PATCH v5.5 18/30] KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region()
` [PATCH v5.5 19/30] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
` [PATCH v5.5 20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array
` [PATCH v5.5 21/30] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v5.5 22/30] KVM: Move WARN on invalid memslot index to update_memslots()
` [PATCH v5.5 23/30] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v5.5 24/30] KVM: Use interval tree to do fast hva lookup in memslots
` [PATCH v5.5 25/30] KVM: s390: Introduce kvm_s390_get_gfn_end()
` [PATCH v5.5 26/30] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v5.5 27/30] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
` [PATCH v5.5 28/30] KVM: Optimize overlapping memslots check
` [PATCH v5.5 29/30] KVM: Wait 'til the bitter end to initialize the "new" memslot
` [PATCH v5.5 30/30] KVM: Dynamically allocate "new" memslots from the get-go

[PATCH v2] PM: sleep: Fix runtime PM based cpuidle support
 2021-11-04 18:46 UTC  (2+ messages)

[PATCH 0/2] KVM: RISC-V: MMU bug fix and cleanup
 2021-11-04 16:41 UTC  (3+ messages)
` [PATCH 1/2] KVM: RISC-V: Unmap stage2 mapping when deleting/moving a memslot
` [PATCH 2/2] KVM: RISC-V: Use common KVM implementation of MMU memory caches

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-11-04 14:18 UTC  (4+ messages)
` [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref

[PATCH v3 00/16] Basic StarFive JH7100 RISC-V SoC support
 2021-11-04 12:15 UTC  (33+ messages)
` [PATCH v3 01/16] RISC-V: Add StarFive SoC Kconfig option
` [PATCH v3 02/16] dt-bindings: timer: Add StarFive JH7100 clint
` [PATCH v3 03/16] dt-bindings: interrupt-controller: Add StarFive JH7100 plic
` [PATCH v3 04/16] dt-bindings: clock: starfive: Add JH7100 clock definitions
` [PATCH v3 05/16] dt-bindings: clock: starfive: Add JH7100 bindings
` [PATCH v3 06/16] clk: starfive: Add JH7100 clock generator driver
` [PATCH v3 07/16] dt-bindings: reset: Add StarFive JH7100 reset definitions
` [PATCH v3 08/16] dt-bindings: reset: Add Starfive JH7100 reset bindings
` [PATCH v3 09/16] reset: starfive-jh7100: Add StarFive JH7100 reset driver
` [PATCH v3 10/16] dt-bindings: pinctrl: Add StarFive pinctrl definitions
` [PATCH v3 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings
` [PATCH v3 12/16] pinctrl: starfive: Add pinctrl driver for StarFive SoCs
` [PATCH v3 13/16] dt-bindings: serial: snps-dw-apb-uart: Add JH7100 uarts
` [PATCH v3 14/16] serial: 8250_dw: Add StarFive JH7100 quirk
` [PATCH v3 15/16] RISC-V: Add initial StarFive JH7100 device tree
` [PATCH v3 16/16] RISC-V: Add BeagleV Starlight Beta "

[PATCH stable 4.19 1/1] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
 2021-11-04  8:34 UTC  (2+ messages)

[PATCH bpf-next] riscv, bpf: fix some compiler error
 2021-11-03  7:41 UTC  (6+ messages)

[PATCH] RISC-V: KVM:Remove unneeded semicolon
 2021-11-03  6:44 UTC 

[PATCH] dt-bindings: vendor-prefixes: add T-Head Semiconductor
 2021-11-03  2:09 UTC 

[PATCH V5 0/3] Add thead,c900-plic support
 2021-11-03  1:52 UTC  (19+ messages)
` [PATCH V5 1/3] dt-bindings: vendor-prefixes: add T-Head Semiconductor
` [PATCH V5 3/3] irqchip/sifive-plic: Fixup thead, c900-plic request_threaded_irq with ONESHOT

[PATCH] dt-bindings: clock: fu740-prci: add reset-cells
 2021-11-02 21:40 UTC  (2+ messages)

[GIT PULL] KVM/riscv for 5.16 take #2
 2021-11-02 17:19 UTC  (2+ messages)

[PATCH v3] riscv: explicitly use symbol offsets for VDSO
 2021-11-02 16:48 UTC  (3+ messages)
` [PATCH] riscv: fix building external modules

[PATCH 0/3] riscv: kexec: add kexec_file_load() support
 2021-11-02  3:52 UTC  (8+ messages)
` [PATCH 1/3] kexec_file: Fix kexec_file.c build error for riscv platform
` [PATCH 2/3] RISC-V: use memcpy for kexec_file mode
` [PATCH 3/3] RISC-V: Add kexec_file support

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-11-01 17:41 UTC  (36+ messages)
` [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
` [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop
` [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
` [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks
` [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
` [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
` [PATCH v2 41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
` [PATCH v2 42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper
` [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup

[PATCH bpf-next v2 0/4] Various RISC-V BPF improvements
 2021-11-01 16:20 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 5.15 (or -rc8)
 2021-10-30 20:47 UTC  (2+ messages)

TS3 TS CUBICCARDカード【重要:必ずお読みください】
 2021-10-30 18:03 UTC 

[PATCH v2 0/2] riscv asan-stack fixes
 2021-10-29 18:08 UTC  (4+ messages)
` [PATCH v2 1/2] riscv: Do not re-populate shadow memory with kasan_populate_early_shadow
` [PATCH v2 2/2] riscv: Fix asan-stack clang build

[PATCH v9 0/8] RISC-V CPU Idle Support
 2021-10-29 16:24 UTC  (4+ messages)

[PATCH v2 00/16] Basic StarFive JH7100 RISC-V SoC support
 2021-10-29 14:44 UTC  (20+ messages)
` [PATCH v2 03/16] dt-bindings: interrupt-controller: Add StarFive JH7100 plic
` [PATCH v2 04/16] dt-bindings: clock: starfive: Add JH7100 clock definitions
` [PATCH v2 05/16] dt-bindings: clock: starfive: Add JH7100 bindings
` [PATCH v2 07/16] dt-bindings: reset: Add StarFive JH7100 reset definitions
` [PATCH v2 08/16] dt-bindings: reset: Add Starfive JH7100 reset bindings
` [PATCH v2 10/16] dt-bindings: pinctrl: Add StarFive pinctrl definitions
` [PATCH v2 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings
` [PATCH v2 13/16] dt-bindings: serial: snps-dw-apb-uart: Add JH7100 uarts

[v4 00/11] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-10-29 12:25 UTC  (7+ messages)
` [v4 10/11] riscv: dts: fu740: Add pmu node

[PATCH v1 1/1] delay.h: fix for removed kernel.h
 2021-10-29  4:28 UTC  (2+ messages)

Out-of-bounds access when hartid >= NR_CPUS
 2021-10-28 23:40 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).