linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-20 15:16:25 to 2022-09-22 13:25:57 UTC [more...]

[PATCH] riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 2022-09-22 13:25 UTC  (2+ messages)

[PATCH v4 00/12] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-09-22 13:17 UTC  (14+ messages)
` [PATCH v4 01/12] KVM: x86: make vendor code check for all nested events
` [PATCH v4 02/12] KVM: nVMX: Make an event request when pending an MTF nested VM-Exit
` [PATCH v4 03/12] KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed
` [PATCH v4 04/12] KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specific
` [PATCH v4 05/12] KVM: x86: lapic does not have to process INIT if it is blocked
` [PATCH v4 06/12] KVM: SVM: Make an event request if INIT or SIPI is pending when GIF is set
` [PATCH v4 07/12] KVM: nVMX: Make an event request if INIT or SIPI is pending on VM-Enter
` [PATCH v4 08/12] KVM: nVMX: Make event request on VMXOFF iff INIT/SIPI is pending
` [PATCH v4 09/12] KVM: x86: Don't snapshot pending INIT/SIPI prior to checking nested events
` [PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
` [PATCH v4 11/12] KVM: mips, x86: do not rely on KVM_REQ_UNHALT
` [PATCH v4 12/12] KVM: remove KVM_REQ_UNHALT

[PATCH v4 00/10] Add support for Renesas RZ/Five SoC
 2022-09-22 12:54 UTC  (24+ messages)
` [PATCH v4 01/10] dt-bindings: soc: renesas: Move renesas.yaml from arm to soc
` [PATCH v4 02/10] dt-bindings: riscv: Sort the CPU core list alphabetically
` [PATCH v4 03/10] dt-bindings: riscv: Add Andes AX45MP core to the list
` [PATCH v4 04/10] dt-bindings: soc: renesas: renesas.yaml: Document Renesas RZ/Five SoC
` [PATCH v4 05/10] riscv: Kconfig.socs: Add ARCH_RENESAS kconfig option
` [PATCH v4 06/10] riscv: dts: renesas: Add initial devicetree for Renesas RZ/Five SoC
` [PATCH v4 07/10] riscv: dts: r9a07g043: Add placeholder nodes
` [PATCH v4 08/10] riscv: dts: renesas: Add minimal DTS for Renesas RZ/Five SMARC EVK
` [PATCH v4 09/10] MAINTAINERS: Add entry for Renesas RISC-V architecture
` [PATCH v4 10/10] riscv: configs: defconfig: Enable Renesas RZ/Five SoC

[PATCH v2] riscv: vdso: fix NULL deference in vdso_join_timens() when vfork
 2022-09-22 12:07 UTC  (3+ messages)

[PATCH] rethook: add riscv rethook implementation
 2022-09-22 11:28 UTC  (3+ messages)

[PATCH linux-next] kunit: tool: use absolute path for wget
 2022-09-22 11:15 UTC  (5+ messages)

[PATCH for-next v2 0/4] riscv: Improvments for stacktrace
 2022-09-22  8:22 UTC  (7+ messages)
` [PATCH for-next v2 1/4] riscv: stacktrace: Replace walk_stackframe with arch_stack_walk
` [PATCH for-next v2 2/4] riscv: stacktrace: Introduce unwind functions
` [PATCH for-next v2 3/4] riscv: stacktrace: Save pt_regs in ENCODE_FRAME_POINTER
` [PATCH for-next v2 4/4] riscv: stacktrace: Implement stacktrace for irq

[PATCH 1/2] riscv: Fix crash during early errata patching
 2022-09-22  7:34 UTC  (5+ messages)
` [PATCH 2/2] riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]a

Similar SoCs with different CPUs and interrupt bindings
 2022-09-22  6:40 UTC  (17+ messages)

[PATCH V4 0/9] riscv: Add GENERIC_ENTRY, irq stack support
 2022-09-22  5:55 UTC  (15+ messages)
` [PATCH V4 8/8] riscv: Add config of thread stack size

[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-09-22  4:23 UTC  (18+ messages)
` [PATCH v12 02/17] riscv: Extending cpufeature.c to detect V-extension
` [PATCH v12 03/17] riscv: Add new csr defines related to vector extension
` [PATCH v12 04/17] riscv: Add vector feature to compile
` [PATCH v12 05/17] riscv: Add has_vector/riscv_vsize to save vector features
` [PATCH v12 06/17] riscv: Reset vector register
` [PATCH v12 07/17] riscv: Add vector struct and assembler definitions
` [PATCH v12 08/17] riscv: Add task switch support for vector
` [PATCH v12 09/17] riscv: Add ptrace vector support
` [PATCH v12 10/17] riscv: Add sigcontext save/restore for vector
` [PATCH v12 11/17] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH v12 12/17] riscv: Add support for kernel mode vector
` [PATCH v12 13/17] riscv: Add vector extension XOR implementation
` [PATCH v12 14/17] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH v12 15/17] riscv: Add V extension to KVM ISA allow list
` [PATCH v12 16/17] riscv: KVM: Add vector lazy save/restore support
` [PATCH v12 17/17] riscv: prctl to enable vector commands

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-09-22  3:15 UTC  (12+ messages)
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH V5 00/11] riscv: Add GENERIC_ENTRY support and related features
 2022-09-22  1:26 UTC  (11+ messages)
