public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-10-07 13:58:35 to 2025-10-10 19:55:34 UTC [more...]

[PATCH v2 00/18] riscv: Memory type control for platforms with physical memory aliases
 2025-10-10 19:55 UTC  (32+ messages)
` [PATCH v2 01/18] mm/ptdump: Replace READ_ONCE() with standard page table accessors
` [PATCH v2 02/18] perf/core: "
` [PATCH v2 03/18] mm: Move the fallback definitions of pXXp_get()
` [PATCH v2 04/18] mm: Always use page table accessor functions
` [PATCH v2 05/18] mm: Allow page table accessors to be non-idempotent
` [PATCH v2 06/18] riscv: hibernate: Replace open-coded pXXp_get()
` [PATCH v2 07/18] riscv: mm: Always use page table accessor functions
` [PATCH v2 08/18] riscv: mm: Simplify set_p4d() and set_pgd()
` [PATCH v2 09/18] riscv: mm: Deduplicate _PAGE_CHG_MASK definition
` [PATCH v2 10/18] riscv: ptdump: Only show N and MT bits when enabled in the kernel
` [PATCH v2 11/18] riscv: mm: Fix up memory types when writing page tables
` [PATCH v2 12/18] riscv: mm: Expose all page table bits to assembly code
` [PATCH v2 13/18] riscv: alternative: Add an ALTERNATIVE_3 macro
` [PATCH v2 14/18] riscv: alternative: Allow calls with alternate link registers
` [PATCH v2 15/18] dt-bindings: riscv: Describe physical memory regions
` [PATCH v2 16/18] riscv: mm: Use physical memory aliases to apply PMAs
` [PATCH v2 17/18] riscv: dts: starfive: jh7100: Use physical memory ranges for DMA
` [PATCH v2 18/18] riscv: dts: eswin: eic7700: "

[PATCH 0/3] Add UltraRISC DP1000 PLIC support
 2025-10-10 18:07 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: add UltraRISC
` [PATCH 2/3] dt-bindings: interrupt-controller: add UltraRISC DP1000 PLIC
` [PATCH 3/3] irqchip/plic: add support for "

[PATCH RFC] riscv: add support for Ziccid
 2025-10-10 17:48 UTC  (4+ messages)

[PATCH v2] efistub: Only link libstub to final vmlinux
 2025-10-10 16:25 UTC  (7+ messages)

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-10-10 15:38 UTC  (30+ messages)
` [PATCH v6 01/29] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v6 02/29] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v6 03/29] rcu: Add a small-width RCU watching counter debug option
` [PATCH v6 04/29] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v6 05/29] jump_label: Add annotations for validating noinstr usage
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [PATCH v6 07/29] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v6 08/29] x86/idle: Mark x86_idle "
` [PATCH v6 09/29] x86/paravirt: Mark pv_steal_clock "
` [PATCH v6 10/29] riscv/paravirt: "
` [PATCH v6 11/29] loongarch/paravirt: "
` [PATCH v6 12/29] arm64/paravirt: "
` [PATCH v6 13/29] arm/paravirt: "
` [PATCH v6 14/29] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v6 15/29] sched/clock: Mark sched_clock_running key "
` [PATCH v6 16/29] KVM: VMX: Mark __kvm_is_using_evmcs static "
` [PATCH v6 17/29] x86/speculation/mds: Mark cpu_buf_idle_clear key as allowed in .noinstr
` [PATCH v6 18/29] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v6 19/29] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v6 20/29] stackleack: Mark stack_erasing_bypass key "
` [PATCH v6 21/29] objtool: Add noinstr validation for static branches/calls
` [PATCH v6 22/29] module: Add MOD_NOINSTR_TEXT mem_type
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [PATCH v6 24/29] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v6 25/29] x86/mm: Make INVPCID type macros available to assembly
` [RFC PATCH v6 26/29] x86/mm/pti: Introduce a kernel/user CR3 software signal
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
` [RFC PATCH v6 28/29] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y
` [RFC PATCH v6 29/29] x86/entry: Add an option to coalesce TLB flushes

