All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-06 10:02:28 to 2021-07-06 10:47:48 UTC [more...]

[dpdk-dev] [PATCH 1/2] common/cnxk: add support for rte flow item raw
 2021-07-06 10:47 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 2/2] net/cnxk: "

[PATCH] bus: Make remove callback return void
 2021-07-06 10:47 UTC  (18+ messages)

[PATCH v4 0/2] Add p2p via dmabuf to habanalabs
 2021-07-06 10:47 UTC  (10+ messages)

[PATCH] drm/hisilicon/hibmc: Convert to Linux IRQ interfaces
 2021-07-06 10:46 UTC  (2+ messages)

[PATCH] dwarfsrcfiles: Avoid races over debug-link files
 2021-07-06 10:40 UTC 

[PATCH] migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()
 2021-07-06 10:05 UTC  (10+ messages)

[PULL 00/40] Misc patches for 2021-07-06
 2021-07-06 10:01 UTC  (41+ messages)
` [PULL 01/40] Makefile: Remove /usr/bin/env wrapper from the SHELL variable
` [PULL 02/40] softmmu/vl: Remove obsolete comment about the "frame" parameter
` [PULL 03/40] ui: Fix the "-display sdl,window_close=..." parameter
` [PULL 04/40] ui: Mark the '-no-quit' option as deprecated
` [PULL 05/40] qemu-options: Improve the documentation of the -display options
` [PULL 06/40] coverity-scan: Remove lm32 / unicore32 targets
` [PULL 07/40] coverity-scan: switch to vpath build
` [PULL 08/40] target/i386: Declare constants for XSAVE offsets
` [PULL 09/40] target/i386: Consolidate the X86XSaveArea offset checks
` [PULL 10/40] target/i386: Clarify the padding requirements of X86XSaveArea
` [PULL 11/40] target/i386: Pass buffer and length to XSAVE helper
` [PULL 12/40] target/i386: Make x86_ext_save_areas visible outside cpu.c
` [PULL 13/40] target/i386: Observe XSAVE state area offsets
` [PULL 14/40] target/i386: Populate x86_ext_save_areas offsets using cpuid where possible
` [PULL 15/40] target/i386: Move X86XSaveArea into TCG
` [PULL 16/40] configure: drop vte-2.90 check
` [PULL 17/40] configure, meson: convert vte detection to meson
` [PULL 18/40] configure, meson: convert virgl "
` [PULL 19/40] configure, meson: convert libdaxctl "
` [PULL 20/40] configure, meson: convert libpmem "
` [PULL 21/40] configure, meson: convert liburing "
` [PULL 22/40] configure, meson: convert libxml2 "
` [PULL 23/40] meson: sort existing compiler tests
` [PULL 24/40] meson: store dependency('threads') in a variable
` [PULL 25/40] configure, meson: move CONFIG_IVSHMEM to meson
` [PULL 26/40] configure: convert HAVE_BROKEN_SIZE_MAX "
` [PULL 27/40] configure: convert compiler tests to meson, part 1
` [PULL 28/40] configure: convert compiler tests to meson, part 2
` [PULL 29/40] configure: convert compiler tests to meson, part 3
` [PULL 30/40] configure: convert compiler tests to meson, part 4
` [PULL 31/40] configure: convert compiler tests to meson, part 5
` [PULL 32/40] configure: convert compiler tests to meson, part 6
` [PULL 33/40] qom: export more functions for use with non-UserCreatable objects
` [PULL 34/40] keyval: introduce keyval_merge
` [PULL 35/40] keyval: introduce keyval_parse_into
` [PULL 36/40] vl: switch -M parsing to keyval
` [PULL 37/40] machine: add smp compound property
` [PULL 38/40] qemu-option: remove now-dead code
` [PULL 39/40] Set icon for QEMU binary on Mac OS
` [PULL 40/40] config-host.mak: remove unused compiler-related lines

[PATCH] ascii.7: add vertical rule to separate the two columns
 2021-07-06 10:45 UTC  (2+ messages)

[PATCH v5 00/10] GICv3 LPI and ITS feature implementation
 2021-07-06 10:05 UTC  (7+ messages)
` [PATCH v5 04/10] hw/intc: GICv3 ITS Command processing

Hitting BUG_ON in do_notify_resume() with gdb and SIGTRAP
 2021-07-06 10:43 UTC  (2+ messages)

[PATCH v2] hw/virtio: Document *_should_notify() are called within rcu_read_lock()
 2021-07-06 10:04 UTC  (3+ messages)

[PATCH v2 0/7] Asynchronous notifications from secure world
 2021-07-06 10:36 UTC  (6+ messages)

[dpdk-dev] [PATCH v4 00/14] drivers: introduce mlx5 crypto PMD
 2021-07-06 10:37 UTC  (7+ messages)
` [dpdk-dev] [PATCH v5 00/15] "
  ` [dpdk-dev] [PATCH v5 15/15] test/crypto: add mlx5 multi segment tests
    ` [dpdk-dev] [EXT] "

