All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-31 00:24:18 to 2020-10-31 02:19:28 UTC [more...]

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

Using fixed LPI number for some Device ID
 2020-10-31  2:19 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: add missing iounmap() on error in qlafx00_iospace_config
 2020-10-31  2:16 UTC 

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

Pull request: u-boot-rockchip-20201031
 2020-10-31  2:08 UTC 

[SPDK] Re: gerrit error
 2020-10-31  2:08 UTC 

[igt-dev] [PATCH i-g-t] i915/perf: Make sure i915 is loaded before reading proc
 2020-10-31  2:07 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for i915/perf: Make sure i915 is loaded before reading proc (rev2)

[PATCH v2 4/4] arm64: dts: meson-axg: add GE2D node
 2020-10-31  2:04 UTC  (2+ messages)

November Equity Investment 20-20
 2020-10-31  2:01 UTC 

[SPDK] gerrit error
 2020-10-31  2:00 UTC 

[PATCH net] ip6_tunnel: set inner ipproto before ip6_tnl_encap
 2020-10-31  1:57 UTC  (9+ messages)

[PATCH -next v2] usb: Mark sync_all_pins() with static keyword
 2020-10-31  1:54 UTC  (4+ messages)

[PATCH] x86/mm: Fix phys_to_target_node() export
 2020-10-31  1:54 UTC  (3+ messages)

[PATCH] soc: mediatek: cmdq: fixup possible timeout issue
 2020-10-31  1:49 UTC  (4+ messages)

arping stuck with ENOBUFS in 4.19.150
 2020-10-31  1:48 UTC  (8+ messages)

[renesas-devel:renesas-arm-dt-for-v5.11] BUILD SUCCESS bfada98f210b4ffc45a7d76f0d387f3509f51c17
 2020-10-31  1:44 UTC 

[renesas-devel:master] BUILD SUCCESS 0f705aee327d6c9852cf6c9c34fa56c0517f8c75
 2020-10-31  1:44 UTC 

[renesas-devel:next] BUILD SUCCESS fc52536ffcefaef6f5956abd03939811b02ea451
 2020-10-31  1:44 UTC 

[PATCH net v2 0/2] dpaa_eth: buffer layout fixes
 2020-10-31  1:43 UTC  (5+ messages)
` [PATCH net v2 1/2] dpaa_eth: update the buffer layout for non-A050385 erratum scenarios
` [PATCH net v2 2/2] dpaa_eth: fix the RX headroom size alignment

[PATCH v5 00/21] kprobes: Unify kretprobe trampoline handlers and make kretprobe lockless
 2020-10-31  1:38 UTC  (3+ messages)
