messages from 2024-07-27 00:17:25 to 2024-07-30 15:01:48 UTC [more...]
riscv/for-next build: 8 builds: 0 failed, 8 passed, 10079 warnings (v6.10-10866-gb9a603da42c8)
2024-07-23 15:32 UTC
[PATCH v2 00/25] mm: introduce numa_memblks
2024-07-24 22:44 UTC (2+ messages)
[RFC PATCH v3 24/37] kvx: Add memory management
2024-07-30 13:48 UTC (3+ messages)
[PATCH] riscv: Only flush the mm icache when setting an exec pte
2024-07-30 14:07 UTC (8+ messages)
[PATCH -fixes] riscv: Re-introduce global icache flush in patch_text_XXX()
2024-07-30 13:59 UTC
[PATCH] riscv: fix isa validation for virtual [ms]envcfg extension
2024-07-30 13:14 UTC (2+ messages)
[PATCH RFC] riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()
2024-07-30 12:43 UTC (2+ messages)
[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
2024-07-30 11:52 UTC (53+ messages)
` [PATCH v12 04/84] KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer
` [PATCH v12 06/84] KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE
` [PATCH v12 34/84] KVM: Add a helper to lookup a pfn without grabbing a reference
` [PATCH v12 41/84] KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()
` [PATCH v12 44/84] KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()
` [PATCH v12 45/84] KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()
` [PATCH v12 46/84] KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfns
` [PATCH v12 47/84] KVM: x86/mmu: Don't mark unused faultin pages as accessed
` [PATCH v12 48/84] KVM: Move x86's API to release a faultin page to common KVM
` [PATCH v12 49/84] KVM: VMX: Hold mmu_lock until page is released when updating APIC access page
` [PATCH v12 50/84] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
` [PATCH v12 51/84] KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()
` [PATCH v12 52/84] KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock
` [PATCH v12 53/84] KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults
` [PATCH v12 54/84] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock
` [PATCH v12 55/84] KVM: arm64: Use __kvm_faultin_pfn() to handle memory aborts
` [PATCH v12 56/84] KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed
` [PATCH v12 57/84] KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock
` [PATCH v12 58/84] KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest
` [PATCH v12 59/84] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HV
` [PATCH v12 60/84] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s Radix
` [PATCH v12 61/84] KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page()
` [PATCH v12 62/84] KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTE
` [PATCH v12 63/84] KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PR
` [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v12 65/84] KVM: LoongArch: Mark "struct page" pfns accessed "
` [PATCH v12 66/84] KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock
` [PATCH v12 67/84] KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guest
` [PATCH v12 68/84] KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v12 69/84] KVM: MIPS: Mark "struct page" pfns accessed "
` [PATCH v12 70/84] KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lock
` [PATCH v12 71/84] KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guest
` [PATCH v12 72/84] KVM: PPC: Remove extra get_page() to fix page refcount leak
` [PATCH v12 73/84] KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructions
` [PATCH v12 74/84] KVM: Convert gfn_to_page() to use kvm_follow_pfn()
` [PATCH v12 75/84] KVM: Add support for read-only usage of gfn_to_page()
` [PATCH v12 76/84] KVM: arm64: Use __gfn_to_page() when copying MTE tags to/from userspace
` [PATCH v12 77/84] KVM: PPC: Explicitly require struct page memory for Ultravisor sharing
` [PATCH v12 78/84] KVM: Drop gfn_to_pfn() APIs now that all users are gone
` [PATCH v12 79/84] KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memory
` [PATCH v12 80/84] KVM: Make kvm_follow_pfn.refcounted_page a required field
` [PATCH v12 81/84] KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs
` [PATCH v12 82/84] KVM: arm64: Don't mark "struct page" accessed when making SPTE young
` [PATCH v12 83/84] KVM: Drop APIs that manipulate "struct page" via pfns
` [PATCH v12 84/84] KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"
[PATCH v4 0/2] Tracepoints and static branch in Rust
2024-07-30 10:35 UTC (5+ messages)
` [PATCH v4 1/2] rust: add static_key_false
` [PATCH v4 2/2] rust: add tracepoint support
[RFC PATCH] riscv: mm: Add support for uffd write-protect support
2024-07-30 9:53 UTC
[PATCH v8 0/4] riscv: sophgo: Add SG2042 external hardware monitor support
2024-07-30 9:36 UTC (6+ messages)
` [PATCH v8 1/4] dt-bindings: hwmon: Add Sophgo "
` [PATCH v8 2/4] drivers: hwmon: sophgo: Add "
` [PATCH v8 3/4] riscv: dts: sophgo: Add mcu device for Milk-V Pioneer
` [PATCH v8 4/4] riscv: defconfig: Enable MCU support for SG2042
[PATCH 0/2] tools: Add barrier implementations for riscv
2024-07-30 9:18 UTC (5+ messages)
` [PATCH 1/2] tools: Add riscv barrier implementation
` [PATCH 2/2] tools: Optimize ring buffer for riscv
[PATCH] perf: riscv: Fix selecting counters in legacy mode
2024-07-30 8:47 UTC (4+ messages)
` "
[PATCH v8] riscv: mm: Add support for Svinval extension
2024-07-30 8:43 UTC (3+ messages)
[RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
2024-07-30 8:10 UTC (20+ messages)
` [RFC PATCH 01/18] mm/pgtable: use ptdesc in pte_free_now/pte_free_defer
` [RFC PATCH 02/18] mm/pgtable: convert ptdesc.pmd_huge_pte to ptdesc pointer
` [RFC PATCH 03/18] fs/dax: use ptdesc in dax_pmd_load_hole
` [RFC PATCH 04/18] mm/thp: use ptdesc pointer in __do_huge_pmd_anonymous_page
` [RFC PATCH 05/18] mm/thp: use ptdesc in do_huge_pmd_anonymous_page
` [RFC PATCH 06/18] mm/thp: convert insert_pfn_pmd and its caller to use ptdesc
` [RFC PATCH 07/18] mm/thp: use ptdesc in copy_huge_pmd
` [RFC PATCH 08/18] mm/memory: use ptdesc in __pte_alloc
` [RFC PATCH 09/18] mm/pgtable: fully use ptdesc in pte_alloc_one series functions
` [RFC PATCH 10/18] mm/pgtable: pass ptdesc to pte_free()
` [RFC PATCH 11/18] mm/pgtable: introduce ptdesc_pfn and use ptdesc in free_pte_range()
` [RFC PATCH 12/18] mm/thp: pass ptdesc to set_huge_zero_folio function
` [RFC PATCH 13/18] mm/pgtable: return ptdesc pointer in pgtable_trans_huge_withdraw
` [RFC PATCH 14/18] mm/pgtable: use ptdesc in pgtable_trans_huge_deposit
` [RFC PATCH 15/18] mm/pgtable: pass ptdesc to pmd_populate
` [RFC PATCH 16/18] mm/pgtable: pass ptdesc to pmd_install
` [RFC PATCH 17/18] mm: convert vmf.prealloc_pte to struct ptdesc pointer
` [RFC PATCH 18/18] mm/pgtable: pass ptdesc in pte_free_defer
[PATCH v2 0/2] riscv: dts: sophgo: Add i2c device support for sg2042
2024-07-30 7:59 UTC (5+ messages)
` [PATCH v2 1/2] riscv: dts: sophgo: Use common "interrupt-parent" for all peripherals "
` [PATCH v2 2/2] riscv: dts: sophgo: Add i2c device support "
[PATCH v4 0/4] Add board support for Sipeed LicheeRV Nano
2024-07-30 6:34 UTC (3+ messages)
` [PATCH v4 1/4] dt-bindings: interrupt-controller: Add SOPHGO SG2002 plic
[PATCH] serial: 8250_platform: Enable generic 16550A platform devices
2024-07-30 5:12 UTC
[PATCH v8 RESEND 0/3] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
2024-07-30 0:35 UTC (11+ messages)
` [PATCH v8 RESEND 1/3] dt-bindings: dmaengine: Add dma multiplexer for CV18XX/SG200X series SoC
` [PATCH v8 RESEND 2/3] soc/sophgo: add top sysctrl layout file for CV18XX/SG200X
` [PATCH v8 RESEND 3/3] dmaengine: add driver for Sophgo CV18XX/SG200X dmamux
[PATCH v5 00/10] riscv: add initial support for SpacemiT K1
2024-07-30 0:28 UTC (11+ messages)
` [PATCH v5 01/10] dt-bindings: vendor-prefixes: add spacemit
` [PATCH v5 02/10] dt-bindings: riscv: Add SpacemiT X60 compatibles
` [PATCH v5 03/10] dt-bindings: riscv: add SpacemiT K1 bindings
` [PATCH v5 04/10] dt-bindings: timer: Add SpacemiT K1 CLINT
` [PATCH v5 05/10] dt-bindings: interrupt-controller: Add SpacemiT K1 PLIC
` [PATCH v5 06/10] dt-bindings: serial: 8250: Add SpacemiT K1 uart compatible
` [PATCH v5 07/10] riscv: add SpacemiT SoC family Kconfig support
` [PATCH v5 08/10] riscv: dts: add initial SpacemiT K1 SoC device tree
` [PATCH v5 09/10] riscv: dts: spacemit: add Banana Pi BPI-F3 board "
` [PATCH v5 10/10] riscv: defconfig: enable SpacemiT SoC
[PATCH -fixes] riscv: cpufeature: Do not drop Linux-internal extensions
2024-07-29 22:25 UTC (3+ messages)
[PATCH][next] tools: selftests: riscv: Fix spelling mistake "regesters" -> "registers"
2024-07-29 21:57 UTC (2+ messages)
[PATCH 0/2] riscv: Add missing licenses
2024-07-29 21:00 UTC (3+ messages)
` [PATCH 1/2] riscv: Add license to fence.h
` [PATCH 2/2] riscv: Add license to vmalloc.h
[PATCH v2] perf arch events: Fix duplicate RISC-V SBI firmware event name
2024-07-29 18:19 UTC (3+ messages)
` [v2] "
[GIT PULL] sysctl constification changes for v6.11-rc1
2024-07-29 16:42 UTC (3+ messages)
[GIT PULL] RISC-V Patches for the 6.11 Merge Window, Part 2
2024-07-29 16:42 UTC (4+ messages)
[PATCH] riscv: Remove unnecessary int cast in variable_fls()
2024-07-29 16:39 UTC (2+ messages)
[PATCH v5] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
2024-07-29 16:39 UTC (2+ messages)
[PATCH v3 0/6] riscv: Apply Zawrs when available
2024-07-29 14:30 UTC (5+ messages)
` [PATCH v3 3/6] riscv: Add Zawrs support for spinlocks
[PATCH v7 00/17] RISC-V: ACPI: Add external interrupt controller support
2024-07-29 14:22 UTC (18+ messages)
` [PATCH v7 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [PATCH v7 02/17] ACPI: scan: Add a weak function to reorder the IRQCHIP probe
` [PATCH v7 03/17] ACPI: bus: Add acpi_riscv_init function
` [PATCH v7 04/17] ACPI: scan: Refactor dependency creation
` [PATCH v7 05/17] ACPI: scan: Add RISC-V interrupt controllers to honor list
` [PATCH v7 06/17] ACPI: scan: Define weak function to populate dependencies
` [PATCH v7 07/17] ACPI: bus: Add RINTC IRQ model for RISC-V
` [PATCH v7 08/17] ACPI: pci_link: Clear the dependencies after probe
` [PATCH v7 09/17] ACPI: RISC-V: Implement PCI related functionality
` [PATCH v7 10/17] ACPI: RISC-V: Implement function to reorder irqchip probe entries
` [PATCH v7 11/17] ACPI: RISC-V: Initialize GSI mapping structures
` [PATCH v7 12/17] ACPI: RISC-V: Implement function to add implicit dependencies
` [PATCH v7 13/17] irqchip/riscv-intc: Add ACPI support for AIA
` [PATCH v7 14/17] irqchip/riscv-imsic-state: Create separate function for DT
` [PATCH v7 15/17] irqchip/riscv-imsic: Add ACPI support
` [PATCH v7 16/17] irqchip/riscv-aplic: "
` [PATCH v7 17/17] irqchip/sifive-plic: "
[PATCH] ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
2024-07-29 13:05 UTC (4+ messages)
[PATCH v6 RESEND] crash: Fix crash memory reserve exceed system memory bug
2024-07-29 11:52 UTC
[PATCH v6] crash: Fix crash memory reserve exceed system memory bug
2024-07-29 11:50 UTC
[PATCH v8 3/3] dmaengine: add driver for Sophgo CV18XX/SG200X dmamux
2024-07-29 11:38 UTC (2+ messages)
[PATCH v5] crash: Fix crash memory reserve exceed system memory bug
2024-07-29 11:28 UTC (5+ messages)
[PATCH v4 0/3] crash: Fix crash memory reserve exceed system memory bug
2024-07-29 11:14 UTC (3+ messages)
` [PATCH v4 2/3] ARM: "
[RFC v7 0/6] PolarFire SoC GPIO support
2024-07-29 10:41 UTC (3+ messages)
` [RFC v7 3/6] irqchip: add mpfs gpio interrupt mux
[PATCH v2 0/2] soc: qcom: llcc: Add QCS9100 LLCC compatible
2024-07-29 10:02 UTC (2+ messages)
[PATCH v12 00/11] Support page table check PowerPC
2024-07-29 8:27 UTC (3+ messages)
[PATCH v8 0/5] Add Svade and Svadu Extensions Support
2024-07-29 4:46 UTC (3+ messages)
` [PATCH v8 4/5] KVM: riscv: selftests: Fix compile error
[PATCH v7 0/4] riscv: sophgo: Add SG2042 external hardware monitor support
2024-07-29 2:25 UTC (5+ messages)
` [PATCH v7 1/4] dt-bindings: hwmon: Add Sophgo "
` [PATCH v7 2/4] drivers: hwmon: sophgo: Add "
` [PATCH v7 3/4] riscv: dts: sophgo: Add mcu device for Milk-V Pioneer
` [PATCH v7 4/4] riscv: defconfig: Enable MCU support for SG2042
[PATCH] riscv: dts: sophgo: Add i2c device support for sg2042
2024-07-29 2:02 UTC (3+ messages)
[PATCH v3 0/7] riscv: sophgo: Add pinctrl support for CV1800 series SoC
2024-07-29 1:02 UTC (8+ messages)
` [PATCH v3 1/7] dt-bindings: pinctrl: Add pinctrl for Sophgo "
` [PATCH v3 2/7] pinctrl: sophgo: add support for CV1800B SoC
` [PATCH v3 3/7] pinctrl: sophgo: add support for CV1812H SoC
` [PATCH v3 4/7] pinctrl: sophgo: add support for SG2000 SoC
` [PATCH v3 5/7] pinctrl: sophgo: add support for SG2002 SoC
` [PATCH v3 6/7] riscv: dts: sophgo: cv1800b: add pinctrl support
` [PATCH v3 7/7] riscv: dts: sophgo: cv1812h: "
[PATCH] riscv: dts: sophgo: cv18xx: add DMA controller
2024-07-29 0:33 UTC (2+ messages)
[PATCH] riscv: dts: sophgo: Add sdhci0 configuration for Huanshan Pi
2024-07-29 0:33 UTC (4+ messages)
[PATCH v2] RISC-V: Implement kgdb_roundup_cpus() to enable future NMI Roundup
2024-07-27 6:34 UTC
[PATCH v2 0/7] clk: thead: Add support for TH1520 AP_SUBSYS clock controller
2024-07-27 5:21 UTC (6+ messages)
` [PATCH v2 1/7] dt-bindings: clock: Document T-Head TH1520 AP_SUBSYS controller
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