All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-11 09:18:08 to 2023-10-11 09:35:30 UTC [more...]

[PATCH v5 3/3] power: amd power monitor support
 2023-10-11  9:33 UTC  (5+ messages)
` [PATCH v6 1/3] eal: add x86 cpuid support for monitorx
  ` [PATCH v6 3/3] power: amd power monitor support

[PULL 00/65] Migration 20231011 patches
 2023-10-11  9:22 UTC  (52+ messages)
` [PULL 02/65] tests/qtest: migration: Expose migrate_set_capability
` [PULL 03/65] tests/qtest: migration: Add migrate_incoming_qmp helper
` [PULL 04/65] tests/qtest: migration: Use migrate_incoming_qmp where appropriate
` [PULL 05/65] migration: Set migration status early in incoming side
` [PULL 07/65] migration: Allow RECOVER->PAUSED convertion for dest qemu
` [PULL 08/65] migration/rdma: Clean up qemu_rdma_poll()'s return type
` [PULL 09/65] migration/rdma: Clean up qemu_rdma_data_init()'s "
` [PULL 10/65] migration/rdma: Clean up rdma_delete_block()'s "
` [PULL 11/65] migration/rdma: Drop fragile wr_id formatting
` [PULL 13/65] migration/rdma: Fix unwanted integer truncation
` [PULL 14/65] migration/rdma: Clean up two more harmless signed vs. unsigned issues
` [PULL 15/65] migration/rdma: Give qio_channel_rdma_source_funcs internal linkage
` [PULL 16/65] migration/rdma: Fix qemu_rdma_accept() to return failure on errors
` [PULL 17/65] migration/rdma: Put @errp parameter last
` [PULL 19/65] migration/rdma: Drop rdma_add_block() error handling
` [PULL 20/65] migration/rdma: Drop qemu_rdma_search_ram_block() "
` [PULL 21/65] migration/rdma: Make qemu_rdma_buffer_mergeable() return bool
` [PULL 22/65] migration/rdma: Use bool for two RDMAContext flags
` [PULL 24/65] migration/rdma: Ditch useless numeric error codes in error messages
` [PULL 25/65] migration/rdma: Fix io_writev(), io_readv() methods to obey contract
` [PULL 26/65] migration/rdma: Replace dangerous macro CHECK_ERROR_STATE()
` [PULL 27/65] migration/rdma: Fix qemu_rdma_broken_ipv6_kernel() to set error
` [PULL 28/65] migration/rdma: Fix qemu_get_cm_event_timeout() to always "
` [PULL 29/65] migration/rdma: Drop dead qemu_rdma_data_init() code for !@host_port
` [PULL 30/65] migration/rdma: Fix QEMUFileHooks method return values
` [PULL 31/65] migration/rdma: Fix rdma_getaddrinfo() error checking
` [PULL 32/65] migration/rdma: Return -1 instead of negative errno code
` [PULL 33/65] migration/rdma: Dumb down remaining int error values to -1
` [PULL 34/65] migration/rdma: Replace int error_state by bool errored
` [PULL 35/65] migration/rdma: Drop superfluous assignments to @ret
` [PULL 36/65] migration/rdma: Check negative error values the same way everywhere
` [PULL 37/65] migration/rdma: Plug a memory leak and improve a message
` [PULL 38/65] migration/rdma: Delete inappropriate error_report() in macro ERROR()
` [PULL 39/65] migration/rdma: Retire "
` [PULL 40/65] migration/rdma: Fix error handling around rdma_getaddrinfo()
` [PULL 41/65] migration/rdma: Drop "@errp is clear" guards around error_setg()
` [PULL 42/65] migration/rdma: Convert qemu_rdma_exchange_recv() to Error
` [PULL 43/65] migration/rdma: Convert qemu_rdma_exchange_send() "
` [PULL 45/65] migration/rdma: Convert qemu_rdma_reg_whole_ram_blocks() "
` [PULL 46/65] migration/rdma: Convert qemu_rdma_write_flush() "
` [PULL 47/65] migration/rdma: Convert qemu_rdma_write_one() "
` [PULL 49/65] migration/rdma: Convert qemu_rdma_post_send_control() "
` [PULL 52/65] migration/rdma: Silence qemu_rdma_resolve_host()
` [PULL 53/65] migration/rdma: Silence qemu_rdma_connect()
` [PULL 56/65] migration/rdma: Silence qemu_rdma_block_for_wrid()
` [PULL 58/65] migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings
` [PULL 59/65] migration/rdma: Use error_report() & friends instead of stderr
` [PULL 60/65] migration/rdma: Replace flawed device detail dump by tracing
` [PULL 62/65] migration: Introduce migrate_has_error()
` [PULL 63/65] qemufile: Always return a verbose error
` [PULL 64/65] migration: Remember num of ramblocks to sync during recovery

[PATCH v4 0/7] support setting and querying RSS algorithms
 2023-10-11  9:28 UTC  (42+ messages)
` [PATCH v5 00/40] "
  ` [PATCH v5 01/40] ethdev: overwrite some comment related to RSS
  ` [PATCH v5 02/40] ethdev: support setting and querying RSS algorithm
  ` [PATCH v5 03/40] net/atlantic: check RSS hash algorithms
  ` [PATCH v5 04/40] net/axgbe: "
  ` [PATCH v5 05/40] net/bnx2x: "
  ` [PATCH v5 06/40] net/bnxt: "
  ` [PATCH v5 07/40] net/bonding: "
  ` [PATCH v5 08/40] net/cnxk: "
  ` [PATCH v5 09/40] net/cpfl: "
  ` [PATCH v5 10/40] net/cxgbe: "
  ` [PATCH v5 11/40] net/dpaa: "
  ` [PATCH v5 12/40] net/dpaa2: "
  ` [PATCH v5 13/40] net/ena: "
  ` [PATCH v5 14/40] net/enic: "
  ` [PATCH v5 15/40] net/fm10k: "
  ` [PATCH v5 16/40] net/hinic: "
  ` [PATCH v5 17/40] net/i40e: "
  ` [PATCH v5 18/40] net/iavf: "
  ` [PATCH v5 19/40] net/ice: "
  ` [PATCH v5 20/40] net/idpf: "
  ` [PATCH v5 21/40] net/igc: "
  ` [PATCH v5 22/40] net/ionic: "
  ` [PATCH v5 23/40] net/ixgbe: "
  ` [PATCH v5 24/40] net/mana: "
  ` [PATCH v5 25/40] net/mlx5: "
  ` [PATCH v5 26/40] net/mvpp2: "
  ` [PATCH v5 27/40] net/netvsc: "
  ` [PATCH v5 28/40] net/ngbe: : "
  ` [PATCH v5 29/40] net/nfp: "
  ` [PATCH v5 30/40] net/null: "
  ` [PATCH v5 31/40] net/qede: "
  ` [PATCH v5 32/40] net/sfc: "
  ` [PATCH v5 33/40] net/tap: "
  ` [PATCH v5 34/40] net/thunderx: "
  ` [PATCH v5 35/40] net/txgbe: "
  ` [PATCH v5 36/40] net/hns3: support setting and querying RSS hash function
  ` [PATCH v5 37/40] app/proc-info: fix never show RSS info
  ` [PATCH v5 38/40] app/proc-info: adjust the display format of "
  ` [PATCH v5 39/40] app/proc-info: support querying RSS hash algorithm
  ` [PATCH v5 40/40] app/testpmd: add RSS hash algorithms display

