linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-06 07:45:37 to 2022-05-11 10:01:25 UTC [more...]

[PATCH 0/5] genirq/irqchip: RISC-V PLIC cleanup and optimization
 2022-05-11 10:00 UTC  (10+ messages)
` [PATCH 1/5] genirq: GENERIC_IRQ_EFFECTIVE_AFF_MASK depends on SMP
` [PATCH 2/5] genirq: Refactor accessors to use irq_data_get_affinity_mask
` [PATCH 3/5] genirq: Provide an IRQ affinity mask in non-SMP configs
` [PATCH 4/5] irqchip/sifive-plic: Make better use of the effective affinity mask
` [PATCH 5/5] irqchip/sifive-plic: Separate the enable and mask operations

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

linux-next: Tree for May 3
 2022-05-11  6:48 UTC  (8+ messages)

[PATCH v8 00/27] Introduce power-off+restart call chain API
 2022-05-10 18:14 UTC  (29+ messages)
` [PATCH v8 01/27] notifier: Add atomic_notifier_call_chain_is_empty()
` [PATCH v8 02/27] notifier: Add blocking/atomic_notifier_chain_register_unique_prio()
` [PATCH v8 03/27] kernel/reboot: Introduce sys-off handler API
` [PATCH v8 04/27] kernel/reboot: Wrap legacy power-off callbacks into sys-off handlers
` [PATCH v8 05/27] kernel/reboot: Add do_kernel_power_off()
` [PATCH v8 06/27] kernel/reboot: Add stub for pm_power_off
` [PATCH v8 07/27] kernel/reboot: Add kernel_can_power_off()
` [PATCH v8 08/27] kernel/reboot: Add register_platform_power_off()
` [PATCH v8 09/27] ARM: Use do_kernel_power_off()
` [PATCH v8 10/27] csky: "
` [PATCH v8 11/27] riscv: "
` [PATCH v8 12/27] arm64: "
` [PATCH v8 13/27] parisc: "
` [PATCH v8 14/27] xen/x86: "
` [PATCH v8 15/27] powerpc: "
` [PATCH v8 16/27] m68k: Switch to new sys-off handler API
` [PATCH v8 17/27] sh: Use do_kernel_power_off()
` [PATCH v8 18/27] x86: "
` [PATCH v8 19/27] ia64: "
` [PATCH v8 20/27] mips: "
` [PATCH v8 21/27] memory: emif: Use kernel_can_power_off()
` [PATCH v8 22/27] ACPI: power: Switch to sys-off handler API
` [PATCH v8 23/27] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v8 24/27] reboot: Remove pm_power_off_prepare()
` [PATCH v8 25/27] soc/tegra: pmc: Use sys-off handler API to power off Nexus 7 properly
` [PATCH v8 26/27] kernel/reboot: Add devm_register_power_off_handler()
` [PATCH v8 27/27] kernel/reboot: Add devm_register_restart_handler()

[PATCH 07/22] risc-v: replace bitmap_weight with bitmap_empty in riscv_fill_hwcap()
 2022-05-10 16:31 UTC  (2+ messages)

[PATCH v3] RISC-V: KVM: Introduce ISA extension register
 2022-05-10 14:59 UTC  (2+ messages)

[PATCH v2 0/2] rtc: microchip: Add driver for PolarFire SoC
 2022-05-10 13:45 UTC  (4+ messages)
` [PATCH v2 1/2] rtc: Add driver for Microchip "
` [PATCH v2 2/2] MAINTAINERS: add PolarFire SoC's RTC

[PATCH v6 00/23] Rust support
 2022-05-10 11:36 UTC  (9+ messages)
` [PATCH v6 19/23] Kbuild: add "

[PATCH] bug: Use normal relative pointers in 'struct bug_entry'
 2022-05-10 10:38 UTC  (7+ messages)

riscv: llvm-compiler: calling convention violation: temporary register $t2 is used to pass the ninth function parameter
 2022-05-10  6:53 UTC 

[PATCH v5 0/7] Generic Ticket Spinlocks
 2022-05-09 22:29 UTC  (8+ messages)
