messages from 2021-10-20 16:48:55 to 2021-10-26 04:40:08 UTC [more...]
[PATCH] kasan: Always respect CONFIG_KASAN_STACK
2021-10-26 4:39 UTC (6+ messages)
[PATCH v5 0/2] fix & prevent the missing preemption disabling
2021-10-26 3:15 UTC (3+ messages)
` [PATCH v5 1/2] ftrace: disable preemption when recursion locked
` [PATCH v5 2/2] ftrace: do CPU checking after preemption disabled
[PATCH v4 0/2] fix & prevent the missing preemption disabling
2021-10-26 2:52 UTC (4+ messages)
Out-of-bounds access when hartid >= NR_CPUS
2021-10-26 0:37 UTC (2+ messages)
[PATCH v4 0/2] Fix simple-bus issues with fw_devlink
2021-10-26 0:30 UTC (7+ messages)
` [PATCH v4 2/2] drivers: bus: Delete CONFIG_SIMPLE_PM_BUS
[v4 00/11] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
2021-10-25 19:53 UTC (12+ messages)
` [v4 01/11] RISC-V: Remove the current perf implementation
` [v4 02/11] RISC-V: Add CSR encodings for all HPMCOUNTERS
` [v4 03/11] RISC-V: Add a perf core library for pmu drivers
` [v4 04/11] RISC-V: Add a simple platform driver for RISC-V legacy perf
` [v4 05/11] RISC-V: Add RISC-V SBI PMU extension definitions
` [v4 06/11] dt-binding: pmu: Add RISC-V PMU DT bindings
` [v4 07/11] RISC-V: Add perf platform driver based on SBI PMU extension
` [v4 08/11] RISC-V: Add interrupt support for perf
` [v4 09/11] Documentation: riscv: Remove the old documentation
` [v4 10/11] riscv: dts: fu740: Add pmu node
` [v4 11/11] MAINTAINERS: Add entry for RISC-V PMU drivers
[PATCH bpf-next,v2] riscv, bpf: Add BPF exception tables
2021-10-25 18:27 UTC (2+ messages)
[RFC PATCH v8 00/21] riscv: Add vector ISA support
2021-10-25 16:22 UTC (13+ messages)
` [RFC PATCH v8 09/21] riscv: Add task switch support for vector
[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
2021-10-25 16:00 UTC (33+ messages)
` [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
` [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [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 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [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
` [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup
[RESEND PATCH V3 0/2] riscv: add RISC-V Svpbmt Standard Extension supports
2021-10-25 14:49 UTC (11+ messages)
` [RESEND PATCH V3 1/2] dt-bindings: riscv: add mmu-supports-svpbmt for Svpbmt
` [RESEND PATCH V3 2/2] riscv: add RISC-V Svpbmt extension supports
[PATCH V5 0/3] Add thead,c900-plic support
2021-10-25 13:33 UTC (12+ messages)
` [PATCH V5 1/3] dt-bindings: vendor-prefixes: add T-Head Semiconductor
` [PATCH V5 2/3] dt-bindings: update riscv plic compatible string
` [PATCH V5 3/3] irqchip/sifive-plic: Fixup thead, c900-plic request_threaded_irq with ONESHOT
` [PATCH V5 3/3] irqchip/sifive-plic: Fixup thead,c900-plic "
[PATCH v2 00/16] Basic StarFive JH7100 RISC-V SoC support
2021-10-25 10:51 UTC (52+ messages)
` [PATCH v2 01/16] RISC-V: Add StarFive SoC Kconfig option
` [PATCH v2 02/16] dt-bindings: timer: Add StarFive JH7100 clint
` [PATCH v2 03/16] dt-bindings: interrupt-controller: Add StarFive JH7100 plic
` [PATCH v2 04/16] dt-bindings: clock: starfive: Add JH7100 clock definitions
` [PATCH v2 05/16] dt-bindings: clock: starfive: Add JH7100 bindings
` [PATCH v2 06/16] clk: starfive: Add JH7100 clock generator driver
` [PATCH v2 07/16] dt-bindings: reset: Add StarFive JH7100 reset definitions
` [PATCH v2 08/16] dt-bindings: reset: Add Starfive JH7100 reset bindings
` [PATCH v2 09/16] reset: starfive-jh7100: Add StarFive JH7100 reset driver
` [PATCH v2 10/16] dt-bindings: pinctrl: Add StarFive pinctrl definitions
` [PATCH v2 11/16] dt-bindings: pinctrl: Add StarFive JH7100 bindings
` [PATCH v2 12/16] pinctrl: starfive: Add pinctrl driver for StarFive SoCs
` [PATCH v2 13/16] dt-bindings: serial: snps-dw-apb-uart: Add JH7100 uarts
` [PATCH v2 14/16] serial: 8250_dw: Add skip_clk_set_rate quirk
` [PATCH v2 15/16] RISC-V: Add initial StarFive JH7100 device tree
` [PATCH v2 16/16] RISC-V: Add BeagleV Starlight Beta "
[PATCH v3 0/5] Add SBI v0.2 support for KVM
2021-10-25 7:53 UTC (3+ messages)
` [PATCH v3 1/5] RISC-V: Mark the existing SBI v0.1 implementation as legacy
[PATCH] riscv: cacheinfo: fix typo of homogenous
2021-10-25 1:12 UTC (4+ messages)
[PATCH] riscv: Don't use va_pa_offset on kdump
2021-10-25 1:00 UTC (3+ messages)
[PATCH 1/1] dt-bindings: T-HEAD CLINT
2021-10-24 5:04 UTC (4+ messages)
[PATCH v2] riscv: cacheinfo: fix typo of homogeneous
2021-10-23 21:07 UTC
[PATCH] locking: Generic ticket lock
2021-10-22 15:19 UTC (12+ messages)
[PATCH] riscv: do not select non-existing config ANON_INODES
2021-10-22 11:55 UTC (3+ messages)
[PATCH] soc: add polarfire soc system controller
2021-10-22 10:26 UTC (6+ messages)
[GIT PULL] riscv: dts: few cleanups for v5.16
2021-10-22 8:55 UTC (8+ messages)
[PATCH v5 1/4] perf bench futex: Call the futex syscall from a function
2021-10-22 1:33 UTC (4+ messages)
` [PATCH v5 2/4] perf bench futex: Add support for 32-bit systems with 64-bit time_t
` [PATCH v5 3/4] selftests: futex: Call the futex syscall from a function
` [PATCH v5 4/4] selftests: futex: Add support for 32-bit systems with 64-bit time_t
[PATCH v3 0/2] riscv: switch to relative extable
2021-10-22 0:46 UTC (4+ messages)
` [PATCH v3 1/2] riscv: consolidate __ex_table construction
` [PATCH v3 2/2] riscv: switch to relative exception tables
[PATCH v2 0/2] riscv: switch to relative extable
2021-10-22 0:43 UTC (8+ messages)
` [PATCH v2 1/2] riscv: consolidate __ex_table construction
` [PATCH v2 2/2] riscv: switch to relative exception tables
[PATCH v4 1/4] perf bench futex: Call the futex syscall from a function
2021-10-22 0:35 UTC (6+ messages)
` [PATCH v4 2/4] perf bench futex: Add support for 32-bit systems with 64-bit time_t
` [PATCH v4 3/4] selftests: futex: Call the futex syscall from a function
` [PATCH v4 4/4] selftests: futex: Add support for 32-bit systems with 64-bit time_t
[PATCH] serial: sifive: set pointer to NULL rather than 0
2021-10-21 21:51 UTC (2+ messages)
[PATCH] riscv: remove code for !CONFIG_FRAME_POINTER
2021-10-21 16:51 UTC
[PATCH] riscv: locks: introduce ticket-based spinlock implementation
2021-10-21 13:13 UTC (3+ messages)
[PATCH] RISC-V:KVM: remove unneeded semicolon Elimate the following coccinelle check warning: ./arch/riscv/kvm/vcpu_sbi.c:169:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:397:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:687:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:645:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu.c:247:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu.c:284:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_timer.c:123:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_timer.c:170:2-3: Unneeded semicolon
2021-10-21 11:57 UTC (3+ messages)
` [PATCH] RISC-V:KVM: remove unneeded semicolon
[PATCH V4 0/3] irqchip: riscv: Add thead,c900-plic support
2021-10-21 9:43 UTC (22+ messages)
` [PATCH V4 1/3] irqchip/sifive-plic: "
[PATCH v3 0/3] Fix up bpf_jit_limit some more
2021-10-21 1:22 UTC (2+ messages)
[PATCH 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support
2021-10-20 18:47 UTC (2+ 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