` [PATCH v5 14/21] kprobes: Remove NMI context check

[Y2038][time namespaces] Question regarding CLOCK_REALTIME support plans in Linux time namespaces
 2020-10-31  1:38 UTC  (8+ messages)

[PATCH net-next] tcp: avoid slow start during fast recovery on new losses
 2020-10-31  1:34 UTC 

[PATCH v2 00/39] ABI: add it to the documentation build system
 2020-10-30 23:23 UTC  (6+ messages)
` [PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output
` [PATCH v2 31/39] docs: ABI: cleanup several ABI documents

rtw_8821ce driver in kernel 5.9.1: wifi module inactive
 2020-10-31  1:30 UTC  (3+ messages)

[rcu:rcu/next] BUILD SUCCESS 76b43ef30dc30f8d5f9ac91ccd562159995f5879
 2020-10-31  1:26 UTC 

November Equity Investment 20-20
 2020-10-31  1:27 UTC 

[PATCH net-next 0/5] L2 multicast forwarding for Ocelot switch
 2020-10-31  1:27 UTC  (4+ messages)
` [PATCH net-next 4/5] net: mscc: ocelot: make entry_type a member of struct ocelot_multicast

[PATCH v11 0/4] userspace MHI client interface driver
 2020-10-31  1:26 UTC  (6+ messages)
` [PATCH v11 4/4] bus: mhi: Add userspace "

[PATCH v11 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
 2020-10-31  1:23 UTC  (3+ messages)

[PATCH -next v3] platform/x86/dell-wmi-sysman: Make some symbols static
 2020-10-31  1:32 UTC 

November Equity Investment 20-20
 2020-10-31  1:19 UTC 

ERROR: modpost: "__irq_set_affinity" undefined!
 2020-10-31  1:15 UTC  (2+ messages)

[PATCH v20 00/20] per memcg lru lock
 2020-10-31  1:14 UTC  (12+ messages)
` [PATCH v20 02/20] mm/memcg: bail early from swap accounting if memcg disabled
` [PATCH v20 04/20] mm/thp: use head for head page in lru_add_page_tail

[PATCH] cpufreq: mediatek: add missing platform_driver_unregister() on error in mtk_cpufreq_driver_init
 2020-10-31  1:18 UTC  (3+ messages)

[PATCH] serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_init
 2020-10-31  1:18 UTC 

[PATCH] drm: panel: simple: add missing platform_driver_unregister() in panel_simple_init
 2020-10-31  1:18 UTC 

[PATCH nf 0/2] route_me_harder routing loop with tunnels
 2020-10-31  1:08 UTC  (5+ messages)

[PATCH 0/4] fs: btrfs: coverity fixes
 2020-10-31  1:07 UTC  (5+ messages)
` [PATCH 1/4] fs: btrfs: inode: handle uninitialized type before returning it
` [PATCH 2/4] fs: btrfs: volumes: prevent overflow for multiplying
` [PATCH 3/4] fs: btrfs: initialize @ret to 0 to prevent uninitialized return value
` [PATCH 4/4] fs: btrfs: initialize @ii in show_dir() to make coverity happy

[BlueZ PATCH v7 1/7] adv_monitor: Implement RSSI Filter logic for background scanning
 2020-10-31  1:04 UTC  (4+ messages)
` [BlueZ PATCH v7 3/7] adv_monitor: Implement Adv matching based on stored monitors

[PATCH v2 0/5] Allow for qcom-pdc, pinctrl-msm and qcom-scm drivers to be loadable as modules
 2020-10-31  0:12 UTC  (13+ messages)
` [PATCH v2 5/5] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[PATCH net-next] net: bridge: explicitly convert between mdb entry state and port group flags
 2020-10-31  0:59 UTC  (3+ messages)
  ` [Bridge] "

[PATCH net-next 0/2] davicom W=1 fixes
 2020-10-31  0:58 UTC  (3+ messages)
` [PATCH net-next 1/2] drivers: net: davicom: Fixed unused but set variable with W=1
` [PATCH net-next 2/2] drivers: net: davicom Add COMPILE_TEST support

[PATCH v4 net-next] net: bridge: mcast: add support for raw L2 multicast groups
 2020-10-31  0:57 UTC  (3+ messages)
  ` [Bridge] "

[BlueZ PATCH v8 1/6] shared/ad: Add support of bt_ad_pattern
 2020-10-31  0:52 UTC  (6+ messages)
` [BlueZ PATCH v8 2/6] adv_monitor: Implement RSSI filtering and content matching
` [BlueZ PATCH v8 3/6] adapter: Clear all Adv monitors upon bring-up
` [BlueZ PATCH v8 4/6] adv_monitor: mplement Add Adv Patterns Monitor cmd handler
` [BlueZ PATCH v8 5/6] adv_monitor: Fix return type of RegisterMonitor() method
` [BlueZ PATCH v8 6/6] adv_monitor: Issue Remove Adv Monitor mgmt call

[PATCH net-next] drivers: net: tulip: Fix set but not used with W=1
 2020-10-31  0:54 UTC 

[PATCH net-next 0/7] smsc W=1 warning fixes
 2020-10-31  0:49 UTC  (8+ messages)
` [PATCH net-next 1/7] drivers: net: smc91x: Fix set but unused W=1 warning
` [PATCH net-next 2/7] drivers: net: smc91x: Fix missing kerneldoc reported by W=1
` [PATCH net-next 3/7] drivers: net: smc911x: Work around set but unused status
` [PATCH net-next 4/7] drivers: net: smc911x: Fix set but unused status because of DBG macro
` [PATCH net-next 5/7] drivers: net: smc911x: Fix passing wrong number of parameters to DBG() macro
` [PATCH net-next 6/7] drivers: net: smc911x: Fix cast from pointer to integer of different size
` [PATCH net-next 7/7] drivers: net: smsc: Add COMPILE_TEST support

[PATCH net-next v6 0/5] net: hdlc_fr: Improve fr_rx and add support for any Ethertype
 2020-10-31  0:49 UTC  (6+ messages)
` [PATCH net-next v6 1/5] net: hdlc_fr: Simpify fr_rx by using "goto rx_drop" to drop frames
` [PATCH net-next v6 2/5] net: hdlc_fr: Change the use of "dev" in fr_rx to make the code cleaner
` [PATCH net-next v6 3/5] net: hdlc_fr: Do skb_reset_mac_header for skbs received on normal PVC devices
` [PATCH net-next v6 4/5] net: hdlc_fr: Improve the initial checks when we receive an skb
` [PATCH net-next v6 5/5] net: hdlc_fr: Add support for any Ethertype

The raid device can't be unmount when it can't work
 2020-10-31  0:49 UTC  (2+ messages)

[PATCH v5 00/22] Updates the gstreamer to version 1.18.0
 2020-10-31  0:49 UTC  (8+ messages)
` [PATCH v5 05/22] gstreamer1.0-plugins-good: upgrade "
  ` [OE-core] "

[PATCH] fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()
 2020-10-31  0:45 UTC 

[PATCH net-next 0/4] sfc: EF100 TSO enhancements
 2020-10-31  0:45 UTC  (2+ messages)

[PATCH] fs/inode.c: make inode_init_always() initialize i_ino to 0
 2020-10-31  0:44 UTC 

[PATCH] libselinux: LABEL_BACKEND_ANDROID add option to enable it
 2020-10-31  0:42 UTC  (2+ messages)
` [PATCH] libselinux: LABEL_BACKEND_ANDROID add option to enable, rebased

BUG: credit=sched2 machine hang when using DRAKVUF
 2020-10-31  0:42 UTC  (5+ messages)

[PATCH v8 -tip 00/26] Core scheduling
 2020-10-31  0:42 UTC  (3+ messages)
` [PATCH v8 -tip 19/26] sched: Add a second-level tag for nested CGroup usecase

openssl: Proposal to stop creating /etc/ssl/certs
 2020-10-31  0:41 UTC  (2+ messages)
` [OE-core] "

[PATCH] dosfstools: add mkfs.vfat to ALTERNATIVE
 2020-10-31  0:39 UTC 

[PATCH net-next v5 0/5] net: hdlc_fr: Improve fr_rx and add support for any Ethertype
 2020-10-31  0:37 UTC  (6+ messages)
` [PATCH net-next v5 1/5] net: hdlc_fr: Simpify fr_rx by using "goto rx_drop" to drop frames
` [PATCH net-next v5 2/5] net: hdlc_fr: Change the use of "dev" in fr_rx to make the code cleaner
` [PATCH net-next v5 3/5] net: hdlc_fr: Do skb_reset_mac_header for skbs received on normal PVC devices
` [PATCH net-next v5 4/5] net: hdlc_fr: Improve the initial checks when we receive an skb
` [PATCH net-next v5 5/5] net: hdlc_fr: Add support for any Ethertype

[PATCH v5 1/2] pinctrl: qcom: Allow pinctrl-msm code to be loadable as a module
 2020-10-31  0:38 UTC  (4+ messages)
` [PATCH v5 2/2] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[RFC][PATCH 1/2] arm-smmu-qcom: Ensure the qcom_scm driver has finished probing
 2020-10-31  0:37 UTC  (4+ messages)
` [RFC][PATCH 2/2] iommu: Avoid crash if iommu_group is null

[PATCH v2] f2fs: move ioctl interface definitions to separated file
 2020-10-31  0:32 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH] gstreamer: use git to fetch the sources
 2020-10-31  0:32 UTC  (2+ messages)
