All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-18 10:00:39 to 2021-06-18 10:46:23 UTC [more...]

[dpdk-dev] [PATCH 00/44] Marvell CNXK Ethdev Driver
 2021-06-18 10:37 UTC  (63+ messages)
` [dpdk-dev] [PATCH v3 00/62] "
  ` [dpdk-dev] [PATCH v3 01/62] common/cnxk: add support to lock NIX RQ contexts
  ` [dpdk-dev] [PATCH v3 02/62] common/cnxk: fix batch alloc completion poll logic
  ` [dpdk-dev] [PATCH v3 03/62] common/cnxk: add support to dump flow entries
  ` [dpdk-dev] [PATCH v3 04/62] common/cnxk: support for mark and flag flow actions
  ` [dpdk-dev] [PATCH v3 05/62] common/cnxk: allocate lmt region in userspace
  ` [dpdk-dev] [PATCH v3 06/62] common/cnxk: add provision to enable RED on RQ
  ` [dpdk-dev] [PATCH v3 07/62] common/cnxk: support for VLAN push and pop flow actions
  ` [dpdk-dev] [PATCH v3 08/62] common/cnxk: fix flow create on CN98xx
  ` [dpdk-dev] [PATCH v3 09/62] net/cnxk: add build infra and common probe
  ` [dpdk-dev] [PATCH v3 10/62] net/cnxk: add platform specific probe and remove
  ` [dpdk-dev] [PATCH v3 11/62] net/cnxk: add common devargs parsing function
  ` [dpdk-dev] [PATCH v3 12/62] net/cnxk: add common dev infos get support
  ` [dpdk-dev] [PATCH v3 13/62] net/cnxk: add device configuration operation
  ` [dpdk-dev] [PATCH v3 14/62] net/cnxk: add link status update support
  ` [dpdk-dev] [PATCH v3 15/62] net/cnxk: add Rx queue setup and release
  ` [dpdk-dev] [PATCH v3 16/62] net/cnxk: add Tx "
  ` [dpdk-dev] [PATCH v3 17/62] net/cnxk: add packet type support
  ` [dpdk-dev] [PATCH v3 18/62] net/cnxk: add queue start and stop support
  ` [dpdk-dev] [PATCH v3 19/62] net/cnxk: add Rx support for cn9k
  ` [dpdk-dev] [PATCH v3 20/62] net/cnxk: add Rx multi-segmented version "
  ` [dpdk-dev] [PATCH v3 21/62] net/cnxk: add Rx vector "
  ` [dpdk-dev] [PATCH v3 22/62] net/cnxk: add Tx support "
  ` [dpdk-dev] [PATCH v3 23/62] net/cnxk: add Tx multi-segment version "
  ` [dpdk-dev] [PATCH v3 24/62] net/cnxk: add Tx vector "
  ` [dpdk-dev] [PATCH v3 25/62] net/cnxk: add Rx support for cn10k
  ` [dpdk-dev] [PATCH v3 26/62] net/cnxk: add Rx multi-segment version "
  ` [dpdk-dev] [PATCH v3 27/62] net/cnxk: add Rx vector "
  ` [dpdk-dev] [PATCH v3 28/62] net/cnxk: add Tx support "
  ` [dpdk-dev] [PATCH v3 29/62] net/cnxk: add Tx multi-segment version "
  ` [dpdk-dev] [PATCH v3 30/62] net/cnxk: add Tx vector "
  ` [dpdk-dev] [PATCH v3 31/62] net/cnxk: add device start and stop operations
  ` [dpdk-dev] [PATCH v3 32/62] net/cnxk: add MAC address set ops
  ` [dpdk-dev] [PATCH v3 33/62] net/cnxk: add MTU set device operation
  ` [dpdk-dev] [PATCH v3 34/62] net/cnxk: add promiscuous mode enable and disable
  ` [dpdk-dev] [PATCH v3 35/62] net/cnxk: add DMAC filter support
  ` [dpdk-dev] [PATCH v3 36/62] net/cnxk: add all multicast enable/disable ethops
  ` [dpdk-dev] [PATCH v3 37/62] net/cnxk: add Rx/Tx burst mode get ops
  ` [dpdk-dev] [PATCH v3 38/62] net/cnxk: add flow ctrl set/get ops
  ` [dpdk-dev] [PATCH v3 39/62] net/cnxk: add link up/down operations
  ` [dpdk-dev] [PATCH v3 40/62] net/cnxk: add EEPROM module info get operations
  ` [dpdk-dev] [PATCH v3 41/62] net/cnxk: add Rx queue interrupt enable/disable ops
  ` [dpdk-dev] [PATCH v3 42/62] net/cnxk: add validation API for mempool ops
  ` [dpdk-dev] [PATCH v3 43/62] net/cnxk: add port/queue stats
  ` [dpdk-dev] [PATCH v3 44/62] net/cnxk: add xstats apis
  ` [dpdk-dev] [PATCH v3 45/62] net/cnxk: add rxq/txq info get operations
  ` [dpdk-dev] [PATCH v3 46/62] net/cnxk: add device close and reset operations
  ` [dpdk-dev] [PATCH v3 47/62] net/cnxk: add pending Tx mbuf cleanup operation
  ` [dpdk-dev] [PATCH v3 48/62] net/cnxk: add support to configure npc
  ` [dpdk-dev] [PATCH v3 49/62] net/cnxk: add initial version of rte flow support
  ` [dpdk-dev] [PATCH v3 50/62] net/cnxk: add flow ops get operation
  ` [dpdk-dev] [PATCH v3 51/62] net/cnxk: add ethdev firmware version get
  ` [dpdk-dev] [PATCH v3 52/62] net/cnxk: add get register operation
  ` [dpdk-dev] [PATCH v3 53/62] net/cnxk: support for RSS in rte flow
  ` [dpdk-dev] [PATCH v3 54/62] net/cnxk: register callback to get PTP status
  ` [dpdk-dev] [PATCH v3 55/62] net/cnxk: add base PTP timesync support
  ` [dpdk-dev] [PATCH v3 56/62] net/cnxk: add timesync enable/disable operations
  ` [dpdk-dev] [PATCH v3 57/62] net/cnxk: add Rx/Tx timestamp read operations
  ` [dpdk-dev] [PATCH v3 58/62] net/cnxk: add time read/write/adjust operations
  ` [dpdk-dev] [PATCH v3 59/62] net/cnxk: add read clock operation
  ` [dpdk-dev] [PATCH v3 60/62] net/cnxk: added RETA and RSS hash operations
  ` [dpdk-dev] [PATCH v3 61/62] net/cnxk: add multicast filter support

