All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-24 02:27:02 to 2023-08-24 03:53:22 UTC [more...]

[RFC PATCH v2 00/11] Device Memory TCP
 2023-08-24  3:35 UTC  (7+ messages)

[PATCH v5 00/45] use refcount+RCU method to implement lockless slab shrink
 2023-08-24  3:42 UTC  (49+ messages)
` [PATCH v5 01/45] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v5 02/45] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v5 03/45] binder: dynamically allocate the android-binder shrinker
` [PATCH v5 04/45] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v5 05/45] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v5 06/45] erofs: dynamically allocate the erofs-shrinker
` [PATCH v5 07/45] f2fs: dynamically allocate the f2fs-shrinker
  ` [f2fs-dev] "
` [PATCH v5 08/45] gfs2: dynamically allocate the gfs2-glock shrinker
  ` [Cluster-devel] "
` [PATCH v5 09/45] gfs2: dynamically allocate the gfs2-qd shrinker
  ` [Cluster-devel] "
` [PATCH v5 10/45] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v5 11/45] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v5 12/45] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v5 13/45] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v5 14/45] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v5 15/45] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v5 16/45] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v5 17/45] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v5 18/45] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v5 19/45] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v5 20/45] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v5 21/45] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v5 22/45] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v5 23/45] dm: dynamically allocate the dm-bufio shrinker
  ` [dm-devel] "
` [PATCH v5 24/45] dm zoned: dynamically allocate the dm-zoned-meta shrinker
  ` [dm-devel] "
` [PATCH v5 25/45] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v5 26/45] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v5 27/45] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v5 28/45] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v5 29/45] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v5 30/45] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v5 31/45] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v5 32/45] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v5 33/45] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v5 34/45] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v5 35/45] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v5 36/45] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v5 38/45] fs: super: dynamically allocate the s_shrink

[PFC PATCH 0/3] drm/virtio: synchronous guest framebuffer update
 2023-08-24  3:52 UTC  (5+ messages)
` [RFC PATCH 3/3] drm/virtio: drm_gem_plane_helper_prepare_fb for obj synchronization

[Intel-gfx] [PATCH 1/2] drm/display/dp: Default 8 bpc support when DSC is supported
 2023-08-24  3:47 UTC  (3+ messages)
  `  "

[Intel-xe] [PATCH v3 0/3] drm/xe/pvc: Add Wa_16017236439
 2023-08-24  3:49 UTC  (3+ messages)
` [Intel-xe] [PATCH v3 3/3] drm/xe/pvc: Use fast copy engines as migrate engine on PVC

[PATCH] xfs: fix an agbno overflow in __xfs_getfsmap_datadev
 2023-08-24  3:42 UTC  (5+ messages)
` [RFC PATCH] fstests: test fix for "

[PATCH v7 00/24] iommu: Make default_domain's mandatory
 2023-08-24  3:41 UTC  (6+ messages)
` [PATCH v7 01/24] iommu: Add iommu_ops->identity_domain

[PATCH] fstests: generic/352 should accomodate other pwrite behaviors
 2023-08-24  3:38 UTC  (6+ messages)

[PATCH v2] mm: vmscan: reclaim anon pages if there are swapcache pages
 2023-08-24  3:39 UTC  (6+ messages)

