All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-01 18:01:02 to 2020-11-01 20:01:55 UTC [more...]

[dpdk-dev] [PATCH v2 01/22] event/dlb2: add documentation and meson build infrastructure
 2020-11-01 20:00 UTC  (9+ messages)
` [dpdk-dev] [PATCH v10 00/23] Add DLB2 PMD
  ` [dpdk-dev] [PATCH v10 01/23] event/dlb2: add documentation and meson build infrastructure
  ` [dpdk-dev] [PATCH v10 02/23] event/dlb2: add dynamic logging
  ` [dpdk-dev] [PATCH v10 03/23] event/dlb2: add private data structures and constants
  ` [dpdk-dev] [PATCH v10 04/23] event/dlb2: add definitions shared with LKM or shared code
  ` [dpdk-dev] [PATCH v10 05/23] event/dlb2: add inline functions
  ` [dpdk-dev] [PATCH v10 06/23] event/dlb2: add eventdev probe
  ` [dpdk-dev] [PATCH v10 07/23] event/dlb2: add flexible interface

[linux-next:master 2035/2472] include/asm-generic/barrier.h:78:18: error: implicit declaration of function 'barrier'
 2020-11-01 19:59 UTC  (7+ messages)
` [PATCH] compiler.h: Move barrier() back into compiler-*.h

[PATCH RFC] can: add optional DLC element to Classical CAN frame structure
 2020-11-01 19:58 UTC  (7+ messages)

[PATCH v2] fix for potential NULL pointer dereference with bare lan743x
 2020-11-01 19:54 UTC  (2+ messages)
  ` [PATCH v2] lan743x: Fix for potential null pointer dereference

[PATCH] mklibs: drop support for
 2020-11-01 18:58 UTC  (4+ messages)
` [poky] "

[PATCH] misc: xilinx-sdfec: remove check for ioctl cmd and argument
 2020-11-01 19:49 UTC  (3+ messages)

[PATCH rdma-rc 0/3] Fixes to coming PR
 2020-11-01 19:50 UTC  (5+ messages)
` [PATCH rdma-rc 1/3] RDMA/core: Postpone uobject cleanup on failure till FD close

[PATCH v3 0/2] 9pfs: test suite fixes
 2020-11-01 19:35 UTC  (8+ messages)
