linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-14 23:47:02 to 2023-04-21 19:43:33 UTC [more...]

[PATCH 0/9] KVM: arm64: Use MMU read lock for clearing dirty logs
 2023-04-21 19:43 UTC  (12+ messages)
` [PATCH 1/9] KVM: selftests: Allow dirty_log_perf_test to clear dirty memory in chunks
` [PATCH 2/9] KVM: selftests: Add optional delay between consecutive Clear-Dirty-Log calls
` [PATCH 3/9] KVM: selftests: Pass count of read and write accesses from guest to host
` [PATCH 4/9] KVM: selftests: Print read and write accesses of pages by vCPUs in dirty_log_perf_test
` [PATCH 5/9] KVM: selftests: Allow independent execution of "
` [PATCH 6/9] KVM: arm64: Correct the kvm_pgtable_stage2_flush() documentation
` [PATCH 7/9] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
` [PATCH 8/9] KMV: arm64: Allow stage2_apply_range_sched() to pass page table walker flags
` [PATCH 9/9] KVM: arm64: Run clear-dirty-log under MMU read lock

[PATCH V3 0/2] irqchip: loongson-eiointc: Add DT init support
 2023-04-21 19:04 UTC  (7+ messages)
` [PATCH V3 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC
` [PATCH V3 2/2] irqchip/loongson-eiointc: Add DT init support

[PATCH v3 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
 2023-04-21 18:00 UTC  (11+ messages)
` [PATCH v3 1/9] dt-bindings: clock: add mtmips SoCs system controller
` [PATCH v3 2/9] clk: ralink: add clock and reset driver for MTMIPS SoCs
` [PATCH v3 3/9] mips: ralink: rt288x: remove clock related code
` [PATCH v3 4/9] mips: ralink: rt305x: "
` [PATCH v3 5/9] mips: ralink: rt3883: "
` [PATCH v3 6/9] mips: ralink: mt7620: "
` [PATCH v3 7/9] mips: ralink: remove reset "
` [PATCH v3 8/9] mips: ralink: get cpu rate from new driver code
` [PATCH v3 9/9] MAINTAINERS: add Mediatek MTMIPS Clock maintainer

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-04-21 16:36 UTC  (43+ messages)
` [patch 16/37] x86/xen/smp_pv: Remove wait for CPU online
` [patch 19/37] x86/smpboot: Switch to hotplug core state synchronization
` [patch 22/37] arm64: smp: "
` [patch 26/37] riscv: "
` [patch 29/37] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch 30/37] x86/smpboot: Enable split CPU startup
` [patch 31/37] x86/apic: Provide cpu_primary_thread mask
` [patch 32/37] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch 34/37] x86/cpu/amd; Invoke detect_extended_topology_early() on boot CPU
` [patch 35/37] x86/smpboot: Support parallel startup of secondary CPUs
` [patch 36/37] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it
` [patch 37/37] x86/smpboot: Allow parallel bringup for SEV-ES

[PATCH v2 0/2] MIPS: Fix check_bugs() modpost warning
 2023-04-21 16:11 UTC  (3+ messages)
` [PATCH v2 1/2] MIPS: Mark check_bugs() as __init
` [PATCH v2 2/2] MIPS: Sink body of check_bugs_early() into its only call site

Multiple undefined configuration options are dependent in Kconfig under the v6.3-rc4 drivers directory
 2023-04-21 13:19 UTC  (4+ messages)

[PATCH 0/7] MIPS: LLVM build fixes
 2023-04-21 13:01 UTC  (13+ messages)
` [PATCH 1/8] MIPS: Replace assembly isa level directives with macros
` [PATCH 5/8] MIPS: mipsregs: Parse fp and sp register by name in parse_r

[PATCH] MIPS: Mark check_bugs{,_early}() as __init
 2023-04-21  7:27 UTC  (4+ messages)

[PATCH 00/33] Split ptdesc from struct page
 2023-04-20 23:32 UTC  (43+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 02/33] s390: Use pt_frag_refcount for pagetables
` [PATCH 03/33] pgtable: Create struct ptdesc
` [PATCH 04/33] mm: add utility functions for ptdesc
  ` [PATCH 4/33] "
` [PATCH 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH 07/33] mm: Convert ptlock_ptr() "
` [PATCH 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH 09/33] mm: Convert ptlock_init() "
` [PATCH 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH 11/33] mm: Convert ptlock_free() "
` [PATCH 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH 14/33] x86: "
` [PATCH 15/33] s390: Convert various gmap "
` [PATCH 16/33] s390: Convert various pgalloc "
` [PATCH 17/33] mm: Remove page table members from struct page
` [PATCH 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH 19/33] arm: "
` [PATCH 20/33] arm64: "
` [PATCH 21/33] csky: Convert __pte_free_tlb() "
` [PATCH 22/33] hexagon: "
` [PATCH 23/33] loongarch: Convert various functions "
` [PATCH 24/33] m68k: "
` [PATCH 25/33] mips: "
` [PATCH 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH 27/33] openrisc: "
` [PATCH 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH 29/33] sh: Convert pte_free_tlb() "
` [PATCH 30/33] sparc64: Convert various functions "
` [PATCH 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v2 0/7] MIPS: LLVM toolchain support for more CPUs
 2023-04-20 19:41 UTC  (19+ messages)
` [PATCH v2 2/7] MIPS: Add toolchain feature dependency for microMIPS smartMIPS
` [PATCH v2 3/7] MIPS: Detect toolchain support of workarounds in Kconfig
` [PATCH v2 6/7] MIPS: Fallback CPU -march CFLAG to ISA level if unsupported

next: mips: ERROR: modpost: Section mismatches detected
 2023-04-20 15:45 UTC  (2+ messages)

[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
 2023-04-19 22:55 UTC  (2+ messages)
` [PATCH v8 04/10] nmi: backtrace: Allow runtime arch specific override

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-04-19 17:22 UTC  (29+ messages)
` [PATCH v3 01/19] fbdev: Prepare generic architecture helpers
` [PATCH v3 02/19] arch/arc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 03/19] arch/arm: "
` [PATCH v3 04/19] arch/arm64: "
` [PATCH v3 05/19] arch/ia64: "
` [PATCH v3 06/19] arch/loongarch: "
` [PATCH v3 07/19] arch/m68k: Merge variants of fb_pgprotect() into single function
` [PATCH v3 08/19] arch/m68k: Implement <asm/fb.h> with generic helpers
` [PATCH v3 09/19] arch/mips: "
` [PATCH v3 10/19] video: Remove trailing whitespaces
` [PATCH v3 11/19] video: Move HP PARISC STI core code to shared location
` [PATCH v3 12/19] arch/parisc: Remove trailing whitespaces
` [PATCH v3 13/19] arch/parisc: Implement fb_is_primary_device() under arch/parisc
` [PATCH v3 14/19] arch/parisc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 15/19] arch/powerpc: "
` [PATCH v3 16/19] arch/sh: "
` [PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file
` [PATCH v3 18/19] arch/sparc: Implement <asm/fb.h> with generic helpers
` [PATCH v3 19/19] arch/x86: "

[PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
 2023-04-19 14:22 UTC  (2+ messages)

[PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
 2023-04-19 14:22 UTC  (2+ messages)

[PATCH V3 0/7] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2023-04-19  9:38 UTC  (11+ messages)
` [PATCH V3 1/7] dt-bindings: rtc: Subdivision of LS2X RTC compatible
` [PATCH V3 2/7] rtc: Add support for the Loongson-2K/LS7A RTC
` [PATCH V3 7/7] MIPS: Loongson: Enable LS2X RTC in loongson2k_defconfig

[PATCH v2 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
 2023-04-18  3:12 UTC  (6+ messages)
` [PATCH v2 2/9] clk: ralink: add clock and reset driver for MTMIPS SoCs

new order
 2023-04-17 16:28 UTC 

[PATCH 0/3] staging: octeon: Convert to use phylink
 2023-04-17 13:27 UTC  (9+ messages)
` [PATCH 2/3] staging: octeon: avoid needless device allocation

[PATCH v2 00/19] arch: Consolidate <asm/fb.h>
 2023-04-17  9:22 UTC  (8+ messages)
` [PATCH v2 01/19] fbdev: Prepare generic architecture helpers
` [PATCH v2 02/19] arch/arc: Implement <asm/fb.h> with generic helpers

[PATCH 0/2] Move Loongson1 restart handler to watchdog driver
 2023-04-17  3:28 UTC  (4+ messages)
` [PATCH 1/2] MIPS: Loongson32: Remove reset.c

[PATCH v2 0/2] Move Loongson1 restart handler to watchdog driver
 2023-04-16 16:16 UTC  (3+ messages)
` [PATCH v2 2/2] watchdog: loongson1_wdt: Implement restart handler


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 NNTP newsgroup(s).