` [PATCH v5 1/7] asm-generic: ticket-lock: New generic ticket-based spinlock
` [PATCH v5 2/7] asm-generic: qspinlock: Indicate the use of mixed-size atomics
` [PATCH v5 3/7] asm-generic: qrwlock: Document the spinlock fairness requirements
` [PATCH v5 4/7] openrisc: Move to ticket-spinlock
` [PATCH v5 5/7] RISC-V: Move to generic spinlocks
` [PATCH v5 6/7] RISC-V: Move to queued RW locks
` [PATCH v5 7/7] csky: Move to generic ticket-spinlock

[GIT PULL] asm-generic: New generic ticket-based spinlock
 2022-05-09 22:32 UTC 

[v2 PATCH] RISC-V: KVM: Introduce ISA extension register
 2022-05-09 18:30 UTC  (3+ messages)

[PATCH v2 0/4] unified way to use static key and optimize pgtable_l4_enabled
 2022-05-09 14:41 UTC  (12+ messages)
` [PATCH v2 1/4] riscv: mm: init: make pt_ops_set_[early|late|fixmap] static
` [PATCH v2 2/4] riscv: introduce unified static key mechanism for CPU features
` [PATCH v2 3/4] riscv: replace has_fpu() with system_supports_fpu()
` [PATCH v2 4/4] riscv: convert pgtable_l4|[l5]_enabled to static key

[PATCH v5 00/10] PolarFire SoC dt for 5.19
 2022-05-09 14:26 UTC  (11+ messages)
` [PATCH v5 01/10] riscv: dts: microchip: remove icicle memory clocks
` [PATCH v5 02/10] riscv: dts: microchip: move sysctrlr out of soc bus
` [PATCH v5 03/10] riscv: dts: microchip: remove soc vendor from filenames
` [PATCH v5 04/10] dt-bindings: riscv: microchip: document icicle reference design
` [PATCH v5 05/10] riscv: dts: microchip: make the fabric dtsi board specific
` [PATCH v5 06/10] dt-bindings: vendor-prefixes: add Sundance DSP
` [PATCH v5 07/10] dt-bindings: riscv: microchip: add polarberry compatible string
` [PATCH v5 08/10] riscv: dts: microchip: add the sundance polarberry
` [PATCH v5 09/10] riscv: microchip: icicle: readability fixes
` [PATCH v5 10/10] riscv: dts: icicle: sort nodes alphabetically

[PATCH v4 0/8] PolarFire SoC dt for 5.19
 2022-05-09 13:23 UTC  (8+ messages)
` [PATCH v4 2/8] riscv: dts: microchip: move sysctrlr out of soc bus
` [PATCH v4 8/8] riscv: dts: microchip: add the sundance polarberry

[PATCH] clocksource/drivers/riscv: Events are stopped during CPU suspend
 2022-05-09 11:44 UTC  (4+ messages)

[PATCH -next v7 0/6]mm: page_table_check: add support on arm64 and riscv
 2022-05-09  9:09 UTC  (9+ messages)
` [PATCH -next v7 1/6] mm: page_table_check: using PxD_SIZE instead of PxD_PAGE_SIZE
` [PATCH -next v7 2/6] mm: page_table_check: move pxx_user_accessible_page into x86
` [PATCH -next v7 3/6] mm: page_table_check: add hooks to public helpers
` [PATCH -next v7 4/6] mm: remove __HAVE_ARCH_PTEP_CLEAR in pgtable.h
` [PATCH -next v7 5/6] arm64/mm: Enable ARCH_SUPPORTS_PAGE_TABLE_CHECK
` [PATCH -next v7 6/6] riscv/mm: "

[PATCH 1/2] riscv: ftrace: Fix the comments about the number of ftrace instruction
 2022-05-09  6:51 UTC  (7+ messages)
` [PATCH 2/2] riscv: kprobe: Allow coexistence of ftrace and kprobe

[PATCH] MAINTAINERS: Update KVM RISC-V entry to cover selftests support
 2022-05-09  6:06 UTC 

[PATCH] KVM: selftests: riscv: Remove unneeded semicolon
 2022-05-09  5:47 UTC  (4+ messages)

[PATCH v2 0/7] KVM RISC-V Sv57x4 support and HFENCE improvements
 2022-05-09  5:34 UTC  (22+ messages)
` [PATCH v2 1/7] RISC-V: KVM: Use G-stage name for hypervisor page table
` [PATCH v2 2/7] RISC-V: KVM: Add Sv57x4 mode support for G-stage
` [PATCH v2 3/7] RISC-V: KVM: Treat SBI HFENCE calls as NOPs
` [PATCH v2 4/7] RISC-V: KVM: Introduce range based local HFENCE functions
` [PATCH v2 5/7] RISC-V: KVM: Reduce KVM_MAX_VCPUS value
` [PATCH v2 6/7] RISC-V: KVM: Add remote HFENCE functions based on VCPU requests
` [PATCH v2 7/7] RISC-V: KVM: Cleanup stale TLB entries when host CPU changes

riscv: llvm-compiler: calling convention violation: temporary register $t2 is used to pass the ninth function parameter
 2022-05-09  3:49 UTC  (2+ messages)

[PATCH v3 0/4] Add Sstc extension support
 2022-05-08  7:49 UTC  (4+ messages)
` [PATCH v3 4/4] RISC-V: KVM: Support sstc extension

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-08  0:15 UTC  (9+ messages)

[QUERY]: Acknowledgment of edge triggered interrupts
 2022-05-07  5:31 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] Support riscv jit to provide
 2022-05-07  0:51 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: Unify data extension operation of jited_ksyms and jited_linfo
` [PATCH bpf-next v2 2/2] riscv, bpf: Support riscv jit to provide bpf_line_info

[PATCH -next 0/2] Support riscv jit to provide bpf_line_info
 2022-05-07  0:48 UTC  (6+ messages)
` [PATCH -next 1/2] bpf: Unify data extension operation of jited_ksyms and jited_linfo

[GIT PULL] RISC-V Fix for 5.18-rc6
 2022-05-06 19:14 UTC  (2+ messages)

[PATCH] RISC-V-fixes: relocate DTB if it's outside memory region
 2022-05-06 16:36 UTC  (2+ messages)

[PATCH v7 00/20] Introduce power-off+restart call chain API
 2022-05-06 15:28 UTC  (9+ messages)
` [PATCH v7 04/20] kernel: Add combined power-off+restart handler "

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-06 15:03 UTC  (21+ messages)

[PATCH] perf: RISC-V: Remove non-kernel-doc ** comments
 2022-05-06 14:43 UTC  (2+ messages)

[PATCH v4 0/7] Generic Ticket Spinlocks
 2022-05-06 14:34 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;
as well as URLs for NNTP newsgroup(s).