[dpdk-dev] [PATCH] drivers: fix memzone allocations for DMA memory
 2021-07-06 10:37 UTC  (4+ messages)

[LTP] [PATCH 0/1] fs_bind: Convert to ltp tests
 2021-07-06 10:36 UTC  (4+ messages)

[PATCH 00/19] arch: Add basic LoongArch support
 2021-07-06 10:35 UTC  (33+ messages)
` [PATCH 03/19] LoongArch: Add build infrastructure
` [PATCH 05/19] LoongArch: Add boot and setup routines
` [PATCH 06/19] LoongArch: Add exception/interrupt handling
` [PATCH 07/19] LoongArch: Add process management
` [PATCH 08/19] LoongArch: Add memory management
` [PATCH 09/19] LoongArch: Add system call support
` [PATCH 10/19] LoongArch: Add signal handling support
` [PATCH 12/19] LoongArch: Add misc common routines
` [PATCH 13/19] LoongArch: Add some library functions
` [PATCH 15/19] LoongArch: Add PCI controller support
` [PATCH 16/19] LoongArch: Add VDSO and VSYSCALL support
` [PATCH 17/19] LoongArch: Add multi-processor (SMP) support
` [PATCH 18/19] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH 19/19] LoongArch: Add Loongson-3 default config file
  ` [PATCH 04/19] LoongArch: Add common headers

[PATCH 0/7] dma-resv fence DAG fixes
 2021-07-06 10:35 UTC  (20+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH 1/7] drm/msm: Don't break exclusive fence ordering
  `  "
` [PATCH 2/7] drm/msm: always wait for the exclusive fence
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 3/7] drm/etnaviv: Don't break exclusive fence ordering
  `  "
` [PATCH 4/7] drm/i915: delete exclude argument from i915_sw_fence_await_reservation
  ` [Intel-gfx] "
` [PATCH 5/7] drm/i915: Always wait for the exclusive fence
  ` [Intel-gfx] "
` [PATCH 6/7] drm/i915: Don't break exclusive fence ordering
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 7/7] dma-resv: Give the docs a do-over
  `  "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for dma-resv fence DAG fixes

[Nouveau] XDC 2021: Registration & Call for Proposals now open!
 2021-07-06 10:35 UTC  (6+ messages)
` [Nouveau] [Mesa-dev] "
        `  "

[syzbot] upstream boot error: BUG: sleeping function called from invalid context in stack_depot_save
 2021-07-06 10:33 UTC  (2+ messages)

RCU vs data_race()
 2021-07-06 10:33 UTC  (11+ messages)

[PATCH V2 0/6] blk-mq: fix blk_mq_alloc_request_hctx
 2021-07-06 10:32 UTC  (8+ messages)
` [PATCH V2 3/6] scsi: add flag of .use_managed_irq to 'struct Scsi_Host'

[PATCH v3 1/2] can: mcp251xfd: mcp251xfd_probe(): try to get crystal clock rate from property
 2021-07-06 10:14 UTC  (4+ messages)

[PATCH 0/2] math: RATIONAL and RATIONAL_KUNIT_TEST improvements
 2021-07-06 10:31 UTC  (4+ messages)
` [PATCH 1/2] math: Make RATIONAL tristate
` [PATCH 2/2] math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it

[PATCH V2 0/9] Domain on Static Allocation
 2021-07-06 10:31 UTC  (8+ messages)
` [PATCH 6/9] xen/arm: introduce alloc_staticmem_pages and alloc_domstatic_pages

[PATCH] arm: Fix arch_initialise_vcpu to be unsupported
 2021-07-06 10:28 UTC 

[PATCH] arm64: cache: Lower ARCH_DMA_MINALIGN to 64 (L1_CACHE_BYTES)
 2021-07-06 10:26 UTC  (4+ messages)

[TECH TOPIC] Rust for Linux
 2021-07-06 10:22 UTC  (7+ messages)

[PATCH 0/3] Support for ASUS egpu, dpgu disable, panel overdrive
 2021-07-06 10:19 UTC  (10+ messages)
` [PATCH 1/3] asus-wmi: Add panel overdrive functionality
` [PATCH 2/3] asus-wmi: Add dgpu disable method
` [PATCH 3/3] asus-wmi: Add egpu enable method

[PATCH v8 10/10] Documentation: Add documentation for VDUSE
 2021-07-06 10:22 UTC  (17+ messages)
  `  "
      `  "

[PATCH v4 1/2] iio: frequency: adrf6780: add support for ADRF6780
 2021-07-06 10:22 UTC  (5+ messages)