[PATCH v2 0/5] riscv: dts: spacemit: add initial support for MusePi Pro
 2025-10-10 14:37 UTC  (14+ messages)
` [PATCH v2 1/5] dt-bindings: riscv: spacemit: add MusePi Pro board
` [PATCH v2 2/5] riscv: dts: spacemit: add MusePi Pro board device tree
` [PATCH v2 3/5] riscv: dts: spacemit: enable PDMA on MusePi Pro
` [PATCH v2 4/5] riscv: dts: spacemit: enable eMMC "
` [PATCH v2 5/5] riscv: dts: spacemit: add Ethernet support for "

[PATCH v4 0/3] RISC-V: Detect Ssqosid extension and handle srmcfg CSR
 2025-10-10 12:23 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH v4 2/3] RISC-V: Detect the Ssqosid extension
` [PATCH v4 3/3] RISC-V: Add support for srmcfg CSR from Ssqosid ext
` [External] [PATCH v4 0/3] RISC-V: Detect Ssqosid extension and handle srmcfg CSR

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:57 UTC  (8+ messages)
        ` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[PATCH v7 0/5] riscv: add support for SBI Supervisor Software Events
 2025-10-10  4:29 UTC  (3+ messages)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:09 UTC  (15+ messages)
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}

[PATCH] riscv: acpi: chose to boot from acpi then disable FDT
 2025-10-10  2:27 UTC  (2+ messages)

[PATCH v3 0/9] perf build: Support building with Clang
 2025-10-10  2:27 UTC  (4+ messages)

[PATCH] riscv: kprobes: Fix probe address validation
 2025-10-10  2:27 UTC  (2+ messages)

[PATCH] riscv: Respect dependencies of ARCH_HAS_ELF_CORE_EFLAGS
 2025-10-10  1:41 UTC  (2+ messages)

[PATCH 0/2] riscv: dts: spacemit: Add initial support for MusePi Pro
 2025-10-10  0:56 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: riscv: spacemit: Add MusePi Pro board

[PATCH] riscv: Prevent early kernel panic in instrumented apply_early_boot_alternatives
 2025-10-09 23:33 UTC  (6+ messages)

[PATCH v2 0/8] RISC-V: Add support for Tenstorrent Blackhole SoC
 2025-10-09 20:57 UTC  (5+ messages)
` [PATCH v2 4/8] dt-bindings: timers: Add Tenstorrent Blackhole compatible
` [PATCH v2 5/8] dt-bindings: interrupt-controller: "

[PATCH v2 0/4] riscv: hwprobe: Add Zicbop support
 2025-10-09 17:09 UTC  (10+ messages)
` [PATCH v2 1/4] uapi: riscv: hwprobe: Add Zicbop extension bit and block-size key
` [PATCH v2 2/4] riscv: hwprobe: Report Zicbop presence and block size
` [PATCH v2 3/4] docs: riscv: Document hwprobe for Zicbop
` [PATCH v2 4/4] selftests/riscv: Add Zicbop prefetch test

