messages from 2022-11-01 19:22:21 to 2022-11-04 20:15:43 UTC [more...]
[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
2022-11-04 20:15 UTC (82+ 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 v2 00/15] magic-number.rst funeral rites
2022-11-04 18:35 UTC (5+ messages)
` [PATCH v2 07/15] MIPS: IP27: clean out sn/nmi.h
` [PATCH v2 08/15] MIPS: IP27: remove KV_MAGIC
[PATCH v2 56/65] clk: ingenic: cgu: Switch to determine_rate
2022-11-04 17:35 UTC (9+ messages)
` [PATCH v2 43/65] ASoC: tlv320aic32x4: Add a determine_rate hook
` [PATCH v2 21/65] clk: davinci: da8xx-cfgchip: "
` [PATCH v2 22/65] "
` [PATCH v2 54/65] clk: da8xx: clk48: Switch to determine_rate
[RFC PATCH 0/3] mips: ralink: mt7621: fix too-early kzalloc
2022-11-04 12:29 UTC (7+ 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 V2] irqchip: loongson-liointc: fix improper error handling in liointc_init()
2022-11-04 11:07 UTC
[PATCH v2] drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init()
2022-11-04 11:07 UTC (2+ messages)
[PATCH] irqchip: loongson-liointc: fix improper error handling in liointc_init()
2022-11-04 10:59 UTC (3+ messages)
[PATCH v3 00/23] drm/fb-helper: Untangle fbdev emulation and helpers
2022-11-04 10:38 UTC (26+ 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] drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init()
2022-11-04 6:20 UTC (3+ messages)
[PATCH v6 1/4] mm/slub: enable debugging memory wasting of kmalloc
2022-11-04 3:52 UTC (20+ messages)
[PATCH v2 0/2] MIPS: fix possible memory leak while module exiting
2022-11-04 3:39 UTC (3+ messages)
` [PATCH v2 1/2] MIPS: vpe-mt: "
` [PATCH v2 2/2] MIPS: vpe-cmp: "
[PATCH v2 0/4] PCI: Add pci_dev_for_each_resource() helper and refactor bus one
2022-11-03 19:01 UTC (13+ 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 0/2] drm: Add component_match_add_of and convert users of drm_of_component_match_add
2022-11-03 18:22 UTC (2+ messages)
` [PATCH 2/2] drm: Convert users of drm_of_component_match_add to component_match_add_of
[PATCH v2] MIPS: jump_label: Fix compat branch range check
2022-11-03 15:10 UTC
[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 (2+ messages)
[PATCH v2 00/21] drm/fb-helper: Untangle fbdev emulation and helpers
2022-11-02 10:46 UTC (17+ messages)
` [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 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: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).