All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-27 22:57:21 to 2020-10-27 23:55:26 UTC [more...]

[PATCH v4 00/22] log: Add commands for manipulating filters
 2020-10-27 23:55 UTC  (8+ messages)
` [PATCH v4 01/22] log: Fix missing negation of ENOMEM
` [PATCH v4 02/22] log: Fix incorrect documentation of log_filter.cat_list
` [PATCH v4 03/22] log: Add additional const qualifier to arrays
` [PATCH v4 04/22] log: Use CONFIG_IS_ENABLED() for LOG_TEST
` [PATCH v4 05/22] log: Expose some helper functions
` [PATCH v4 06/22] log: Add function to create a filter with flags
` [PATCH v4 07/22] log: Add filter flag to deny on match

[dpdk-dev] [PATCH 00/25] net/mlx5: support multiple-thread flow operations
 2020-10-27 23:47 UTC  (20+ messages)
` [dpdk-dev] [PATCH v4 00/34] "
  ` [dpdk-dev] [PATCH v4 01/34] net/mlx5: use thread safe index pool for flow objects
  ` [dpdk-dev] [PATCH v4 02/34] net/mlx5: use thread specific flow workspace
  ` [dpdk-dev] [PATCH v4 03/34] net/mlx5: reuse flow Id as hairpin Id
  ` [dpdk-dev] [PATCH v4 04/34] net/mlx5: indexed pool supports zero size entry
  ` [dpdk-dev] [PATCH v4 05/34] net/mlx5: use indexed pool as ID generator
  ` [dpdk-dev] [PATCH v4 06/34] net/mlx5: make rte flow list thread safe
  ` [dpdk-dev] [PATCH v4 07/34] net/mlx5: make meter action "
  ` [dpdk-dev] [PATCH v4 08/34] net/mlx5: make VLAN network interface "
  ` [dpdk-dev] [PATCH v4 09/34] net/mlx5: create global jump action
  ` [dpdk-dev] [PATCH v4 10/34] net/mlx5: create global default miss action
  ` [dpdk-dev] [PATCH v4 11/34] net/mlx5: create global drop action
  ` [dpdk-dev] [PATCH v4 12/34] net/mlx5: support concurrent access for hash list
  ` [dpdk-dev] [PATCH v4 13/34] net/mlx5: add flow table tunnel offload attribute
  ` [dpdk-dev] [PATCH v4 14/34] net/mlx5: make flow table cache thread safe
  ` [dpdk-dev] [PATCH v4 15/34] net/mlx5: fix redundant Direct Verbs resources allocate
  ` [dpdk-dev] [PATCH v4 16/34] net/mlx5: make flow tag list thread safe
  ` [dpdk-dev] [PATCH v4 17/34] net/mlx5: make flow modify action "
  ` [dpdk-dev] [PATCH v4 18/34] net/mlx5: remove unused mreg copy code

[Intel-gfx] [PATCH 1/3] drm/i915/dg1: map/unmap pll clocks
 2020-10-27 23:53 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v2 0/2] openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT
 2020-10-27 23:50 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests: openat2: add RESOLVE_ conflict test

