All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-24 16:06:26 to 2022-03-24 16:54:39 UTC [more...]

[PATCH 00/25] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-03-24 16:26 UTC  (5+ messages)
` [PATCH 05/25] dmaengine: dw-edma: Convert ll/dt phys-address to PCIe bus/DMA address
` [PATCH 06/25] dmaengine: dw-edma: Fix missing src/dst address of the interleaved xfers

btrfs zoned fixlets
 2022-03-24 16:52 UTC  (3+ messages)
` [PATCH 1/2] btrfs: remove the zoned/zone_size union in struct btrfs_fs_info
` [PATCH 2/2] btrfs: fix and document the zoned device choice in alloc_new_bio

[PATCH v4 0/2] Add support to register platform service IRQ
 2022-03-24 16:52 UTC  (2+ messages)

[PATCH v5 0/3] vimdiff: new implementation with layout support
 2022-03-24 16:52 UTC  (5+ messages)
` [PATCH v5 1/3] "

[PATCH -fixes v3 0/6] Fixes KASAN and other along the way
 2022-03-24 16:53 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-24 16:53 UTC 

[PATCHv9 00/11] nvme: In-band authentication support
 2022-03-24 16:53 UTC  (3+ messages)
` [PATCH 06/11] nvme: Implement In-Band authentication

[PATCH v3 00/27] Builtin FSMonitor Part 3
 2022-03-24 16:51 UTC  (29+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/27] fsm-listen-win32: handle shortnames
  ` [PATCH v4 02/27] t7527: test FSMonitor on repos with Unicode root paths
  ` [PATCH v4 03/27] t/helper/fsmonitor-client: create stress test
  ` [PATCH v4 04/27] fsmonitor-settings: bare repos are incompatible with FSMonitor
  ` [PATCH v4 05/27] fsmonitor-settings: stub in Win32-specific incompatibility checking
  ` [PATCH v4 06/27] fsmonitor-settings: VFS for Git virtual repos are incompatible
  ` [PATCH v4 07/27] fsmonitor-settings: stub in macOS-specific incompatibility checking
  ` [PATCH v4 08/27] fsmonitor-settings: remote repos on macOS are incompatible
  ` [PATCH v4 09/27] fsmonitor-settings: remote repos on Windows "
  ` [PATCH v4 10/27] fsmonitor-settings: NTFS and FAT32 on MacOS "
  ` [PATCH v4 11/27] unpack-trees: initialize fsmonitor_has_run_once in o->result
  ` [PATCH v4 12/27] fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOS
  ` [PATCH v4 13/27] fsmonitor--daemon: cd out of worktree root
  ` [PATCH v4 14/27] fsmonitor--daemon: prepare for adding health thread
  ` [PATCH v4 15/27] fsmonitor--daemon: rename listener thread related variables
  ` [PATCH v4 16/27] fsmonitor--daemon: stub in health thread
  ` [PATCH v4 17/27] fsm-health-win32: add polling framework to monitor daemon health
  ` [PATCH v4 18/27] fsm-health-win32: force shutdown daemon if worktree root moves
  ` [PATCH v4 19/27] fsm-listen-darwin: shutdown daemon if worktree root is moved/renamed
  ` [PATCH v4 20/27] fsmonitor: optimize processing of directory events
  ` [PATCH v4 21/27] t7527: FSMonitor tests for directory moves
  ` [PATCH v4 22/27] t/perf/p7527: add perf test for builtin FSMonitor
  ` [PATCH v4 23/27] fsmonitor: never set CE_FSMONITOR_VALID on submodules
  ` [PATCH v4 24/27] t7527: test FSMonitor on case insensitive+preserving file system
  ` [PATCH v4 25/27] fsmonitor: on macOS also emit NFC spelling for NFD pathname
  ` [PATCH v4 26/27] t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfd
  ` [PATCH v4 27/27] t7527: test Unicode NFC/NFD handling on MacOS

[REGRESSION] Recent swiotlb DMA_FROM_DEVICE fixes break ath9k-based AP
 2022-03-24 16:52 UTC  (11+ messages)

[PATCH v7 00/29] Builtin FSMonitor Part 2
 2022-03-24 16:49 UTC  (32+ messages)