[PATCH v15 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-10-09 17:05 UTC  (4+ messages)
  ` [PATCH v15 3/7] rust: pwm: Add complete abstraction layer

[PATCH AUTOSEL 6.17] pmdomain: thead: create auxiliary device for rebooting
 2025-10-09 16:02 UTC  (5+ messages)
` [PATCH AUTOSEL 6.17-6.16] selftests/futex: Fix futex_wait() for 32bit ARM
` [PATCH AUTOSEL 6.17-6.1] irqchip/sifive-plic: Respect mask state when setting affinity
` [PATCH AUTOSEL 6.17-6.6] riscv: bpf: Fix uninitialized symbol 'retval_off'

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-10-09 15:59 UTC  (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH] riscv: Move user-visible sbi ext ids to uapi
 2025-10-09 15:07 UTC  (6+ messages)

[PATCH 00/11] Linux RISC-V trace framework and drivers
 2025-10-09 13:34 UTC  (10+ messages)
` [PATCH 01/11] dt-bindings: Add RISC-V trace component bindings
` [PATCH 04/11] rvtrace: Add functions to start/stop tracing on a component path
` [PATCH 05/11] rvtrace: Add trace encoder driver

[PATCH 6.6.y 0/2] riscv: mm: Backport of mmap hint address fixes
 2025-10-09 13:31 UTC  (8+ messages)
` [PATCH 6.6.y 1/2] riscv: mm: Use hint address in mmap if available
` [PATCH 6.6.y 2/2] riscv: mm: Do not restrict mmap address based on hint

[PATCH v2 00/37] mm: remove nth_page()
 2025-10-09 13:05 UTC  (13+ messages)
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
  ` (bisected) "

[PATCH RFC 00/35] mm: remove nth_page()
 2025-10-09 10:30 UTC  (6+ messages)
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()

[PATCH] RISC-V: KVM: flush VS-stage TLB after VCPU migration to prevent stale entries
 2025-10-09 10:15 UTC  (3+ messages)

[PATCH v4] i2c: spacemit: introduce pio for k1
 2025-10-09  9:59 UTC 

Instalacja pv
 2025-10-09  7:56 UTC 

[PATCH V2 0/2] riscv: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
 2025-10-09  7:29 UTC  (5+ messages)
` [PATCH V2 2/2] "

[PATCH v3] i2c: spacemit: introduce pio for k1
 2025-10-09  3:37 UTC  (4+ messages)

[PATCH v3 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
 2025-10-09  3:28 UTC  (3+ messages)
` [PATCH v3 1/2] watchdog: move arm64 watchdog_hld into common code
` [PATCH v3 2/2] riscv: add HARDLOCKUP_DETECTOR_PERF support

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-10-09  2:19 UTC  (5+ messages)
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs "

[PATCH 00/11] riscv: Memory type control for platforms with physical memory aliases
 2025-10-09  2:12 UTC  (4+ messages)
` [PATCH 06/11] riscv: mm: Fix up memory types when writing page tables

[PATCH 00/11] vdso: Various cleanups
 2025-10-09  1:06 UTC  (2+ messages)

[PATCH v1 0/6] spi: Remove the use of dev_err_probe()
 2025-10-09  1:07 UTC  (2+ messages)

update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
 2025-10-09  1:07 UTC  (2+ messages)

[PATCH v6 0/3] RISC-V: Add ACPI support for IOMMU
 2025-10-09  1:06 UTC  (2+ messages)

[PATCH v2 0/1] riscv: bpf: Fix uninitialized symbol 'retval_off'
 2025-10-09  1:06 UTC  (2+ messages)

[PATCH v2 00/12] Bump minimum supported version of LLVM for building the kernel to 15.0.0
 2025-10-09  1:07 UTC  (2+ messages)

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-10-09  1:07 UTC  (2+ messages)

[PATCH v4] iommu/riscv: prevent NULL deref in iova_to_phys
 2025-10-09  1:07 UTC  (2+ messages)

[PATCH bpf-next] riscv, bpf: Remove duplicated bpf_flush_icache()
 2025-10-09  1:06 UTC  (2+ messages)

[PATCH v6 0/8] Add SBI v3.0 PMU enhancements
 2025-10-09  1:06 UTC  (2+ messages)

[PATCH] riscv: entry: fix typo in comment 'instruciton' -> 'instruction'
 2025-10-08 18:03 UTC  (2+ messages)

[PATCH] RISC-V: cpu-hotplug fix
 2025-10-08 17:50 UTC  (2+ messages)

[PATCH] riscv: kgdb: Ensure that BUFMAX > NUMREGBYTES
 2025-10-08 17:28 UTC  (3+ messages)

Karta lunchowa
 2025-10-08  8:10 UTC 

[GIT PULL] RISC-V updates for v6.18-rc1
 2025-10-07 23:43 UTC  (6+ messages)

[PATCH v2 0/2] KVM: selftests: Use $(SRCARCH) and share definition with top-level Makefile
 2025-10-07 16:50 UTC  (4+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2025-10-07 13:58 UTC  (4+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox