All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-28 15:19:59 to 2021-10-28 16:11:22 UTC [more...]

[dpdk-dev] [PATCH 0/4] iavf: add iAVF IPsec inline crypto support
 2021-10-28 15:52 UTC  (9+ messages)
` [dpdk-dev] [PATCH v13 0/7] "
  ` [dpdk-dev] [PATCH v13 1/7] common/iavf: "
  ` [dpdk-dev] [PATCH v13 2/7] net/iavf: rework tx path
  ` [dpdk-dev] [PATCH v13 3/7] net/iavf: add support for asynchronous virt channel messages
  ` [dpdk-dev] [PATCH v13 4/7] net/iavf: add iAVF IPsec inline crypto support
  ` [dpdk-dev] [PATCH v13 5/7] net/iavf: add xstats support for inline IPsec crypto
  ` [dpdk-dev] [PATCH v13 6/7] net/iavf: add watchdog for VFLR
  ` [dpdk-dev] [PATCH v13 7/7] net/iavf: update doc with inline crypto support

[PATCH bpf-next v2 0/4] Various RISC-V BPF improvements
 2021-10-28 16:10 UTC  (9+ messages)
` [PATCH bpf-next v2 1/4] riscv, bpf: Increase the maximum number of iterations
` [PATCH bpf-next v2 2/4] tools build: Add RISC-V to HOSTARCH parsing
` [PATCH bpf-next v2 3/4] riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
` [PATCH bpf-next v2 4/4] selftests/bpf: Fix broken riscv build

[PATCH v4 00/22] monitor: explicitly permit QMP commands to be added for all use cases
 2021-10-28 15:54 UTC  (11+ messages)
` [PATCH v4 01/22] monitor: remove 'info ioapic' HMP command
` [PATCH v4 02/22] monitor: make hmp_handle_error return a boolean
` [PATCH v4 03/22] docs/devel: rename file for writing monitor commands
` [PATCH v4 04/22] docs/devel: tweak headings in monitor command docs
` [PATCH v4 06/22] monitor: introduce HumanReadableText and HMP support
` [PATCH v4 07/22] docs/devel: document expectations for QAPI data modelling for QMP
` [PATCH v4 08/22] docs/devel: add example of command returning unstructured text
` [PATCH v4 10/22] qapi: introduce x-query-roms QMP command
` [PATCH v4 11/22] qapi: introduce x-query-profile "
` [PATCH v4 15/22] qapi: introduce x-query-ramblock "

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-10-28 16:09 UTC  (38+ messages)
` [PATCH v2 21/43] KVM: VMX: Clean up PI pre/post-block WARNs
` [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 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 v17 0/5] FPGA Image Load (previously Security Manager)
 2021-10-28 16:08 UTC  (12+ messages)

[PATCH 1/2] iio: mma8452: Fix trigger reference couting
 2021-10-28 16:12 UTC  (5+ messages)
` [PATCH 2/2] iio: trigger: Fix reference counting

[PATCH] HID: hid-asus.c: Maps key 0x35 (display off) to KEY_SCREENLOCK
 2021-10-28 16:07 UTC  (2+ messages)

[PATCH] fscache: Use only one fscache_object_cong_wait
 2021-10-28 16:06 UTC 

[Buildroot] [PATCH 1/2] package/netdata: add libcap optional dependency
 2021-10-28 16:03 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/netdata: disable unit tests

[PATCH] xen/arm: fix SBDF calculation for vPCI MMIO handlers
 2021-10-28 16:03 UTC  (12+ messages)

[PATCH v2 0/5] [RFC] x86: Export information about hardware memory encryption to sysfs
 2021-10-28 16:03 UTC  (6+ messages)

[PATCH net] net: ethernet: microchip: lan743x: Increase rx ring size to improve rx performance
 2021-10-28 16:03 UTC  (2+ messages)

[PATCH v2 1/2] iio: adc: ina2xx: Make use of the helper macro kthread_run()
 2021-10-28 16:06 UTC  (2+ messages)

[igt-dev] [PATCH] tests/kms_plane_cursor: igt_require_pipe_crc for test_init
 2021-10-28 16:01 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/x11r7/xserver_xorg-server: add xdg SELinux module
 2021-10-28 15:59 UTC 

[PATCH v2 0/7] Add pm8150b TPCM driver
 2021-10-28 16:00 UTC  (2+ messages)

[PATCH net v2] net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled
 2021-10-28 16:00 UTC  (4+ messages)
` [Bridge] "

