All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-20 18:13:10 to 2022-05-20 18:38:33 UTC [more...]

[RFC PATCH v4 00/17] io-uring/xfs: support async buffered writes
 2022-05-20 18:36 UTC  (16+ messages)
` [RFC PATCH v4 01/17] mm: Move starting of background writeback into the main balancing loop
` [RFC PATCH v4 02/17] mm: Move updates of dirty_exceeded into one place
` [RFC PATCH v4 03/17] mm: Prepare balance_dirty_pages() for async buffered writes
` [RFC PATCH v4 04/17] mm: Add balance_dirty_pages_ratelimited_flags() function
` [RFC PATCH v4 05/17] iomap: Add gfp parameter to iomap_page_create()
` [RFC PATCH v4 06/17] iomap: Add async buffered write support
` [RFC PATCH v4 07/17] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v4 08/17] fs: Add check for async buffered writes to generic_write_checks
` [RFC PATCH v4 09/17] fs: Split off remove_needs_file_privs() __remove_file_privs()
` [RFC PATCH v4 10/17] fs: Split off file_needs_update_time and __file_update_time
` [RFC PATCH v4 11/17] fs: Add async write file modification handling
` [RFC PATCH v4 12/17] fs: Optimization for concurrent file time updates
` [RFC PATCH v4 13/17] io_uring: Add support for async buffered writes
` [RFC PATCH v4 15/17] xfs: Add iomap async buffered write support
` [RFC PATCH v4 17/17] xfs: Enable "

[PATCH v1] dt-bindings: clock: qcom: Relicense to GPL2 + BSD
 2022-05-20 18:37 UTC  (2+ messages)

[RESEND 0/4 v7] power: supply: Add Support for RK817 Charger
 2022-05-20 18:30 UTC  (14+ messages)
` [RESEND 1/4 v7] dt-bindings: Add Rockchip rk817 battery charger support
` [RESEND 2/4 v7] mfd: "
` [RESEND 3/4 v7] power: supply: Add charger driver for Rockchip RK817
` [RESEND 4/4 v7] arm64: dts: rockchip: add rk817 chg to Odroid Go Advance

RTT-PROBE: lore-subspace-rtt
 2022-05-20 18:37 UTC 

[PATCH v1 0/4] pseries-wdt: initial support for PAPR virtual watchdog timers
 2022-05-20 18:35 UTC  (6+ messages)
` [PATCH v1 1/4] powerpc/pseries: hvcall.h: add H_WATCHDOG opcode, H_NOOP return code
` [PATCH v1 2/4] powerpc/pseries: add FW_FEATURE_WATCHDOG flag
` [PATCH v1 3/4] powerpc/pseries: register pseries-wdt device with platform bus
` [PATCH v1 4/4] watchdog/pseries-wdt: initial support for PAPR H_WATCHDOG timers

[PATCH for-next 0/6] Updates for 5.19
 2022-05-20 18:37 UTC  (7+ messages)
` [PATCH for-next 1/6] RDMA/hfi1: Prevent use of lock before it is initialized
` [PATCH for-next 2/6] RDMA/hfi1: Prevent panic when SDMA is disabled
` [PATCH for-next 3/6] RDMA/hfi1: Fix potential integer multiplication overflow errors
` [PATCH for-next 4/6] RDMA/hfi1: Remove pointless driver version
` [PATCH for-next 5/6] RDMA/hfi1: Consolidate software versions
` [PATCH for-next 6/6] RDMA/hfi1: Remove all traces of diagpkt support

[PATCH-stable] Bluetooth: hci_conn: Fix hci_connect_le_sync
 2022-05-20 18:37 UTC 

[GIT PULL] MMC fixes for v5.18-rc8
 2022-05-20 18:36 UTC  (2+ messages)

[GIT PULL] Ceph fix for 5.18-rc8
 2022-05-20 18:36 UTC  (2+ messages)

[GIT PULL] arm64 fixes for -rc8/final
 2022-05-20 18:36 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 5.18
 2022-05-20 18:36 UTC  (2+ messages)

[GIT PULL] gpio: fixes for v5.18
 2022-05-20 18:36 UTC  (2+ messages)

