All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-08 17:39:53 to 2022-07-08 18:29:43 UTC [more...]

[PATCH 1/2] brcmfmac: Add brcmf_c_set_cur_etheraddr() helper
 2022-07-08 18:29 UTC  (4+ messages)
` [PATCH 2/2] brcmfmac: Replace default (not configured) MAC with a random MAC

About dynamic switch to offload/nocb on non-server Intel machines
 2022-07-08 18:29 UTC  (4+ messages)

libnftnl broken examples
 2022-07-08 18:18 UTC 

[PATCH v3 00/32] Overhaul NFSD filecache
 2022-07-08 18:27 UTC  (33+ messages)
` [PATCH v3 01/32] NFSD: Demote a WARN to a pr_warn()
` [PATCH v3 02/32] NFSD: Report filecache LRU size
` [PATCH v3 03/32] NFSD: Report count of calls to nfsd_file_acquire()
` [PATCH v3 04/32] NFSD: Report count of freed filecache items
` [PATCH v3 05/32] NFSD: Report average age of "
` [PATCH v3 06/32] NFSD: Add nfsd_file_lru_dispose_list() helper
` [PATCH v3 07/32] NFSD: Refactor nfsd_file_gc()
` [PATCH v3 08/32] NFSD: Refactor nfsd_file_lru_scan()
` [PATCH v3 09/32] NFSD: Report the number of items evicted by the LRU walk
` [PATCH v3 10/32] NFSD: Record number of flush calls
` [PATCH v3 11/32] NFSD: Zero counters when the filecache is re-initialized
` [PATCH v3 12/32] NFSD: Hook up the filecache stat file
` [PATCH v3 13/32] NFSD: WARN when freeing an item still linked via nf_lru
` [PATCH v3 14/32] NFSD: Trace filecache LRU activity
` [PATCH v3 15/32] NFSD: Leave open files out of the filecache LRU
` [PATCH v3 16/32] NFSD: Fix the filecache LRU shrinker
` [PATCH v3 17/32] NFSD: Never call nfsd_file_gc() in foreground paths
` [PATCH v3 18/32] NFSD: No longer record nf_hashval in the trace log
` [PATCH v3 19/32] NFSD: Remove lockdep assertion from unhash_and_release_locked()
` [PATCH v3 20/32] NFSD: nfsd_file_unhash can compute hashval from nf->nf_inode
` [PATCH v3 21/32] NFSD: Refactor __nfsd_file_close_inode()
` [PATCH v3 22/32] NFSD: nfsd_file_hash_remove can compute hashval
` [PATCH v3 23/32] NFSD: Remove nfsd_file::nf_hashval
` [PATCH v3 24/32] NFSD: Replace the "init once" mechanism
` [PATCH v3 25/32] NFSD: Set up an rhashtable for the filecache
` [PATCH v3 26/32] NFSD: Convert the filecache to use rhashtable
` [PATCH v3 27/32] NFSD: Clean up unused code after rhashtable conversion
` [PATCH v3 28/32] NFSD: Separate tracepoints for acquire and create
` [PATCH v3 29/32] NFSD: Move nfsd_file_trace_alloc() tracepoint
` [PATCH v3 30/32] NFSD: Update the nfsd_file_fsnotify_handle_event() tracepoint
` [PATCH v3 31/32] NFSD: NFSv4 CLOSE should release an nfsd_file immediately
` [PATCH v3 32/32] NFSD: Ensure nf_inode is never dereferenced

RTT-PROBE: lore-subspace-rtt
 2022-07-08 18:26 UTC 

[GIT PULL] Microchip devicetree fixes for 5.19-rc6
 2022-07-08 18:26 UTC 

[PATCH v2 1/2] arm64: dts: broadcom: bcm4908: Fix timer node for BCM4906 SoC
 2022-07-08 18:25 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: dts: broadcom: bcm4908: Fix cpu node for smp boot

[PATCH] gpiolib: cdev: fix null pointer dereference in linereq_free()
 2022-07-08 18:24 UTC  (6+ messages)

[PATCH v3 0/5] Rework KUnit test execution in modules
 2022-07-08 18:23 UTC  (3+ messages)
` [PATCH v3 1/5] kunit: unify module and builtin suite definitions

[PATCH] libtracefs: avoid pointless extra DEP stage
 2022-07-08 18:22 UTC  (2+ messages)

Expected behavior with co-located 6GHz APs?
 2022-07-08 18:22 UTC 

[PATCH 0/5] drm/modes: Command line mode selection fixes and improvements
 2022-07-08 18:21 UTC  (12+ messages)