[PATCH v4 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature
 2020-10-27 23:49 UTC  (2+ messages)

[dpdk-dev] [PATCH v9 04/10] ethdev: add simple power management API
 2020-10-27 23:29 UTC  (5+ messages)

[dpdk-dev] [PATCH v1 00/72] mlx5 Windows support - part #5
 2020-10-27 23:23 UTC  (73+ messages)
` [dpdk-dev] [PATCH v1 01/72] mlx5: fix relaxed ordering DevX flow
` [dpdk-dev] [PATCH v1 02/72] net/mlx5: fix flow sample definitions
` [dpdk-dev] [PATCH v1 03/72] net/mlx5: fix folding constant array error
` [dpdk-dev] [PATCH v1 04/72] net/mlx5/linux: extend device attributes getter
` [dpdk-dev] [PATCH v1 05/72] net/mlx5: remove Linux files from Windows compilation
` [dpdk-dev] [PATCH v1 06/72] net/mlx5: fix freeing packet pacing
` [dpdk-dev] [PATCH v1 07/72] net/mlx5: replace Linux sleep with rte sleep
` [dpdk-dev] [PATCH v1 08/72] net/mlx5: define mprq functions as static inline
` [dpdk-dev] [PATCH v1 09/72] net/mlx5: do not define static_assert in Windows
` [dpdk-dev] [PATCH v1 10/72] net/mlx5: move static_assert calls to global scope
` [dpdk-dev] [PATCH v1 11/72] net/mlx5: wrap glue alloc/dealloc PD with OS calls
` [dpdk-dev] [PATCH v1 12/72] net/mlx5: wrap glue reg/dereg UMEM "
` [dpdk-dev] [PATCH v1 13/72] net/mlx5: fix adding destroy flow action wrapper
` [dpdk-dev] [PATCH v1 14/72] common/mlx5: add definition HAVE_INFINIBAND_VERBS_H
` [dpdk-dev] [PATCH v1 15/72] common/mlx5/linux: handle memory allocations with alignment
` [dpdk-dev] [PATCH v1 16/72] common/mlx5/windows: "
` [dpdk-dev] [PATCH v1 17/72] common/mlx5/linux: wrap event channel APIs with OS calls
` [dpdk-dev] [PATCH v1 18/72] common/mlx5: add Windows exports file
` [dpdk-dev] [PATCH v1 19/72] common/mlx5: extend DevX query hca attributes command
` [dpdk-dev] [PATCH v1 20/72] common/mlx5: add DevX alloc PD command
` [dpdk-dev] [PATCH v1 21/72] common/mlx5/windows: add glue functions APIs
` [dpdk-dev] [PATCH v1 22/72] mlx5/windows: add mlx5 meson file
` [dpdk-dev] [PATCH v1 23/72] mlx5/windows: add initialization routine for external lib
` [dpdk-dev] [PATCH v1 24/72] mlx5/windows: generate file mlx5_autoconf.h
` [dpdk-dev] [PATCH v1 25/72] common/mlx5/windows: extend PRM match_param_bits struct
` [dpdk-dev] [PATCH v1 26/72] common/mlx5/windows: add getter functions
` [dpdk-dev] [PATCH v1 27/72] common/mlx5/windows: add OS alloc/dealloc pd
` [dpdk-dev] [PATCH v1 28/72] common/mlx5/windows: add OS umem reg/dereg API
` [dpdk-dev] [PATCH v1 29/72] net/mlx5: update MR prototypes for DevX
` [dpdk-dev] [PATCH v1 30/72] common/mlx5/windows: add OS reg/dereg MR
` [dpdk-dev] [PATCH v1 31/72] drivers/common: enable Windows common mlx5 compilation
` [dpdk-dev] [PATCH v1 32/72] net/mlx5/windows: implement device attribute getter
` [dpdk-dev] [PATCH v1 33/72] net/mlx5/windows: add mlx5_os.c stubs
` [dpdk-dev] [PATCH v1 34/72] net/mlx5/windows: implement mlx5 mac addr add
` [dpdk-dev] [PATCH v1 35/72] net/mlx5: refactor eth dev ops for Windows
` [dpdk-dev] [PATCH v1 36/72] common/mlx5/windows: add missing DV and IBV definitions
` [dpdk-dev] [PATCH v1 37/72] mlx5/windows: add mlx5_os header file under net
` [dpdk-dev] [PATCH v1 38/72] net/mlx5/windows: add pthread initializer definition
` [dpdk-dev] [PATCH v1 39/72] net/mlx5/windows: define epoll API to do nothing
` [dpdk-dev] [PATCH v1 40/72] net/mlx5/windows: define errno ETOOMANYREFS
` [dpdk-dev] [PATCH v1 41/72] common/mlx5: add rte compatibility header file
` [dpdk-dev] [PATCH v1 42/72] common/mlx5/windows: add DevX UAR getters
` [dpdk-dev] [PATCH v1 43/72] common/mlx5/windows: wrap event channel APIs with OS calls
` [dpdk-dev] [PATCH v1 44/72] net/mlx5/windows: add memory region callbacks
` [dpdk-dev] [PATCH v1 45/72] net/mlx5/windows: add stubs for MP requests
` [dpdk-dev] [PATCH v1 46/72] net/mlx5/windows: support get mac
` [dpdk-dev] [PATCH v1 47/72] net/mlx5/windows: add ethdev stub operations
` [dpdk-dev] [PATCH v1 48/72] net/mlx5/windows: support link update
` [dpdk-dev] [PATCH v1 49/72] net/mlx5/windows: support read clock
` [dpdk-dev] [PATCH v1 50/72] net/mlx5/windows: support get mtu
` [dpdk-dev] [PATCH v1 51/72] net/mlx5/windows: support get interface name
` [dpdk-dev] [PATCH v1 52/72] net/mlx5/windows: support is removed
` [dpdk-dev] [PATCH v1 53/72] net/mlx5/windws: add VLAN stubs
` [dpdk-dev] [PATCH v1 54/72] net/mlx5: exclude rte_intr_callback_register call
` [dpdk-dev] [PATCH v1 55/72] net/mlx5/windows: support get pdn
` [dpdk-dev] [PATCH v1 56/72] net/mlx5/windows: support open device
` [dpdk-dev] [PATCH v1 57/72] net/mlx5/windows: initial probing implementation
` [dpdk-dev] [PATCH v1 58/72] net/mlx5/windws: spawn eth devices
` [dpdk-dev] [PATCH v1 59/72] net/mlx5/windows: support VF PCI address
` [dpdk-dev] [PATCH v1 60/72] net/mlx5/linux: wrap adjust flow priority with OS calls
` [dpdk-dev] [PATCH v1 61/72] net/mlx5/linux: add OS default miss flow action
` [dpdk-dev] [PATCH v1 62/72] net/mlx5/linux: fix add OS dest_devx_tir action
` [dpdk-dev] [PATCH v1 63/72] drivers/net: enable Windows net/mlx5 compilation
` [dpdk-dev] [PATCH v1 64/72] net/mlx5/windows: introduce flow support
` [dpdk-dev] [PATCH v1 65/72] net/mlx5/windows: create flow matcher object
` [dpdk-dev] [PATCH v1 66/72] net/mlx5/windows: create flow action dest TIR object
` [dpdk-dev] [PATCH v1 67/72] net/mlx5/windows: create flow rule
` [dpdk-dev] [PATCH v1 68/72] net/mlx5: use HAVE_INFINIBAND_VERBS_H in shared code
` [dpdk-dev] [PATCH v1 69/72] net/mlx5: fix separating eth_dev_ops per OS
` [dpdk-dev] [PATCH v1 70/72] common/mlx5: fix Windows warnings on missing enum
` [dpdk-dev] [PATCH v1 71/72] net/mlx5: fix Windows warnings on get_if_name
` [dpdk-dev] [PATCH v1 72/72] mlx5: build pmd only with the clang compiler

[PATCH 0/3] scsi: target: Set correct residual data
 2020-10-27 23:46 UTC  (8+ messages)
` [PATCH 3/3] scsi: target: core: Change ASCQ for residual write

[Intel-gfx] [PATCH v2 1/6] drm/i915/display/psr: Calculate selective fetch plane registers
 2020-10-27 23:45 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 2/6] drm/i915/display/psr: Use plane damage clips to calculate damaged area
` [Intel-gfx] [PATCH v2 3/6] drm/i915/display/psr: Consider other planes to damaged area calculation
` [Intel-gfx] [PATCH v2 4/6] drm/i915/display: Split and export main surface calculation from skl_check_main_surface()
` [Intel-gfx] [PATCH v2 5/6] RFC/WIP: drm/i915/display/psr: Consider tiling when doing the plane offset calculation
` [Intel-gfx] [PATCH v2 6/6] HAX/DO_NOT_MERGE_IT: drm/i915/display: Enable PSR2 selective fetch for testing

[PATCH v2 0/1] hw/block/m25p80: Fix Numonyx flash dummy cycle register behavior
 2020-10-27 23:43 UTC  (2+ messages)
` [PATCH v2 1/1] hw/block/m25p80: Fix Numonyx fast read dummy cycle count

[PULL 00/32] VFIO updates 2020-10-26 (for QEMU 5.2 soft-freeze)
 2020-10-27 23:42 UTC  (2+ messages)

[PATCH] add new extrausers command passwd-expire
 2020-10-27 23:40 UTC  (4+ messages)
` [OE-core] "
  ` [OE-core] [PATCH] add new extrausers command passwd-expire - moved to PR 63

[PATCH 0/4] riscv: Add semihosting support [v10]
 2020-10-27 23:38 UTC  (6+ messages)
` [PATCH 1/4] semihosting: Move ARM semihosting code to shared directories

[PATCH] openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT
 2020-10-27 23:39 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: mediatek: mmsys: add mt1867 binding
 2020-10-27 23:38 UTC  (3+ messages)

[PATCH 1/3] powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()
 2020-10-27 23:37 UTC  (2+ messages)

[PULL 0/4] Acceptance testing patches for 2020-10-26
 2020-10-27 23:36 UTC  (2+ messages)

[PATCH v1 0/4] xen/arm: Make PCI passthrough code non-x86 specific
 2020-10-27 23:32 UTC  (3+ messages)
` [PATCH v1 1/4] xen/ns16550: solve compilation error on ARM with CONFIG_HAS_PCI enabled

[PATCH 1/9] drm/ttm: new TT backend allocation pool v2
 2020-10-27 23:32 UTC  (2+ messages)

grubenv not being generated
 2020-10-27 23:27 UTC  (2+ messages)
` [yocto] "

[PATCH libdrm] xf86drm.c: Use integer logarithm
 2020-10-27 23:24 UTC  (2+ messages)

[PATCH net-next 00/15] in_interrupt() cleanup, part 2
 2020-10-27 22:54 UTC  (29+ messages)
` [PATCH net-next 01/15] net: orinoco: Remove BUG_ON(in_interrupt/irq())
` [PATCH net-next 02/15] net: neterion: s2io: Replace in_interrupt() for context detection
` [PATCH net-next 03/15] net: forcedeth: Replace context and lock check with a lockdep_assert()
` [PATCH net-next 04/15] net: mlx5: Replace in_irq() usage
` [PATCH net-next 05/15] net: tlan: "
` [PATCH net-next 06/15] net: airo: Invoke airo_read_wireless_stats() directly
` [PATCH net-next 07/15] net: airo: Always use JOB_STATS and JOB_EVENT
` [PATCH net-next 08/15] net: airo: Replace in_atomic() usage
` [PATCH net-next 09/15] net: hostap: Remove in_atomic() check
` [PATCH net-next 10/15] net: zd1211rw: Remove in_atomic() usage
` [PATCH net-next 11/15] net: rtlwifi: Remove in_interrupt() usage in is_any_client_connect_to_ap()
` [PATCH net-next 12/15] net: rtlwifi: Remove in_interrupt() usage in halbtc_send_bt_mp_operation()
` [PATCH net-next 13/15] soc/fsl/qbman: Add an argument to signal if NAPI processing is required
` [PATCH net-next 14/15] net: dpaa: Replace in_irq() usage
` [PATCH net-next 15/15] crypto: caam: "

[Intel-gfx] [CI 1/2] drm/i915/guc: skip disabling CTBs before sanitizing the GuC
 2020-10-27 23:23 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [CI,1/2] drm/i915/guc: skip disabling CTBs before sanitizing the GuC (rev2)

[radeon-alex:drm-next 505/551] drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:1743:13: warning: variable 'min' is used uninitialized whenever 'if' condition is false
 2020-10-27 23:18 UTC  (2+ messages)

inconsistent pfn type checking in process_page_data
 2020-10-27 23:18 UTC  (2+ messages)

[PATCH 1/3] locking/rwlocks: Add contention detection for rwlocks
 2020-10-27 23:19 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH v3 0/6] Arm build options rework
 2020-10-27 23:17 UTC  (8+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 2/6] build: refactor Arm build