[PATCH net-next v2 0/8] port asix ax88772 to the PHYlib
 2021-06-18 10:45 UTC  (5+ messages)
` [PATCH net-next v2 4/8] net: usb: asix: ax88772: add phylib support

[PATCH 0/5] KVM: x86/mmu: Clean up is_tdp_mmu_root and root_hpa checks
 2021-06-18 10:45 UTC  (2+ messages)

[dpdk-dev] [PATCH] parray: introduce internal API for dynamic arrays
 2021-06-18 10:41 UTC  (16+ messages)

[syzbot] KMSAN: uninit-value in video_usercopy (2)
 2021-06-18 10:41 UTC  (3+ messages)
` [PATCH] media: v4l2-ioctl: explicitly initialize argument buffer

[PATCH 00/31] cfg80211/mac80211 patches from our internal tree 2021-06-18
 2021-06-18 10:41 UTC  (12+ messages)
` [PATCH 01/31] mac80211: add HE 6GHz cap IE in 6GHz band only
` [PATCH 02/31] mac80211: do not add twice the HE 6GHz cap IE
` [PATCH 03/31] ieee80211: define timing measurement in extended capabilities IE
` [PATCH 04/31] cfg80211: make certificate generation more robust
` [PATCH 05/31] mac80211: handle rate control (RC) racing with chanctx definition
` [PATCH 06/31] cfg80211: avoid double free of PMSR request
` [PATCH 07/31] mac80211: allow SMPS requests only in client mode
` [PATCH 08/31] mac80211: free skb in WEP error case
` [PATCH 09/31] mac80211: move SMPS mode setting after ieee80211_prep_connection
` [PATCH 10/31] mac80211: add to bss_conf if broadcast TWT is supported
` [PATCH 11/31] nl80211/cfg80211: add BSS color to NDP ranging parameters

[PATCH v5 0/9] qapi: untie 'if' conditions from C preprocessor
 2021-06-18 10:36 UTC  (10+ messages)
` [PATCH v5 1/9] docs: update the documentation about schema configuration
` [PATCH v5 4/9] qapi: start building an 'if' predicate tree
` [PATCH v5 7/9] qapi: normalize 'if' condition to IfPredicate tree