` [PATCH 1/5] drm/modes: parse_cmdline: Handle empty mode name part
` [PATCH 2/5] drm/modes: Extract drm_mode_parse_cmdline_named_mode()
` [PATCH 3/5] drm/modes: parse_cmdline: Make mode->*specified handling more uniform
` [PATCH 4/5] drm/modes: Add support for driver-specific named modes
` [PATCH 5/5] drm/modes: parse_cmdline: Add support for named modes containing dashes

[PATCH libdrm] modetest: Add support for named modes containing dashes
 2022-07-08 18:22 UTC 

[PATCH] drm/i915/ttm: fix sg_table construction
 2022-07-08 18:22 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/ttm: fix sg_table construction (rev2)

[PATCH libdrm v2 00/10] Big-endian fixes
 2022-07-08 18:21 UTC  (11+ messages)
` [PATCH libdrm v2 01/10] intel: Improve checks for big-endian
` [PATCH libdrm v2 02/10] util: Fix 32 bpp patterns on big-endian
` [PATCH libdrm v2 03/10] util: Fix 16 "
` [PATCH libdrm v2 04/10] util: Add missing big-endian RGB16 frame buffer formats
` [PATCH libdrm v2 05/10] modetest: Fix printing of big-endian fourcc values
` [PATCH libdrm v2 06/10] modetest: Add support for parsing big-endian formats
` [PATCH libdrm v2 07/10] util: Add test pattern support for big-endian XRGB1555/RGB565
` [PATCH libdrm v2 08/10] util: Fix pwetty on big-endian
` [PATCH libdrm v2 09/10] util: Add pwetty support for big-endian RGB565
` [PATCH libdrm v2 10/10] modetest: Add support for big-endian XRGB1555/RGB565

[PATCH libdrm v2 00/10] Add support for low-color frame buffer formats
 2022-07-08 18:21 UTC  (11+ messages)
` [PATCH libdrm v2 01/10] util: Improve SMPTE color LUT accuracy
` [PATCH libdrm v2 02/10] util: Factor out and optimize C8 SMPTE color LUT
` [PATCH/RFC libdrm v2 03/10] drm_fourcc: Add DRM_FORMAT_C[124]
` [PATCH libdrm v2 04/10] util: Add support for DRM_FORMAT_C[124]
` [PATCH libdrm v2 05/10] util: Store number of colors for indexed formats
` [PATCH libdrm v2 06/10] util: Add SMPTE pattern support for C4 format
` [PATCH libdrm v2 07/10] util: Add SMPTE pattern support for C1 format
` [PATCH libdrm v2 08/10] util: Add SMPTE pattern support for C2 format
` [PATCH libdrm v2 09/10] modetest: Add support for DRM_FORMAT_C[124]
` [PATCH libdrm v2 10/10] modetest: Add SMPTE pattern support for C4 format

[PATCH 0/3] drm: Endianness fixes
 2022-07-08 18:21 UTC  (8+ messages)
` [PATCH 1/3] drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats
` [PATCH 2/3] drm/format-helper: Fix endianness in drm_fb_*_to_*() conversion helpers
` [PATCH 3/3] drm/gud: Fix endianness in gud_xrgb8888_to_color() helper

[PATCH v3 00/10] drm: Add support for low-color frame buffer formats
 2022-07-08 18:20 UTC  (22+ messages)
` [PATCH v3 01/10] drm/fourcc: Add drm_format_info_bpp() helper
` [PATCH v3 02/10] drm/fourcc: Add drm_format_info.is_color_indexed flag
` [PATCH v3 03/10] drm/client: Use actual bpp when allocating frame buffers
` [PATCH v3 04/10] drm/framebuffer: Use actual bpp for DRM_IOCTL_MODE_GETFB
` [PATCH v3 05/10] drm/fourcc: Add DRM_FORMAT_C[124]
` [PATCH v3 06/10] drm/fb-helper: Add support for DRM_FORMAT_C[124]
` [PATCH v3 07/10] drm/gem-fb-helper: Use actual bpp for size calculations
` [PATCH v3 08/10] drm/fourcc: Clarify the meaning of single-channel "red"
` [PATCH/RFC v3 09/10] drm/fourcc: Add DRM_FORMAT_R[124]
` [PATCH/RFC v3 10/10] drm/fourcc: Add DRM_FORMAT_D[1248]

[PATCH v3] sched/rt: fix bad task migration for rt tasks
 2022-07-08 18:19 UTC  (5+ messages)