` [PATCH v3 2/2] tests/9pfs: fix test dir for parallel tests

[Intel-wired-lan] i40e/iavf bandwidth spikes to 500Gbps & returning IAVF_ERR_PARAM
 2020-11-01 19:35 UTC  (2+ messages)

[PATCH v2] Input: Fix the HID usage of DPAD input event generation
 2020-11-01 19:35 UTC 

[PATCH v2] Input: Add devices for HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE
 2020-11-01 19:34 UTC 

[PATCH 00/26] git-log: implement new --diff-merge options
 2020-11-01 19:33 UTC  (27+ messages)
` [PATCH 01/26] revision: factor out parsing of diff-merge related options
` [PATCH 02/26] revision: factor out setup of diff-merge related settings
` [PATCH 03/26] revision: factor out initialization "
` [PATCH 04/26] revision: provide implementation for diff merges tweaks
` [PATCH 05/26] revision: move diff merges functions to its own diff-merges.c
` [PATCH 06/26] diff-merges: rename all functions to have common prefix
` [PATCH 07/26] diff-merges: move checks for first_parent_only out of the module
` [PATCH 08/26] diff-merges: rename diff_merges_default_to_enable() to match semantics
` [PATCH 09/26] diff-merges: re-arrange functions to match the order they are called in
` [PATCH 10/26] diff-merges: new function diff_merges_suppress()
` [PATCH 11/26] diff-merges: new function diff_merges_set_dense_combined_if_unset()
` [PATCH 12/26] diff-merges: introduce revs->first_parent_merges flag
` [PATCH 13/26] diff-merges: revise revs->diff flag handling
` [PATCH 14/26] t4013: support test_expect_failure through ':failure' magic
` [PATCH 15/26] t4013: add tests for -m failing to override -c/--cc
` [PATCH 16/26] diff-merges: fix -m to properly "
` [PATCH 17/26] diff-merges: split 'ignore_merges' field
` [PATCH 18/26] diff-merges: group diff-merge flags next to each other inside 'rev_info'
` [PATCH 19/26] diff-merges: get rid of now empty diff_merges_init_revs()
` [PATCH 20/26] diff-merges: refactor opt settings into separate functions
` [PATCH 21/26] diff-merges: make -m/-c/--cc explicitly mutually exclusive
` [PATCH 22/26] diff-merges: implement new values for --diff-merges
` [PATCH 23/26] t4013: add test for --diff-merges=first-parent
` [PATCH 24/26] doc/git-log: describe new --diff-merges options
` [PATCH 25/26] doc/diff-generate-patch: mention new --diff-merges option
` [PATCH 26/26] doc/rev-list-options: document --first-parent implies --diff-merges=first-parent

[PATCH] doc: correct chain name in example of adding a rule
 2020-11-01 19:33 UTC 

[dpdk-dev] [PATCH 01/27] eventdev: dlb upstream prerequisites
 2020-11-01 19:26 UTC  (32+ messages)
` [dpdk-dev] [PATCH v14 00/23] Add DLB PMD
  ` [dpdk-dev] [PATCH v14 05/23] event/dlb: add inline functions
` [dpdk-dev] [PATCH v15 00/23] Add DLB PMD
  ` [dpdk-dev] [PATCH v15 01/23] event/dlb: add documentation and meson infrastructure
  ` [dpdk-dev] [PATCH v15 02/23] event/dlb: add dynamic logging
  ` [dpdk-dev] [PATCH v15 03/23] event/dlb: add private data structures and constants
  ` [dpdk-dev] [PATCH v15 04/23] event/dlb: add definitions shared with LKM or shared code
  ` [dpdk-dev] [PATCH v15 05/23] event/dlb: add inline functions
  ` [dpdk-dev] [PATCH v15 06/23] event/dlb: add eventdev probe
  ` [dpdk-dev] [PATCH v15 07/23] event/dlb: add flexible interface
  ` [dpdk-dev] [PATCH v15 08/23] event/dlb: add probe-time hardware init
  ` [dpdk-dev] [PATCH v15 09/23] event/dlb: add xstats
  ` [dpdk-dev] [PATCH v15 10/23] event/dlb: add infos get and configure
  ` [dpdk-dev] [PATCH v15 11/23] event/dlb: add queue and port default conf
  ` [dpdk-dev] [PATCH v15 12/23] event/dlb: add queue setup
  ` [dpdk-dev] [PATCH v15 13/23] event/dlb: add port setup
  ` [dpdk-dev] [PATCH v15 14/23] event/dlb: add port link
  ` [dpdk-dev] [PATCH v15 15/23] event/dlb: add port unlink and port unlinks in progress
  ` [dpdk-dev] [PATCH v15 16/23] event/dlb: add eventdev start
  ` [dpdk-dev] [PATCH v15 17/23] event/dlb: add enqueue and its burst variants
  ` [dpdk-dev] [PATCH v15 18/23] event/dlb: add dequeue "
  ` [dpdk-dev] [PATCH v15 19/23] event/dlb: add eventdev stop and close
  ` [dpdk-dev] [PATCH v15 20/23] event/dlb: add PMD's token pop public interface
  ` [dpdk-dev] [PATCH v15 21/23] event/dlb: add PMD self-tests
  ` [dpdk-dev] [PATCH v15 22/23] event/dlb: add queue and port release
  ` [dpdk-dev] [PATCH v15 23/23] event/dlb: add timeout ticks entry point

stable-rc/linux-5.8.y baseline: 202 runs, 2 regressions (v5.8.18)
 2020-11-01 19:29 UTC 

[regression, bisected] rk3399-gru-kevin does not boot with 5.10-rc1
 2020-11-01 19:28 UTC  (2+ messages)

[PATCH v5 1/2] arm: rmobile: Add RZ/G2[HMNE] SoC support
 2020-11-01 19:28 UTC  (6+ messages)
` [PATCH v5 2/2] mmc: renesas-sdhi: Add R8A774A1 SDHI quirks

[lkundrak-linux-mmp:lr/ariel 41/63] drivers/gpu/drm/gud/gud_drm_gadget.c:1161:2: error: implicit declaration of function 'backlight_put'; did you mean
 2020-11-01 19:28 UTC 

[PATCH 1/4] dt-bindings: clock: document the fsl-flexspi-clk driver
 2020-11-01 19:26 UTC  (10+ messages)
` [PATCH 2/4] clk: fsl-flexspi: new driver
` [PATCH 3/4] arm64: dts: ls1028a: fix FlexSPI clock
` [PATCH 4/4] arm64: dts: lx2160a: "

[GIT pull] locking/urgent for v5.10-rc2
 2020-11-01 19:27 UTC  (8+ messages)
` [GIT pull] smp/urgent "
` [GIT pull] timers/urgent "
` [GIT pull] x86/urgent "