[PATCH 2/4] KVM: x86/mmu: Remove redundant is_tdp_mmu_enabled check
 2021-06-18 10:42 UTC  (4+ messages)

[PATCH] mmc: disable tuning when checking card presence
 2021-06-18 10:42 UTC  (3+ messages)

[PATCH] net: ethernet: ti: fix netdev_queue compiling error
 2021-06-18 10:40 UTC  (2+ messages)

[PATCH v2 1/2] migration/rdma: Fix out of order wrid
 2021-06-18 10:36 UTC  (2+ messages)
` [PATCH v2 2/2] migration/rdma: rename cq and comp_channel with recv prefix

[PATCH] mmc: renesas_sdhi: increase suspend/resume latency limit
 2021-06-18 10:40 UTC  (5+ messages)

[PATCH] staging: android: ashmem: add size field in procfs fdinfo
 2021-06-18 10:40 UTC  (3+ messages)
  ` 回复: "

[igt-dev] [PATCH] lib/igt_fb: Support Tile Size for AMD non linear modifiers
 2021-06-18 10:40 UTC  (4+ messages)

[v1 0/3] drm/msm/dsi: Add display DSI support for SC7280 target
 2021-06-18 10:39 UTC  (8+ messages)
` [v1 1/3] dt-bindings: msm/dsi: Add yaml schema for 7nm DSI PHY

[PATCH] media: atomisp: fix the uninitialized use
 2021-06-18 10:37 UTC  (2+ messages)

[PATCH V3 0/6] block/rbd: migrate to coroutines and add write zeroes support
 2021-06-18 10:34 UTC  (9+ messages)
` [PATCH V3 1/6] block/rbd: bump librbd requirement to luminous release
` [PATCH V3 5/6] block/rbd: add write zeroes support

[PATCH v6 00/11] qapi: untie 'if' conditions from C preprocessor
 2021-06-18 10:25 UTC  (12+ messages)
` [PATCH v6 01/11] docs: update the documentation upfront about schema configuration
` [PATCH v6 02/11] qapi: wrap Sequence[str] in an object
` [PATCH v6 03/11] qapi: add QAPISchemaIfCond.is_present()
` [PATCH v6 04/11] qapi: _make_enum_members() to work with pre-built QAPISchemaIfCond
` [PATCH v6 05/11] qapi: introduce QAPISchemaIfCond.cgen()
` [PATCH v6 06/11] qapidoc: introduce QAPISchemaIfCond.docgen()
` [PATCH v6 07/11] qapi: replace if condition list with dict {'all': [...]}
` [PATCH v6 08/11] qapi: add 'any' condition
` [PATCH v6 09/11] qapi: convert 'if' C-expressions to the new syntax tree
` [PATCH v6 10/11] qapi: add 'not' condition operation
` [PATCH v6 11/11] qapi: make 'if' condition strings simple identifiers

[pci:for-linus] BUILD SUCCESS WITH WARNING 15ac366c3d20ce1e08173f1de393a8ce95a1facf
 2021-06-18 10:34 UTC 

[GIT PULL] USB driver fixes for 5.13-rc7
 2021-06-18 10:32 UTC 

[PATCH 0/4] KVM: x86: Require EFER.NX support unless EPT is on
 2021-06-18 10:32 UTC  (9+ messages)
` [PATCH 3/4] KVM: x86: WARN and reject loading KVM if NX is supported but not enabled
` [PATCH 4/4] KVM: x86: Simplify logic to handle lack of host NX support

[syzbot] divide error in ath9k_htc_swba
 2021-06-18 10:31 UTC  (2+ messages)