[PATCH] arm64: NUMA: Kconfig: Increase max number of nodes
 2020-10-27 23:14 UTC  (10+ messages)

[PATCH 3/3] kvm/eventfd: Drain events from eventfd in irqfd_wakeup()
 2020-10-27 23:13 UTC  (2+ messages)

[dpdk-dev] [PATCH] eal: create a runtime directory on windows
 2020-10-27 23:10 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] eal: enable windows apps to run on non-admin users

[PATCH] net: microchip: Remove unneeded variable ret
 2020-10-27 23:10 UTC  (2+ messages)

[PATCH] vxge: remove unnecessary cast in kfree()
 2020-10-27 23:09 UTC  (2+ messages)

[PATCH v2] usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus
 2020-10-27 23:07 UTC 

[dm-devel] [PATCH 0/5] Fixes for musl libc / alpine
 2020-10-27 22:45 UTC 

[dpdk-dev] [PATCH 1/4] net/netvsc: move rxbuf_info from per-device to per-queue
 2020-10-27 23:07 UTC  (4+ messages)
` [dpdk-dev] [PATCH 4/4] net/netvsc: check for overflow on packet info from host

[PATCH v5 0/1] mmap_lock: add tracepoints around lock acquisition
 2020-10-27 23:07 UTC  (2+ messages)
` [PATCH v5 1/1] "

[PATCH] x86/mm/ident_map: Check for errors from ident_pud_init()
 2020-10-27 23:06 UTC 

[dpdk-dev] [PATCH] drivers/net/mlx: do not enforce RSS hash offload
 2020-10-27 23:06 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] drivers/net: "

checkpatch.pl broke in net-next
 2020-10-27 23:06 UTC  (3+ messages)

drivers/spi/spi-rspi.c:1128:29: warning: unused variable 'rspi_rz_ops'
 2020-10-27 23:04 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_plane: fix pixel format (-clamping) tests
 2020-10-27 23:04 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH] bpf: don't rely on GCC __attribute__((optimize)) to disable GCSE
 2020-10-27 23:04 UTC  (2+ messages)

[MPTCP] [selftests] f2ff7f11f9: WARNING:suspicious_RCU_usage
 2020-10-27 23:00 UTC  (4+ messages)
` [MPTCP] "

[PATCH 0/2] hw/block/m25p80: Fix Numonyx flash dummy cycle register behavior
 2020-10-27 23:00 UTC  (4+ messages)
` [PATCH 1/2] hw/block/m25p80: Fix Numonyx "

[PATCH] bus: mhi: core: Add support MHI EE FP for download firmware
 2020-10-27 23:01 UTC  (3+ messages)

nfs home directory and google chrome
 2020-10-27 23:01 UTC  (2+ messages)

[PATCH v3 0/2] i2c: i2c-mux-gpio: Enable this driver in ACPI land
 2020-10-27 23:00 UTC  (5+ messages)
` [PATCH v3 2/2] "

[PATCH v2] ctype.h: remove duplicate isdigit() helper
 2020-10-27 23:00 UTC  (4+ messages)

[PATCH 1/2] video: simple_panel: Add sharp,lq123p1jx31 display
 2020-10-27 22:59 UTC  (4+ messages)
` [PATCH 2/2] video: simple_panel: Add boe,nv101wxmn51 display

[PATCH 0/4] Adjust t5411 for the upcoming change of the default branch name
 2020-10-27 22:58 UTC  (5+ messages)
` [PATCH 1/4] t5411: start using the default branch name "main"
` [PATCH 2/4] t5411: start adjusting the support files for init.defaultBranch=main
` [PATCH 3/4] t5411: adjust the remaining "
` [PATCH 4/4] t5411: finish preparing for `main` being the default branch name


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.