[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2023-08-24  3:38 UTC  (8+ messages)
` [PATCH v11 0/4] Recycle mbufs from Tx queue into Rx queue
  ` [PATCH v11 1/4] ethdev: add API for mbufs recycle mode

[sudeep-holla:android13-5.10/ffa 2023/9999] drivers/gpu/drm/exynos/exynos_drm_fimd.c:710:1: warning: the frame size of 1028 bytes is larger than 1024 bytes
 2023-08-24  3:37 UTC 

[linux-next:master 9571/12208] net/socket.c:1676:21: warning: no previous declaration for 'update_socket_protocol'
 2023-08-24  3:37 UTC 

[PATCH v3 0/4] cleanups for lockless slab shrink
 2023-08-24  3:35 UTC  (10+ messages)
` [PATCH v3 1/4] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v3 2/4] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v3 3/4] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v3 4/4] drm/ttm: introduce pool_shrink_rwsem

ss: support for BPF sk local storage
 2023-08-24  3:33 UTC  (2+ messages)

[PATCH v3 0/1] gro: decrease size of CB
 2023-08-24  3:31 UTC  (8+ messages)
` [PATCH v3 1/1] "

[PATCH V5 00/17] board: ti: Add support for BeaglePlay
 2023-08-24  3:31 UTC  (18+ messages)
` [PATCH V5 01/17] include: configs: ti_armv7_common: Add documentation for protected section
` [PATCH V5 02/17] include: configs: am62x_evm: Drop unused SDRAM address
` [PATCH V5 03/17] include: configs: am62x_evm: Wrap distroboot with CONFIG_DISTRO_DEFAULTS
` [PATCH V5 04/17] board: ti: am62x: am62x.env: Add explicit boot_targets
` [PATCH V5 05/17] configs: am62x_evm_a53_defconfig: Switch to bootstd
` [PATCH V5 06/17] include: configs: am62x_evm: Drop distro_bootcmd usage
` [PATCH V5 07/17] include: env: ti: ti_armv7_common.env: Rename to ti_common.env
` [PATCH V5 08/17] include: env: ti: ti_common: Add a generic findfdt
` [PATCH V5 09/17] board: ti: am62x: am62x.env: Use default findfdt
` [PATCH V5 10/17] arm: mach-k3: am625_init: Use IS_ENABLED()
` [PATCH V5 11/17] arm: mach-k3: am625_init: Convert rtc_erratumi2327_init to static
` [PATCH V5 12/17] configs: am62x_evm*: Enable EMMC_BOOT configuration
` [PATCH V5 13/17] arm: mach-k3: am625: Add support for UDA FS
` [PATCH V5 14/17] arm: dts: k3-am625-sk-binman: Add labels for unsigned binary
` [PATCH V5 16/17] board: ti: am62x: Add am62x_beagleplay_* defconfigs and env file
` [PATCH V5 17/17] doc: board: ti: Add BeaglePlay documentation

[PATCH 0/6] cmd: gpt: GPT manipulation improvements
 2023-08-24  3:29 UTC  (5+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 3/8] tests: gpt: Remove test order dependency

[PATCH v2 0/7] rtc: Add support for limited alarm timer offsets
 2023-08-24  3:26 UTC  (5+ messages)
` [PATCH v2 1/7] "

[PATCH V4 0/8] board: ti: Add support for BeaglePlay
 2023-08-24  3:27 UTC  (8+ messages)
` [PATCH V4 8/8] doc: board: ti: Add BeaglePlay documentation

[RFC PATCH 4/4] perf: Use folios for the aux ringbuffer & pagefault path
 2023-08-24  3:26 UTC  (2+ messages)

[PATCH] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
 2023-08-24  3:23 UTC  (3+ messages)

[PATCH v2 0/4] Extend migrate_misplaced_page() to support batch migration
 2023-08-24  3:14 UTC  (6+ messages)
` [PATCH v2 2/4] mm: migrate: move the numamigrate_isolate_page() into do_numa_page()

[Intel-xe] [PATCH v2 0/9] DRM scheduler changes for Xe
 2023-08-24  3:23 UTC  (4+ messages)
  `  "

constructor vs. __constructor__
 2023-08-24  3:24 UTC 

[PATCH v2 1/3] media: ivsc: csi: remove name identifier
 2023-08-24  3:21 UTC  (3+ messages)
` [PATCH v2 2/3] media: ivsc: ace: "
` [PATCH v2 3/3] media: ivsc: ace: probe ace device after init IPU bridge

[PATCH v4 0/7] LoongArch: Add built-in dtb support
 2023-08-24  3:20 UTC  (4+ messages)
` [PATCH v4 3/7] LoongArch: Allow device trees to be built into the kernel

[PATCH v2] ext4: Adds helpers for s_mount_state
 2023-08-24  3:18 UTC  (3+ messages)

[PATCHv2] dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock
 2023-08-24  3:15 UTC  (2+ messages)

linux-next: Tree for Aug 23
 2023-08-24  3:14 UTC  (3+ messages)
` linux-next: Tree for Aug 23 (hyperv)

[Buildroot] E-mail Account Notification For buildroot@busybox.net !!!
 2023-08-24  3:15 UTC 

[PATCH 1/4] net/cpfl: parse flow parser file in devargs
 2023-08-24  3:15 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] softmmu: Fix dirtylimit memory leak
 2023-08-24  3:07 UTC 