[PATCH] backlight: lm3630a: convert to atomic PWM API and check for errors
 2021-06-18 10:31 UTC  (3+ messages)

[Intel-gfx] [PATCH i-g-t] [RFC] tests/kms_plane_alpha_blend: Fix coverage-vs-premult-vs-constant tests
 2021-06-18 10:31 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t] tests/kms_plane_alpha_blend: Fix alpha in coverage-vs-premult-vs-constant

log write cleanups
 2021-06-18 10:31 UTC  (3+ messages)
` [PATCH 5/8] xfs: remove xlog_verify_dest_ptr

[makedumpfile PATCH] check for invalid physical address of /proc/kcore when make ELF format dumpfile
 2021-06-18 10:28 UTC 

[PATCH] mt76: mt7921: allow chip reset during device restart
 2021-06-18 10:30 UTC 

[RESEND PATCH 00/12] golang/xenlight: domain life cycle support
 2021-06-18 10:30 UTC  (3+ messages)
` [RESEND PATCH 01/12] golang/xenlight: update generated code

[PATCH 4.14] inet: use bigger hash table for IP ID generation (backported to 4.14)
 2021-06-18 10:29 UTC  (3+ messages)

[PATCH] sched/fair: Rate limit calls to update_blocked_averages() for NOHZ
 2021-06-18 10:28 UTC  (13+ messages)

[PATCH v3 2/2] ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 445 G8
 2021-06-18 10:26 UTC  (2+ messages)

[bug report] iommu: rockchip: Add support for iommu v2
 2021-06-18 10:26 UTC  (3+ messages)

[PATCH] drm/i915/ttm: Fix incorrect assumptions about ttm_bo_validate() semantics
 2021-06-18 10:26 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

gma500: issue with continue statement not doing anything useful
 2021-06-18 10:26 UTC 

[PATCH 0/5] allow xc_domain_maximum_gpfn() to observe full GFN value
 2021-06-18 10:25 UTC  (6+ messages)
` [PATCH 1/5] x86/HVM: wire up multicalls
` [PATCH 2/5] libxencall: osdep_hypercall() should return long
` [PATCH 3/5] libxencall: introduce variant of xencall2() returning long
` [PATCH 4/5] libxc: use multicall for memory-op on Linux (and Solaris)
` [PATCH 5/5] libxc: make xc_domain_maximum_gpfn() endianness-agnostic

[PATCH v3 1/2] ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 450 G8
 2021-06-18 10:24 UTC  (2+ messages)

[PATCH v2 0/2] add the netlink interface for CAN-FD Transmitter Delay Compensation (TDC)
 2021-06-18 10:23 UTC  (4+ messages)
` [PATCH v2 2/2] can: netlink: add "

[RFC 0/4] media: Introduce post_register() subdev operation
 2021-06-18 10:21 UTC  (2+ messages)

[PATCH v4 00/17] New uAPI drm properties for color management
 2021-06-18 10:20 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for New uAPI drm properties for color management (rev2)

[PATCH] qlcnic: remove redundant continue statement
 2021-06-18 10:19 UTC 

[PATCH v5 0/2] IR driver for USB-UIRT device
 2021-06-18 10:18 UTC  (3+ messages)
` [PATCH v5 1/2] media: rc: new "
` [PATCH v5 2/2] USB: serial: blacklist USB-UIRT when driver is selected

[PATCH 1/1] cifs: remove unnecessary oom message
 2021-06-18 10:15 UTC  (3+ messages)

[PATCH 0/6] xsm: refactoring xsm hooks
 2021-06-18 10:14 UTC  (2+ messages)

[bug report] mm/page_alloc: add an array-based interface to the bulk page allocator
 2021-06-18 10:14 UTC  (2+ messages)

[PATCH qemu v21] spapr: Implement Open Firmware client interface
 2021-06-18 10:13 UTC  (10+ messages)

[RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support
 2021-06-18 10:13 UTC  (10+ messages)
` [RFC v1 2/6] virtio/vsock: add support for virtio datagram
` [RFC v1 3/6] vhost/vsock: add support for vhost dgram
` [RFC v1 6/6] virtio/vsock: add sysfs for rx buf len for dgram

drivers/ptp/ptp_clockmatrix.c:2089:12: warning: stack frame size of 17952 bytes in function 'idtcm_probe'
 2021-06-18 10:12 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: wwan: Add RPMSG WWAN CTRL driver
 2021-06-18 10:13 UTC  (4+ messages)
` [PATCH net-next v2 2/3] "

[PATCH v3 0/5] arm64: dts: qcom: Add SA8155p-adp board DTS
 2021-06-18 10:12 UTC  (4+ messages)
` [PATCH v3 4/5] arm64: dts: qcom: pmm8155au_2: Add base dts file

[PATCH] net: bridge: remove redundant continue statement
 2021-06-18 10:12 UTC  (4+ messages)
` [Bridge] "

[PATCH v3 0/2] semihosting/next (SYS_HEAPINFO)
 2021-06-18 10:09 UTC  (4+ messages)
` [PATCH v3 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO

[PATCH for-next 00/10] RDMA/hns: Updates for 5.14
 2021-06-18 10:10 UTC  (11+ messages)
` [PATCH for-next 01/10] RDMA/hns: Force rewrite inline flag of WQE
` [PATCH for-next 02/10] RDMA/hns: Fix uninitialized variable
` [PATCH for-next 03/10] RDMA/hns: Fix some print issues
` [PATCH for-next 04/10] RDMA/hns: Add member assignments for qp_init_attr
` [PATCH for-next 05/10] RDMA/hns: Delete unnecessary branch of hns_roce_v2_query_qp
` [PATCH for-next 06/10] RDMA/hns: Clean definitions of EQC structure
` [PATCH for-next 07/10] RDMA/hns: Modify function return value type
` [PATCH for-next 08/10] RDMA/hns: Encapsulate flushing CQE as a function
` [PATCH for-next 09/10] RDMA/hns: Simplify the judgment in hns_roce_v2_post_send()
` [PATCH for-next 10/10] RDMA/hns: Fix spelling mistakes of original

[PATCH] ASoC: fsl_xcvr: disable all interrupts when suspend happens
 2021-06-18  9:51 UTC 

[PATCH v4 for-next 0/8] RDMA/hns: Use new interfaces to write/read fields
 2021-06-18 10:06 UTC  (9+ messages)
` [PATCH v4 for-next 1/8] RDMA/hns: Fix sparse warnings about hr_reg_write()
` [PATCH v4 for-next 2/8] RDMA/hns: Add a check to ensure integer mtu is positive
` [PATCH v4 for-next 3/8] RDMA/hns: Use new interface to write CQ context
` [PATCH v4 for-next 4/8] RDMA/hns: Use new interface to modify QP context
` [PATCH v4 for-next 5/8] RDMA/hns: Use new interface to get CQE fields
` [PATCH v4 for-next 6/8] RDMA/hns: Use new interface to write FRMR fields
` [PATCH v4 for-next 7/8] RDMA/hns: Use new interface to write DB related fields
` [PATCH v4 for-next 8/8] RDMA/hns: Clean SRQC structure definition

libsocketcan: Setting CAN FD data bitrate
 2021-06-18 10:04 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH] dmadev: introduce DMA device library
 2021-06-18 10:03 UTC  (10+ messages)

[PATCH 0/3] *** Support ASPEED AST2600 I2C ***
 2021-06-18 10:00 UTC  (9+ messages)
` [PATCH 3/3] i2c:support new register set for ast2600

[PATCH] perf ksymbol: fix memory leak: decrease refcount of map and dso
 2021-06-18 10:01 UTC  (6+ messages)

[igt-dev] [PATCH v6 i-g-t 0/2] Fix the multiprocess mode of intel allocator
 2021-06-18 10:01 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH] mmc: block: ioctl: Poll for TRAN if possible
 2021-06-18 10:00 UTC  (2+ messages)

[PATCH v5 0/3] media: imx: add support for imx8mq MIPI RX
 2021-06-18  9:57 UTC  (2+ messages)
` [PATCH v5 2/3] media: imx: add a driver for i.MX8MQ mipi csi rx phy and controller


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.