[PATCH v13 00/10] Add multiport support for DWC3 controllers
 2023-10-11  9:34 UTC  (4+ messages)

[dm-devel] [PATCH 00/14] ip_tunnel: convert __be16 tunnel flags to bitmaps
 2023-10-11  9:33 UTC  (4+ messages)
` [dm-devel] [PATCH 09/14] bitmap: extend bitmap_{get, set}_value8() to bitmap_{get, set}_bits()
    ` [PATCH 09/14] bitmap: extend bitmap_{get,set}_value8() to bitmap_{get,set}_bits()

[PATCH 0/3] Ensure default return thunk isn't used at runtime
 2023-10-11  9:34 UTC  (9+ messages)
` [PATCH 1/3] Revert "x86/retpoline: Remove .text..__x86.return_thunk section"

[PATCH v1 0/4] hte: Improve GPIO handling and other cleanups
 2023-10-11  9:33 UTC  (2+ messages)

[PATCH v2] arch_topology: Support SMT control on arm64
 2023-10-11  9:33 UTC  (6+ messages)

[PATCH v10 00/54] Add DELETE_BUF ioctl
 2023-10-11  9:32 UTC  (9+ messages)
` [PATCH v10 11/54] media: videobuf2: Access vb2_queue bufs array through helper functions

