All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-08 10:21:41 to 2021-10-08 11:02:44 UTC [more...]

[PATCH 1/3] KVM: emulate: #GP when emulating rdpmc if CR0.PE is 1
 2021-10-08 11:02 UTC  (5+ messages)
` [PATCH 2/3] KVM: vPMU: Fill get_msr MSR_CORE_PERF_GLOBAL_OVF_CTRL w/ 0
` [PATCH 3/3] KVM: LAPIC: Optimize PMI delivering overhead

[PATCH 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support
 2021-10-08 11:01 UTC  (6+ messages)
` [PATCH 07/12] powerpc: Use of_get_cpu_hwid()
    ` [OpenRISC] "

[dpdk-dev] [PATCH v2] net/iavf: fix QFI field bit check for GTPU EH
 2021-10-08 11:01 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3] "
    ` [dpdk-dev] [dpdk-stable] "

[PATCH] x86/PCI: Add pci=no_e820 cmdline option to ignore E820 reservations for bridge windows
 2021-10-08 11:01 UTC  (2+ messages)

[PATCH net] can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with error length
 2021-10-08 11:00 UTC  (4+ messages)

[dpdk-dev] [PATCH v2 11/11] net/netvsc: add meson support for FreeBSD
 2021-10-08  9:18 UTC 

[dpdk-dev] [PATCH v2 05/11] bus/vmbus: open subchannels
 2021-10-08  9:17 UTC 

[dpdk-dev] [PATCH v2 02/11] bus/vmbus: scan and get the network device
 2021-10-08  9:16 UTC 

[PATCH v11 0/5] Introduce SoC sleep stats driver
 2021-10-08 10:59 UTC  (9+ messages)
` [PATCH v11 1/5] dt-bindings: Introduce QCOM Sleep stats bindings
` [PATCH v11 2/5] soc: qcom: Add Sleep stats driver

[PATCH 00/21] perf metric: Fixes and allow modifiers
 2021-10-08 11:01 UTC  (5+ messages)
` [PATCH 02/21] perf pmu: Add const to pmu_events_map
` [PATCH 03/21] perf pmu: Make pmu_sys_event_tables const

[dpdk-dev] [PATCH v2 00/41] add MLX5 FreeBSD support
 2021-10-07 18:43 UTC  (42+ messages)
` [dpdk-dev] [PATCH v2 01/41] common/mlx5: add glue files for FreeBSD
` [dpdk-dev] [PATCH v2 02/41] common/mlx5: add memory APIs
` [dpdk-dev] [PATCH v2 03/41] common/mlx5: add FreeBSD getter functions
` [dpdk-dev] [PATCH v2 04/41] common/mlx5: add mlx5_glue_constructor
` [dpdk-dev] [PATCH v2 05/41] common/mlx5: add meson support for FreeBSD
` [dpdk-dev] [PATCH v2 06/41] net/mlx5: implement device attribute getter
` [dpdk-dev] [PATCH v2 07/41] common/mlx5: retrieve the device index and name
` [dpdk-dev] [PATCH v2 08/41] common/mlx5: derive PCI addr from device path
` [dpdk-dev] [PATCH v2 09/41] net/mlx5: get the FreeBSD interface name
` [dpdk-dev] [PATCH v2 10/41] net/mlx5: socket for inter-process communication
` [dpdk-dev] [PATCH v2 11/41] common/mlx5: add mr reg/dereg API
` [dpdk-dev] [PATCH v2 12/41] net/mlx5: add helpers for MR & HW operations
` [dpdk-dev] [PATCH v2 13/41] net/mlx5: define MR callbacks
` [dpdk-dev] [PATCH v2 14/41] net/mlx5: add open IB device routines
` [dpdk-dev] [PATCH v2 15/41] common/mlx5: add PF_INET socket interface
` [dpdk-dev] [PATCH v2 16/41] common/mlx5: add VLAN vmwa structures
` [dpdk-dev] [PATCH v2 17/41] net/mlx5: add vlan vmwa stub
` [dpdk-dev] [PATCH v2 18/41] net/mlx5: add get MAC
` [dpdk-dev] [PATCH v2 19/41] net/mlx5: add get MTU
` [dpdk-dev] [PATCH v2 20/41] net/mlx5: add OS MAC routines
` [dpdk-dev] [PATCH v2 21/41] net/mlx5: add set MTU routine
` [dpdk-dev] [PATCH v2 22/41] net/mlx5: add link state callbacks
` [dpdk-dev] [PATCH v2 23/41] net/mlx5: add link update callback
` [dpdk-dev] [PATCH v2 24/41] net/mlx5: read device clock
` [dpdk-dev] [PATCH v2 25/41] net/mlx5: handle async device events
` [dpdk-dev] [PATCH v2 26/41] net/mlx5: add callback to check dev is removed
` [dpdk-dev] [PATCH v2 27/41] net/mlx5: add flow control callbacks
` [dpdk-dev] [PATCH v2 28/41] net/mlx5: add module callbacks
` [dpdk-dev] [PATCH v2 29/41] net/mlx5: added stats support
` [dpdk-dev] [PATCH v2 30/41] net/mlx5: add stubs for bonding
` [dpdk-dev] [PATCH v2 31/41] net/mlx5: add stub to read hw counters
` [dpdk-dev] [PATCH v2 32/41] net/mlx5: add multiprocess support
` [dpdk-dev] [PATCH v2 33/41] net/mlx5: add initialization routines
` [dpdk-dev] [PATCH v2 34/41] net/mlx5: add flow workspace APIs
` [dpdk-dev] [PATCH v2 35/41] net/mlx5: add pci probe and dev spawn support
` [dpdk-dev] [PATCH v2 36/41] net/mlx5: set file descriptor as non-blocking
` [dpdk-dev] [PATCH v2 37/41] net/mlx5: add routine to extract pdn
` [dpdk-dev] [PATCH v2 38/41] net/mlx5: set promisc and allmulti modes
` [dpdk-dev] [PATCH v2 39/41] common/mlx5: add stub for mlx5_translate_port_name
` [dpdk-dev] [PATCH v2 40/41] net/mlx5: add meson support for FreeBSD
` [dpdk-dev] [PATCH v2 41/41] doc/mlx5: update docs with FreeBSD information