` [PATCH v8 00/30] "
  ` [PATCH v8 01/30] fsmonitor: enhance existing comments, clarify trivial response handling
  ` [PATCH v8 02/30] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
  ` [PATCH v8 03/30] fsmonitor: config settings are repository-specific
  ` [PATCH v8 04/30] fsmonitor: use IPC to query the builtin FSMonitor daemon
  ` [PATCH v8 05/30] fsmonitor: document builtin fsmonitor
  ` [PATCH v8 06/30] fsmonitor--daemon: add a built-in fsmonitor daemon
  ` [PATCH v8 07/30] fsmonitor--daemon: implement 'stop' and 'status' commands
  ` [PATCH v8 08/30] compat/fsmonitor/fsm-listen-win32: stub in backend for Windows
  ` [PATCH v8 09/30] compat/fsmonitor/fsm-listen-darwin: stub in backend for Darwin
  ` [PATCH v8 10/30] fsmonitor--daemon: implement 'run' command
  ` [PATCH v8 11/30] fsmonitor--daemon: implement 'start' command
  ` [PATCH v8 12/30] fsmonitor--daemon: add pathname classification
  ` [PATCH v8 13/30] fsmonitor--daemon: define token-ids
  ` [PATCH v8 14/30] fsmonitor--daemon: create token-based changed path cache
  ` [PATCH v8 15/30] compat/fsmonitor/fsm-listen-win32: implement FSMonitor backend on Windows
  ` [PATCH v8 16/30] compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEvent
  ` [PATCH v8 17/30] compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOS
  ` [PATCH v8 18/30] fsmonitor--daemon: implement handle_client callback
  ` [PATCH v8 19/30] help: include fsmonitor--daemon feature flag in version info
  ` [PATCH v8 20/30] t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon
  ` [PATCH v8 21/30] t7527: create test for fsmonitor--daemon
  ` [PATCH v8 22/30] t/perf: avoid copying builtin fsmonitor files into test repo
  ` [PATCH v8 23/30] t/helper/test-chmtime: skip directories on Windows
  ` [PATCH v8 24/30] t/perf/p7519: fix coding style
  ` [PATCH v8 25/30] t/perf/p7519: speed up test on Windows
  ` [PATCH v8 26/30] t/perf/p7519: add fsmonitor--daemon test cases
  ` [PATCH v8 27/30] fsmonitor--daemon: periodically truncate list of modified files
  ` [PATCH v8 28/30] fsmonitor--daemon: use a cookie file to sync with file system
  ` [PATCH v8 29/30] fsmonitor: force update index after large responses
  ` [PATCH v8 30/30] t7527: test status with untracked-cache and fsmonitor--daemon

[PATCH mptcp-next 0/4] mptcp: listen dump support
 2022-03-24 16:52 UTC  (5+ messages)
` [PATCH mptcp-next 3/4] mptcp: listen diag "
` [PATCH mptcp-next 4/4] mptcp: let mptcp listen dump show listen backlog size

[PATCH 0/4] Verify dirty logging works properly with page stats
 2022-03-24 16:50 UTC  (3+ messages)
` [PATCH v2 4/4] selftests: KVM: use dirty logging to check if page stats work correctly

ECC errors after UBI writes with brcmnand (Northstar with v6.1 controller)
 2022-03-24 16:49 UTC  (2+ messages)

fixes for handling of split direct I/O bios
 2022-03-24 16:49 UTC  (4+ messages)
` [PATCH 1/2] btrfs: fix direct I/O read repair for split bios
` [PATCH 2/2] btrfs: fix direct I/O writes for split bios on zoned devices

[PATCH] fetch2/git: stop generated tarballs from leaking info
 2022-03-24 16:47 UTC 

[PATCH 0/4] Documentation/ABI: platform/x86: Sphinx warning fixes
 2022-03-24 16:47 UTC  (5+ messages)