` [PATCH V5 08/11] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-09-21 21:51 UTC  (3+ messages)
` [PATCH v2 07/44] cpuidle,psci: Push RCU-idle into driver

[PATCH 00/17] Prctl to enable vector commands, previous vector patches rebased
 2022-09-21 21:33 UTC  (20+ messages)
` [PATCH 01/17] riscv: Rename __switch_to_aux -> fpu
` [PATCH 02/17] riscv: Extending cpufeature.c to detect V-extension
` [PATCH 03/17] riscv: Add new csr defines related to vector extension
` [PATCH 04/17] riscv: Add vector feature to compile
` [PATCH 05/17] riscv: Add has_vector/riscv_vsize to save vector features
` [PATCH 06/17] riscv: Reset vector register
` [PATCH 07/17] riscv: Add vector struct and assembler definitions
` [PATCH 08/17] riscv: Add task switch support for vector
` [PATCH 09/17] riscv: Add ptrace vector support
` [PATCH 10/17] riscv: Add sigcontext save/restore for vector
` [PATCH 11/17] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH 12/17] riscv: Add support for kernel mode vector
` [PATCH 13/17] riscv: Add vector extension XOR implementation
` [PATCH 14/17] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH 15/17] riscv: Add V extension to KVM ISA allow list
` [PATCH 16/17] riscv: KVM: Add vector lazy save/restore support
` [PATCH 17/17] riscv: prctl to enable vector commands

[PATCH -next v2 2/2] riscv: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO support
 2022-09-21 20:25 UTC  (2+ messages)

[PATCH v9 0/7] RISC-V IPI Improvements
 2022-09-21 18:29 UTC  (4+ messages)
` [PATCH v9 3/7] genirq: Add mechanism to multiplex a single HW IPI

[PATCH 00/17] Prctl to enable vector commands, previous vector patches rebased
 2022-09-21 17:55 UTC  (3+ messages)

[PATCH] RISC-V: Print SSTC in canonical order
 2022-09-21 17:50 UTC  (3+ messages)

[PATCH 17/17] riscv: prctl to enable vector commands
 2022-09-21 16:50 UTC 

[PATCH 16/17] riscv: KVM: Add vector lazy save/restore support
 2022-09-21 16:50 UTC 

[PATCH 15/17] riscv: Add V extension to KVM ISA allow list
 2022-09-21 16:50 UTC 

[PATCH 14/17] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
 2022-09-21 16:50 UTC 

[PATCH 13/17] riscv: Add vector extension XOR implementation
 2022-09-21 16:49 UTC 

[PATCH 12/17] riscv: Add support for kernel mode vector
 2022-09-21 16:49 UTC 

[PATCH 11/17] riscv: signal: Report signal frame size to userspace via auxv
 2022-09-21 16:49 UTC 

[PATCH 10/17] riscv: Add sigcontext save/restore for vector
 2022-09-21 16:48 UTC 

[PATCH 09/17] riscv: Add ptrace vector support
 2022-09-21 16:48 UTC 