Integration of Docker in Read-only Rootfile system through Yocto
 2021-07-06 10:20 UTC 

[PATCH] x86/PCI: Handle PIRQ routing tables with no router device given
 2021-07-06 10:28 UTC  (2+ messages)

[PATCH v9 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-07-06 10:15 UTC  (6+ messages)
` [PATCH v9 bpf-next 10/14] bpf: add multi-buffer support to xdp copy helpers

[PATCH V3 0/4] tools: perf: Add JSON metrics for i.MX8M platforms
 2021-07-06 10:05 UTC  (5+ messages)

[GIT PULL] kgdb changes for v5.14
 2021-07-06 10:15 UTC 

[PATCH 00/18] crypto: misc cleanup and introduce gnutls backend driver
 2021-07-06  9:59 UTC  (15+ messages)
` [PATCH 02/18] crypto: remove obsolete crypto test condition
` [PATCH 03/18] crypto: skip essiv ivgen tests if AES+ECB isn't available
` [PATCH 04/18] crypto: use &error_fatal in crypto tests
` [PATCH 08/18] crypto: add crypto tests for single block DES-ECB and DES-CBC
` [PATCH 09/18] crypto: delete built-in DES implementation
` [PATCH 10/18] crypto: delete built-in XTS cipher mode support
` [PATCH 11/18] crypto: rename des-rfb cipher to just des
` [PATCH 12/18] crypto: flip priority of backends to prefer gcrypt
` [PATCH 13/18] crypto: introduce build system for gnutls crypto backend
` [PATCH 14/18] crypto: add gnutls cipher provider
` [PATCH 15/18] crypto: add gnutls hash provider
` [PATCH 16/18] crypto: add gnutls hmac provider
` [PATCH 17/18] crypto: add gnutls pbkdf provider
` [PATCH 18/18] crypto: prefer gnutls as the crypto backend if new enough

[PATCH v5 0/3] scsi/dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
 2021-07-06 10:13 UTC  (11+ messages)
` [PATCH v5 3/3] dm mpath: add CONFIG_DM_MULTIPATH_SG_IO - failover for SG_IO
        ` [dm-devel] "

[dpdk-dev] [PATCH v2 1/2] common/cnxk: add support for rte flow item raw
 2021-07-06 10:12 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2 2/2] net/cnxk: "

[PATCH v2 0/2] kvm: x86: Convey the exit reason to user-space on emulation failure
 2021-07-06 10:12 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: Add kvm_x86_ops.get_exit_reason
` [PATCH v2 2/2] KVM: x86: On emulation failure, convey the exit reason to userspace

[RFC PATCH] hw/display/virtio-gpu: Fix memory leak (CID 1453811)
 2021-07-06 10:01 UTC  (4+ messages)

[PATCH for-next v2] RDMA/rxe: Fix memory leak in error path code
 2021-07-06 10:10 UTC  (3+ messages)

[PATCH] [v2] mmc: sdhci-pci-gli: Improve Random 4K Read Performance of GL9763E
 2021-07-06 10:08 UTC  (8+ messages)

[PATCH] Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-07-06 10:07 UTC  (2+ messages)

[PATCH 0/3] Implement role-switch notifications from dwc3-drd to dwc3-qcom
 2021-07-06 10:07 UTC  (4+ messages)
` [PATCH 2/3] usb: dwc3: Add role switch relay support

[v5 0/2] Add MediaTek MT8192 clock provider device nodes
 2021-07-06  9:56 UTC  (3+ messages)
` [v5 1/2] arm64: dts: mediatek: Add mt8192 clock controllers

[PATCH] mt76: mt7915: adapt new firmware to update BA winsize for Rx session
 2021-07-06 10:04 UTC  (2+ messages)

[PATCH nf] netfilter: conntrack: improve RST handling when tuple is re-used
 2021-07-06 10:04 UTC  (4+ messages)

[PATCH v3 0/2] arm64: dts: mt8183: Add kukui platform audio node to the device tree
 2021-07-06 10:01 UTC  (4+ messages)
` [PATCH v3 1/2] arm64: dts: mt8183: add audio node
` [PATCH v3 2/2] arm64: dts: mt8183: add kukui platform "

[PATCH 1/2] dma-fence: export dma_fence_might_wait
 2021-07-06 10:03 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[PATCH 0/6] uniphier: Add PCIe host controller and Akebi96 board support
 2021-07-06 10:01 UTC  (3+ messages)
` [PATCH 4/6] pci: uniphier: Add UniPhier PCIe controller driver
` [PATCH 6/6] ARM: dts: uniphier: Add support for Akebi96

[PATCH] ASoC: atmel: fix spelling mistakes
 2021-07-06 10:02 UTC 

[PATCH v2] platform/x86: think-lmi: Add pending_reboot support
 2021-07-06 10:02 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.