` [PATCH 1/4] Documentation/ABI: sysfs-driver-intel_sdsi: Fix sphinx warnings
` [PATCH 2/4] Documentation/ABI: sysfs-class-firmware-attributes: Fix Sphinx errors
` [PATCH 3/4] Documentation/ABI: sysfs-class-firmware-attributes: Misc. cleanups
` [PATCH 4/4] Documentation/ABI: sysfs-class-power: Fix Sphinx error

[PATCH] ARM: dts: aspeed: add Nuvia DC-SCM BMC
 2022-03-24 16:45 UTC  (2+ messages)

[PATCH 0/4] Documentation/ABI: platform/x86: Sphinx warning fixes
 2022-03-24 16:46 UTC 

drivers/scsi/scsi_transport_fc.c:908:6: warning: variable 'desc_cnt' set but not used
 2022-03-24 16:45 UTC 

bug report: pre-push hook
 2022-03-24 16:45 UTC 

[PATCH v5 0/9] tpm: rng: Move TPM RNG functionality to driver model
 2022-03-24 16:44 UTC  (12+ messages)
` [PATCH v5 5/9] qemu: arm: Remove platform specific function to get RNG device
` [PATCH v5 6/9] cmd: rng: Add support for selecting "
` [PATCH v5 7/9] cmd: rng: Use a statically allocated array for random bytes
` [PATCH v5 8/9] doc: rng: Add documentation for the rng command
` [PATCH v5 9/9] test: rng: Add a UT testcase "

[PATCH 1/3] x86/mem_sharing: option to skip populating special pages during fork
 2022-03-24 16:43 UTC  (11+ messages)
` [PATCH 3/3] x86/mem_sharing: make fork_reset more configurable

stable-rc/queue/5.4 build: 189 builds: 3 failed, 186 passed, 4 errors, 28 warnings (v5.4.187-5-g65e0a54f32b2)
 2022-03-24 16:43 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-24 16:42 UTC 

[PATCH bpf-next] bpf: Fix maximum permitted number of arguments check
 2022-03-24 16:42 UTC 

Please pull u-boot-marvell/master
 2022-03-24 16:42 UTC 

[PATCH u-boot-marvell] arm: a37xx: espressobin: Fix non-working SPI
 2022-03-24 16:41 UTC  (2+ messages)

[PATCH] test-lib-functions: fix test_subcommand_inexact
 2022-03-24 16:39 UTC  (10+ messages)

[PATCH RFC v2 0/2] Handle UEFI NX-restricted page tables
 2022-03-24 16:39 UTC  (7+ messages)

[syzbot] general protection fault in list_lru_add
 2022-03-24 16:38 UTC  (9+ messages)

[ovmf test] 168826: regressions - FAIL
 2022-03-24 16:37 UTC 

[PATCH v5 0/4] Allow drm_writeback_connector to accept pointer to drm_encoder
 2022-03-24 16:36 UTC  (6+ messages)
` [PATCH v5 2/4] drm: introduce drm_writeback_connector_init_with_encoder() API

[PATCH v2 1/4] nl80211: advertise RU puncturing support to userspace
 2022-03-24 16:35 UTC  (4+ messages)
` [PATCH v2 2/4] cfg80211: validate RU puncturing bitmap

[PATCH v2 0/2] rtl8xxxu: Fill up more TX information
 2022-03-24 16:35 UTC  (4+ messages)
` [PATCH v2 2/2] rtl8xxxu: fill up txrate info for gen1 chips

[PATCH v4] PCI / ACPI: Assume `HotPlugSupportInD3` only if device can wake from D3
 2022-03-24 16:34 UTC  (2+ messages)

5.15.28-rt35 #2 SMP PREEMPT_RT: Should scheduling latency be as large as 800 usec?
 2022-03-24 16:34 UTC  (5+ messages)

[PULL for 7.0 0/8] i386, docs, gitlab fixes
 2022-03-24 16:32 UTC  (2+ messages)

[PATCH v5] scsi:spraid: initial commit of Ramaxel spraid driver
 2022-03-24 16:34 UTC  (2+ messages)

[PATCH v1 0/6] ARM: dts: lan966x: dtsi improvements and KSwitch D10 support
 2022-03-24 16:32 UTC  (10+ messages)
` [PATCH v1 3/6] ARM: dts: lan966x: add all flexcom usart nodes

