Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-27 07:58:23 to 2024-03-28 12:45:45 UTC [more...]

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-03-28 10:16 UTC  (19+ messages)
` [PATCH 1/9] hyperv: Convert from tasklet to BH workqueue
` [PATCH 2/9] dma: "
` [PATCH 3/9] IB: "
` [PATCH 4/9] USB: "
` [PATCH 5/9] mailbox: "
` [PATCH 6/9] ipmi: "
` [PATCH 7/9] s390: "
` [PATCH 8/9] drivers/media/*: "
` [PATCH 9/9] mmc: "

[PATCH v3 0/6] riscv: dts: starfive: add Milkv Mars board device tree
 2024-03-28 12:45 UTC  (6+ messages)
` [PATCH v3 6/6] "

[PATCH v7 1/2] kprobes: Implement trampoline memory allocator for tracing
 2024-03-28 12:45 UTC  (5+ messages)
` [PATCH v7 2/2] arch/riscv: Enable kprobes when CONFIG_MODULES=n

[PATCH] riscv: process: Fix kernel gp leakage
 2024-03-28 12:09 UTC  (4+ messages)
` [External] "

[PATCH v16 00/22] Refactoring Microchip PCIe driver and add StarFive PCIe
 2024-03-28  9:18 UTC  (23+ messages)
` [PATCH v16 01/22] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v16 02/22] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v16 03/22] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v16 04/22] PCI: microchip: Add bridge_addr field to struct mc_pcie
` [PATCH v16 05/22] PCI: microchip: Rename two PCIe data structures
` [PATCH v16 06/22] PCI: microchip: Move PCIe host data structures to plda-pcie.h
` [PATCH v16 07/22] PCI: microchip: Rename two setup functions
` [PATCH v16 08/22] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
` [PATCH v16 09/22] PCI: microchip: Move setup functions to pcie-plda-host.c
` [PATCH v16 10/22] PCI: microchip: Rename interrupt related functions
` [PATCH v16 11/22] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v16 12/22] PCI: microchip: Add request_event_irq() callback function
` [PATCH v16 13/22] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v16 14/22] PCI: microchip: Add get_events() callback and add PLDA get_event()
` [PATCH v16 15/22] PCI: microchip: Add event irqchip field to host port and add PLDA irqchip
` [PATCH v16 16/22] PCI: microchip: Move IRQ functions to pcie-plda-host.c
` [PATCH v16 17/22] PCI: plda: Add event bitmap field to struct plda_pcie_rp
` [PATCH v16 18/22] PCI: plda: Add host init/deinit and map bus functions
` [PATCH v16 19/22] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v16 20/22] PCI: Add PCIE_RESET_CONFIG_DEVICE_WAIT_MS waiting time value
` [PATCH v16 21/22] PCI: starfive: Add JH7110 PCIe controller
` [PATCH v16 22/22] riscv: dts: starfive: add PCIe dts configuration for JH7110

[PATCH 0/5] riscv: improve nommu and timer-clint
 2024-03-28 10:11 UTC  (6+ messages)
` [PATCH 2/5] riscv: nommu: use CSR_TIME* for get_cycles* implementation
      ` [External] "

[PATCH v4 00/13] mm/gup: Unify hugetlb, part 2
 2024-03-28 10:10 UTC  (15+ messages)
` [PATCH v4 01/13] mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVES
` [PATCH v4 02/13] mm/hugetlb: Declare hugetlbfs_pagecache_present() non-static
` [PATCH v4 03/13] mm: Make HPAGE_PXD_* macros even if !THP
` [PATCH v4 04/13] mm: Introduce vma_pgtable_walk_{begin|end}()
` [PATCH v4 05/13] mm/arch: Provide pud_pfn() fallback
` [PATCH v4 06/13] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
` [PATCH v4 07/13] mm/gup: Refactor record_subpages() to find 1st small page
` [PATCH v4 08/13] mm/gup: Handle hugetlb for no_page_table()
` [PATCH v4 09/13] mm/gup: Cache *pudp in follow_pud_mask()
` [PATCH v4 10/13] mm/gup: Handle huge pud for follow_pud_mask()
` [PATCH v4 11/13] mm/gup: Handle huge pmd for follow_pmd_mask()
` [PATCH v4 12/13] mm/gup: Handle hugepd for follow_page()
` [PATCH v4 13/13] mm/gup: Handle hugetlb in the generic follow_page_mask code

[PATCH v11 00/11] Support page table check PowerPC
 2024-03-28  9:28 UTC  (18+ messages)
` [PATCH v11 01/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pud_set"
` [PATCH v11 02/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_set"
` [PATCH v11 03/11] mm: Provide addr parameter to page_table_check_pte_set()
` [PATCH v11 04/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clear"
` [PATCH v11 05/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear"
` [PATCH v11 06/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear"
` [PATCH v11 07/11] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v11 08/11] powerpc: mm: Add pud_pfn() stub
` [PATCH v11 09/11] poweprc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v11 10/11] powerpc: mm: Use set_pte_at_unchecked() for early-boot / internal usages
` [PATCH v11 11/11] powerpc: mm: Support page table check

6.9-rc1 regression: irq: no irq domain found for interrupt-controller@c000000
 2024-03-28  9:19 UTC  (3+ messages)

[PATCH v2 0/2] Add board-id support for multiple DT selection
 2024-03-28  8:50 UTC  (8+ messages)
` [PATCH v2 2/2] dt-bindings: qcom: Update DT bindings for multiple DT

[syzbot] riscv/fixes boot error: can't ssh into the instance (3)
 2024-03-28  8:27 UTC 

[PATCH v2] riscv: Call secondary mmu notifier when flushing the tlb
 2024-03-28  7:38 UTC 

[PATCH] riscv: Check that vdso does not contain any dynamic relocations
 2024-03-28  7:32 UTC  (2+ messages)

[PATCH v9 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2024-03-28  7:27 UTC  (2+ messages)
` 回复: "

[PATCH v1 0/2] Add camera subsystem for StarFive
 2024-03-28  6:28 UTC  (10+ messages)
` [PATCH v1 1/2] dt-bindings: media: starfive: Match driver and yaml property names
    ` 回复: "
        ` 回复: "
              ` 回复: "

[PATCH 00/18] KVM: selftests: Clean up x86's DT initialization
 2024-03-28  2:52 UTC  (29+ messages)
` [PATCH 01/18] Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
` [PATCH 02/18] KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t
` [PATCH 03/18] KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
` [PATCH 08/18] KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
` [PATCH 09/18] KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
` [PATCH 10/18] KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
` [PATCH 11/18] KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
` [PATCH 12/18] KVM: selftests: Allocate x86's GDT during VM creation
` [PATCH 13/18] KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
` [PATCH 14/18] KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
` [PATCH 15/18] KVM: selftests: Allocate x86's TSS at VM creation
` [PATCH 16/18] KVM: selftests: Add macro for TSS selector, rename up code/data macros
` [PATCH 17/18] KVM: selftests: Init x86's segments during VM creation
` [PATCH 18/18] KVM: selftests: Drop @selector from segment helpers

[PATCH 0/2] perf kvm: Add kvm stat support on riscv
 2024-03-28  3:12 UTC  (3+ messages)
` [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events
` [PATCH 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[PATCH v3] NUMA: Early use of cpu_to_node() returns 0 instead of the correct node id
 2024-03-28  2:09 UTC  (4+ messages)

[PATCH v6 00/13] riscv: ASID-related and UP-related TLB flush enhancements
 2024-03-28  2:21 UTC  (5+ messages)
` [PATCH v6 05/13] riscv: Only send remote fences when some other CPU is online
  ` [External] "

[RFC PATCH 0/9] riscv: Userspace pointer masking and tagged address ABI
 2024-03-28  1:58 UTC  (5+ messages)
` [RFC PATCH 5/9] riscv: Split per-CPU and per-thread envcfg bits
  ` [RISC-V] [tech-j-ext] "

[PATCH 5/5] clocksource/drivers/timer-clint: Add T-Head C9xx clint support
 2024-03-27 22:53 UTC  (2+ messages)

[PATCH v3 00/14] Unified cross-architecture kernel-mode FPU API
 2024-03-27 22:08 UTC  (17+ messages)
` [PATCH v3 01/14] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 02/14] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 03/14] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v3 04/14] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 05/14] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v3 06/14] lib/raid6: "
` [PATCH v3 07/14] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 08/14] powerpc: "
` [PATCH v3 09/14] x86: "
` [PATCH v3 10/14] riscv: Add support for kernel-mode FPU
` [PATCH v3 11/14] drm/amd/display: Only use hard-float, not altivec on powerpc
` [PATCH v3 12/14] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v3 13/14] selftests/fpu: Move FP code to a separate translation unit
` [PATCH v3 14/14] selftests/fpu: Allow building on other architectures

[PATCH v2 00/14] Add support for suppressing warning backtraces
 2024-03-27 19:39 UTC  (5+ messages)
` [PATCH v2 12/14] sh: "

RISC-V for-next/fixes (cont'd from PW sync)
 2024-03-27 20:32 UTC  (2+ messages)

[PATCH v1 0/5] BeagleV Fire support
 2024-03-27 17:57 UTC  (10+ messages)
` [PATCH v1 1/5] dt-bindings: riscv: microchip: document beaglev-fire
` [PATCH v1 2/5] dt-bindings: gpio: mpfs: add coreGPIO support
` [PATCH v1 3/5] dt-bindings: gpio: mpfs: allow gpio-line-names
` [PATCH v1 4/5] dt-bindings: PCI: microchip: increase number of items in ranges property
` [PATCH v1 5/5] riscv: dts: microchip: add an initial devicetree for the BeagleV Fire

[PATCH v2 0/7] riscv: Various text patching improvements
 2024-03-27 16:04 UTC  (8+ messages)
` [PATCH v2 1/7] riscv: jump_label: Batch icache maintenance
` [PATCH v2 2/7] riscv: jump_label: Simplify assembly syntax
` [PATCH v2 3/7] riscv: kprobes: Use patch_text_nosync() for insn slots
` [PATCH v2 4/7] riscv: Simplify text patching loops
` [PATCH v2 5/7] riscv: Pass patch_text() the length in bytes
` [PATCH v2 6/7] riscv: Use offset_in_page() in text patching functions
` [PATCH v2 7/7] riscv: Remove extra variable in patch_text_nosync()

[PATCH 0/3] clocksouce/timer-clint|riscv: some improvements
 2024-03-27 16:30 UTC  (5+ messages)
` [PATCH 1/3] clocksource/drivers/timer-riscv: Add set_state_oneshot_stopped
` [PATCH 2/3] clocksource/drivers/timer-clint: Add set_state_shutdown
` [PATCH 3/3] clocksource/drivers/timer-clint: Add set_state_oneshot_stopped

[PATCH v2 0/2] riscv: access_ok() optimization
 2024-03-27 16:24 UTC  (5+ messages)
` [PATCH v2 1/2] riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MIN
` [PATCH v2 2/2] riscv: Define TASK_SIZE_MAX for __access_ok()

[PATCH 0/7] riscv: Various text patching improvements
 2024-03-27 15:32 UTC  (8+ messages)
` [PATCH 4/7] riscv: Simplify text patching loops

[PATCH v2 2/5] arm64, powerpc, riscv, s390, x86: ptdump: Refactor CONFIG_DEBUG_WX
 2024-03-27 14:38 UTC  (2+ messages)

[PATCH -fixes] riscv: kexec: Avoid deadlock in kexec crash path
 2024-03-27 14:36 UTC  (2+ messages)

[PATCH 0/2] ftrace fixes
 2024-03-27 14:23 UTC  (3+ messages)
` [PATCH 1/2] riscv: Fix warning by declaring arch_cpu_idle() as noinstr

[PATCH] riscv: lib: Implement optimized memchr function
 2024-03-27 14:21 UTC  (2+ messages)

[PATCH] riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/
 2024-03-27 14:00 UTC  (2+ messages)

[PATCH] riscv: Mark __se_sys_* functions __used
 2024-03-27 14:00 UTC  (6+ messages)

[PATCH v2] drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not supported
 2024-03-27 14:00 UTC  (2+ messages)

[PATCH 0/2] RISC-V: Test th.mxstatus.MAEE bit before enabling MAEE
 2024-03-27 12:59 UTC  (6+ messages)
` [PATCH 1/2] riscv: thead: Rename T-Head PBMT to MAEE
` [PATCH 2/2] riscv: T-Head: Test availability bit before enabling MAEE errata

[PATCH v2 0/6] Add ACPI NUMA support for RISC-V
 2024-03-27 12:37 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf,riscv: Add support for BPF Arena
 2024-03-27 12:23 UTC  (2+ messages)

FAILED: Patch "clocksource/drivers/timer-riscv: Clear timer interrupt on timer initialization" failed to apply to 6.1-stable tree
 2024-03-27 12:12 UTC 

FAILED: Patch "clocksource/drivers/timer-riscv: Clear timer interrupt on timer initialization" failed to apply to 6.6-stable tree
 2024-03-27 12:10 UTC 

[PATCH v12 0/5] riscv: sophgo: add clock support for sg2042
 2024-03-27 11:32 UTC  (7+ messages)
` [PATCH v12 1/5] dt-bindings: clock: sophgo: add pll clocks for SG2042
` [PATCH v12 2/5] dt-bindings: clock: sophgo: add RP gate "
` [PATCH v12 3/5] dt-bindings: clock: sophgo: add clkgen "
` [PATCH v12 4/5] clk: sophgo: Add SG2042 clock driver
` [PATCH v12 5/5] riscv: dts: add clock generator for Sophgo SG2042 SoC

[RFC PATCH 0/6] Add Pinctrl driver for Starfive JH8100 SoC
 2024-03-27 11:25 UTC  (8+ messages)
` [RFC PATCH 1/6] dt-bindings: pinctrl: starfive: add JH8100 pinctrl bindings

[PATCH][next] irqchip/riscv-aplic: Fix spelling mistake "forwared" -> "forwarded"
 2024-03-27 11:05 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).