All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-09 01:54:58 to 2021-10-09 02:22:58 UTC [more...]

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-10-09  2:12 UTC  (157+ messages)
` [PATCH v2 01/43] KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
` [PATCH v2 02/43] KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
` [PATCH v2 03/43] KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
` [PATCH v2 04/43] KVM: Force PPC to define its own rcuwait object
` [PATCH v2 05/43] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH v2 06/43] KVM: Refactor and document halt-polling stats update helper
` [PATCH v2 07/43] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH v2 08/43] KVM: s390: Clear valid_wakeup in kvm_s390_handle_wait(), not in arch hook
` [PATCH v2 09/43] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful
` [PATCH v2 12/43] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH v2 13/43] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH v2 14/43] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
` [PATCH v2 15/43] KVM: stats: Add stat to detect if vcpu is currently blocking
` [PATCH v2 16/43] KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline
` [PATCH v2 17/43] KVM: x86: Directly block (instead of "halting") UNINITIALIZED vCPUs
` [PATCH v2 18/43] KVM: x86: Invoke kvm_vcpu_block() directly for non-HALTED wait states
` [PATCH v2 19/43] KVM: Add helpers to wake/query blocking vCPU
` [PATCH v2 20/43] KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled
` [PATCH v2 21/43] KVM: VMX: Clean up PI pre/post-block WARNs
` [PATCH v2 22/43] KVM: VMX: Drop unnecessary PI logic to handle impossible conditions
` [PATCH v2 23/43] KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers
` [PATCH v2 24/43] KVM: VMX: Drop pointless PI.NDST update when blocking
` [PATCH v2 25/43] KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block
` [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
` [PATCH v2 27/43] KVM: VMX: Move Posted Interrupt ndst computation out of write loop
` [PATCH v2 28/43] KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV
` [PATCH v2 29/43] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load
` [PATCH v2 30/43] KVM: Drop unused kvm_vcpu.pre_pcpu field
` [PATCH v2 31/43] KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
` [PATCH v2 32/43] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
` [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers
  ` [PATCH v2 33/43] KVM: x86: Unexport LAPIC's switch_to_{hv, sw}_timer() helpers
` [PATCH v2 34/43] KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
` [PATCH v2 35/43] KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
` [PATCH v2 36/43] KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
` [PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
` [PATCH v2 38/43] KVM: Drop defunct kvm_arch_vcpu_(un)blocking() hooks
` [PATCH v2 39/43] KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
` [PATCH v2 40/43] KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
` [PATCH v2 41/43] KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
` [PATCH v2 42/43] KVM: VMX: Fold fallback path into triggering posted IRQ helper
` [PATCH v2 43/43] KVM: VMX: Don't do full kick when handling posted interrupt wakeup

[PATCH net-next 0/5] net: remove direct netdev->dev_addr writes
 2021-10-09  2:22 UTC  (3+ messages)
` [PATCH net-next 1/5] ethernet: forcedeth: "

[PATCH v4 00/14] Modular Broadcom irqchip drivers
 2021-10-09  2:20 UTC  (13+ messages)
` [PATCH v4 01/14] MIPS: BMIPS: Remove use of irq_cpu_offline
` [PATCH v4 02/14] irqchip/irq-bcm7038-l1: Remove .irq_cpu_offline()
` [PATCH v4 03/14] irqchip/irq-bcm7038-l1: Use irq_get_irq_data()
` [PATCH v4 04/14] irqchip/irq-bcm7038-l1: Gate use of CPU logical map to MIPS
` [PATCH v4 05/14] irqchip/irq-bcm7038-l1: Restrict affinity setting "
` [PATCH v4 06/14] irqchip/irq-bcm7038-l1: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v4 07/14] genirq: Export irq_gc_{unmask_enable,mask_disable}_reg
` [PATCH v4 08/14] irqchip/irq-brcmstb-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v4 09/14] irqchip: Provide platform_device to of_irq_init_cb_t
` [PATCH v4 10/14] genirq: Export irq_gc_noop()
` [PATCH v4 11/14] irqchip/irq-bcm7120-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH v4 12/14] arm64: broadcom: Removed forced select of interrupt controllers

[PATCH 0/2] fetch-pack: redact packfile urls in traces
 2021-10-09  2:20 UTC  (2+ messages)
