messages from 2023-01-11 12:42:32 to 2023-01-13 08:31:41 UTC [more...]
[PATCH 0/2] Change PWM-controlled LED pin active mode and algorithm
2023-01-13 8:31 UTC (3+ messages)
` [PATCH 1/2] riscv: dts: sifive unmatched: Remove PWM controlled LED's active-low properties
` [PATCH 2/2] pwm: sifive: change the PWM controlled LED algorithm
[PATCH v2 00/11] KVM perf support
2023-01-13 7:42 UTC (24+ messages)
` [PATCH v2 01/11] RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v2 02/11] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v2 03/11] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v2 04/11] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v2 06/11] RISC-V: KVM: Add skeleton support for perf
` [PATCH v2 07/11] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v2 08/11] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
[PATCH v6 0/6] RISC-V non-coherent function pointer based cache management operations + non-coherent DMA support for AX45MP
2023-01-13 5:48 UTC (9+ messages)
` [RFC PATCH v6 1/6] riscv: mm: dma-noncoherent: Switch using function pointers for cache management
[PATCH v2 0/3] crypto: Allwinner D1 crypto support
2023-01-13 3:51 UTC (3+ messages)
` [PATCH v2 1/3] dt-bindings: crypto: sun8i-ce: Add compatible for D1
[PATCH v4 0/3] hwrng: starfive: Add driver for TRNG module
2023-01-13 2:30 UTC (6+ messages)
` [PATCH v4 1/3] dt-bindings: rng: Add StarFive "
` [PATCH v4 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
` [PATCH v4 3/3] riscv: dts: starfive: Add TRNG node for VisionFive 2
[PATCH v2] riscv: elf: add .riscv.attributes parsing
2023-01-12 22:38 UTC (2+ messages)
[PATCH v4 0/5] Zbb string optimizations and call support in alternatives
2023-01-12 22:05 UTC (36+ messages)
` [PATCH v4 1/5] RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobes
` [PATCH v4 2/5] RISC-V: add helpers for J-type immediate handling
` [PATCH v4 3/5] RISC-V: fix jal addresses in patched alternatives
` [PATCH v4 4/5] RISC-V: add infrastructure to allow different str* implementations
` [PATCH v4 5/5] RISC-V: add zbb support to string functions
[PATCH v3 00/13] riscv: improve boot time isa extensions handling
2023-01-12 21:59 UTC (28+ messages)
` [PATCH v3 01/13] riscv: fix jal offsets in patched alternatives
` [PATCH v3 02/13] riscv: move riscv_noncoherent_supported() out of ZICBOM probe
` [PATCH v3 03/13] riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
` [PATCH v3 04/13] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH v3 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [PATCH v3 06/13] riscv: introduce riscv_has_extension_[un]likely()
` [PATCH v3 07/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
` [PATCH v3 08/13] riscv: module: move find_section to module.h
` [PATCH v3 09/13] riscv: switch to relative alternative entries
` [PATCH v3 10/13] riscv: alternative: patch alternatives in the vDSO
` [PATCH v3 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()
` [PATCH v3 12/13] riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()
` [PATCH v3 13/13] riscv: remove riscv_isa_ext_keys[] array and related usage
[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
2023-01-12 20:28 UTC (53+ messages)
` [PATCH v3 01/51] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v3 02/51] x86/idle: Replace x86_idle with a static_call
` [PATCH v3 03/51] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v3 04/51] cpuidle: Move IRQ state validation
` [PATCH v3 05/51] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v3 06/51] cpuidle,tegra: "
` [PATCH v3 07/51] cpuidle,psci: "
` [PATCH v3 08/51] cpuidle,imx6: "
` [PATCH v3 09/51] cpuidle,omap3: "
` [PATCH v3 10/51] cpuidle,armada: "
` [PATCH v3 11/51] cpuidle,omap4: "
` [PATCH v3 12/51] cpuidle,dt: "
` [PATCH v3 13/51] cpuidle: Fix ct_idle_*() usage
` [PATCH v3 14/51] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v3 15/51] acpi_idle: Remove tracing
` [PATCH v3 16/51] cpuidle: Annotate poll_idle()
` [PATCH v3 17/51] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v3 18/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v3 19/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v3 20/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v3 21/51] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v3 22/51] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH v3 23/51] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v3 24/51] arm64,smp: "
` [PATCH v3 25/51] printk: "
` [PATCH v3 26/51] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v3 27/51] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH v3 28/51] cpuidle,mwait: Make noinstr clean
` [PATCH v3 29/51] cpuidle,tdx: Make tdx "
` [PATCH v3 30/51] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH v3 31/51] cpuidle,nospec: Make "
` [PATCH v3 32/51] cpuidle,acpi: "
` [PATCH v3 33/51] trace: Remove trace_hardirqs_{on,off}_caller()
` [PATCH v3 34/51] trace: WARN on rcuidle
` [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing
` [PATCH v3 36/51] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v3 37/51] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v3 38/51] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH v3 39/51] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v3 41/51] cpuidle,clk: "
` [PATCH v3 42/51] ubsan: Fix objtool UACCESS warns
` [PATCH v3 43/51] intel_idle: Add force_irq_on module param
` [PATCH v3 44/51] entry,kasan,x86: Disallow overriding mem*() functions
` [PATCH v3 45/51] sched: Always inline __this_cpu_preempt_check()
` [PATCH v3 46/51] arm64,riscv,perf: Remove RCU_NONIDLE() usage
` [PATCH v3 47/51] cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle
` [PATCH v3 48/51] cpuidle,arch: Mark all ct_cpuidle_enter() callers __cpuidle
` [PATCH v3 49/51] cpuidle,arch: Mark all regular cpuidle_state::enter methods __cpuidle
` [PATCH v3 50/51] cpuidle: Comments about noinstr/__cpuidle
` [PATCH v3 51/51] context_tracking: Fix noinstr vs KASAN
[PATCH v2 0/9] Linux RISC-V AIA Support
2023-01-12 21:02 UTC (5+ messages)
` [PATCH v2 4/9] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v2 6/9] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
[PATCH] riscv: elf: add .riscv.attributes parsing
2023-01-12 20:22 UTC (3+ messages)
[PATCH v3 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
2023-01-12 19:30 UTC (2+ messages)
[PATCH v13 0/2] Microchip Soft IP corePWM driver
2023-01-12 15:10 UTC (5+ messages)
` [PATCH v13 1/2] pwm: add microchip soft ip "
[PATCH 0/7] RISC-V KVM virtualize AIA CSRs
2023-01-12 14:03 UTC (8+ messages)
` [PATCH 1/7] RISC-V: Add AIA related CSR defines
` [PATCH 2/7] RISC-V: Detect AIA CSRs from ISA string
` [PATCH 3/7] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH 4/7] RISC-V: KVM: Initial skeletal support for AIA
` [PATCH 5/7] RISC-V: KVM: Add ONE_REG interface for AIA CSRs
` [PATCH 6/7] RISC-V: KVM: Virtualize per-HART "
` [PATCH 7/7] RISC-V: KVM: Implement guest external interrupt line management
[PATCH -next V7 0/7] riscv: Optimize function trace
2023-01-12 12:57 UTC (10+ messages)
` [PATCH -next V7 1/7] riscv: ftrace: Fixup panic by disabling preemption
` [PATCH -next V7 2/7] riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
` [PATCH -next V7 3/7] riscv: ftrace: Reduce the detour code size to half
` [PATCH -next V7 4/7] riscv: ftrace: Add ftrace_graph_func
` [PATCH -next V7 5/7] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
` [PATCH -next V7 6/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]
` [PATCH -next V7 7/7] riscv : select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
[PATCH v16 0/9] RISC-V IPI Improvements
2023-01-12 12:17 UTC (2+ messages)
[PATCH -next V6 0/7] riscv: Optimize function trace
2023-01-12 12:05 UTC (7+ messages)
` [PATCH -next V6 1/7] riscv: ftrace: Fixup panic by disabling preemption
[PATCH -next V14 0/7] riscv: Add GENERIC_ENTRY support
2023-01-12 9:58 UTC (8+ messages)
` [PATCH -next V14 1/7] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V14 2/7] riscv: ptrace: Remove duplicate operation
` [PATCH -next V14 3/7] riscv: entry: Add noinstr to prevent instrumentation inserted
` [PATCH -next V14 4/7] riscv: entry: Convert to generic entry
` [PATCH -next V14 5/7] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V14 6/7] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V14 7/7] riscv: entry: Consolidate general regs saving/restoring
[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
2023-01-11 22:45 UTC (4+ messages)
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page
[GIT PULL] RISC-V DT for v6.2-rc4
2023-01-11 21:35 UTC
[PATCH v6 RESEND 0/2] use static key to optimize pgtable_l4_enabled
2023-01-11 20:51 UTC (8+ messages)
[PATCH v3 00/11] PCI: microchip: Partition address translations
2023-01-11 18:20 UTC (15+ messages)
` [PATCH v3 01/11] PCI: microchip: Correct the DED and SEC interrupt bit offsets
` [PATCH v3 02/11] PCI: microchip: Remove cast warning for devm_add_action_or_reset() arg
` [PATCH v3 03/11] PCI: microchip: enable building this driver as a module
` [PATCH v3 04/11] PCI: microchip: Align register, offset, and mask names with hw docs
` [PATCH v3 05/11] PCI: microchip: Enable event handlers to access bridge and ctrl ptrs
` [PATCH v3 06/11] PCI: microchip: Clean up initialisation of interrupts
` [PATCH v3 07/11] PCI: microchip: Gather MSI information from hardware config registers
` [PATCH v3 08/11] PCI: microchip: Re-partition code between probe() and init()
` [PATCH v3 09/11] PCI: microchip: Partition outbound address translation
` [PATCH v3 10/11] PCI: microchip: Partition inbound "
` [PATCH v3 11/11] riscv: dts: microchip: add parent ranges and dma-ranges for IKRD v2022.09
[PATCH v2] riscv: dts: renesas: rzfive-smarc-som: Enable OSTM nodes
2023-01-11 16:41 UTC (2+ messages)
[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
2023-01-11 16:23 UTC (5+ messages)
` [PATCH 11/14] KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning
[PATCH v2 00/13] riscv: improve boot time isa extensions handling
2023-01-11 14:12 UTC (3+ messages)
` [PATCH v2 10/13] riscv: alternative: patch alternatives in the vDSO
[PATCH v1 0/7] MPFS system controller/mailbox fixes
2023-01-11 13:45 UTC (8+ messages)
` [PATCH v1 1/7] mailbox: mpfs: fix an incorrect mask width
` [PATCH v1 2/7] mailbox: mpfs: switch to txdone_poll
` [PATCH v1 3/7] mailbox: mpfs: ditch a useless busy check
` [PATCH v1 4/7] soc: microchip: mpfs: fix some horrible alignment
` [PATCH v1 5/7] soc: microchip: mpfs: use a consistent completion timeout
` [PATCH v1 6/7] soc: microchip: mpfs: simplify error handling in mpfs_blocking_transaction()
` [PATCH v1 7/7] soc: microchip: mpfs: handle timeouts and failed services differently
[PATCH v2 0/3] Add a devicetree for the Aldec PolarFire SoC TySoM
2023-01-11 12:47 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add entry for Aldec
` [PATCH v2 3/3] riscv: dts: microchip: add the Aldec TySoM's devicetree
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