[PATCH v19 00/19] PCI: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-08-24  3:13 UTC  (7+ messages)
` [PATCH v19 01/19] PCI: Add INTx Mechanism Messages macros
` [PATCH v19 05/19] PCI: dwc: endpoint: Add multiple PFs support for dbi2

[PATCH] dmaengine: fsl-edma: Remove unnecessary print function dev_err()
 2023-08-24  3:13 UTC  (2+ messages)

[PATCH 0/6] Attempt to enforce standard extensions for build output
 2023-08-24  3:12 UTC  (8+ messages)
` [PATCH 1/6] binman: Require image filenames to have certain extensions
` [PATCH 2/6] buildman: Keep all permitted output files
` [PATCH 3/6] buildman: Show progress when regenerating the board.cfg file
` [PATCH 4/6] buildman: Start the clock when the build starts
` [PATCH 5/6] kontron_sl28: Use u-boot-update.bin instead of u-boot.update
` [PATCH 6/6] stm32mp15: Use u-boot-spl-stm32.bin instead of u-boot-spl.stm32

[libvirt test] 182426: tolerable all pass - PUSHED
 2023-08-24  3:11 UTC 

[PATCH blktests v3 0/3] Introduce nvmet target setup/cleanup helpers
 2023-08-24  3:09 UTC  (3+ messages)
` [PATCH blktests v3 3/3] nvme: introduce nvmet_target_{setup/cleanup} common code

[PATCH v2 1/1] MAINTAINERS: Add entries for NXP(Freescale) eDMA drivers
 2023-08-24  3:04 UTC 

[PATCH v3 net] octeontx2-pf: fix page_pool creation fail for rings > 32k
 2023-08-24  3:03 UTC 

[PATCH] softmmu: Fix dirtylimit memory leak
 2023-08-24  3:03 UTC  (3+ messages)
  ` 回复: "

[PATCH 0/9] Fixes and cleanups to compaction
 2023-08-24  2:59 UTC  (16+ messages)
` [PATCH 4/9] mm/compaction: simplify pfn iteration in isolate_freepages_range
` [PATCH 7/9] mm/compaction: factor out code to test if we should run compaction for target order

[PATCH 1/3] hugetlb: Use a folio in free_hpage_workfn()
 2023-08-24  2:59 UTC  (8+ messages)
` [PATCH 2/3] hugetlb: Remove a few calls to page_folio()
` [PATCH 3/3] hugetlb: Convert remove_pool_huge_page() to return a folio

[PATCH] dt-bindings: Drop remaining unneeded quotes
 2023-08-24  2:56 UTC  (4+ messages)

[PATCH drm-misc-next] drm/gpuva_mgr: remove unused prev pointer in __drm_gpuva_sm_map()
 2023-08-24  2:57 UTC  (3+ messages)

kselftest/next kselftest-seccomp: 2 runs, 1 regressions (v6.5-rc3-32-g9b1db732866b)
 2023-08-24  2:55 UTC 

[PATCH v2] wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capbility for WCN7850
 2023-08-24  2:54 UTC  (2+ messages)

[RFC PATCH 2/4] mm: Add vmalloc_user_node()
 2023-08-24  2:53 UTC  (2+ messages)

[PATCH V2 drivers/perf: hisi:] drivers/perf: hisi: Update HiSilicon PMU maintainers
 2023-08-24  2:41 UTC  (2+ messages)

[PATCH V4 2/2] rcu: Update jiffies in rcu_cpu_stall_reset()
 2023-08-24  2:50 UTC  (7+ messages)

[BUG] Possible unsafe page_pool usage in octeontx2
 2023-08-24  2:49 UTC  (4+ messages)
` [EXT] "
  `  "

Possible nvme regression in 6.4.11
 2023-08-24  2:44 UTC  (7+ messages)

[PATCH] RDMA/srp: Do not call scsi_done() from srp_abort()
 2023-08-24  2:46 UTC  (2+ messages)

[PATCH] media: hantro: Check whether reset op is defined before use
 2023-08-24  2:45 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/display/vrr: Compute VRR min/max based on highest clock mode for DRRS panel
 2023-08-24  2:45 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[meta-ti][kirkstone][PATCH 0/2] Update to cicd.kirkstone.202308231800
 2023-08-24  2:42 UTC  (3+ messages)