[PATCH] sched/core: Export pelt_thermal_tp
 2021-10-28 16:00 UTC  (2+ messages)

[PATCH] Staging: greybus: audio_codec: changed a void function to return 0
 2021-10-28 15:38 UTC 

[PATCH v3] iio: adc: stm32-adc: Fix of_node_put() issue in stm32-adc
 2021-10-28 16:04 UTC  (4+ messages)

[PATCH] scsi: ufs: Fix proper API to send HPB pre-request
 2021-10-28 15:59 UTC  (5+ messages)

[PATCH bpf-next 0/4] Various RISC-V BPF improvements
 2021-10-28 15:58 UTC  (4+ messages)
` [PATCH bpf-next 4/4] selftests/bpf: Fix broken riscv build

[peterz-queue:objtool/core 43/58] /bin/sh: 1: test: -lt: unexpected operator
 2021-10-28 15:58 UTC  (2+ messages)

[PATCH v2] add, rm, mv: fix bug that prevents the update of non-sparse dirs
 2021-10-28 15:58 UTC  (4+ messages)
` [PATCH v3] "

[dpdk-dev] [PATCH v5 0/6] make rte_intr_handle internal
 2021-10-28 15:58 UTC  (4+ messages)
` [dpdk-dev] [PATCH v8 0/9] "
  ` [dpdk-dev] [PATCH v8 9/9] interrupts: extend event list

[PATCH v1 1/1] delay: Replace kernel.h with the necessary inclusions
 2021-10-28 15:58 UTC  (3+ messages)

[PATCH 0/3] implement direct IO with integrity
 2021-10-28 15:56 UTC  (8+ messages)

[PATCH 1/3] iio: add adddac subdirectory
 2021-10-28 16:02 UTC  (5+ messages)
` [PATCH 3/3] iio: addac: add AD74413R driver
` [PATCH v2 1/3] iio: add adddac subdirectory

[PATCH] dax: Kill DEV_DAX_PMEM_COMPAT
 2021-10-28 15:57 UTC  (2+ messages)

[PATCH V10 6/8] PCI/P2PDMA: Add a 10-Bit Tag check in P2PDMA
 2021-10-28 15:56 UTC  (2+ messages)

tg3 RX packet re-order in queue 0 with RSS
 2021-10-28 15:41 UTC  (6+ messages)

[PATCH 00/20] exit cleanups
 2021-10-28 15:56 UTC  (4+ messages)
` [PATCH 11/20] signal/s390: Use force_sigsegv in default_trap_handler

[PATCH 01/11] drm/i915: Remove unused bits of i915_vma/active api
 2021-10-28 15:55 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[Buildroot] [PATCH v2 1/2] package/python-markupsafe: bump to version 2.0.1
 2021-10-28 15:54 UTC  (5+ messages)

[PATCH] mm: Disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMPT_RT
 2021-10-28 15:54 UTC  (2+ messages)

[PATCH] drm/amdgpu/pm: drop pp_power_profile_mode support for APUs
 2021-10-28 15:53 UTC 

[PATCH v4 00/25] block layer: split block APIs in global state and I/O
 2021-10-28 15:49 UTC  (6+ messages)
` [PATCH v4 14/25] include/systemu/blockdev.h: global state API

[PATCH v6 00/12] target/hexagon: introduce idef-parser
 2021-10-28 15:49 UTC  (9+ messages)
` [PATCH v6 07/12] target/hexagon: prepare input for the idef-parser
` [PATCH v6 08/12] target/hexagon: import lexer for idef-parser

[PATCH 00/14] PCI: aardvark controller fixes BATCH 2
 2021-10-28 15:51 UTC  (11+ messages)
` [PATCH 10/14] PCI: aardvark: Enable MSI-X support

[PATCH 00/11] i915: Initial multi-tile support
 2021-10-28 15:41 UTC  (3+ messages)
` [PATCH 06/11] drm/i915: Initial support for per-tile uncore
  ` [Intel-gfx] "

[PATCH] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
 2021-10-28 15:49 UTC  (12+ messages)
      ` [PATCH] Remove negation from the merge option "--no-verify"
            ` [PATCH] Remove negation from the commit and "
                  ` [PATCH 2/2] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-10-28 15:44 UTC  (16+ messages)

[PATCH v2 0/5] test_hash.c: refactor into KUnit
 2021-10-28 15:48 UTC  (7+ messages)
` [PATCH v2 1/5] hash.h: remove unused define directive
` [PATCH v2 2/5] test_hash.c: split test_int_hash into arch-specific functions

