linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-25 14:15:04 to 2022-12-05 21:12:48 UTC [more...]

[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 v2 0/2] irqchip: loongarch-cpu: add DT support
 2022-12-05  4:42 UTC  (5+ messages)
` [PATCH v2 1/2] "

[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 00/11] Fix pca954x i2c-mux node names
 2022-12-03 13:09 UTC  (13+ 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 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  (3+ 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  (3+ messages)
` [PATCH v9 2/2] dt-bindings: gpio: add loongson gpio

[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  (6+ messages)
` [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()

[PATCH 0/5] pwm: jz4740: Fixes and some light changes
 2022-11-29 17:46 UTC  (13+ messages)
` [PATCH 2/5] pwm: jz4740: Fix pin level of disabled TCU2 channels, part 2
` [PATCH 3/5] pwm: jz4740: Force dependency on Device Tree

[PATCH V2 1/3] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2022-11-29 14:18 UTC  (10+ messages)
` [PATCH V2 2/3] LoongArch: "
` [PATCH V2 3/3] SH: "

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-29  9:15 UTC  (11+ messages)
` [PATCH mm-unstable v1 16/20] mm/frame-vector: remove FOLL_FORCE usage

[PATCH V14 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-11-29  3:26 UTC  (6+ messages)

[PATCH v8 1/2] gpio: loongson: add gpio driver support
 2022-11-28 23:31 UTC  (5+ messages)
` [PATCH v8 2/2] dt-bindings: gpio: add loongson gpio

[PATCH v7 1/2] gpio: loongson: add gpio driver support
 2022-11-28  6:26 UTC  (2+ messages)
` [PATCH v7 2/2] dt-bindings: gpio: add loongson gpio

[PATCH v6 1/2] gpio: loongson: add gpio driver support
 2022-11-28  6:25 UTC  (3+ messages)

[PATCH] MIPS: BCM63xx: Add check for NULL for clk in clk_enable
 2022-11-27 20:29 UTC  (4+ messages)

HARD HAT
 2022-11-27 19:54 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 NNTP newsgroup(s).