linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-26 09:29:59 to 2022-11-02 23:27:25 UTC [more...]

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

[PATCH] MIPS: fix duplicate definitions for exported symbols
 2022-11-02 19:27 UTC  (2+ messages)

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

[PATCH v2 0/4] rtc: ingenic: various updates
 2022-11-02 17:40 UTC  (10+ messages)
` [PATCH v2 1/4] dt-bindings: rtc: ingenic: Rework compatible strings and add #clock-cells
` [PATCH v2 2/4] rtc: jz4740: Use readl_poll_timeout
` [PATCH v2 3/4] rtc: jz4740: Register clock provider for the CLK32K pin
` [PATCH v2 4/4] rtc: jz4740: Support for fine-tuning the RTC clock

[PATCH v2 00/21] drm/fb-helper: Untangle fbdev emulation and helpers
 2022-11-02 10:46 UTC  (46+ messages)
` [PATCH v2 01/21] drm/komeda: Don't set struct drm_driver.lastclose
` [PATCH v2 02/21] drm/mcde: "
` [PATCH v2 03/21] drm/vboxvideo: "
` [PATCH v2 04/21] drm/amdgpu: Don't set struct drm_driver.output_poll_changed
` [PATCH v2 05/21] drm/imx/dcss: "
` [PATCH v2 06/21] drm/ingenic: "
` [PATCH v2 07/21] drm/logicvc: "
` [PATCH v2 08/21] drm/rockchip: "
` [PATCH v2 09/21] drm/panel-ili9341: Include <linux/backlight.h>
` [PATCH v2 10/21] drm/tve200: Include <linux/of.h>
` [PATCH v2 11/21] drm/fb-helper: Cleanup include statements in header file
` [PATCH v2 12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper
` [PATCH v2 13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix
` [PATCH v2 14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() "
` [PATCH v2 15/21] drm/fb-helper: Disconnect damage worker from update logic
` [PATCH v2 16/21] drm/fb-helper: Call fb_sync in I/O functions
` [PATCH v2 17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation
` [PATCH v2 18/21] drm/fb_helper: Minimize damage-helper overhead
` [PATCH v2 19/21] drm/fb-helper: Always initialize generic fbdev emulation
` [PATCH v2 20/21] drm/fb-helper: Move generic fbdev emulation into separate source file
` [PATCH v2 21/21] drm/fb-helper: Remove unnecessary include statements

[PATCH v6 1/4] mm/slub: enable debugging memory wasting of kmalloc
 2022-11-02  8:22 UTC  (10+ messages)

[PATCH v2 00/15] magic-number.rst funeral rites
 2022-11-01 23:05 UTC  (3+ messages)
` [PATCH v2 07/15] MIPS: IP27: clean out sn/nmi.h
` [PATCH v2 08/15] MIPS: IP27: remove KV_MAGIC

[PATCH v6 0/3] Add Ingenic JZ4755 CGU driver
 2022-11-01 20:31 UTC  (12+ messages)
` [PATCH v6 1/3] dt-bindings: ingenic: Add support for the JZ4755 CGU
` [PATCH v6 2/3] dt-bindings: clock: Add Ingenic JZ4755 CGU header
` [PATCH v6 3/3] clk: Add Ingenic JZ4755 CGU driver

[PATCH v7 0/1] Add Ingenic JZ4755 CGU driver
 2022-11-01 19:44 UTC  (3+ messages)
` [PATCH v7 1/1] clk: "

[PATCH] mm: remove kern_addr_valid() completely
 2022-11-01 17:47 UTC  (2+ messages)

Build regressions/improvements in v6.1-rc3
 2022-11-01  8:08 UTC 

[PATCH] staging: octeon: cvmx_ptr_to_phys() should return physaddr_t
 2022-11-01  8:01 UTC 

[PATCH v1 0/3] ASoC: jz4740-i2s: Remove .set_sysclk() & friends
 2022-10-31 18:59 UTC  (9+ messages)
` [PATCH v1 1/3] dt-bindings: ingenic,aic: Remove unnecessary clocks from schema
` [PATCH v1 2/3] mips: dts: ingenic: Remove unnecessary AIC clocks
` [PATCH v1 3/3] ASoC: jz4740-i2s: Remove .set_sysclk()
` (subset) [PATCH v1 0/3] ASoC: jz4740-i2s: Remove .set_sysclk() & friends

[PATCH v4 0/2] serial: 8250/ingenic: Add support for the JZ4750
 2022-10-31 18:40 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: serial: ingenic: Add support for the JZ4750/55 SoCs
` [PATCH v4 2/2] serial: 8250/ingenic: Add support for the JZ4750/JZ4755

[PATCH v4 0/2] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-10-31 18:36 UTC  (16+ messages)
` [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v2] mips: boot/compressed: use __NO_FORTIFY
 2022-10-31 17:07 UTC 

[PATCH] mips: boot/compressed: use __NO_FORITFY
 2022-10-31 12:15 UTC  (3+ messages)

[PATCH] MIPS: jump_label: Fix compat branch range check
 2022-10-29 23:22 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION fd8dab197cca2746e1fcd399a218eec5164726d4
 2022-10-28 16:56 UTC 

[PATCH 07/15] MIPS: IP27: clean out sn/nmi.h
 2022-10-28 13:42 UTC  (5+ messages)
` [PATCH 08/15] MIPS: IP27: remove KV_MAGIC

[PATCH] MIPS: pic32: treat port as signed integer
 2022-10-28 13:23 UTC 

[EXTERNAL EMAIL - USE CAUTION] Greetings!
 2022-10-28  8:59 UTC 

[PATCH v5 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-10-28  8:12 UTC  (3+ messages)
` [PATCH v5 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v5 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v2 0/6] Add support for X1000 audio clocks
 2022-10-27 21:51 UTC  (20+ messages)
` [PATCH v2 1/6] clk: ingenic: Make PLL clock "od" field optional
` [PATCH v2 2/6] clk: ingenic: Make PLL clock enable_bit and stable_bit optional
` [PATCH v2 3/6] clk: ingenic: Add .set_rate_hook() for PLL clocks
` [PATCH v2 4/6] dt-bindings: ingenic,x1000-cgu: Add audio clocks
` [PATCH v2 5/6] clk: ingenic: Add X1000 "
` [PATCH v2 6/6] clk: ingenic: Minor cosmetic fixups for X1000

[PATCH V14 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-27 12:52 UTC  (5+ messages)
` [PATCH V14 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V14 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V14 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V14 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH V13 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-27 12:49 UTC  (6+ messages)
` [PATCH V13 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH net-next] eth: fealnx: delete the driver for Myson MTD-800
 2022-10-27 11:40 UTC  (2+ messages)

[PATCH v6 0/9] ASoC: cleanups and improvements for jz4740-i2s
 2022-10-26 19:04 UTC  (2+ messages)

[PATCH v2 0/7] musb: Update to use generic PHY
 2022-10-26 18:26 UTC  (8+ messages)
` [PATCH v2 1/7] usb: musb: Add and use inline functions musb_{get,set}_state
` [PATCH v2 2/7] usb: musb: Add and use inline function musb_otg_state_string
` [PATCH v2 3/7] usb: musb: Allow running without CONFIG_USB_PHY
` [PATCH v2 4/7] usb: musb: Support setting OTG mode using generic PHY
` [PATCH v2 5/7] usb: musb: jz4740: Don't disable external hubs
` [PATCH v2 6/7] usb: musb: jz4740: Support the generic PHY framework
` [PATCH v2 7/7] usb: phy: jz4770: Remove driver

[PATCH] mips: alchemy: gpio: Include the right header
 2022-10-26  9:29 UTC  (2+ messages)


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).