[PATCH v2] Add device reset timeout field
 2021-10-08 10:59 UTC  (11+ messages)
        ` [virtio-dev] "

[PATCH 0/3] mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEM
 2021-10-08 10:56 UTC  (10+ messages)
` [PATCH 2/3] mtd: spi-nor: intel-spi: Convert "

[igt-dev] [PATCH i-g-t] tests/kms_big_fb: Add retry mechanism for async flip subtests
 2021-10-08 10:56 UTC  (8+ messages)

[PATCH RESEND] x86/resource: Do not exclude regions that are marked as MMIO in EFI memmap
 2021-10-08 10:56 UTC  (2+ messages)

[PATCH v1 01/13] linux-firmware: Update firmware file for Intel Bluetooth AX201
 2021-10-08 11:00 UTC  (13+ messages)
` [PATCH v1 02/13] linux-firmware: Update firmware file for Intel Bluetooth AX200
` [PATCH v1 03/13] linux-firmware: Update firmware file for Intel Bluetooth 9260
` [PATCH v1 04/13] linux-firmware: Update firmware file for Intel Bluetooth 9560
` [PATCH v1 05/13] linux-firmware: Update firmware file for Intel Bluetooth AX210
` [PATCH v1 06/13] linux-firmware: Update firmware file for Intel Bluetooth AX211
` [PATCH v1 07/13] "
` [PATCH v1 08/13] linux-firmware: Update firmware file for Intel Bluetooth AX201
` [PATCH v1 09/13] "
` [PATCH v1 10/13] linux-firmware: Update firmware file for Intel Bluetooth 9560
` [PATCH v1 11/13] "
` [PATCH v1 12/13] linux-firmware: Update firmware file for Intel Bluetooth 9462
` [PATCH v1 13/13] "