[PATCH v2 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-10-11  9:30 UTC  (9+ messages)
` [PATCH v2 08/20] dt-bindings: serial: samsung: Add google-gs101-uart compatible

[PATCH v2] Bluetooth: Fix UAF for hci_chan
 2023-10-11  9:31 UTC  (6+ messages)

device present in lsusb, disappears in lsusb -t
 2023-10-11  9:30 UTC  (4+ messages)

[PATCH v1] app/testpmd: refine encap content
 2023-10-11  9:30 UTC  (2+ messages)

[LTP] [PATCH v1] Merge fork06 and fork11 into new test
 2023-10-11  9:29 UTC  (2+ messages)

[PATCH v6 3/5] security: Replace indirect LSM hook calls with static calls
 2023-10-11  9:27 UTC  (2+ messages)

[PATCH 01/10] appletalk: remove localtalk and ppp support
 2023-10-11  9:27 UTC  (2+ messages)

[PATCH vhost 00/22] virtio-net: support AF_XDP zero copy
 2023-10-11  9:27 UTC  (46+ messages)
` [PATCH vhost 01/22] virtio_ring: virtqueue_set_dma_premapped support disable
` [PATCH vhost 02/22] virtio_ring: introduce virtqueue_dma_[un]map_page_attrs
` [PATCH vhost 03/22] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost 04/22] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost 05/22] virtio_net: independent directory
` [PATCH vhost 06/22] virtio_net: move to virtio_net.h
` [PATCH vhost 07/22] virtio_net: add prefix virtnet to all struct/api inside virtio_net.h
` [PATCH vhost 08/22] virtio_net: virtnet_poll_tx support rescheduled
` [PATCH vhost 09/22] virtio_net: separate virtnet_rx_resize()
` [PATCH vhost 10/22] virtio_net: separate virtnet_tx_resize()
` [PATCH vhost 11/22] virtio_net: sq support premapped mode
` [PATCH vhost 12/22] virtio_net: xsk: bind/unbind xsk
` [PATCH vhost 13/22] virtio_net: xsk: prevent disable tx napi
` [PATCH vhost 14/22] virtio_net: xsk: tx: support tx
` [PATCH vhost 15/22] virtio_net: xsk: tx: support wakeup
` [PATCH vhost 16/22] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer
` [PATCH vhost 17/22] virtio_net: xsk: tx: virtnet_sq_free_unused_buf() check "
` [PATCH vhost 18/22] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH vhost 19/22] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
` [PATCH vhost 20/22] virtio_net: xsk: rx: virtnet_rq_free_unused_buf() check "
` [PATCH vhost 21/22] virtio_net: update tx timeout record
` [PATCH vhost 22/22] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[igt-dev] [PATCH i-g-t] tests/kms_plane: drop planes from dynamic subtest name
 2023-10-11  9:28 UTC 

[PATCH 0/2] watchdog: aspeed: Add aspeed,reset-mask property
 2023-10-11  9:26 UTC  (6+ messages)
` [PATCH 2/2] watchdog: aspeed: Add support for aspeed,reset-mask DT property

Question regarding scmi_perf_domain.c
 2023-10-11  9:26 UTC  (12+ messages)

[PATCH dwarves 0/3] dwarves: detect BTF kinds supported by kernel
 2023-10-11  9:27 UTC  (5+ messages)

linux-next: manual merge of the vfs-brauner tree with the btrfs tree
 2023-10-11  9:20 UTC  (4+ messages)

[PATCH v12 0/7] NVMEM cells in sysfs
 2023-10-11  9:26 UTC  (9+ messages)
` [PATCH v12 7/7] nvmem: core: Expose cells through sysfs

