Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2022-11-30 02:57:58 to 2022-12-08 08:56:58 UTC [more...]

[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2022-12-08  8:55 UTC  (30+ messages)
` [PATCH mm-unstable RFC 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks
` [PATCH mm-unstable RFC 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 03/26] arc/mm: "
` [PATCH mm-unstable RFC 04/26] arm/mm: "
` [PATCH mm-unstable RFC 05/26] csky/mm: "
` [PATCH mm-unstable RFC 06/26] hexagon/mm: "
` [PATCH mm-unstable RFC 07/26] ia64/mm: "
` [PATCH mm-unstable RFC 08/26] loongarch/mm: "
` [PATCH mm-unstable RFC 09/26] m68k/mm: remove dummy __swp definitions for nommu
` [PATCH mm-unstable RFC 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 11/26] microblaze/mm: "
` [PATCH mm-unstable RFC 12/26] mips/mm: "
` [PATCH mm-unstable RFC 13/26] nios2/mm: refactor swap PTE layout
` [PATCH mm-unstable RFC 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 15/26] openrisc/mm: "
` [PATCH mm-unstable RFC 16/26] parisc/mm: "
` [PATCH mm-unstable RFC 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
` [PATCH mm-unstable RFC 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 19/26] riscv/mm: "
` [PATCH mm-unstable RFC 20/26] sh/mm: "
` [PATCH mm-unstable RFC 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit
` [PATCH mm-unstable RFC 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit
` [PATCH mm-unstable RFC 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit
` [PATCH mm-unstable RFC 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable RFC 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH] dt-bindings: interrupt-controller: loongarch: Fix mismathed compatible
 2022-12-08  8:42 UTC  (2+ messages)

[PATCH v2 0/2] irqchip: loongarch-cpu: add DT support
 2022-12-08  2:46 UTC  (8+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] dt-bindings: interrupt-controller: add yaml for LoongArch CPU interrupt controller

[PATCH v2 1/2] MIPS: BCM63xx: Add check for NULL for clk in clk_enable
 2022-12-07 18:23 UTC  (4+ messages)
` [PATCH v2 2/2] "
  ` [lvc-project] "

[PATCH v1] irqchip: loongson-liointc: add hierarchy irq support
 2022-12-07 11:07 UTC  (4+ messages)

[PATCH v11 1/2] dt-bindings: gpio: add loongson gpio
 2022-12-07  7:05 UTC  (2+ messages)
` [PATCH v11 2/2] gpio: loongson: add gpio driver support

[PATCH 00/11] Fix pca954x i2c-mux node names
 2022-12-06 21:01 UTC  (14+ messages)
` [PATCH 01/11] ARM: dts: ti: "
` [PATCH 02/11] ARM: dts: aspeed: "
` [PATCH 03/11] ARM: dts: imx: Fix pca9547 i2c-mux node name
` [PATCH 04/11] ARM: dts: nuvoton: Fix pca954x i2c-mux node names
` [PATCH 05/11] ARM: dts: socfpga: Fix pca9548 i2c-mux node name
` [PATCH 06/11] ARM: dts: vf610: Fix pca9548 i2c-mux node names
` [PATCH 07/11] arm64: dts: freescale: Fix pca954x "
` [PATCH 08/11] arm64: dts: marvell: "
` [PATCH 09/11] arm64: dts: renesas: ulcb-kf: Fix pca9548 "
` [PATCH 10/11] MIPS: mscc: jaguar2: Fix pca9545 "
` [PATCH 11/11] powerpc: dts: fsl: Fix pca954x "

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-05 21:12 UTC  (73+ messages)
` [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled "
` [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
` [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
` [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
` [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
` [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
` [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
` [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
` [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
` [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
` [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
` [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()

[PATCH 0/5] remove label = "cpu" from DSA dt-binding
 2022-12-05 20:10 UTC  (21+ messages)
` [PATCH 1/5] dt-bindings: net: qca,ar71xx: remove label = "cpu" from examples
` [PATCH 2/5] arm: dts: remove label = "cpu" from DSA dt-binding
` [PATCH 3/5] arm64: "
` [PATCH 4/5] mips: "
` [PATCH 5/5] powerpc: "

[PATCH v10 1/2] gpio: loongson: add gpio driver support
 2022-12-05 12:53 UTC  (10+ messages)
` [PATCH v10 2/2] dt-bindings: gpio: add loongson gpio

next/pending-fixes build: 205 builds: 2 failed, 203 passed, 6 errors, 40 warnings (v6.1-rc7-310-gb04468dba0c6)
 2022-12-05 12:14 UTC 

[PATCH v1] gpio: loongson: enable irqdomain hierarchy config
 2022-12-05  0:57 UTC  (4+ messages)

[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2022-12-04 16:58 UTC  (7+ messages)

[PATCH linux-next] MIPS: OCTEON: cvmx-bootmem: use strscpy() to instead of strncpy()
 2022-12-03 13:11 UTC  (2+ messages)

[PATCH linux-next v2] mips/pci: use devm_platform_ioremap_resource()
 2022-12-02 15:51 UTC  (3+ messages)

[PATCH v3 0/8] Generic IPI sending tracepoint
 2022-12-02 15:58 UTC  (9+ messages)
` [PATCH v3 1/8] DO-NOT-MERGE: tracing: Add __cpumask to denote a trace event field that is a cpumask_t
` [PATCH v3 2/8] trace: Add trace_ipi_send_cpumask()
` [PATCH v3 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [PATCH v3 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [PATCH v3 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [PATCH v3 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
` [PATCH v3 7/8] smp: reword smp call IPI comment
` [PATCH v3 8/8] sched, smp: Trace smp callback causing an IPI

[PATCH 0/3] mips: ralink: mt7621: fix kzalloc too early
 2022-12-01 13:33 UTC  (7+ messages)
` [PATCH 1/3] mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
` [PATCH 2/3] mips: ralink: mt7621: soc queries and tests as functions
` [PATCH 3/3] mips: ralink: mt7621: do not use kzalloc too early

[PATCH] mips: ralink: mt7621: fix phy-mode of external phy on GB-PC2
 2022-12-01 10:50 UTC  (2+ messages)

[PATCH linux-next] mips/pci: use devm_platform_ioremap_resource()
 2022-12-01 10:52 UTC  (2+ messages)

[PATCH] mips: ralink: mt7621: change DSA port labels to generic naming
 2022-12-01 10:51 UTC  (2+ messages)

[PATCH] MIPS: Restore symbol versions for copy_page_cpu and clear_page_cpu
 2022-12-01 10:53 UTC  (2+ messages)

[PATCH v9 1/2] gpio: loongson: add gpio driver support
 2022-12-01 10:17 UTC  (2+ messages)

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-12-01  1:34 UTC  (6+ messages)
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules

Wycena paneli fotowoltaicznych
 2022-11-30  8:50 UTC 

[PATCH linux-next] mips/pci: use devm_platform_ioremap_resource()
 2022-11-30  7:49 UTC 

[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-30  2:57 UTC  (5+ messages)
` [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()


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