` [OE-core] "

[PATCH] stop_machine: Mark functions as notrace
 2020-10-31  0:28 UTC  (10+ messages)

[PATCH RFC v3 0/4] x86/bus_lock: Enable bus lock detection
 2020-10-31  0:27 UTC  (5+ messages)
` [PATCH RFC v3 1/4] x86/cpufeatures: Enumerate #DB for "
` [PATCH RFC v3 2/4] x86/bus_lock: Handle warn and fatal in #DB for bus lock
` [PATCH RFC v3 3/4] x86/bus_lock: Set rate limit "
` [PATCH RFC v3 4/4] Documentation/admin-guide: Change doc for split_lock_detect parameter

Switching from spacecache v1 to v2
 2020-10-31  0:27 UTC 

[PATCH v2 net 0/5] net: ipa: minor bug fixes
 2020-10-31  0:23 UTC  (4+ messages)

[staging:staging-next] BUILD SUCCESS c699e02d83c9877a552ef2d4a89f804fb025112e
 2020-10-31  0:26 UTC 

[PATCH v4 0/3] env: Access Environment in SPI flashes before relocation
 2020-10-31  0:25 UTC  (5+ messages)
` [PATCH v4 2/3] "

[RFC PATCH] xen: EXPERT clean-up
 2020-10-31  0:24 UTC 

[dpdk-dev] [PATCH V3 1/2] net/netvsc: allow setting rx and tx copy break
 2020-10-31  0:24 UTC  (2+ messages)
` [dpdk-dev] [PATCH V3 2/2] net/netvsc: introduce driver parameter to control the use of external mbuf on receiving data


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.