[PATCH v12 00/11] Add support for Hikey 970 PCIe
 2021-10-08 10:55 UTC  (5+ messages)

[dpdk-dev] Should we keep autotest.py ?
 2021-10-08 10:55 UTC  (5+ messages)

[PATCH] soundwire: qcom: add debugfs entry for soundwire register dump
 2021-10-08 10:54 UTC  (4+ messages)

[RESEND PATCH v2 0/7] nfc: minor printk cleanup
 2021-10-08 10:54 UTC  (7+ messages)
` [RESEND PATCH v2 2/7] nfc: nci: replace GPLv2 boilerplate with SPDX
      ` [linux-nfc] "

[dpdk-dev] Question about DPDK hugepage fd change
 2021-10-07 14:13 UTC 

[dpdk-dev] [PATCH 00/12] Expand NIC offloads support on Windows
 2021-10-06 19:18 UTC  (2+ messages)

[PATCH V2] Grow: Close cfd file descriptor
 2021-10-08 10:52 UTC  (2+ messages)

[PATCH v6 0/3] NVIDIA Tegra NVDEC support
 2021-10-08 10:51 UTC  (4+ messages)
` [PATCH v6 2/3] arm64: tegra: Add NVDEC to Tegra186/194 device trees

Approaches for same-on-same linux-user execve?
 2021-10-08 10:44 UTC  (3+ messages)

[PATCH] ocfs2: mount fails with buffer overflow in strlen
 2021-10-08 10:46 UTC  (4+ messages)
` [PATCH v2] "
    ` [Ocfs2-devel] "

[PATCH] dma-resv: Fix dma_resv_get_fences and dma_resv_copy_fences after conversion
 2021-10-08 10:49 UTC  (4+ messages)
` [Intel-gfx] "

[RFC PATCH v2 00/25] block layer: split block APIs in global state and I/O
 2021-10-08 10:48 UTC  (4+ messages)
` [RFC PATCH v2 24/25] job.h: split function pointers in JobDriver

[tpm2] TCG CodeGen Developer Challenge
 2021-10-08 10:49 UTC 

[Buildroot] [git commit] package/wireless-regdb: bump version to 2021.08.28
 2021-10-08 10:47 UTC 

[Buildroot] [git commit] package/apache: security bump to version 2.4.51
 2021-10-08 10:45 UTC 

[LTP] [PATCH v2 1/2] clock_nanosleep01: Avoid dereferencing bad pointers in libc
 2021-10-08 10:49 UTC  (4+ messages)
` [LTP] [PATCH v2 2/2] clock_nanosleep01: Add space to make make-check happy

