linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-28 13:24:07 to 2022-11-03 16:58:01 UTC [more...]

[PATCH v6 1/4] mm/slub: enable debugging memory wasting of kmalloc
 2022-11-03 16:57 UTC  (18+ messages)

[PATCH v2 0/4] PCI: Add pci_dev_for_each_resource() helper and refactor bus one
 2022-11-03 16:46 UTC  (5+ messages)
` [PATCH v2 1/4] PCI: Introduce pci_dev_for_each_resource()
` [PATCH v2 2/4] PCI: Split pci_bus_for_each_resource_p() out of pci_bus_for_each_resource()
` [PATCH v2 3/4] EISA: Convert to use pci_bus_for_each_resource_p()
` [PATCH v2 4/4] pcmcia: "

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

[PATCH v2] MIPS: jump_label: Fix compat branch range check
 2022-11-03 15:10 UTC 

[PATCH] drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init()
 2022-11-03 14:52 UTC  (2+ messages)

[RFC PATCH 0/3] mips: ralink: mt7621: fix too-early kzalloc
 2022-11-03 11:15 UTC  (5+ messages)
` [RFC PATCH 1/3] mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
` [RFC PATCH 2/3] mips: ralink: mt7621: soc queries and tests as functions
` [RFC PATCH 3/3] mips: ralink: mt7621: do not use kzalloc too early

[PATCH] mips: dts: bcm63268: add TWD block timer
 2022-11-03 11:06 UTC 

[PATCH v2] mips: alchemy: gpio: Include the right header
 2022-11-03 10:15 UTC 

[PATCH] firmware/nvram: bcm47xx: support init from IO memory
 2022-11-03  8:25 UTC 

[PATCH V14 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-11-03  2:49 UTC  (3+ messages)
` [PATCH V14 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH] MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failed
 2022-11-03  1:18 UTC 

[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 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  (6+ messages)
` [PATCH v6 3/3] clk: "

[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  (8+ messages)
` [PATCH v1 1/3] dt-bindings: ingenic,aic: Remove unnecessary clocks from schema
` [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  (11+ 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  (4+ messages)
` [PATCH 08/15] MIPS: IP27: remove KV_MAGIC

[PATCH] MIPS: pic32: treat port as signed integer
 2022-10-28 13:23 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).