[PATCH 00/10] platform/surface: aggregator: Add support for client hot-removal
 2022-05-20 18:34 UTC  (11+ messages)
` [PATCH 01/10] platform/surface: aggregator: Allow devices to be marked as hot-removed
` [PATCH 02/10] platform/surface: aggregator: Allow notifiers to avoid communication on unregistering
` [PATCH 03/10] platform/surface: aggregator_registry: Use client device wrappers for notifier registration
` [PATCH 04/10] power/supply: surface_charger: "
` [PATCH 05/10] power/supply: surface_battery: "
` [PATCH 06/10] HID: surface-hid: Add support for hot-removal
` [PATCH 07/10] platform/surface: aggregator: Add comment for KIP subsystem category
` [PATCH 08/10] platform/surface: aggregator_registry: Generify subsystem hub functionality
` [PATCH 09/10] platform/surface: aggregator_registry: Add KIP device hub
` [PATCH 10/10] platform/surface: aggregator_registry: Add support for keyboard cover on Surface Pro 8

[PATCH] manuals: add documentation for WKS_FILES
 2022-05-20 18:35 UTC 

[PATCH 00/10] RTW88: Add support for USB variants
 2022-05-20 18:33 UTC  (3+ messages)
` [PATCH 06/10] rtw88: Add common USB chip support

[PATCH 0/8] Sparse index: integrate with sparse-checkout
 2022-05-20 18:33 UTC  (12+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 04/10] sparse-index: introduce partially-sparse indexes
  ` [PATCH v2 05/10] cache-tree: implement cache_tree_find_path()
  ` [PATCH v2 07/10] sparse-index: partially expand directories

[PATCH] target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable host
 2022-05-20 18:32 UTC 

[PATCH RFC] can: bcm: use call_rcu() instead of costly synchronize_rcu()
 2022-05-20 18:32 UTC 

[RFC PATCH v3 00/18] io-uring/xfs: support async buffered writes
 2022-05-20 18:32 UTC  (24+ messages)
` [RFC PATCH v3 01/18] block: Add check for async buffered writes to generic_write_checks
` [RFC PATCH v3 02/18] iomap: Add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v3 03/18] iomap: Use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v3 04/18] iomap: Add async buffered write support
` [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function
` [RFC PATCH v3 16/18] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v3 18/18] xfs: Enable async buffered write support

[meta-security][kirkstone][PATCH] lib-perl: prefix man pages to avoid conflicting with base perl
 2022-05-20 18:32 UTC 

[PATCH v11 0/7] PCI: qcom: Fix higher MSI vectors handling
 2022-05-20 18:31 UTC  (8+ messages)
` [PATCH v11 1/7] PCI: dwc: Convert msi_irq to the array
` [PATCH v11 2/7] PCI: dwc: split MSI IRQ parsing/allocation to a separate function
` [PATCH v11 3/7] PCI: dwc: Handle MSIs routed to multiple GIC interrupts
` [PATCH v11 4/7] PCI: dwc: Implement special ISR handler for split MSI IRQ setup
` [PATCH v11 5/7] dt-bindings: PCI: qcom: Support additional MSI interrupts
` [PATCH v11 6/7] arm64: dts: qcom: sm8250: provide "
` [PATCH v11 7/7] dt-bindings: mfd: qcom,qca639x: add binding for QCA639x defvice

[PATCH kvm-unit-tests] x86: do not overwrite bits 7 and 12 of MSR_IA32_MISC_ENABLE
 2022-05-20 18:32 UTC 

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-05-20 18:18 UTC  (6+ messages)

[PATCH v3 0/2] mmc: sdhci-brcmstb: Add support for optional sdio_freq clock
 2022-05-20 18:31 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: mmc: Add Broadcom "
` [PATCH v3 2/2] mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-05-20 18:31 UTC  (4+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "

[GIT PULL] LKMM changes for v5.19
 2022-05-20 18:30 UTC 

[PATCH v4 13/13] cxl/port: Enable HDM Capability after validating DVSEC Ranges
 2022-05-20 18:30 UTC  (2+ messages)
` [PATCH v5 "

[meta-security][PATCH] lib-perl: prefix man pages to avoid conflicting with base perl
 2022-05-20 18:30 UTC 

[meta-ti][dunfell][PATCH 0/4] Update to 08.03.00.005
 2022-05-20 18:28 UTC  (5+ messages)
` [meta-ti][dunfell][PATCH 1/4] u-boot-ti-staging: Bump to 08.03.00.005 release
` [meta-ti][dunfell][PATCH 2/4] linux-ti-staging: "
` [meta-ti][dunfell][PATCH 3/4] linux-ti-staging-rt: "
` [meta-ti][dunfell][PATCH 4/4] ti-linux-fw: "

[PATCH v2 00/13] perf vendors events arm64: Multiple Arm CPUs
 2022-05-20 18:14 UTC  (28+ messages)
` [PATCH v2 01/13] perf vendors events arm64: Arm Cortex-A34
` [PATCH v2 02/13] perf vendors events arm64: Arm Cortex-A35
` [PATCH v2 03/13] perf vendors events arm64: Arm Cortex-A55
` [PATCH v2 04/13] perf vendors events arm64: Arm Cortex-A510
` [PATCH v2 05/13] perf vendors events arm64: Arm Cortex-A65
` [PATCH v2 06/13] perf vendors events arm64: Arm Cortex-A73
` [PATCH v2 07/13] perf vendors events arm64: Arm Cortex-A75
` [PATCH v2 08/13] perf vendors events arm64: Arm Cortex-A77
` [PATCH v2 09/13] perf vendors events arm64: Arm Cortex-A78
` [PATCH v2 10/13] perf vendors events arm64: Arm Cortex-A710
` [PATCH v2 11/13] perf vendors events arm64: Arm Cortex-X1
` [PATCH v2 12/13] perf vendors events arm64: Arm Cortex-X2
` [PATCH v2 13/13] perf vendors events arm64: Arm Neoverse E1

[meta-arago][dunfell][PATCH] ltp-ddt: Bump to 08.03.00.005 release
 2022-05-20 18:28 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-20 18:27 UTC 

[PATCH 0/2] two fixes for md
 2022-05-20 18:27 UTC  (6+ messages)
` [Update PATCH V3] md: don't unregister sync_thread with reconfig_mutex held

[PATCH] drm/amdgpu: Adjust logic around GTT size
 2022-05-20 18:25 UTC  (6+ messages)

[PATCH v2 0/5] Fix clang-format configuration according to checkpatch.pl
 2022-05-20 18:00 UTC  (6+ messages)
` [PATCH v2 4/5] clang-format: Fix empty curly braces

[GIT PULL] nolibc changes for v5.19
 2022-05-20 18:24 UTC 

[PATCH v3] bcache: dynamic incremental gc
 2022-05-20 18:24 UTC  (4+ messages)

[RFC PATCH v3 0/2] generic: test HCTR2 filename encryption
 2022-05-20 18:23 UTC  (3+ messages)
` [RFC PATCH v3 1/2] fscrypt-crypt-util: add HCTR2 reference implementation
` [RFC PATCH v3 2/2] generic: add tests for fscrypt policies with HCTR2

i.MX8MP usb status
 2022-05-20 18:21 UTC  (4+ messages)

[PATCH v2 00/17] PCI: dwc: Add dma-ranges/YAML-schema/Baikal-T1 support
 2022-05-20 18:21 UTC  (10+ messages)
` [PATCH v2 15/17] PCI: dwc: Introduce dma-ranges property support for RC-host

[PATCH 1/9] dt-bindings: arm: qcom: fix Alcatel OneTouch Idol 3 compatibles
 2022-05-20 18:18 UTC  (6+ messages)
` [PATCH 2/9] dt-bindings: arm: qcom: fix Longcheer L8150 compatibles
` [PATCH 5/9] dt-bindings: arm: qcom: add missing MSM8916 board compatibles

[PATCH v2 2/2] devmapper/getroot: Set up cheated LUKS2 cryptodisk mount from DM parameters
 2022-05-20 18:20 UTC  (4+ messages)
` [PATCH v3 0/2] Have LUKS2 cryptomounts be useable with grub-probe
  ` [PATCH v3 1/2] devmapper/getroot: Have devmapper recognize LUKS2
  ` [PATCH v3 2/2] devmapper/getroot: Set up cheated LUKS2 cryptodisk mount from DM parameters

[PATCH v9 0/9] crypto: HCTR2 support
 2022-05-20 18:15 UTC  (20+ messages)
` [PATCH v9 1/9] crypto: xctr - Add XCTR support
` [PATCH v9 2/9] crypto: polyval - Add POLYVAL support
` [PATCH v9 3/9] crypto: hctr2 - Add HCTR2 support
` [PATCH v9 4/9] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR
` [PATCH v9 5/9] crypto: arm64/aes-xctr: "
` [PATCH v9 6/9] crypto: arm64/aes-xctr: Improve readability of XCTR and CTR modes
` [PATCH v9 7/9] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL
` [PATCH v9 8/9] crypto: arm64/polyval: Add PMULL "
` [PATCH v9 9/9] fscrypt: Add HCTR2 support for filename encryption

[PATCH] KVM: x86/emulator: Bounds check reg nr against reg array size
 2022-05-20 18:19 UTC  (3+ messages)

[PATCH 01/15] netconfig: Add missing NULL check for routes from RA
 2022-05-20 18:19 UTC 

[PATCH] btrfs-progs: introduce inspect-internal map-logical command
 2022-05-20 18:12 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-20 18:17 UTC 

[PATCH v2 00/10] Random cleanup patches
 2022-05-20 18:03 UTC  (6+ messages)
` [PATCH v2 07/10] hw/net/fsl_etsec/etsec: Remove obsolete and unused etsec_create()
` [PATCH v2 09/10] accel/tcg: Inline dump_opcount_info() and remove it
` [PATCH v2 10/10] docs/devel: Fix link to developer mailing lists

[ovmf test] 170608: regressions - FAIL
 2022-05-20 18:16 UTC 

[PATCH net-next 1/1] net: wwan: t7xx: Add port for modem logging
 2022-05-20 18:15 UTC  (6+ messages)

[PATCH V11 00/22] arch: Add basic LoongArch support
 2022-05-20 18:14 UTC  (5+ messages)
` [PATCH V11 07/22] LoongArch: Add atomic/locking headers

[PATCH v1] dmaengine: pl330: Fix lockdep warning about non-static key
 2022-05-20 18:14 UTC 

[RFC net-next] net: track locally triggered link loss
 2022-05-20 18:14 UTC  (3+ messages)

[PATCH net-next] wwan: iosm: use a flexible array rather than allocate short objects
 2022-05-20 18:13 UTC  (2+ messages)

[PATCH] kunit: tool: refactor internal kconfig handling, allow overriding
 2022-05-20 18:13 UTC  (3+ messages)

[PATCH] board: gateowrks: venice: add GW7903 PMIC
 2022-05-20 18:13 UTC  (2+ messages)

[PATCH v3 net-next 00/16] introduce mt7986 ethernet support
 2022-05-20 18:11 UTC  (13+ messages)
` [PATCH v3 net-next 10/16] net: ethernet: mtk_eth_soc: rely on txd_size field in mtk_poll_tx/mtk_poll_rx
` [PATCH v3 net-next 11/16] net: ethernet: mtk_eth_soc: rely on rxd_size field in mtk_rx_alloc/mtk_rx_clean
` [PATCH v3 net-next 12/16] net: ethernet: mtk_eth_soc: introduce device register map
` [PATCH v3 net-next 13/16] net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 support
` [PATCH v3 net-next 14/16] net: ethernet: mtk_eth_soc: convert ring dma pointer to void
` [PATCH v3 net-next 15/16] net: ethernet: mtk_eth_soc: convert scratch_ring "
` [PATCH v3 net-next 16/16] net: ethernet: mtk_eth_soc: introduce support for mt7986 chipset

RDMA (smbdirect) testing
 2022-05-20 18:12 UTC  (5+ 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.