[PATCH 0/2] powerpc prevents deadlock in the watchdog path
 2021-10-28 15:45 UTC  (6+ messages)
` [PATCH 1/2] powerpc/watchdog: prevent printk and send IPI while holding the wd lock

[PATCH] ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or later
 2021-10-28 15:44 UTC  (2+ messages)

[PATCH v4 0/4] sunxi: TOC0 image type support
 2021-10-28 15:44 UTC  (11+ messages)
` [PATCH v4 1/4] tools: Separate image types which depend on OpenSSL

[PATCH 01/14] lz4: remove redundant BSD license
 2021-10-28 15:44 UTC  (3+ messages)
` [PATCH 11/14] libx11-compose-data: set precise "
  ` [OE-core] "

[PATCH 00/24] bsd-user: arm (32-bit) support
 2021-10-28 15:42 UTC  (15+ messages)
` [PATCH 06/24] bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
` [PATCH 07/24] bsd-user/arm/target_arch_cpu.h: Implment trivial EXCP exceptions
` [PATCH 08/24] bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
` [PATCH 09/24] bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
` [PATCH 10/24] bsd-user/arm/target_arch_reg.h: Implement core dump register copying
` [PATCH 11/24] bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space
` [PATCH 12/24] bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm

[dpdk-dev] [PATCH v1 1/2] vfio: make API return values consistent
 2021-10-28 15:40 UTC  (5+ messages)

[PATCH bpf] riscv, bpf: Fix potential NULL dereference
 2021-10-28 15:40 UTC  (3+ messages)

[PATCH net] Revert "net: hns3: fix pause config problem after autoneg disabled"
 2021-10-28 15:40 UTC  (2+ messages)

[PATCH net] mptcp: fix corrupt receiver key in MPC + data + checksum
 2021-10-28 15:40 UTC  (2+ messages)

conflict markers in markdown files
 2021-10-28 15:38 UTC  (2+ messages)

[PATCH v3 00/35] efi: Improvements to U-Boot running on top of UEFI
 2021-10-28 15:38 UTC  (6+ messages)
` [PATCH v3 01/35] efi: Add a script for building and testing U-Boot on UEFI

[PATCH v2 0/5] pci/iommu: Fail early if vfio-pci detected before vIOMMU
 2021-10-28 15:36 UTC  (4+ messages)
` [PATCH v2 5/5] pc/q35: Add pre-plug hook for x86-iommu

[PATCH 1/3] RISC-V: Enable KVM in RV64 and RV32 defconfigs as a module
 2021-10-28 15:37 UTC  (4+ messages)

[PATCH nft] doc: update ct timeout section with the state names
 2021-10-28 15:37 UTC 

[PATCH 00/13] Kconfig symbol clean-up on ./arch/arm{64}
 2021-10-28 15:35 UTC  (6+ messages)
` [PATCH 04/13] arm: drop an obsolete ifdef with the removed config PCI_HOST_ITE8152

[PATCH v5 0/8] Switch iotests to using Async QMP
 2021-10-28 15:35 UTC  (6+ messages)
` [PATCH v5 2/8] python/machine: Handle QMP errors on close more meticulously

[PATCH 0/7] staging: vt6655: Fix line wrapping in `RFvWriteWakeProgSyn`
 2021-10-28 15:36 UTC  (4+ messages)
` [Outreachy kernel] [PATCH 5/7] staging: vt6655: Rewrite conditional in AL7320 initialization

[dpdk-dev] [PATCH] examples/multi_process: fix RX packets distribution
 2021-10-28 15:35 UTC  (4+ messages)