[PATCHSET 0/2] fstests: new tests for kernel 5.19
 2022-07-08 18:19 UTC  (8+ messages)
` [PATCH 1/2] xfs: make sure that we handle empty xattr leaf blocks ok
  ` [PATCH v1.3 "

[PATCH for-next 0/4] io_uring: multishot recv cleanups
 2022-07-08 18:18 UTC  (5+ messages)
` [PATCH for-next 1/4] io_uring: fix multishot ending when not polled
` [PATCH for-next 2/4] io_uring: support 0 length iov in buffer select in compat
` [PATCH for-next 3/4] io-uring: add recycle_async to ops
` [PATCH for-next 4/4] io_uring: move netmsg recycling into io_uring cleanup

[igt-dev] [i-g-t] tests/i915/i915_pm_dc: Remove PC8+ dependency from DC9
 2022-07-08 18:17 UTC 

arm64/for-kernelci baseline: 44 runs, 2 regressions (v5.19-rc5-128-g21f5882724ab)
 2022-07-08 18:17 UTC 

[PATCH net-next 0/5] tls: rx: nopad and backlog flushing
 2022-07-08 18:18 UTC  (4+ messages)
` [PATCH net-next 3/5] tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3

RTT-PROBE: lore-subspace-rtt
 2022-07-08 18:16 UTC 

[PATCH] vimdiff: make layout engine more robust against user vim settings
 2022-07-08 18:14 UTC  (2+ messages)

[PATCH 0/4] iommu/exynos: Add basic support for SysMMU v7
 2022-07-08 18:13 UTC  (5+ messages)
` [PATCH 3/4] iommu/exynos: Use lookup based approach to access v7 registers

[PATCH 0/6] More preparation for supporting esd CAN-USB/3
 2022-07-08 18:12 UTC  (7+ messages)
` [PATCH 1/6] can: esd_usb: Allow REC and TEC to return to zero
` [PATCH 2/6] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (1)
` [PATCH 3/6] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (2)
` [PATCH 4/6] can: esd_usb: Improved behavior on esd CAN_ERROR_EXT event (3)
` [PATCH 5/6] can: esd_usb: Improved support for CAN_CTRLMODE_BERR_REPORTING
` [PATCH 6/6] can: esd_usb: Improved decoding for ESD_EV_CAN_ERROR_EXT messages

[PATCH 0/3] prove of concept
 2022-07-08 17:42 UTC  (2+ messages)

[PATCH] ASOC: add new widget to control system clock
 2022-07-08 18:12 UTC  (2+ messages)
` [PATCH] ASoC: nau8821: "

Problematic interaction of io_uring and CIFS
 2022-07-08 18:12 UTC  (3+ messages)

[GIT PULL] drm/tegra: Changes for v5.20-rc1
 2022-07-08 18:11 UTC  (2+ messages)

[RFC net] Should sk_page_frag() also look at the current GFP context?
 2022-07-08 18:10 UTC  (4+ messages)

[pull request][net-next 00/15] mlx5 updates 2022-07-06
 2022-07-08 18:10 UTC  (7+ messages)
` [net-next 11/15] net/tls: Multi-threaded calls to TX tls_dev_del

[PATCH 1/2] test/service: add perf measurements for with stats mode
 2022-07-08 18:08 UTC  (8+ messages)
` [PATCH 2/2] service: fix potential stats race-condition on MT services

RTT-PROBE: lore-subspace-rtt
 2022-07-08 18:06 UTC 

[PATCH] obexd: fix crashed after cancel the on-going transfer
 2022-07-08 18:06 UTC  (2+ messages)

[PATCH 00/13] btrfs: zoned: fix active zone tracking issues
 2022-07-08 18:01 UTC  (2+ messages)

[PATCH net-next 0/5] devlink rate police limiter
 2022-07-08 18:05 UTC  (8+ messages)

[PATCH] x86/mm/tlb: ignore f->new_tlb_gen when zero
 2022-07-08 18:03 UTC  (7+ messages)

[PATCH 1/3] drm/komeda - Add legacy FB support so VT's work as expected
 2022-07-08 18:03 UTC  (4+ messages)
` [PATCH 3/3] drm/komeda - Fix handling of pending crtc state commit to avoid lock-up

[PATCH v17 0/2] add TCP and HTTP for downloading images
 2022-07-08 18:01 UTC  (3+ messages)
` [PATCH v17 1/2] net: Add TCP protocol
` [PATCH v17 2/2] net: Add wget application

[PATCH] can: j1939: fix memory leak of skbs
 2022-07-08 17:59 UTC 

[PATCH bpf-next v3] bpf: check attach_func_proto more carefully in check_return_code
 2022-07-08 17:59 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: sc7280: Move wcd specific pin conf to common file
 2022-07-08 17:59 UTC  (2+ messages)

[Bug 215993] New: Serial Bus Multi Instantiate driver fails to allocate SPI device CSC3551:00
 2022-07-08 17:58 UTC  (2+ messages)
` [Bug 215993] "

[igt-dev] [PATCH i-g-t] tests/i915/kms_dsc: Skip test if DP res. < 5K
 2022-07-08 17:57 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

Intermittent meson failures on msys2
 2022-07-08 17:53 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-08 17:56 UTC 

[PATCH] MMIO should have more priority then IO
 2022-07-08 17:55 UTC  (6+ messages)

clarification on RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY_LF flag
 2022-07-08 17:52 UTC  (4+ messages)

[PATCH 3/3] xdiff: introduce XDL_ALLOC_GROW()
 2022-07-08 17:51 UTC  (6+ messages)
` [PATCH 0/7] xdiff: use standard alloc macros, share them via git-shared-util.h
  ` [PATCH 6/7] xdiff: remove xdl_malloc() wrapper, use malloc(), not xmalloc()
  ` [PATCH 7/7] xdiff: remove xdl_free(), use free() instead

[PATCH 0/2] Add Block Protect (BP) and Top Bottom (TB) bits for write protect
 2022-07-08 17:44 UTC  (3+ messages)
` [PATCH v3] hw: m25p80: Add Block Protect and Top Bottom "

[PATCH for-next v2 0/2] null_blk: harmonize some module parameter and configfs options
 2022-07-08 17:49 UTC  (3+ messages)
    ` [PATCH for-next v2 2/2] null_blk: add configfs variables for 2 options
    ` [PATCH for-next v2 1/2] null_blk: add module parameters for 4 options

[PATCH RESEND] x86: mm: refer to the intended config STRICT_DEVMEM in a comment
 2022-07-08 17:49 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-08 17:48 UTC  (8+ messages)

[PATCH v2 0/3] Add compatible for Tegra234 GPCDMA
 2022-07-08 17:48 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: dmaengine: Add compatible for Tegra234

[PATCH v7 0/3] LoadPin: Enable loading from trusted dm-verity devices
 2022-07-08 17:47 UTC  (3+ messages)
` [dm-devel] "

[GIT PULL] ARM: soc: MediaTek related SoC driver updates for v5.20
 2022-07-08 17:46 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-08 17:46 UTC 

[PATCH v2] sunxi: dts: Fix SPI NOR campatible on Orange Pi Zero
 2022-07-08 17:45 UTC  (3+ messages)
` [PATCH v2] ARM: dts: sunxi: "

[GIT PULL] arm64: dts: MediaTek updates for v5.20
 2022-07-08 17:44 UTC  (2+ messages)

[PATCH 0/4] Migrate some wiki pages to sphinx
 2022-07-08 17:44 UTC  (5+ messages)
` [PATCH 4/4] doc: Migrate Process wiki page "

[PATCH 1/2] RDMA/erdma: Use the bitmap API to allocate bitmaps
 2022-07-08 17:37 UTC  (2+ messages)
` [PATCH 2/2] RDMA/erdma: Use the non-atomic bitmap API when applicable

CXL device sanitation and pmem security questions
 2022-07-08 17:44 UTC  (4+ messages)

[PATCH V4 net-next 0/4] net: marvell: prestera: add MDB offloading support
 2022-07-08 17:43 UTC  (5+ messages)
` [PATCH V4 net-next 1/4] net: marvell: prestera: rework bridge flags setting
` [PATCH V4 net-next 2/4] net: marvell: prestera: define MDB/flood domain entries and HW API to offload them to the HW
` [PATCH V4 net-next 3/4] net: marvell: prestera: define and implement MDB / flood domain API for entires creation and deletion
` [PATCH V4 net-next 4/4] net: marvell: prestera: implement software MDB entries allocation

[PATCH 0/3] serial: Fix support for UPF_SPD_* flags
 2022-07-08 17:41 UTC  (12+ messages)

[PATCH] ASoC: codecs: add support for ES8326
 2022-07-08 17:40 UTC  (2+ messages)

[poky][dunfell][PATCH] cve-extra-exclusions.inc: Use conditional override
 2022-07-08 17:40 UTC  (2+ messages)
` [OE-core] "


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.