[PATCH 08/17] riscv: Add task switch support for vector
 2022-09-21 16:48 UTC 

[PATCH 07/17] riscv: Add vector struct and assembler definitions
 2022-09-21 16:48 UTC 

[PATCH 06/17] riscv: Reset vector register
 2022-09-21 16:47 UTC 

[PATCH 05/17] riscv: Add has_vector/riscv_vsize to save vector features
 2022-09-21 16:47 UTC 

[PATCH 04/17] riscv: Add vector feature to compile
 2022-09-21 16:47 UTC 

[PATCH 03/17] riscv: Add new csr defines related to vector extension
 2022-09-21 16:46 UTC 

[PATCH 02/17] riscv: Extending cpufeature.c to detect V-extension
 2022-09-21 16:46 UTC 

[PATCH 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-09-21 16:45 UTC 

[PATCH -next 0/7] riscv: Improvments for stacktrace
 2022-09-21 12:33 UTC  (12+ messages)
` [PATCH -next 3/7] riscv: stacktrace: Save pt_regs in encoded fp on irq entry
` [PATCH -next 4/7] riscv: syscall: Don't clobber s0 when syscall
` [PATCH -next 6/7] riscv: stacktrace: Fix unwinding on ftrace_regs_call
` [PATCH -next 7/7] riscv: stacktrace: Fix unwinding on __kretporbe_trampoline

[PATCH v4 0/2] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-09-21  8:54 UTC  (4+ messages)
` [PATCH v4 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH 0/2] make weak attributes in {k,u}probes
 2022-09-21  8:25 UTC  (3+ messages)

Zwiększenie płynności finansowej
 2022-09-21  8:05 UTC 

[PATCH 00/12] riscv: Allwinner D1 platform support
 2022-09-21  7:49 UTC  (16+ messages)
` [PATCH 06/12] riscv: dts: allwinner: Add the D1 SoC base devicetree

[PATCH v5 0/7] Use composable cache instead of L2 cache
 2022-09-21  5:09 UTC  (2+ messages)

[PATCH V2 0/3] riscv: ftrace: Fixup ftrace detour code
 2022-09-21  3:49 UTC  (4+ messages)
` [PATCH V2 1/3] riscv: ftrace: Fixup panic by disabling preemption
` [PATCH V2 2/3] riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
` [PATCH V2 3/3] riscv: ftrace: Reduce the detour code size to half

[PATCH V4 0/3] riscv: kexec: Fxiup crash_save percpu and machine_kexec_mask_interrupts
 2022-09-21  3:31 UTC  (4+ messages)
` [PATCH V4 1/3] riscv: kexec: Fixup irq controller broken in kexec crash path
` [PATCH V4 2/3] riscv: kexec: Fixup crash_smp_send_stop without multi cores
` [PATCH V4 3/3] arch: crash: Remove duplicate declaration in smp.h

[PATCH 1/1] riscv: enable Docker requirements in defconfig
 2022-09-20 21:55 UTC  (3+ messages)

[PATCH] RISC-V: Avoid dereferening NULL regs in die()
 2022-09-20 21:36 UTC  (2+ messages)

[PATCH v2] serial: sifive: enable clocks for UART when probed
 2022-09-20 20:37 UTC  (3+ messages)

[PATCH v1] RISC-V: KVM: Allow Guest use Zihintpause extension
 2022-09-20 18:28 UTC  (2+ messages)

[PATCH 1/3] Documentation: RISC-V: Fix a typo in patch-acceptance
 2022-09-20 17:49 UTC  (6+ messages)
` [PATCH 2/3] Documentation: RISC-V: Allow patches for non-standard behavior
` [PATCH 3/3] Documentation: RISC-V: Mention the UEFI Standards

[PATCH v3 00/10] Add support for Renesas RZ/Five SoC
 2022-09-20 16:05 UTC  (6+ messages)
` [PATCH v3 08/10] riscv: dts: renesas: Add minimal DTS for Renesas RZ/Five SMARC EVK

[PATCH] serial: sifive: enable clocks for UART when probed
 2022-09-20 16:01 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 NNTP newsgroup(s).