stable-rc/linux-4.19.y baseline: 195 runs, 2 regressions (v4.19.154)
 2020-11-01 19:22 UTC 

[PATCH v2 1/2] dma-mapping: add benchmark support for streaming DMA APIs
 2020-11-01 19:22 UTC  (7+ messages)

[PATCH v1 2/2] uuid: Make guid_t completely internal type to the kernel
 2020-11-01 19:20 UTC  (3+ messages)

[PATCH v2 0/4] drm/bridge: ti-sn65dsi86: Support EDID reading
 2020-11-01 19:20 UTC  (4+ messages)
` [PATCH v2 3/4] drm/bridge: ti-sn65dsi86: Read EDID blob over DDC

[meta-oe][PATCH] minifi-cpp: Fix build with riscv64/clang
 2020-11-01 19:19 UTC 

[PATCH v3 net-next 00/12] Generic TX reallocation for DSA
 2020-11-01 19:16 UTC  (13+ messages)
` [PATCH v3 net-next 01/12] net: dsa: implement a central TX reallocation procedure
` [PATCH v3 net-next 02/12] net: dsa: tag_ksz: don't allocate additional memory for padding/tagging
` [PATCH v3 net-next 03/12] net: dsa: trailer: "
` [PATCH v3 net-next 04/12] net: dsa: tag_qca: let DSA core deal with TX reallocation
` [PATCH v3 net-next 05/12] net: dsa: tag_ocelot: "
` [PATCH v3 net-next 06/12] net: dsa: tag_mtk: "
` [PATCH v3 net-next 07/12] net: dsa: tag_lan9303: "
` [PATCH v3 net-next 08/12] net: dsa: tag_edsa: "
` [PATCH v3 net-next 09/12] net: dsa: tag_brcm: "
` [PATCH v3 net-next 10/12] net: dsa: tag_dsa: "
` [PATCH v3 net-next 11/12] net: dsa: tag_gswip: "
` [PATCH v3 net-next 12/12] net: dsa: tag_ar9331: "

[linux-linus test] 156341: regressions - FAIL
 2020-11-01 19:09 UTC 

[PULL 00/15] pc,pci,vhost,virtio: misc fixes
 2020-11-01 19:05 UTC  (2+ messages)

[PATCH 0/8 v3] target: fix up locking/refcounting in IO paths
 2020-11-01 18:59 UTC  (18+ messages)
` [PATCH 1/8] target: fix lun ref count handling
` [PATCH 2/8] target: fix cmd_count ref leak
` [PATCH 3/8] qla2xxx: drop TARGET_SCF_LOOKUP_LUN_FROM_TAG
` [PATCH 4/8] target: remove TARGET_SCF_LOOKUP_LUN_FROM_TAG
` [PATCH 5/8] qla2xxx: move sess cmd list/lock to driver
` [PATCH 6/8] target: Drop sess_cmd_lock from IO path
` [PATCH 7/8] target: make state_list per cpu
` [PATCH 8/8] tcm loop: allow queues, can queue and cmd per lun to be settable

[PATCH] s390: add support for TIF_NOTIFY_SIGNAL
 2020-11-01 18:58 UTC  (3+ messages)

[PATCH 0/8] Pin control support for RZ/G2[HN]
 2020-11-01 18:58 UTC  (4+ messages)
` [PATCH 3/8] pinctrl: renesas: r8a7796: Optimize pinctrl image size for R8A774A1

[PATCH v2 0/7] Add support for Adreno 508/509/512
 2020-11-01 18:58 UTC  (3+ messages)