` [PATCH v2] "

New test for patches in openbmc/openbmc
 2021-10-09  2:18 UTC  (10+ messages)
      ` [External] "

LINUX_VERSION_EXTENSION has no effect #yocto #kernel #dunfell
 2021-10-09  2:18 UTC  (2+ messages)
` [yocto] "

[rt-devel:linux-5.15.y-rt-rebase 62/155] net/sched/sch_gred.c:350:1: warning: the frame size of 1164 bytes is larger than 1024 bytes
 2021-10-09  2:17 UTC  (2+ messages)

[freezer, sched] 1596402927: WARNING:at_kernel/kthread.c:#kthread_bind_mask
 2021-10-09  2:12 UTC 

[PATCH bpf-next v4 0/5] Implement bitset maps, with bloom filter
 2021-10-09  2:12 UTC  (3+ messages)
` [PATCH bpf-next v4 2/5] libbpf: Add "map_extra" as a per-map-type extra flag

[PATCH v3 00/46] Register SCSI sysfs attributes earlier
 2021-10-09  2:11 UTC  (3+ messages)
` [PATCH v3 44/46] scsi: unisys: Remove the shost_attrs member

[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
 2021-10-09  2:10 UTC  (4+ messages)
` [PATCH v5 16/16] x86/tdx: Add cmdline option to force use of ioremap_host_shared

[PATCH 0/4] midx: avoid potential rename-while-mapped on Windows
 2021-10-09  2:07 UTC  (3+ messages)
` [PATCH 4/4] midx.c: guard against commit_lock_file() failures

[xen-unstable-smoke test] 165437: tolerable all pass - PUSHED
 2021-10-09  2:07 UTC 

[RFC 0/2] Re-entrace of a work when requeued to a different workqueue
 2021-10-09  2:06 UTC  (3+ messages)
` [RFC 2/2] workqueue: Fix work re-entrance when requeue "

[PATCH 1/2] platform/x86: amd-pmc: Add alternative acpi id for PMC controller
 2021-10-09  2:05 UTC  (4+ messages)

[dpdk-dev] [PATCH] kni: restrict bifurcated device support
 2021-10-09  2:03 UTC  (2+ messages)

[RFC] Some questions and an idea on SLUB/SLAB
 2021-10-09  2:02 UTC  (3+ messages)

[PATCH v3] usb: ohci: add check for host controller functional states
 2021-10-09  2:01 UTC  (3+ messages)

[PATCH v12 1/3] grep: refactor next_match() and match_one_pattern() for external use
 2021-10-09  1:37 UTC  (3+ messages)
` [PATCH v12 3/3] grep: fix an edge case concerning ascii patterns and UTF-8 data

[PATCH] thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM
 2021-10-09  1:58 UTC 

[Nouveau] [PATCH v3 0/5] drm/dp, drm/i915: Finish basic PWM support for VESA backlight helpers
 2021-10-09  1:58 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/dp, drm/i915: Finish basic PWM support for VESA backlight helpers (rev8)

[dpdk-dev] [PATCH 00/14] i40e base code update
 2021-10-09  1:39 UTC  (12+ messages)
` [dpdk-dev] [PATCH v6 00/17] "
  ` [dpdk-dev] [PATCH v6 08/17] net/i40e/base: fix AOC media type
  ` [dpdk-dev] [PATCH v6 09/17] net/i40e/base: add flags and fields for double VLAN
  ` [dpdk-dev] [PATCH v6 10/17] net/i40e/base: fix headers to match functions
  ` [dpdk-dev] [PATCH v6 11/17] net/i40e/base: fix potentially uninitialized variables
  ` [dpdk-dev] [PATCH v6 12/17] net/i40e/base: fix checksum is used incorrectly
  ` [dpdk-dev] [PATCH v6 13/17] net/i40e/base: add calculation of MAC frequency if no link
  ` [dpdk-dev] [PATCH v6 14/17] net/i40e/base: separate kernel allocated Rx bi rings
  ` [dpdk-dev] [PATCH v6 15/17] net/i40e/base: update FVL FW API version to 1.15
  ` [dpdk-dev] [PATCH v6 16/17] net/i40e/base: add defines related to DDP
  ` [dpdk-dev] [PATCH v6 17/17] net/i40e/base: update version in readme


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.