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

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-10-09  2:12 UTC  (108+ 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

[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  (6+ 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  (37+ messages)
` [dpdk-dev] [PATCH v5 00/17] "
  ` [dpdk-dev] [PATCH v5 01/17] net/i40e/base: add v2 version of send ASQ command functions
  ` [dpdk-dev] [PATCH v5 02/17] net/i40e/base: add Min SRev for 4 more X722 modules
  ` [dpdk-dev] [PATCH v5 03/17] net/i40e/base: set TSA table values when parsing CEE config
  ` [dpdk-dev] [PATCH v5 04/17] net/i40e/base: define new shadow RAM pointers
  ` [dpdk-dev] [PATCH v5 05/17] net/i40e/base: fix PHY identifiers for 2.5G and 5G adapters
  ` [dpdk-dev] [PATCH v5 06/17] net/i40e/base: fix PF reset
  ` [dpdk-dev] [PATCH v5 07/17] net/i40e/base: fix update link data for X722
  ` [dpdk-dev] [PATCH v5 08/17] net/i40e/base: fix AOC media type
  ` [dpdk-dev] [PATCH v5 09/17] net/i40e/base: add flags and fields for double VLAN
  ` [dpdk-dev] [PATCH v5 10/17] net/i40e/base: fix headers to match functions
  ` [dpdk-dev] [PATCH v5 11/17] net/i40e/base: fix potentially uninitialized variables
  ` [dpdk-dev] [PATCH v5 12/17] net/i40e/base: fix checksum is used incorrectly
  ` [dpdk-dev] [PATCH v5 13/17] net/i40e/base: add calculation of MAC frequency if no link
  ` [dpdk-dev] [PATCH v5 14/17] net/i40e/base: separate kernel allocated Rx bi rings
  ` [dpdk-dev] [PATCH v5 15/17] net/i40e/base: update FVL FW API version to 1.15
  ` [dpdk-dev] [PATCH v5 16/17] net/i40e/base: add defines related to DDP
  ` [dpdk-dev] [PATCH v5 17/17] net/i40e/base: update version in readme
` [dpdk-dev] [PATCH v6 00/17] i40e base code update
  ` [dpdk-dev] [PATCH v6 01/17] net/i40e/base: add v2 version of send ASQ command functions
  ` [dpdk-dev] [PATCH v6 02/17] net/i40e/base: add Min SRev for 4 more X722 modules
  ` [dpdk-dev] [PATCH v6 03/17] net/i40e/base: set TSA table values when parsing CEE config
  ` [dpdk-dev] [PATCH v6 04/17] net/i40e/base: define new shadow RAM pointers
  ` [dpdk-dev] [PATCH v6 05/17] net/i40e/base: fix PHY identifiers for 2.5G and 5G adapters
  ` [dpdk-dev] [PATCH v6 06/17] net/i40e/base: fix PF reset
  ` [dpdk-dev] [PATCH v6 07/17] net/i40e/base: fix update link data for X722
  ` [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

[PATCH 1/2] kunit: tool: use dataclass instead of collections.namedtuple
 2021-10-09  1:54 UTC  (2+ messages)
` [PATCH 2/2] kunit: tool: delete kunit_parser.TestResult type

[PATCH] ACPI: NUMA: Add a node and memblk for each CFMWS not in SRAT
 2021-10-09  2:00 UTC  (2+ messages)

[PATCH v2 0/3] erofs: some decompression improvements
 2021-10-09  1:52 UTC  (4+ messages)
` [PATCH v2 1/3] erofs: get compression algorithms directly on mapping

[PATCH bpf-next v4] test_bpf: Add module parameter test_suite
 2021-10-09  1:50 UTC 

[PATCH v5 00/29] image: Reduce #ifdefs and ad-hoc defines in image code (Part B)
 2021-10-09  1:41 UTC  (53+ messages)
` [PATCH v5 01/29] compiler: Rename host_build() to tools_build()
` [PATCH v5 02/29] kconfig: Add tools support to CONFIG_IS_ENABLED()
` [PATCH v5 03/29] image: Add Kconfig options for FIT in the tools build
` [PATCH v5 04/29] spl: cypto: Bring back SPL_ versions of SHA
` [PATCH v5 05/29] hash: Use Kconfig to enable hashing in host tools and SPL
` [PATCH v5 06/29] hash: Drop some #ifdefs in hash.c
` [PATCH v5 07/29] image: Drop IMAGE_ENABLE_FIT
` [PATCH v5 08/29] image: Drop IMAGE_ENABLE_OF_LIBFDT
` [PATCH v5 09/29] image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host
` [PATCH v5 10/29] image: Use Kconfig to enable FIT_RSASSA_PSS "
` [PATCH v5 11/29] image: Use the correct checks for CRC32
` [PATCH v5 12/29] image: Drop IMAGE_BOOT_GET_CMDLINE
` [PATCH v5 13/29] image: Drop IMAGE_OF_BOARD_SETUP
` [PATCH v5 14/29] image: Drop IMAGE_OF_SYSTEM_SETUP
` [PATCH v5 15/29] image: Drop IMAGE_ENABLE_IGNORE
` [PATCH v5 16/29] efi: Correct dependency on FIT_SIGNATURE
` [PATCH v5 19/29] image: Tidy up fit_unsupported_reset()
` [PATCH v5 20/29] image: Drop unnecessary #ifdefs from image.h
` [PATCH v5 21/29] image: Drop #ifdefs for fit_print_contents()
` [PATCH v5 22/29] image: Drop most #ifdefs in image-board.c
` [PATCH v5 23/29] image: Reduce variable scope in boot_get_ramdisk()
` [PATCH v5 24/29] image: Split up boot_get_ramdisk()
` [PATCH v5 25/29] image: Remove #ifdefs from select_ramdisk()
` [PATCH v5 26/29] image: Remove some #ifdefs from image-fit and image-fit-sig
` [PATCH v5 27/29] image: Reduce variable scope in boot_get_fdt()
` [PATCH v5 28/29] image: Split up boot_get_fdt()

[PATCH v12 00/11] Add support for Hikey 970 PCIe
 2021-10-09  1:44 UTC 

[PATCH v4] mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
 2021-10-09  9:43 UTC 

[PATCH v4 00/15] image: A partial series for the image clean-up
 2021-10-09  1:39 UTC  (9+ messages)
` [PATCH v4 12/15] image: Split host code out into its own file
` [PATCH v4 13/15] image: Create a function to do manual relocation
` [PATCH v4 14/15] image: Avoid #ifdefs for "
` [PATCH v4 15/15] image: Remove ifdefs around image_setup_linux() el at


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.