` [PATCH v2 3/7] drm/msm/a5xx: Add support for Adreno 508, 509, 512 GPUs

[Linux-kernel-mentees] [PATCH] checkpatch: add fix for DEPRECATED_VARIABLE
 2020-11-01 18:33 UTC  (2+ messages)

[PATCH] clk: fsl-sai: fix memory leak
 2020-11-01 18:48 UTC 

stable-rc/linux-5.4.y baseline: 212 runs, 3 regressions (v5.4.74)
 2020-11-01 18:46 UTC 

[RFC] Add recipe-yocto-docs
 2020-11-01 18:40 UTC 

[PATCH] speakup_dummy: log about characters received by the dummy driver
 2020-11-01 18:39 UTC 

[dpdk-dev] [PATCH 00/15] remove mbuf timestamp
 2020-11-01 18:28 UTC  (18+ messages)
` [dpdk-dev] [PATCH v2 00/14] "
  ` [dpdk-dev] [PATCH v2 01/14] eventdev: remove software Rx timestamp
  ` [dpdk-dev] [PATCH v2 02/14] mbuf: add Rx timestamp dynamic flag
  ` [dpdk-dev] [PATCH v2 03/14] ethdev: register mbuf field and flags for timestamp
  ` [dpdk-dev] [PATCH v2 04/14] latency: switch timestamp to dynamic mbuf field
  ` [dpdk-dev] [PATCH v2 05/14] net/ark: "
  ` [dpdk-dev] [PATCH v2 06/14] net/dpaa2: "
  ` [dpdk-dev] [PATCH v2 07/14] net/mlx5: fix dynamic mbuf offset lookup check
  ` [dpdk-dev] [PATCH v2 08/14] net/mlx5: switch timestamp to dynamic mbuf field
  ` [dpdk-dev] [PATCH v2 09/14] net/nfb: "
  ` [dpdk-dev] [PATCH v2 10/14] net/octeontx2: "
  ` [dpdk-dev] [PATCH v2 11/14] net/pcap: "
  ` [dpdk-dev] [PATCH v2 12/14] app/testpmd: "
  ` [dpdk-dev] [PATCH v2 13/14] examples/rxtx_callbacks: switch timestamp to dynamic field
  ` [dpdk-dev] [PATCH v2 14/14] mbuf: remove deprecated timestamp field

stable-rc/linux-4.4.y baseline: 132 runs, 7 regressions (v4.4.241)
 2020-11-01 18:35 UTC 

[PATCH 2/3] hwmon: ltc2992: Add support for GPIOs
 2020-11-01 18:32 UTC  (3+ messages)

[PATCH] tests/ceph: add Makefile
 2020-11-01 18:28 UTC  (2+ messages)

[PATCH] pci: mediatek: fix warning in msi.h
 2020-11-01 18:27 UTC  (7+ messages)
        ` Aw: "

[PATCH] x86: Fix x32 System V message queue syscalls
 2020-11-01 18:27 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] mklibs: remove recipes and class
 2020-11-01 18:24 UTC  (3+ messages)
` [OE-core] "

[Intel-gfx] [PATCH v3 0/3] Reduce context clear batch size to avoid gpu hang
 2020-11-01 18:24 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Reduce context clear batch size to avoid gpu hang (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

Field names inside ms_hyperv_info
 2020-11-01 18:19 UTC  (5+ messages)
    ` ** POTENTIAL FRAUD ALERT - RED HAT ** "

[GIT PULL] USB driver fixes for 5.10-rc2
 2020-11-01 18:08 UTC  (2+ messages)

[GIT PULL] Staging driver fixes for 5.10-rc2
 2020-11-01 18:09 UTC  (2+ messages)

[GIT PULL] Driver core / Documentation fixes for 5.10-rc2
 2020-11-01 18:09 UTC  (2+ messages)

[GIT PULL] Char/Misc driver fixes/removals for 5.10-rc2
 2020-11-01 18:09 UTC  (2+ messages)

[GIT PULL] KVM fixes for 5.10-rc2
 2020-11-01 18:08 UTC  (2+ messages)

[GIT PULL] TTY/Serial driver fixes for 5.10-rc2
 2020-11-01 18:08 UTC  (2+ messages)

[PATCH] perf: increase size of buf in perf_evsel__hists_browse()
 2020-11-01 18:06 UTC  (3+ messages)

stable-rc/queue/4.19 baseline: 191 runs, 1 regressions (v4.19.154-35-g23abaeb3f32b)
 2020-11-01 18:06 UTC 

[PATCH] openat.2: SYNOPSIS: return long
 2020-11-01 18:04 UTC  (2+ messages)

[PATCH] io_cancel.2, io_destroy.2, io_getevents.2, io_cancel.2, io_submit.2: SYNOPSIS: s/io_context_t/aio_context_t/
 2020-11-01 18:02 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] imlib2: Bump to version 1.6.1
 2020-11-01 18:01 UTC 

[dpdk-dev] [PATCH 0/8] net/mlx5: support flow hit steering action
 2020-11-01 17:57 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 0/9] "
  ` [dpdk-dev] [PATCH v2 9/9] net/mlx5: allow age modes combination


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.