[PATCH] mm/migrate.c: Remove MIGRATE_PFN_LOCKED
 2021-10-28 15:33 UTC  (7+ messages)
      ` [Nouveau] "

[PATCH] drm/i195: Remove some dead struct fwd decl from i915_drv.h
 2021-10-28 15:33 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v3 00/19] monitor: explicitly permit QMP commands to be added for all use cases
 2021-10-28 15:31 UTC  (7+ messages)
` [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP
` [PATCH v3 04/19] docs/devel: add example of command returning unstructured text

[PATCH RESEND] ASoC: fix unmet dependencies on GPIOLIB for SND_SOC_DMIC
 2021-10-28 15:31 UTC  (7+ messages)

Minutes: Yocto Project Weekly Triage Meeting 10/28/2021
 2021-10-28 15:32 UTC 

[PATCH net-next 0/4][pull request] 40GbE Intel Wired LAN Driver Updates 2021-10-25
 2021-10-28 15:32 UTC  (5+ messages)
` [PATCH net-next 3/4] igb: unbreak I2C bit-banging on i350

[PATCH 1/2] drm/i915/dmabuf: fix broken build
 2021-10-28 15:31 UTC  (3+ messages)
` [PATCH 2/2] drm/i915/dmabuf: drop the flush on discrete
  ` [Intel-gfx] "

[PATCH v2] drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits
 2021-10-28 15:31 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/kodi: use libgbm virtual package
 2021-10-28 15:31 UTC 

kirkwood stack size
 2021-10-28 15:30 UTC  (6+ messages)

[PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
 2021-10-28 15:30 UTC  (12+ messages)

[PATCH v1] sched/numa: add per-process numa_balancing
 2021-10-28 15:30 UTC  (2+ messages)

[PATCH ethtool 0/2] Fix condition for showing MDI-X status
 2021-10-28 15:30 UTC  (2+ messages)

[PATCH 01/28] drm/i915: Fix i915_request fence wait semantics
 2021-10-28 15:30 UTC  (7+ messages)
` [PATCH 02/28] drm/i915: use new iterator in i915_gem_object_wait_reservation
      ` [Intel-gfx] "

[Discussion] The architecture of Scalar (and others) within Git
 2021-10-28 15:29 UTC  (2+ messages)

[PATCH 0/3] Add FDMA support on ocelot switch driver
 2021-10-28 15:28 UTC  (8+ messages)
` [PATCH 1/3] net: ocelot: add support to get mac from device-tree

[PATCH 1/2] dt-bindings: reset: Add generic GPIO reset binding
 2021-10-28 15:26 UTC  (4+ messages)

Deploying new iterator interface for dma-buf
 2021-10-28 15:26 UTC  (6+ messages)
` [PATCH 26/28] drm/nouveau: use the new interator in nv50_wndw_prepare_fb
      ` [Intel-gfx] "

[PATCH iproute2 v2 0/2] add json support on tc u32
 2021-10-28 15:25 UTC  (3+ messages)
` [PATCH iproute2 v2 1/2] tc: u32: add support for json output
` [PATCH iproute2 v2 2/2] tc: u32: add json support in `print_raw`, `print_ipv4`, `print_ipv6`

[PATCH] [RESEND] drm: fb_helper: fix CONFIG_FB dependency
 2021-10-28 15:24 UTC  (7+ messages)

linux-next: build warning after merge of the tip tree
 2021-10-28 15:24 UTC  (3+ messages)

GCC not detecting use of uninitialized variable?
 2021-10-28 15:24 UTC  (5+ messages)

[PATCH v3] migration/rdma: Fix out of order wrid
 2021-10-28 15:17 UTC  (2+ messages)

[PATCH v3 00/37] KVM: x86: TLB flushing fixes and enhancements
 2021-10-28 15:22 UTC  (4+ messages)
` [PATCH v3 23/37] KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-Exit

[dpdk-dev] [PATCH v6 4/4] net/ice: enable protocol agnostic flow offloading in FDIR
 2021-10-28 15:13 UTC  (4+ messages)
` [dpdk-dev] [PATCH v7 0/4] "
  ` [dpdk-dev] [PATCH v7 2/4] net/ice/base: add function to set HW profile for raw flow

[pull-request][net-next] Merge mlx5-next into net-next
 2021-10-28 15:22 UTC  (2+ messages)

[PATCH v3 0/3] Prepare error capture for asynchronous migration
 2021-10-28 15:21 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Prepare error capture for asynchronous migration (rev3)

[RFC PATCH 0/8] GPU memory tracepoints
 2021-10-28 15:21 UTC  (5+ messages)
` [RFC PATCH 1/8] tracing/gpu: modify gpu_mem_total

next/master build: 228 builds: 102 failed, 126 passed, 532 errors, 200 warnings (next-20211028)
 2021-10-28 15:20 UTC 

next/master build: 228 builds: 102 failed, 126 passed, 532 errors, 200 warnings (next-20211028)
 2021-10-28 15:20 UTC 

[PATCH net-next] net: ethernet: microchip: lan743x: Increase rx ring size to improve rx performance
 2021-10-28 15:21 UTC 

[PATCH net-next v2] net: virtio: use eth_hw_addr_set()
 2021-10-28 15:20 UTC  (2+ messages)

[PATCH v4 0/2] hw/core/machine: Add an unit test for smp_parse
 2021-10-28 15:09 UTC  (2+ messages)
` [PATCH v4 2/2] tests/unit: Add an unit test for smp parsing


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.