[PATCH v14 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-10-08 10:48 UTC  (4+ messages)
` [PATCH v14 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v14 2/3] arch: Wire up trusted_for(2)
` [PATCH v14 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

[Buildroot] [git commit] package/iptables: S35iptables script cleanups
 2021-10-08 10:44 UTC 

[Buildroot] [git commit] package/openssh: security bump to version 8.8p1
 2021-10-08 10:47 UTC 

[PATCH v4 00/11] virtio-iommu: Add ACPI support
 2021-10-08 10:46 UTC  (3+ messages)
` [PATCH v4 07/11] pc: Allow instantiating a virtio-iommu device

[PATCH] x86/PV32: fix physdev_op_compat handling
 2021-10-08 10:47 UTC 

[Buildroot] [PATCH v1] package/wireless-regdb: bump version to 2021.08.28
 2021-10-08 10:48 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/openssh: security bump to version 8.8p1
 2021-10-08 10:47 UTC  (2+ messages)

[Buildroot] [PATCH v1] package/apache: security bump to version 2.4.51
 2021-10-08 10:46 UTC  (2+ messages)

[PATCH] mm: Fix NULL page->mapping dereference in page_is_secretmem()
 2021-10-08 10:46 UTC  (2+ messages)

[PATCH iproute2-next] devlink: add dry run attribute support to devlink flash
 2021-10-08 10:43 UTC 

[PATCH] generic-loader: remove the ram_size limit when a loading binary file
 2021-10-08 10:38 UTC  (6+ messages)

[PATCH v2] ceph: ignore the truncate when size won't change with Fx caps ssued
 2021-10-08 10:42 UTC  (2+ messages)

[net-next 0/4] devlink: add dry run support for flash update
 2021-10-08 10:41 UTC  (5+ messages)
` [net-next 1/4] ice: move and rename ice_check_for_pending_update
` [net-next 2/4] ice: move ice_devlink_flash_update and merge with ice_flash_pldm_image
` [net-next 3/4] devlink: add dry run attribute to flash update
` [net-next 4/4] ice: support dry run of a flash update to validate firmware file

[PATCH 0/4] net: stmmac: fix regression on SPEAr3xx SOC
 2021-10-08 10:34 UTC  (10+ messages)
` [PATCH 1/4] net: stmmac: fix get_hw_feature() on old hardware
` [PATCH 2/4] dt-bindings: net: snps,dwmac: add dwmac 3.40a IP version
` [PATCH 3/4] net: stmmac: add support for dwmac 3.40a
` [PATCH 4/4] ARM: dts: spear3xx: Fix gmac node

[dpdk-dev] [PATCH] devtools/cocci: added script for ethdev namespace
 2021-10-08 10:29 UTC 

[PATCH 1/4] perf vendor events: Syntax corrections in Neoverse N1 json
 2021-10-08 10:34 UTC  (8+ messages)

[PATCH v3 0/8] Add support for DMA2D of STMicroelectronics STM32 Soc series
 2021-10-08 10:30 UTC  (18+ messages)
` [PATCH v3 1/8] media: admin-guide: add stm32-dma2d description
` [PATCH v3 2/8] media: dt-bindings: media: add document for STM32 DMA2d bindings
` [PATCH v3 3/8] ARM: dts: stm32: Add DMA2D support for STM32F429 series soc
` [PATCH v3 4/8] ARM: dts: stm32: Enable DMA2D on STM32F469-DISCO board
` [PATCH v3 5/8] media: v4l2-mem2mem: add v4l2_m2m_get_unmapped_area for no-mmu platform
` [PATCH v3 6/8] media: v4l2-ctrls: Add ARGB color effects control
` [PATCH v3 7/8] clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after enter shell
` [PATCH v3 8/8] media: stm32-dma2d: STM32 DMA2D driver

[PATCH 0/2] objtool: Avoid pointless modifications
 2021-10-08 10:35 UTC  (4+ messages)
` [PATCH 2/2] objtool: Optimize/fix retpoline alternative generation

[PATCH v4] scripts/decodecode: fix faulting instruction no print when opps.file is DOS format
 2021-10-08 10:35 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/4] drivers/qat: isolate implementations of qat generations
 2021-10-08 10:34 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 00/10] "
  ` [dpdk-dev] [PATCH v2 10/10] doc: update release note
    ` [dpdk-dev] [EXT] "

[PATCH 1/5] dri: cleanup debugfs error handling
 2021-10-08 10:34 UTC  (6+ messages)
` [PATCH 3/5] drm/radeon: check dri root before debugfs init
  ` [Intel-gfx] "

[dpdk-dev] [PATCH] ethdev: fix one MAC address occupies two index in mac addrs
 2021-10-08 10:04 UTC  (4+ messages)

