messages from 2021-10-26 17:50:54 to 2021-10-28 21:33:02 UTC [more...]
[PATCH v2 00/45] Introduce power-off+restart call chain API
2021-10-28 21:32 UTC (51+ messages)
` [PATCH v2 01/45] notifier: Remove extern annotation from function prototypes
` [PATCH v2 02/45] notifier: Add blocking_notifier_call_chain_empty()
` [PATCH v2 03/45] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v2 04/45] reboot: Correct typo in a comment
` [PATCH v2 05/45] reboot: Warn if restart handler has duplicated priority
` [PATCH v2 06/45] reboot: Warn if unregister_restart_handler() fails
` [PATCH v2 07/45] reboot: Remove extern annotation from function prototypes
` [PATCH v2 08/45] kernel: Add combined power-off+restart handler call chain API
` [PATCH v2 09/45] xen/x86: Use do_kernel_power_off()
` [PATCH v2 10/45] ARM: "
` [PATCH v2 11/45] arm64: "
` [PATCH v2 12/45] csky: "
` [PATCH v2 13/45] ia64: "
` [PATCH v2 14/45] mips: "
` [PATCH v2 15/45] nds32: "
` [PATCH v2 16/45] parisc: "
` [PATCH v2 17/45] powerpc: "
` [PATCH v2 18/45] riscv: "
` [PATCH v2 19/45] sh: "
` [PATCH v2 20/45] x86: "
` [PATCH v2 21/45] m68k: Switch to new power-handler API
` [PATCH v2 22/45] memory: emif: Use kernel_can_power_off()
` [PATCH v2 23/45] ACPI: power: Switch to power-handler API
` [PATCH v2 24/45] regulator: pfuze100: Use devm_register_power_handler()
` [PATCH v2 25/45] reboot: Remove pm_power_off_prepare()
` [PATCH v2 26/45] soc/tegra: pmc: Utilize power-handler API to power off Nexus 7 properly
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()
` [PATCH v2 28/45] mfd: rn5t618: "
` [PATCH v2 29/45] mfd: acer-a500: "
` [PATCH v2 30/45] mfd: ene-kb3930: "
` [PATCH v2 31/45] mfd: axp20x: Use register_simple_power_off_handler()
` [PATCH v2 32/45] mfd: retu: Use devm_register_simple_power_off_handler()
` [PATCH v2 33/45] mfd: rk808: "
` [PATCH v2 34/45] mfd: palmas: "
` [PATCH v2 35/45] mfd: max8907: "
` [PATCH v2 36/45] mfd: tps6586x: "
` [PATCH v2 37/45] mfd: tps65910: "
` [PATCH v2 38/45] mfd: max77620: "
` [PATCH v2 39/45] mfd: dm355evm_msp: Use devm_register_trivial_power_off_handler()
` [PATCH v2 40/45] mfd: twl4030: "
riscv: delay.c:77:17: error: implicit declaration of function 'cpu_relax' [-Werror=implicit-function-declaration]
2021-10-28 21:16 UTC (3+ messages)
[v4 00/11] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
2021-10-28 20:48 UTC (7+ messages)
` [v4 06/11] dt-binding: pmu: Add RISC-V PMU DT bindings
` [v4 10/11] riscv: dts: fu740: Add pmu node
[PATCH v2 12/16] pinctrl: starfive: Add pinctrl driver for StarFive SoCs
2021-10-28 20:17 UTC (2+ messages)
[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
2021-10-28 17:19 UTC (83+ messages)
` [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
` [PATCH v2 05/43] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH v2 06/43] KVM: Refactor and document halt-polling stats update helper
` [PATCH v2 07/43] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful
` [PATCH v2 12/43] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH v2 17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH v2 18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
` [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU
` [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
` [PATCH v2 21/43] KVM: VMX: Clean up PI pre/post-block WARNs
` [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
` [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 29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load
` [PATCH v2 30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field
` [PATCH v2 31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
` [PATCH v2 32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
` [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv, sw}_timer() helpers
` [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers
` [PATCH v2 34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [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
Out-of-bounds access when hartid >= NR_CPUS
2021-10-28 17:16 UTC (12+ messages)
[PATCH v1 1/1] delay.h: fix for removed kernel.h
2021-10-28 17:01 UTC
[PATCH bpf-next v2 0/4] Various RISC-V BPF improvements
2021-10-28 16:10 UTC (5+ messages)
` [PATCH bpf-next v2 1/4] riscv, bpf: Increase the maximum number of iterations
` [PATCH bpf-next v2 2/4] tools build: Add RISC-V to HOSTARCH parsing
` [PATCH bpf-next v2 3/4] riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
` [PATCH bpf-next v2 4/4] selftests/bpf: Fix broken riscv build
[PATCH bpf-next 0/4] Various RISC-V BPF improvements
2021-10-28 15:58 UTC (6+ messages)
` [PATCH bpf-next 1/4] riscv, bpf: Increase the maximum number of iterations
` [PATCH bpf-next 2/4] tools build: Add RISC-V to HOSTARCH parsing
` [PATCH bpf-next 3/4] riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
` [PATCH bpf-next 4/4] selftests/bpf: Fix broken riscv build
[PATCH bpf] riscv, bpf: Fix potential NULL dereference
2021-10-28 15:40 UTC (3+ messages)
[PATCH 1/3] RISC-V: Enable KVM in RV64 and RV32 defconfigs as a module
2021-10-28 15:37 UTC (4+ messages)
[PATCH 1/2] riscv: Fix asan-stack clang build
2021-10-28 15:11 UTC (10+ messages)
` [PATCH 2/2] riscv: Fix CONFIG_KASAN_STACK build
[PATCH 0/3] RISC-V: KVM: Few assorted changes
2021-10-28 15:05 UTC (3+ messages)
[PATCH V5 0/3] Add thead,c900-plic support
2021-10-28 14:58 UTC (5+ messages)
` [PATCH V5 3/3] irqchip/sifive-plic: Fixup thead, c900-plic request_threaded_irq with ONESHOT
objcopy of vmlinux is very large starting with linux5.7
2021-10-28 12:50 UTC
[PATCH bpf-next,v3] riscv, bpf: Add BPF exception tables
2021-10-28 1:01 UTC (8+ messages)
[PATCH v5 1/4] perf bench futex: Call the futex syscall from a function
2021-10-27 23:56 UTC (2+ messages)
[PATCH] RISC-V: Make CONFIG_RELOCATABLE user selectable
2021-10-27 23:09 UTC (6+ messages)
[PATCH 1/1] riscv: defconfig: enable DRM_NOUVEAU
2021-10-27 22:12 UTC (6+ messages)
[PATCH] riscv: fix misalgned trap vector base address
2021-10-27 21:22 UTC (2+ messages)
[PATCH v3] riscv: explicitly use symbol offsets for VDSO
2021-10-27 14:50 UTC (2+ messages)
[PATCH 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support
2021-10-27 14:26 UTC (3+ messages)
` [PATCH 09/12] sh: Use of_get_cpu_hwid()
[RFC PATCH v8 09/21] riscv: Add task switch support for vector
2021-10-27 12:58 UTC (11+ messages)
[PATCH v2 00/16] Basic StarFive JH7100 RISC-V SoC support
2021-10-27 11:22 UTC (9+ messages)
` [PATCH v2 06/16] clk: starfive: Add JH7100 clock generator driver
[RESEND PATCH V3 0/2] riscv: add RISC-V Svpbmt Standard Extension supports
2021-10-27 7:54 UTC (3+ messages)
[PATCH v9 0/8] RISC-V CPU Idle Support
2021-10-27 5:08 UTC (3+ messages)
[PATCH v7 1/3] riscv: Introduce CONFIG_RELOCATABLE
2021-10-27 5:04 UTC (3+ messages)
[PATCH v7 0/2] fix & prevent the missing preemption disabling
2021-10-27 3:15 UTC (3+ messages)
` [PATCH v7 1/2] ftrace: disable preemption when recursion locked
` [PATCH v7 2/2] ftrace: do CPU checking after preemption disabled
[PATCH v6 0/2] fix & prevent the missing preemption disabling
2021-10-27 3:09 UTC (5+ messages)
` [PATCH v6 1/2] ftrace: disable preemption when recursion locked
` [PATCH v6 2/2] ftrace: do CPU checking after preemption disabled
[PATCH v5 0/2] fix & prevent the missing preemption disabling
2021-10-27 2:28 UTC (10+ messages)
` [PATCH v5 1/2] ftrace: disable preemption when recursion locked
` [PATCH v6] "
OOPS in PLIC on SiFive Unmatched board
2021-10-27 0:30 UTC
[PATCH 0/2] ftrace: make sure preemption disabled on recursion testing
2021-10-26 23:48 UTC (2+ messages)
[PATCH] riscv/vdso: Drop unneeded part due to merge issue
2021-10-26 23:14 UTC (2+ messages)
[PATCH] riscv: remove .text section size limitation for XIP
2021-10-26 22:46 UTC (2+ messages)
[PATCH 2/2] futex: remove futex_cmpxchg detection
2021-10-26 20:26 UTC (2+ messages)
[PATCH v4 0/2] Fix simple-bus issues with fw_devlink
2021-10-26 17:49 UTC (7+ messages)
` [PATCH v4 2/2] drivers: bus: Delete CONFIG_SIMPLE_PM_BUS
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;
as well as URLs for NNTP newsgroup(s).