messages from 2021-11-05 16:00:28 to 2021-11-11 00:40:28 UTC [more...]
[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
2021-11-11 0:39 UTC (13+ messages)
` [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [PATCH v3 08/16] perf: Force architectures to opt-in to guest callbacks
` [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c
[PATCH v4 0/2] Fix simple-bus issues with fw_devlink
2021-11-10 20:24 UTC (4+ messages)
` [PATCH v4 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices
[PATCH/RFC] of: Shrink struct of_device_id
2021-11-10 19:07 UTC (3+ messages)
[PATCH v3 00/16] Basic StarFive JH7100 RISC-V SoC support
2021-11-10 16:34 UTC (32+ messages)
` [PATCH v3 01/16] RISC-V: Add StarFive SoC Kconfig option
` [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 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings
` [PATCH v3 12/16] pinctrl: starfive: Add pinctrl driver for StarFive SoCs
` [PATCH v3 14/16] serial: 8250_dw: Add StarFive JH7100 quirk
[PATCH 00/13]Update the icicle kit device tree
2021-11-10 15:07 UTC (57+ messages)
` [PATCH 01/13] dt-bindings: interrupt-controller: create a header for RISC-V interrupts
` [PATCH 02/13] dt-bindings: interrupt-controller: add defines for mpfs-plic
` [PATCH 03/13] dt-bindings: soc/microchip: update sys ctrlr compat string
` [PATCH 04/13] dt-bindings: riscv: update microchip polarfire binds
` [PATCH 05/13] dt-bindings: i2c: add bindings for microchip mpfs i2c
` [PATCH 06/13] dt-bindings: rng: add bindings for microchip mpfs rng
` [PATCH 07/13] dt-bindings: rtc: add bindings for microchip mpfs rtc
` [PATCH 08/13] dt-bindings: soc/microchip: add bindings for mpfs system services
` [PATCH 09/13] dt-bindings: gpio: add bindings for microchip mpfs gpio
` [PATCH 10/13] dt-bindings: spi: add bindings for microchip mpfs spi
` [PATCH 11/13] dt-bindings: usb: add bindings for microchip mpfs musb
` [PATCH 12/13] riscv: icicle-kit: update microchip icicle kit device tree
` [PATCH 13/13] MAINTAINERS: update riscv/microchip entry
[PATCH 0/4] Introduce pmu-events support for HiFive Unmatched
2021-11-10 13:55 UTC (6+ messages)
` [PATCH 1/4] RISC-V: Create unique identification for SoC PMU
` [PATCH 2/4] RISC-V: Support CPUID for risc-v in perf
` [PATCH 3/4] RISC-V: Added generic pmu-events mapfile
` [PATCH 4/4] RISC-V: Added HiFive Unmatched PMU events
[PATCH v2 00/45] Introduce power-off+restart call chain API
2021-11-10 13:38 UTC (12+ messages)
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()
[PATCH v9 00/17] riscv: Add vector ISA support
2021-11-10 10:38 UTC (19+ messages)
` [PATCH v9 01/17] riscv: Separate patch for cflags and aflags
` [PATCH v9 02/17] riscv: Rename __switch_to_aux -> fpu
` [PATCH v9 03/17] riscv: Extending cpufeature.c to detect V-extension
` [PATCH v9 04/17] riscv: Add new csr defines related to vector extension
` [PATCH v9 05/17] riscv: Add vector feature to compile
` [PATCH v9 06/17] riscv: Add has_vector/riscv_vsize to save vector features
` [PATCH v9 07/17] riscv: Reset vector register
` [PATCH v9 08/17] riscv: Add vector struct and assembler definitions
` [PATCH v9 09/17] riscv: Add task switch support for vector
` [PATCH v9 10/17] riscv: Add ptrace vector support
` [PATCH v9 11/17] riscv: Add sigcontext save/restore for vector
` [PATCH v9 12/17] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH v9 13/17] riscv: Add support for kernel mode vector
` [PATCH v9 14/17] riscv: Use CSR_STATUS to replace sstatus in vector.S
` [PATCH v9 15/17] riscv: Add vector extension XOR implementation
` [PATCH v9 16/17] riscv: Fix an illegal instruction exception when accessing vlenb without enable vector first
` [PATCH v9 17/17] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
[RFC PATCH v8 09/21] riscv: Add task switch support for vector
2021-11-09 19:21 UTC (13+ messages)
[PATCH v5.5 00/30] KVM: Scalable memslots implementation
2021-11-09 16:29 UTC (35+ 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 12/30] KVM: x86: "
` [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 18/30] KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region()
` [PATCH v5.5 20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array
[PATCH v7 1/1] RISC-V: Use SBI SRST extension when available
2021-11-09 15:19 UTC (4+ messages)
[PATCH] riscv: dts: enable more DA9063 functions for the SiFive HiFive Unmatched
2021-11-08 21:46 UTC
[PATCH v4 0/5] Add SBI v0.2 support for KVM
2021-11-08 16:45 UTC (14+ 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] soc: add polarfire soc system controller
2021-11-08 15:38 UTC (5+ messages)
[PATCH v7 05/12] RISCV: configs: Configs that had RPMSG_CHAR now gets RPMSG_CTRL
2021-11-08 14:19 UTC
[PATCH v7 05/12] RISCV: configs: Configs that had RPMSG_CHAR now gets RPMSG_CTRL
2021-11-08 14:15 UTC
[RESEND PATCH V3 0/2] riscv: add RISC-V Svpbmt Standard Extension supports
2021-11-08 7:52 UTC (15+ messages)
` [RESEND PATCH V3 2/2] riscv: add RISC-V Svpbmt extension supports
[PATCH v3 00/25] Introduce power-off+restart call chain API
2021-11-08 7:47 UTC (28+ messages)
` [PATCH v3 01/25] notifier: Remove extern annotation from function prototypes
` [PATCH v3 02/25] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v3 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v3 04/25] reboot: Correct typo in a comment
` [PATCH v3 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v3 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v3 07/25] reboot: Remove extern annotation from function prototypes
` [PATCH v3 08/25] kernel: Add combined power-off+restart handler call chain API
` [PATCH v3 09/25] ARM: Use do_kernel_power_off()
` [PATCH v3 10/25] csky: "
` [PATCH v3 11/25] riscv: "
` [PATCH v3 12/25] arm64: "
` [PATCH v3 13/25] parisc: "
` [PATCH v3 14/25] xen/x86: "
` [PATCH v3 15/25] sh: "
` [PATCH v3 16/25] x86: "
` [PATCH v3 17/25] ia64: "
` [PATCH v3 18/25] mips: "
` [PATCH v3 19/25] nds32: "
` [PATCH v3 20/25] powerpc: "
` [PATCH v3 21/25] m68k: Switch to new sys-off handler API
` [PATCH v3 22/25] memory: emif: Use kernel_can_power_off()
` [PATCH v3 23/25] ACPI: power: Switch to sys-off handler API
` [PATCH v3 24/25] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v3 25/25] reboot: Remove pm_power_off_prepare()
[PATCH V7] irqchip/sifive-plic: Fixup EOI failed when masked
2021-11-07 13:13 UTC (6+ messages)
[PATCH] riscv: kvm: fix non-kernel-doc comment block
2021-11-07 3:47 UTC
[PATCH bpf-next] riscv, bpf: Fix RV32 broken build, and silence RV64 warning
2021-11-05 16:00 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