[PATCH v8 0/4] Allow guest access to EFI confidential computing secret area
 2022-03-24 16:33 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-24 16:32 UTC 

stable-rc/queue/4.9 build: 188 builds: 3 failed, 185 passed, 2 errors, 34 warnings (v4.9.308-2-g1108ec687ce5)
 2022-03-24 16:31 UTC 

[PATCH RESEND v3] arm64: dts: allwinner: a64: olinuxino: Enable audio
 2022-03-24 16:28 UTC  (3+ messages)
  ` [linux-sunxi] "

[meta-gnome][PATCH] geary: Fix build failures with latest vala
 2022-03-24 16:30 UTC 

[PATCH] random: allow writes to /dev/urandom to influence fast init
 2022-03-24 16:28 UTC  (5+ messages)

[PATCH v5 0/9] drm/i915/ttm: Evict and restore of compressed object
 2022-03-24 16:28 UTC  (8+ messages)
` [PATCH v5 3/9] drm/i915/gt: Clear compress metadata for Flat-ccs objects
  ` [Intel-gfx] "
` [PATCH v5 6/9] drm/i915/gt: offset handling for multiple copy engines
  ` [Intel-gfx] "
` [PATCH v5 8/9] drm/i915/gem: Add extra pages in ttm_tt for ccs data
  ` [Intel-gfx] "

[RFC] Dumping load addresses - bootefi qemu gdb remote debugging
 2022-03-24 16:27 UTC  (3+ messages)

[PATCH 00/11] virtio: pci: Add and fix consistency checks
 2022-03-24 16:27 UTC  (7+ messages)
` [PATCH 03/11] virtio: pci: Bounds check notification writes
` [PATCH 05/11] virtio: pci: Check virtio capability is in bounds

[RFC PATCH v1 00/15] common kmalloc subsystem on SLAB/SLUB
 2022-03-24 16:27 UTC  (3+ messages)
` [RFC PATCH v1 04/15] mm/sl[auo]b: fold kmalloc_order() into kmalloc_large()

[PATCH net-next] llc: fix netdevice reference leaks in llc_ui_bind()
 2022-03-24 16:25 UTC  (4+ messages)

[PATCH 0/2] mmc: mmci: stm32: manage unaligned DMA req for SDIO
 2022-03-24 16:23 UTC  (5+ messages)
` [PATCH 2/2] mmc: mmci: stm32: use a buffer for unaligned DMA requests

[REPOST PATCH v4 00/13] drm/msm: Add Display Stream Compression Support
 2022-03-24 16:24 UTC  (5+ messages)
` [REPOST PATCH v4 06/13] drm/msm/disp/dpu1: Add DSC support in hw_ctl

[PATCH v2 0/7] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-03-24 16:10 UTC  (4+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 01/11] bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'

[PATCH v6 00/25] KVM: arm64: Make CPU ID registers writable by userspace
 2022-03-24 16:23 UTC  (6+ messages)
` [PATCH v6 02/25] KVM: arm64: Save ID registers' sanitized value per guest

Signature check for LOGOFF response
 2022-03-24 16:23 UTC  (5+ messages)

[RFC PATCH] cgroup: introduce proportional protection on memcg
 2022-03-24 16:23 UTC  (3+ messages)

[OE-core][PATCH] kernel.bbclass: avoid config changes based on the availability of pahole
 2022-03-24 16:23 UTC 

[PATCH RFC net-next 0/5] net: phy: C45-over-C22 access
 2022-03-24 16:23 UTC  (7+ messages)
` [PATCH RFC net-next 4/5] net: phy: introduce is_c45_over_c22 flag

[PATCH] efi_loader: Expose relocated address for gdb debugging purposes
 2022-03-24 16:22 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-24 16:22 UTC 

[PATCH v3 0/8] tpm: rng: Move TPM RNG functionality to driver model
 2022-03-24 16:22 UTC  (3+ messages)
` [PATCH v3 8/8] test: rng: Add a UT testcase for the rng command

[PATCH 1/2] um: xterm: make default terminal emulator configurable
 2022-03-24 16:22 UTC  (4+ messages)
` [PATCH 2/2] um: daemon: make default socket configurable

