All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-16 07:29:24 to 2021-10-16 09:40:26 UTC [more...]

[PATCH 00/20] refs: stop having the API set "errno"
 2021-10-16  9:39 UTC  (9+ messages)
` [PATCH v2 00/21] "
  ` [PATCH v2 01/21] branch tests: test for errno propagating on failing read
  ` [PATCH v2 02/21] refs API: add a version of refs_resolve_ref_unsafe() with "errno"
  ` [PATCH v2 03/21] refs API: make refs_read_raw_ref() not set errno
  ` [PATCH v2 04/21] refs API: make parse_loose_ref_contents() "
  ` [PATCH v2 05/21] refs API: make refs_rename_ref_available() static
  ` [PATCH v2 06/21] reflog tests: add --updateref tests
  ` [PATCH v2 08/21] refs API: remove refs_read_ref_full() wrapper

[PATCH net-next v3 00/10] net/smc: introduce SMC-Rv2 support
 2021-10-16  9:37 UTC  (11+ messages)
` [PATCH net-next v3 01/10] net/smc: save stack space and allocate smc_init_info
` [PATCH net-next v3 02/10] net/smc: prepare for SMC-Rv2 connection
` [PATCH net-next v3 03/10] net/smc: add SMC-Rv2 connection establishment
` [PATCH net-next v3 04/10] net/smc: add listen processing for SMC-Rv2
` [PATCH net-next v3 05/10] net/smc: add v2 format of CLC decline message
` [PATCH net-next v3 06/10] net/smc: retrieve v2 gid from IB device
` [PATCH net-next v3 07/10] net/smc: add v2 support to the work request layer
` [PATCH net-next v3 08/10] net/smc: extend LLC layer for SMC-Rv2
` [PATCH net-next v3 09/10] net/smc: add netlink support "
` [PATCH net-next v3 10/10] net/smc: stop links when their GID is removed

[vgupta-arc:topic-zol-remove 79/188] mm/memory.c:3717:21: error: no previous prototype for function 'do_anonymous_page'
 2021-10-16  9:36 UTC  (2+ messages)

[PATCH 0/7] staging: r8188eu: odm cleanups
 2021-10-16  9:36 UTC  (7+ messages)
` [PATCH 1/7] staging: r8188eu: remove empty functions from odm.c
` [PATCH 2/7] staging: r8188eu: remove ODM_SingleDualAntennaDefaultSetting()
` [PATCH 3/7] staging: r8188eu: remove GetPSDData()

[Buildroot] [PATCH v2,1/2] package/knock: bump to version 0.8
 2021-10-16  9:32 UTC  (2+ messages)
` [Buildroot] [PATCH v2,2/2] package/knock: add knockd option

[PATCH 00/16] KVM: arm64: Implement unshare hypercall for pkvm
 2021-10-15 15:11 UTC  (3+ messages)
` [PATCH 01/16] KVM: arm64: Introduce do_share() helper for memory sharing between components

[GIT PULL] s390 updates for 5.15-rc6
 2021-10-16  9:26 UTC 

[PATCH v2 0/2] Apple Mailbox Controller support
 2021-10-16  9:21 UTC  (3+ messages)

REQUEST TO JOIN INVESTMENT CREW PLAN
 2021-10-16  9:21 UTC 

v4l-utils: time for a new release?
 2021-10-16  9:20 UTC  (2+ messages)

[RFC PATCH] populate_sdk_base: add support for zstd compression (and default to it)
 2021-10-16  9:18 UTC  (4+ messages)
` [OE-core] "

[PATCH V4 0/3] irqchip: riscv: Add thead,c900-plic support
 2021-10-16  9:16 UTC  (5+ messages)
` [PATCH V4 2/3] dt-bindings: update riscv plic compatible string

[dpdk-dev] [RFC] ethdev: introduce shared Rx queue
 2021-10-16  9:14 UTC  (11+ messages)
` [dpdk-dev] [PATCH v6 0/5] "
  ` [dpdk-dev] [PATCH v6 1/5] "
` [dpdk-dev] [PATCH v7 0/5] "
  ` [dpdk-dev] [PATCH v7 1/5] "
  ` [dpdk-dev] [PATCH v7 2/5] app/testpmd: new parameter to enable "
  ` [dpdk-dev] [PATCH v7 3/5] app/testpmd: dump port info for "
  ` [dpdk-dev] [PATCH v7 4/5] app/testpmd: force shared Rx queue polled on same core
  ` [dpdk-dev] [PATCH v7 5/5] app/testpmd: add forwarding engine for shared Rx queue

[PATCH v3 0/6] target/riscv: support Zfh, Zfhmin extension v0.1
 2021-10-16  9:07 UTC  (13+ messages)
` [PATCH v3 1/6] target/riscv: zfh: half-precision load and store
` [PATCH v3 2/6] target/riscv: zfh: half-precision computational
` [PATCH v3 3/6] target/riscv: zfh: half-precision convert and move
` [PATCH v3 4/6] target/riscv: zfh: half-precision floating-point compare
` [PATCH v3 5/6] target/riscv: zfh: half-precision floating-point classify
` [PATCH v3 6/6] target/riscv: zfh: implement zfhmin extension

[dpdk-dev] [PATCH 00/11] net/mlx5: support shared Rx queue
 2021-10-16  9:12 UTC  (15+ messages)
` [dpdk-dev] [PATCH v2 00/13] "
  ` [dpdk-dev] [PATCH v2 01/13] common/mlx5: support receive queue user index
  ` [dpdk-dev] [PATCH v2 02/13] common/mlx5: support receive memory pool
  ` [dpdk-dev] [PATCH v2 03/13] net/mlx5: fix Rx queue memory allocation return value
  ` [dpdk-dev] [PATCH v2 04/13] net/mlx5: clean Rx queue code
  ` [dpdk-dev] [PATCH v2 05/13] net/mlx5: split multiple packet Rq memory pool
  ` [dpdk-dev] [PATCH v2 06/13] net/mlx5: split Rx queue
  ` [dpdk-dev] [PATCH v2 07/13] net/mlx5: move Rx queue reference count
  ` [dpdk-dev] [PATCH v2 08/13] net/mlx5: move Rx queue hairpin info to private data
  ` [dpdk-dev] [PATCH v2 09/13] net/mlx5: remove port info from shareable Rx queue
  ` [dpdk-dev] [PATCH v2 10/13] net/mlx5: move Rx queue DevX resource
  ` [dpdk-dev] [PATCH v2 11/13] net/mlx5: remove Rx queue data list from device
  ` [dpdk-dev] [PATCH v2 12/13] net/mlx5: support shared Rx queue
  ` [dpdk-dev] [PATCH v2 13/13] net/mlx5: add shared Rx queue port datapath support

[PATCH v3 net-next 0/7] net: dsa: add support for RTL8365MB-VC
 2021-10-16  9:13 UTC  (2+ messages)

[PATCH 0/3] staging: r8188eu: use completions and clean rtw_cmd_thread()
 2021-10-16  9:10 UTC  (4+ messages)
` [PATCH 1/3] staging: r8188eu: Use completions for signaling start and end kthread
` [PATCH 2/3] staging: r8188eu: Use completions for signaling enqueueing
` [PATCH 3/3] staging: r8188eu: Remove redundant 'if' statement

[PATCH v3] sparse index: fix use-after-free bug in cache_tree_verify()
 2021-10-16  9:07 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] virtio-pmem: add myself as virtio-pmem maintainer
 2021-10-16  9:06 UTC 

[PATCH 0/4] pciehp error recovery fix + cleanups
 2021-10-16  9:06 UTC  (3+ messages)

[libvirt test] 165533: regressions - FAIL
 2021-10-16  9:03 UTC 

[dpdk-dev] [PATCH v2] net/vhost: merge vhost stats loop in vhost Tx/Rx
 2021-10-16  8:59 UTC  (4+ messages)

[PATCH v4 0/2] add APIs to handle alternative sNaN propagation for fmax/fmin
 2021-10-16  8:54 UTC  (5+ messages)
` [PATCH v4 1/2] softfloat: "
` [PATCH v4 2/2] target/riscv: change the api for RVF/RVD fmin/fmax

[PATCH 00/15] replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
 2021-10-16  8:58 UTC  (11+ messages)
` [PATCH 01/15] gpu/drm: make drm_add_edid_modes() consistent when updating connector->display_info
        ` [Nouveau] [Freedreno] "
          `  "
          ` [Intel-gfx] "

[Buildroot] [PATCH 1/1] package/wireguard-linux-compat: add missing comment about kernel dependency
 2021-10-16  8:58 UTC  (4+ messages)

[RESEND PATCH 0/4] block: clean up Kconfig and Makefile
 2021-10-16  8:51 UTC  (2+ messages)

Notifications signup
 2021-10-16  8:54 UTC  (6+ messages)

[PATCH RESEND v3 0/2] add APIs to handle alternative sNaN propagation for fmax/fmin
 2021-10-16  8:52 UTC  (9+ messages)
` [PATCH v3 1/2] softfloat: "
` [PATCH v3 2/2] target/riscv: change the api for single/double fmin/fmax

[helgaas-pci:pci/driver] BUILD SUCCESS 0508b6f72f055b88df518db4f3811bda9bb35da4
 2021-10-16  8:50 UTC 

[PATCH net-next 0/9] Try to simplify the gnet_stats and remove qdisc->running sequence counter
 2021-10-16  8:49 UTC  (10+ messages)
` [PATCH net-next 1/9] gen_stats: Add instead Set the value in __gnet_stats_copy_basic()
` [PATCH net-next 2/9] gen_stats: Add gnet_stats_add_queue()
` [PATCH net-next 3/9] mq, mqprio: Use gnet_stats_add_queue()
` [PATCH net-next 4/9] gen_stats: Move remaining users to gnet_stats_add_queue()
` [PATCH net-next 5/9] u64_stats: Introduce u64_stats_set()
` [PATCH net-next 6/9] net: sched: Protect Qdisc::bstats with u64_stats
` [PATCH net-next 7/9] net: sched: Use _bstats_update/set() instead of raw writes
` [PATCH net-next 8/9] net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types
` [PATCH net-next 9/9] net: sched: Remove Qdisc::running sequence counter

[PATCH] i2c: thunderx: Fix some resource leak
 2021-10-16  8:48 UTC 

[PATCH for v5.15 0/5] iwlwifi: fixes intended for v5.15 2021-10-16
 2021-10-16  8:43 UTC  (6+ messages)
` [PATCH for v5.15 1/5] iwlwifi: mvm: reset PM state on unsuccessful resume
` [PATCH for v5.15 2/5] iwlwifi: change all JnP to NO-160 configuration
` [PATCH for v5.15 3/5] iwlwifi: pnvm: don't kmemdup() more than we have
` [PATCH for v5.15 4/5] iwlwifi: pnvm: read EFI data only if long enough
` [PATCH for v5.15 5/5] iwlwifi: cfg: set low-latency-xtal for some integrated So devices

[Buildroot] [PATCH 1/1] package/wf111: add missing comment about kernel dependency
 2021-10-16  8:42 UTC 

[PATCH v4 0/4] Add Unisoc's UMS512 clock support
 2021-10-16  8:41 UTC  (4+ messages)
` [PATCH v4 1/4] dt-bindings: clk: sprd: Add bindings for ums512 clock controller

[PATCH] media: tw5864: Simplify 'tw5864_finidev()'
 2021-10-16  8:40 UTC 

[Buildroot] [PATCH 1/1] package/libhdhomerun: bump version to 20210624
 2021-10-16  8:32 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/intel-mediasdk: bump version to 21.3.5
 2021-10-16  8:32 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libvpx: bump version to 1.11.0
 2021-10-16  8:32 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/samba4: bump version to 4.14.8
 2021-10-16  8:31 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/cloop: bump to version 3.14.1.3
 2021-10-16  8:30 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/cryptsetup: bump to version 2.3.6
 2021-10-16  8:30 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/lockfile-progs: bump to version 0.1.19
 2021-10-16  8:30 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/dante: bump to version 1.4.3
 2021-10-16  8:30 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/davici: bump to version 1.4
 2021-10-16  8:29 UTC  (2+ messages)

[Buildroot] [git commit] package/samba4: bump version to 4.14.8
 2021-10-16  8:27 UTC 

[Buildroot] [git commit] package/intel-mediasdk: bump version to 21.3.5
 2021-10-16  8:27 UTC 

[Buildroot] [git commit] package/dante: bump to version 1.4.3
 2021-10-16  8:26 UTC 

[Buildroot] [git commit] package/libvpx: bump version to 1.11.0
 2021-10-16  8:27 UTC 

[Buildroot] [git commit] package/libhdhomerun: bump version to 20210624
 2021-10-16  8:27 UTC 

[Buildroot] [git commit] package/davici: bump to version 1.4
 2021-10-16  8:26 UTC 

[Buildroot] [git commit] package/lockfile-progs: bump to version 0.1.19
 2021-10-16  8:26 UTC 

[Buildroot] [git commit] package/cryptsetup: bump to version 2.3.6
 2021-10-16  8:25 UTC 

[Buildroot] [git commit] package/cloop: bump to version 3.14.1.3
 2021-10-16  8:25 UTC 

[dpdk-dev] [PATCH 0/1] net: fix aliasing issue in checksum computation
 2021-10-16  8:24 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/1] "

[RFC v2 0/2] virtio-pmem: Asynchronous flush
 2021-10-16  8:23 UTC  (3+ messages)

[linux-next:master 7868/8410] net/netfilter/core.c:353:20: error: unused function 'nf_egress_hook'
 2021-10-16  8:13 UTC  (3+ messages)
` [PATCH nf-next] netfilter: core: Fix clang warnings about unused static inlines

[PATCH] mm: skip current when memcg reclaim
 2021-10-16  8:17 UTC  (4+ messages)

[RFC PATCH] drm/panel: ilitek-ili9881d: add support for Wanchanglong W552946ABA panel
 2021-10-16  8:14 UTC  (3+ messages)

[PATCH net-next] net: stream: don't purge sk_error_queue in sk_stream_kill_queues()
 2021-10-16  8:10 UTC  (2+ messages)

[linux-linus test] 165528: tolerable FAIL - PUSHED
 2021-10-16  8:13 UTC 

[dpdk-dev] [PATCH 0/8] net/mlx5: support more than 255 representors
 2021-10-16  8:07 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/8] common/mlx5: add netlink API to get RDMA port state
  ` [dpdk-dev] [PATCH v2 2/8] net/mlx5: use netlink when IB port greater than 255
  ` [dpdk-dev] [PATCH v2 3/8] net/mlx5: improve Verbs flow priority discover for scalable
  ` [dpdk-dev] [PATCH v2 4/8] net/mlx5: support E-Switch manager egress traffic match
  ` [dpdk-dev] [PATCH v2 5/8] net/mlx5: supports flow item of normal Tx queue
  ` [dpdk-dev] [PATCH v2 6/8] net/mlx5: fix internal root table flow priroity
  ` [dpdk-dev] [PATCH v2 7/8] net/mlx5: enable DevX Tx queue creation
  ` [dpdk-dev] [PATCH v2 8/8] net/mlx5: check DevX to support more Verbs ports

[PATCH net-next v2 00/11] net/smc: introduce SMC-Rv2 support
 2021-10-16  8:03 UTC  (2+ messages)

[PATCH -next,v2 0/2] Audit: fix warning and check priority early
 2021-10-16  8:02 UTC  (9+ messages)
` [PATCH -next, v2 1/2] audit: fix possible null-pointer dereference in audit_filter_rules
    ` [PATCH -next,v2 "
` [PATCH -next, v2 2/2] audit: return early if the rule has a lower priority
    ` [PATCH -next,v2 "

[net-next 01/13] net/mlx5: Add layout to support default timeouts register
 2021-10-16  8:00 UTC  (2+ messages)

[PATCH net-next 00/12] ethernet: manual netdev->dev_addr conversions (part 1)
 2021-10-16  8:00 UTC  (2+ messages)

[Buildroot] [PATCH] package/lightning: stop spam!
 2021-10-16  8:02 UTC  (2+ messages)

[PATCH net-next 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2021-10-15
 2021-10-16  8:00 UTC  (2+ messages)

[PATCH net-next 1/2] net: macvtap: fix template string argument of device_create() call
 2021-10-16  8:00 UTC  (2+ messages)

[f2fs-dev] [PATCH v5 1/2] f2fs: separate buffer and direct io in block allocation statistics
 2021-10-16  8:01 UTC  (4+ messages)
` [f2fs-dev] [PATCH v5 2/2] f2fs: fix missing inplace count in overwrite with direct io

[PATCH net-next 0/3] mptcp: A few fixes
 2021-10-16  8:00 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/3] mbuf: offload flags namespace
 2021-10-16  7:57 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 0/4] "
  ` [dpdk-dev] [PATCH v2 1/4] mbuf: remove duplicate definition of cksum offload flags
  ` [dpdk-dev] [PATCH v2 2/4] mbuf: mark old VLAN offload flags as deprecated
  ` [dpdk-dev] [PATCH v2 4/4] mbuf: add rte prefix to offload flags

[RFC] [PATCH net-next v7 0/4] r8169: Implement dynamic ASPM mechanism for recent 1.0/2.5Gbps Realtek NICs
 2021-10-16  7:54 UTC  (5+ messages)
` [RFC] [PATCH net-next v7 1/4] PCI/ASPM: Add pcie_aspm_capable()
` [RFC] [PATCH net-next v7 2/4] r8169: Enable chip-specific ASPM regardless of PCIe ASPM status
` [RFC] [PATCH net-next v7 3/4] r8169: Use mutex to guard config register locking
` [RFC] [PATCH net-next v7 4/4] r8169: Implement dynamic ASPM mechanism

[PATCH libnetfilter_queue v5] build: doc: Allow to specify whether to produce man pages, html, neither or both
 2021-10-16  7:52 UTC 

[PATCH v2 0/6] Devicetree fixes and additions for Kontron SL/BL i.MX8MM boards
 2021-10-16  7:50 UTC  (3+ messages)

[Buildroot] [git commit] package/lightning: ignore not applicable CVE-2020-7747
 2021-10-16  7:43 UTC 

lkft kselftest for next-20211012
 2021-10-16  7:42 UTC 

[shawnguo:imx/drivers 10/12] drivers/soc/imx/imx8m-blk-ctrl.c:401:3: error: use of undeclared identifier 'IMX8MM_VPUBLK_PD_G1'
 2021-10-16  7:40 UTC  (4+ messages)

[Buildroot] [PATCH 1/4] package/python-ujson: fix or1k build
 2021-10-16  7:39 UTC  (2+ messages)

[Buildroot] [git commit] package/python-ujson: fix xtensa build
 2021-10-16  7:39 UTC 

[dm-devel] don't use ->bd_inode to access the block device size v2
 2021-10-16  7:40 UTC  (5+ messages)
` [dm-devel] [PATCH 20/30] ntfs3: use bdev_nr_bytes instead of open coding it
  `  "
    ` [Drbd-dev] "

[Buildroot] [git commit] package/python-ujson: fix arc build
 2021-10-16  7:39 UTC 

[PATCH 0/3] MHI patches for v5.16
 2021-10-16  7:39 UTC  (7+ messages)
` [PATCH 1/3] MAINTAINERS: Update the entry for MHI bus
` [PATCH 2/3] bus: mhi: Add inbound buffers allocation flag
` [PATCH 3/3] bus: mhi: replace snprintf in show functions with sysfs_emit

[Buildroot] [git commit] package/python-ujson: fix microblaze build
 2021-10-16  7:39 UTC 

[Buildroot] [git commit] package/python-ujson: fix or1k build
 2021-10-16  7:39 UTC 

[PATCH net-next 0/2] net/sched: implement L4S style ce_threshold_ect1 marking
 2021-10-16  7:39 UTC  (6+ messages)
` [PATCH net-next 2/2] fq_codel: "

[usb:usb-linus] BUILD SUCCESS cd932c2a1ecc8f261ecb8d140fa431c16379931f
 2021-10-16  7:37 UTC 

[Buildroot] [PATCH] package/dtbocfg: add missing comment about kernel dependency
 2021-10-16  7:36 UTC  (2+ messages)

gitlab build-edk2 failures
 2021-10-16  7:27 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.