[PATCH] i2c: Mark I2C_CLASS_DDC as deprecated and emit warning if adapters declare support for it
 2023-10-11  9:26 UTC 

[yocto-autobuilder-helper][PATCH v2] config.json: add reproducible-openembedded build
 2023-10-11  9:26 UTC  (5+ messages)
    ` [yocto] "

[Intel-wired-lan] [PATCH iwl-next v2] i40e: add restore default speed when changed PHY doesn't support it
 2023-10-11  9:24 UTC  (3+ messages)

[PATCH v2] drm/amdgpu: Expose ras version & schema info
 2023-10-11  9:25 UTC 

[PATCH 0/6] Preparations for fixing WMI reprobing issue
 2023-10-11  9:24 UTC  (3+ messages)
` [PATCH 1/6] platform/x86: wmi: Update MAINTAINERS entry

[PATCH v3] usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scope
 2023-10-11  9:25 UTC  (4+ messages)

[PATCH v3] usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present
 2023-10-11  9:24 UTC  (3+ messages)

[RFC] AMD Zen4 CPU bug? Spurious SMT Sibling Invalid Opcode Speculation
 2023-10-11  9:23 UTC  (2+ messages)
` [tip: x86/urgent] x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs

[Buildroot] [PATCH 1/2] package/firewalld: enable missing kernel config options
 2023-10-11  9:22 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] support/testing/tests/package/test_firewalld.py: new test

[PATCH v2 0/3] platform/x86: msi-ec: add and fix EC configs
 2023-10-11  9:22 UTC  (3+ messages)
` [PATCH v2 1/3] platform/x86: msi-ec: Fix the 3rd config

[PATCH RFC v4 0/9] Add loongarch kvm accel support
 2023-10-11  9:23 UTC  (4+ messages)
` [PATCH RFC v4 4/9] target/loongarch: Implement kvm get/set registers

[UPDATE][PATCH] platform/x86/intel-uncore-freq: Conditionally create attribute for read frequency
 2023-10-11  9:20 UTC  (2+ messages)

[PATCH] powerpc/paravirt: Improve vcpu_is_preempted
 2023-10-11  9:03 UTC  (2+ messages)

[PATCH][next] wifi: brcmfmac: fweh: Add __counted_by for struct brcmf_fweh_queue_item and use struct_size()
 2023-10-11  9:21 UTC  (2+ messages)

[PATCH] drm/atomic: clarify the rules around drm_atomic_state->allow_modeset
 2023-10-11  9:20 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_sequence: use pipe_name followed by output_name
 2023-10-11  9:21 UTC 

[PATCH][next] hostap: Add __counted_by for struct prism2_download_data and use struct_size()
 2023-10-11  9:20 UTC  (2+ messages)
` [next] wifi: "

[PATCH v2 0/6] wifi: rtw89: handle EHT rate
 2023-10-11  9:19 UTC  (4+ messages)
` [PATCH v2 6/6] wifi: rtw89: add EHT radiotap in monitor mode

[yocto] Re-building out-of-tree modules after kernel change
 2023-10-11  9:19 UTC 

[PATCH] rust: reproducibility issue fix
 2023-10-11  9:18 UTC  (2+ messages)
` [OE-core] "

[GIT PULL] Fixes in the mellanox init branch due for v6.6
 2023-10-11  9:17 UTC  (2+ messages)

[PATCH 5.10 000/226] 5.10.198-rc1 review
 2023-10-11  9:18 UTC  (3+ messages)

[RFC dwarves 0/4] pahole, btf_encoder: support --btf_features
 2023-10-11  9:17 UTC  (3+ messages)
` [RFC dwarves 3/4] pahole: add --btf_features=feature1[,feature2...] support
` [RFC dwarves 4/4] pahole: add --supported_btf_features to display feature support

[PATCH v2 1/2] printk: Check valid console index for preferred console
 2023-10-11  9:18 UTC  (3+ messages)

[PATCH] wifi: rtw88: Remove duplicate NULL check before calling usb_kill/free_urb()
 2023-10-11  9:18 UTC  (2+ messages)


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.