[PATCH v3 00/26] crypto: rockchip: permit to pass self-tests
 2022-03-24 16:20 UTC  (6+ messages)
` [PATCH v3 21/26] dt-bindings: crypto: convert rockchip-crypto to yaml

[LTP] [REGRESSION] lkft ltp for 342e7a0
 2022-03-24 16:19 UTC 

[RFC PATCH v4 00/15] Landlock LSM
 2022-03-24 16:19 UTC  (9+ messages)

[PATCH] io_uring: improve task work cache utilization
 2022-03-24 16:17 UTC 

[PATCH] app/testpmd: remove useless pointer checks
 2022-03-24 16:15 UTC 

[PATCH v5 00/19] drm/i915/dg2: Enabling 64k page size and flat ccs
 2022-03-24 16:16 UTC  (3+ messages)
` [PATCH v5 17/19] drm/i915/dg2: Flat CCS Support
  ` [Intel-gfx] "

[RFC PATCH] getvalues(2) prototype
 2022-03-24 16:15 UTC  (6+ messages)

[PATCH v3 0/2] Fix coherence for VMbus and PCI pass-thru devices in Hyper-V VM
 2022-03-24 16:14 UTC  (6+ messages)
` [PATCH v3 1/2] Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus device
` [PATCH v3 2/2] PCI: hv: Propagate coherence from VMbus device to PCI device

[PATCH] iotests: update test owner contact information
 2022-03-24 16:05 UTC  (6+ messages)

[PATCH v4 0/6] ASoC: mediatek: Add support for MT8195 sound card with max98390 and rt5682
 2022-03-24 16:12 UTC  (21+ messages)
` [PATCH v4 1/6] ASoC: mediatek: mt8195: revise mt8195-mt6359-rt1019-rt5682.c
` [PATCH v4 2/6] ASoC: mediatek: mt8195: merge machine driver
` [PATCH v4 4/6] ASoC: mediatek: mt8195: rename card controls
` [PATCH v4 5/6] ASoC: mediatek: mt8195: add machine support for max98390 and rt5682

[PATCH v4] qemu: Depend on libepoxy instead of virtual/libgl
 2022-03-24 16:13 UTC 

[PATCH 00/10] Python: Remove synchronous QMP library
 2022-03-24 16:07 UTC  (8+ messages)
` [PATCH 01/10] python/aqmp: add explicit GPLv2 license to legacy.py

RTT-PROBE: lore-subspace-rtt
 2022-03-24 16:12 UTC 

[LTP] [PATCH v3 00/10] Rewrite sysvipc testing suite using new LTP API
 2022-03-24 16:14 UTC  (5+ messages)
` [LTP] [PATCH v3 06/10] Rewrite shmnstest.c "
` [LTP] [PATCH v3 07/10] Rewrite shmem_2nstest.c "

[PATCH net] net: enetc: report software timestamping via SO_TIMESTAMPING
 2022-03-24 16:12 UTC 

[PATCH] tlb: hugetlb: Add arm64 contiguous hint awareness
 2022-03-24 16:11 UTC  (5+ messages)

Fwd: Updated Debian Ports installation images
 2022-03-24 16:11 UTC  (2+ messages)

[PATCH] HID: logitech-hidpp: support Color LED feature (8071)
 2022-03-24 16:10 UTC  (6+ messages)

[PATCH v2 0/4] cpufreq: qcom-hw: Fixes for cpu hotplug support
 2022-03-24 16:08 UTC  (3+ messages)
` [PATCH v2 4/4] cpufreq: qcom-hw: provide online/offline operations

[RFC Patch net-next 0/3] add ethtool SQI support for LAN87xx T1 Phy
 2022-03-24 16:06 UTC  (5+ messages)
` [RFC Patch net-next 3/3] net: phy: lan87xx: added ethtool SQI support

[PATCH 00/32] Misc cleanups
 2022-03-24 16:00 UTC  (3+ messages)
` [PATCH 09/32] include/qapi: add g_autoptr support for qobject types

[syzbot] INFO: task can't die in vmci_qp_broker_detach
 2022-03-24 16:06 UTC 


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.