public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-11-29 23:13:33 to 2022-12-01 00:33:24 UTC [more...]

[PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
 2022-12-01  0:31 UTC  (4+ messages)

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-11-30 23:09 UTC  (51+ messages)
` [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled "
` [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
` [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
` [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
` [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
` [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
` [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
` [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
` [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
` [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
` [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
` [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()

[PATCH v3 0/14] Zbb string optimizations and call support in alternatives
 2022-12-01  0:02 UTC  (16+ messages)
` [PATCH v3 01/14] RISC-V: fix funct4 definition for c.jalr in parse_asm.h
` [PATCH v3 02/14] RISC-V: add prefix to all constants/macros "
` [PATCH v3 03/14] RISC-V: detach funct-values from their offset
` [PATCH v3 04/14] RISC-V: add ebreak instructions to definitions
` [PATCH v3 05/14] RISC-V: add auipc elements to parse_asm header
` [PATCH v3 06/14] RISC-V: Move riscv_insn_is_* macros into a common header
` [PATCH v3 07/14] RISC-V: rename parse_asm.h to insn.h
` [PATCH v3 08/14] RISC-V: kprobes: use central defined funct3 constants
` [PATCH v3 09/14] RISC-V: add U-type imm parsing to insn.h header
` [PATCH v3 10/14] RISC-V: add rd reg "
` [PATCH v3 11/14] RISC-V: fix auipc-jalr addresses in patched alternatives
` [PATCH v3 12/14] efi/riscv: libstub: mark when compiling libstub
` [PATCH v3 13/14] RISC-V: add infrastructure to allow different str* implementations
` [PATCH v3 14/14] RISC-V: add zbb support to string functions

[PATCH v1 0/3] Putting some basic order on isa extension lists
 2022-11-30 23:46 UTC  (5+ messages)
` [PATCH v1 1/3] RISC-V: clarify ISA string ordering rules in cpu.c
` [PATCH v1 2/3] RISC-V: resort all extensions in consistent orders
` [PATCH v1 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-30 23:02 UTC  (5+ messages)
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules

[PATCH v2 0/13] Zbb string optimizations and call support in alternatives
 2022-11-30 21:28 UTC  (43+ messages)
` [PATCH v2 01/13] RISC-V: add prefix to all constants/macros in parse_asm.h
` [PATCH v2 02/13] RISC-V: detach funct-values from their offset
` [PATCH v2 03/13] RISC-V: add ebreak instructions to definitions
` [PATCH v2 04/13] RISC-V: Move riscv_insn_is_* macros into a common header
` [PATCH v2 05/13] RISC-V: rename parse_asm.h to insn.h
` [PATCH v2 06/13] RISC-V: kprobes: use central defined funct3 constants
` [PATCH v2 07/13] RISC-V: add auipc elements to parse_asm header
` [PATCH v2 08/13] RISC-V: add U-type imm parsing "
` [PATCH v2 09/13] RISC-V: add rd reg "
` [PATCH v2 10/13] RISC-V: fix auipc-jalr addresses in patched alternatives
` [PATCH v2 13/13] RISC-V: add zbb support to string functions

[PATCH v2 00/11] pwm: Allow .get_state to fail
 2022-11-30 18:36 UTC  (3+ messages)
` [PATCH v2 01/11] pwm: Make .get_state() callback return an error code

[PATCH v2 0/2] riscv,isa fixups
 2022-11-30 18:35 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: riscv: fix underscore requirement for addtional standard extensions
` [PATCH v2 2/2] dt-bindings: riscv: fix single letter canonical order

[PATCH v13 0/7] RISC-V IPI Improvements
 2022-11-30 18:14 UTC  (9+ messages)
` [PATCH v13 3/7] genirq: Add mechanism to multiplex a single HW IPI
` [PATCH v13 4/7] RISC-V: Treat IPIs as normal Linux IRQs

[PATCH 0/3] Some DT binding quirks for T-Head C9xx
 2022-11-30 18:13 UTC  (7+ messages)
` [PATCH 2/3] dt-bindings: timer: sifive,clint: add compatible for OpenC906

[PATCH v2 00/14] Basic clock and reset support for StarFive JH7110 RISC-V SoC
 2022-11-30 18:05 UTC  (9+ messages)
` [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator

[PATCH 0/7] riscv: add Bouffalolab bl808 support
 2022-11-30 18:04 UTC  (3+ messages)
` [PATCH 1/7] dt-bindings: serial: add bindings doc for Bouffalolab uart driver

[PATCH v4] riscv: fix race when vmap stack overflow
 2022-11-30 16:54 UTC  (3+ messages)

[PATCH bpf] riscv, bpf: Emit fixed-length imm64 for BPF_PSEUDO_FUNC
 2022-11-30 16:04 UTC  (3+ messages)

[PATCH 0/3] genirq: oneshot-safe threaded EOIs
 2022-11-30 15:55 UTC  (6+ messages)
` [PATCH 1/3] genirq: Simplify cond_unmask_eoi_irq()
` [PATCH 2/3] genirq: Add support for oneshot-safe threaded EOIs

[PATCH v1 0/4] JH7110 Power Domain Support
 2022-11-30 15:24 UTC  (12+ messages)
` [PATCH v1 2/4] dt-bindings: power: Add starfive,jh71xx-power bindings
` [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
` [PATCH v1 4/4] riscv: dts: starfive: add power controller node

[PATCH v3 0/3] RISC-V: Ensure Zicbom has a valid block size
 2022-11-30 14:55 UTC  (9+ messages)
` [PATCH v3 3/3] "

[PATCH 0/6] crypto: starfive: Add driver for cryptographic engine
 2022-11-30 13:47 UTC  (12+ messages)
` [PATCH 1/6] crypto: starfive - Add StarFive crypto engine support
` [PATCH 2/6] crypto: starfive - Add hash and HMAC support
` [PATCH 3/6] crypto: starfive - Add AES skcipher and aead support
` [PATCH 4/6] crypto: starfive - Add Public Key algo support
` [PATCH 5/6] dt-bindings: crypto: Add bindings for Starfive crypto driver
` [PATCH 6/6] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2

[PATCH v2 0/4] riscv: alternative-macros.h cleanups
 2022-11-30 12:06 UTC  (11+ messages)
` [PATCH v2 1/4] riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2
` [PATCH v2 2/4] riscv: alternatives: Don't name unused macro parameters
` [PATCH v2 3/4] riscv: alternatives: Drop the underscores from the assembly macro names
` [PATCH v2 4/4] riscv: Don't duplicate _ALTERNATIVE_CFG* macros

[PATCH v12 0/2] Hey Uwe, all,
 2022-11-30 11:15 UTC  (10+ messages)
` [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver

[PATCH V4 0/7] riscv: ftrace: Fixup ftrace detour code & Optimization
 2022-11-30  7:29 UTC  (4+ messages)
` [PATCH V4 6/7] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support

[PATCH v2 0/9] riscv: add Bouffalolab bl808 support
 2022-11-30  7:27 UTC  (11+ messages)
` [PATCH v2 1/9] dt-bindings: serial: add documentation for Bouffalolab UART Driver
` [PATCH v2 3/9] riscv: add the Bouffalolab SoC family Kconfig option
` [PATCH v2 6/9] riscv: dts: bouffalolab: add the bl808 SoC base device tree
` [PATCH v2 7/9] riscv: dts: bouffalolab: add Sipeed M1s SoM and Dock devicetree
` [PATCH v2 8/9] MAINTAINERS: riscv: add entry for Bouffalolab SoC

[PATCH v2] riscv/ftrace: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
 2022-11-30  7:22 UTC  (2+ messages)

[PATCH v2] riscv: mm: Proper page permissions after initmem free
 2022-11-30  5:50 UTC  (2+ messages)

[PATCH v2] riscv: vdso: fix section overlapping under some conditions
 2022-11-30  5:50 UTC  (2+ messages)

[PATCH v4 0/3] Improve CLOCK_EVT_FEAT_C3STOP feature setting
 2022-11-30  4:45 UTC  (5+ messages)
` [PATCH v4 1/3] RISC-V: time: initialize broadcast hrtimer based clock event device
` [PATCH v4 2/3] dt-bindings: timer: Add bindings for the RISC-V timer device

[PATCH -next V9 00/14] riscv: Add GENERIC_ENTRY support and related features
 2022-11-30  3:40 UTC  (15+ messages)
` [PATCH -next V9 01/14] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V9 02/14] riscv: elf_kexec: Fixup compile warning
` [PATCH -next V9 03/14] riscv: compat_syscall_table: "
` [PATCH -next V9 04/14] riscv: ptrace: Remove duplicate operation
` [PATCH -next V9 05/14] riscv: traps: Add noinstr to prevent instrumentation inserted
` [PATCH -next V9 06/14] riscv: convert to generic entry
` [PATCH -next V9 07/14] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH -next V9 08/14] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH -next V9 09/14] riscv: Add config of thread stack size
` [PATCH -next V9 10/14] riscv: Typo fixup for addi -> andi in comment
` [PATCH -next V9 11/14] riscv: Add support for STACKLEAK gcc plugin
` [PATCH -next V9 12/14] riscv: remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V9 13/14] riscv: consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V9 14/14] riscv: entry: consolidate general regs saving/restoring

[PATCH 1/2] RISC-V: Align the shadow stack
 2022-11-30  3:00 UTC  (6+ messages)
` [PATCH 2/2] RISC-V: Add some comments about the shadow and overflow stacks

[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-30  2:57 UTC  (5+ messages)
` [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()

[PATCH v3] riscv: fix race when vmap stack overflow
 2022-11-30  2:29 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