` [meta-ti][kirkstone][PATCH 1/2] linux-ti-staging-rt_6.1: CI/CD Auto-Merger: cicd.kirkstone.202308231800
` [meta-ti][kirkstone][PATCH 2/2] linux-ti-staging_6.1: "

[PATCH v2 net] octeontx2-pf: fix page_pool creation fail for rings > 32k
 2023-08-24  2:40 UTC  (3+ messages)
  ` [EXT] "

[PATCH] tty/serial: Cancel work queue before closing uart
 2023-08-24  2:36 UTC  (5+ messages)

[PATCH V10 0/4] Add S4 SoC PLLs and Peripheral clock
 2023-08-24  2:35 UTC  (8+ messages)
` [PATCH V10 2/4] dt-bindings: clock: document Amlogic S4 SoC peripherals clock controller

[Accel-config] [PATCH] accel-config: Fixes for pedantic compiler warnings
 2023-08-24  2:33 UTC 

[PATCH net-next 0/9] stmmac cleanups
 2023-08-24  2:34 UTC  (4+ messages)
` [PATCH net-next 5/9] net: stmmac: use phylink_limit_mac_speed()

[PATCH v7 0/8] perf vendor events: Add JSON metrics for Arm CMN
 2023-08-24  2:33 UTC  (4+ messages)

[PATCH] generic/471: Remove this broken case
 2023-08-24  2:33 UTC  (8+ messages)

[PATCH v2] usb: typec: qcom: check regulator enable status before disabling it
 2023-08-24  2:32 UTC  (2+ messages)

[PATCH 0/2] Add EFI HTTP boot support
 2023-08-24  2:32 UTC  (4+ messages)
` [PATCH 2/2] efi_loader: support boot from URI device path

rcutorture: Can not Disable RT throttling
 2023-08-24  2:30 UTC  (4+ messages)

[PATCH 00/15] Support IGT in display driver
 2023-08-24  2:29 UTC  (4+ messages)
` [PATCH 11/15] drm/mediatek: Support CRC in VDOSYS0

[PATCH net-next 1/2] net/mlx5e: Use PTR_ERR_OR_ZERO() to simplify code
 2023-08-24  2:30 UTC  (2+ messages)

[PATCH net-next v3 0/4] net: ethernet: mtk_eth_soc: improve support for MT7988
 2023-08-24  2:30 UTC  (3+ messages)

[PATCH] Convert CFG_SYS_UBOOT_START to Kconfig
 2023-08-24  2:30 UTC 

[PATCH RFC] rcu: torture: shorten the time between forward-progress tests
 2023-08-24  2:29 UTC  (4+ messages)

[PATCH] clk: sprd: Fix thm_parents incorrect configuration
 2023-08-24  2:29 UTC  (2+ messages)

next/pending-fixes build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.5-rc7-184-g896c392cd4bf1)
 2023-08-24  2:29 UTC 

[PATCH net-next] net: fec: add exception tracing for XDP
 2023-08-24  2:30 UTC  (2+ messages)

[PATCH 0/2] Rust 1.72.0 upgrade
 2023-08-24  2:28 UTC  (5+ messages)
` [PATCH 1/2] rust: arc: add explicit `drop()` around `Box::from_raw()`
` [PATCH 2/2] rust: upgrade to Rust 1.72.0

[meta-virtualization][PATCHv2] libvirt-glib: fix introspection and documentation build
 2023-08-24  2:29 UTC  (2+ messages)

[V2 1/8] drm/amd/pm: introduce a new set of OD interfaces
 2023-08-24  2:28 UTC  (4+ messages)
` [V2 3/8] drm/amd/pm: add fan mode OD setting support for SMU13

[PATCH] e2fsck: delay quotas loading in release_orphan_inodes()
 2023-08-24  2:27 UTC  (3+ messages)

[meta-virtualization][PATCH 1/2] libvirt-glib: fix introspection and documentation build
 2023-08-24  2:28 UTC  (3+ messages)
` [meta-virtualization][PATCH 2/2] libvirt: update from fuse2 to fuse3

[PATCH v2] wifi: mac80211: fix cfg80211_bss always hold when assoc response fail for MLO connection
 2023-08-24  2:26 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.