[dpdk-dev] [PATCH] dmadev: introduce DMA device library
 2021-10-08 10:18 UTC  (7+ messages)
` [dpdk-dev] [PATCH v23 1/6] "
` [dpdk-dev] [PATCH v23 2/6] dmadev: add control plane function support

[PATCH v7 00/11] VP9 codec V4L2 control interface
 2021-10-08 10:30 UTC  (5+ messages)
` [PATCH v7 07/11] media: rkvdec: Add the VP9 backend

[dpdk-dev] [RFC V1] ethdev: fix the issue that dev uninit may be called twice
 2021-10-08 10:23 UTC  (3+ messages)
` [dpdk-dev] [PATCH] ethdev: fix eth device released repeatedly

[dpdk-dev] [PATCH 0/4] iavf: add iAVF IPsec inline crypto support
 2021-10-08 10:20 UTC  (8+ messages)
` [dpdk-dev] [PATCH v6 0/6] "
  ` [dpdk-dev] [PATCH v6 1/6] common/iavf: "
  ` [dpdk-dev] [PATCH v6 2/6] net/iavf: rework tx path
  ` [dpdk-dev] [PATCH v6 3/6] net/iavf: add support for asynchronous virt channel messages
  ` [dpdk-dev] [PATCH v6 4/6] net/iavf: add iAVF IPsec inline crypto support
  ` [dpdk-dev] [PATCH v6 5/6] net/iavf: add xstats support for inline IPsec crypto
  ` [dpdk-dev] [PATCH v6 6/6] net/iavf: add watchdog for VFLR

[PATCH] Describe "fail" status for /cpus/cpu* nodes
 2021-10-08 10:31 UTC  (3+ messages)

[PATCH] Fix error message when creating raid 4, 5 and 10
 2021-10-08 10:30 UTC  (2+ messages)

[PATCH] Incremental: Fix possible memory and resource leaks
 2021-10-08 10:28 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/16] drm/i915: DP per-lane drive settings for icl+
 2021-10-08 10:29 UTC  (8+ messages)
` [Intel-gfx] [PATCH 04/16] drm/i915: Add all per-lane register definitions for icl combo phy
` [Intel-gfx] [PATCH 05/16] drm/i915: Remove dead DKL_TX_LOADGEN_SHARING_PMD_DISABLE stuff
` [Intel-gfx] [PATCH 06/16] drm/i915: Extract icl_combo_phy_loadgen_select()

[PATCH v5 0/6] Rx mode support for Cadence DPHY
 2021-10-08 10:27 UTC  (9+ messages)
` [PATCH v5 2/6] phy: cdns-dphy: Add Rx support

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

[dpdk-dev] [PATCH] ethdev: remove deprecated shared counter attribute
 2021-10-08 10:26 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] net: stmmac: dwmac-rk: Add runtime PM support
 2021-10-08 10:24 UTC  (2+ messages)

[PATCH] dma-buf: acquire name lock before read/write dma_buf.name
 2021-10-08 10:24 UTC  (5+ messages)
` [PATCH v2] "

[PATCH V5 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-10-08 10:25 UTC  (10+ messages)
` [PATCH V5 1/3] xen/arm: Introduce gpaddr_bits field to struct xen_arch_domainconfig

[dpdk-dev] [PATCH] ip_frag: modify the fragment offset and mf
 2021-10-08 10:24 UTC  (6+ messages)

[PATCH 0/3] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
 2021-10-08 10:21 UTC  (4+ messages)
` [PATCH 2/3] virtio-iommu: Default to bypass during boot

[PATCH] perf vendor events power10: Add metric events json file for power10 platform
 2021-10-08 10:23 UTC  (2+ messages)

[LTP] [PATCH v3 1/1] setgroups03: Fix running more iterations (-i 2)
 2021-10-08 10:23 UTC  (2+ messages)

[REGRESSION] lkft kselftest for next-20211008
 2021-10-08 10:22 UTC 


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.