All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-07 11:04:58 to 2023-08-07 11:16:30 UTC [more...]

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-07 11:09 UTC  (161+ messages)
` [f2fs-dev] "
` [Cluster-devel] "
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
  ` [f2fs-dev] "
  ` [Cluster-devel] "
` [PATCH v4 03/48] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
  ` [f2fs-dev] "
  ` [Cluster-devel] "
` [PATCH v4 04/48] mm: shrinker: add infrastructure for dynamically allocating shrinker
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v4 05/48] kvm: mmu: dynamically allocate the x86-mmu shrinker
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v4 07/48] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v4 08/48] xenbus/backend: dynamically allocate the xen-backend shrinker
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v4 09/48] erofs: dynamically allocate the erofs-shrinker
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v4 10/48] f2fs: dynamically allocate the f2fs-shrinker
  ` [f2fs-dev] "
  ` [Cluster-devel] "
` [PATCH v4 11/48] gfs2: dynamically allocate the gfs2-glock shrinker
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
  ` [f2fs-dev] "
  ` [Cluster-devel] "
` [f2fs-dev] [PATCH v4 13/48] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
  `  "
  ` [Cluster-devel] "
` [f2fs-dev] [PATCH v4 14/48] nfs: dynamically allocate the nfs-acl shrinker
  `  "
  ` [Cluster-devel] "
` [PATCH v4 15/48] nfsd: dynamically allocate the nfsd-filecache shrinker
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v4 16/48] quota: dynamically allocate the dquota-cache shrinker
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH v4 17/48] ubifs: dynamically allocate the ubifs-slab shrinker
  `  "
  ` [Cluster-devel] "
` [f2fs-dev] [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker
  `  "
  ` [Cluster-devel] "
` [f2fs-dev] [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
  `  "
  ` [Cluster-devel] "
` [f2fs-dev] [PATCH v4 20/48] mm: thp: dynamically allocate the thp-related shrinkers
  `  "
  ` [Cluster-devel] "
` [f2fs-dev] [PATCH v4 21/48] sunrpc: dynamically allocate the sunrpc_cred shrinker
  `  "
  ` [Cluster-devel] "
` [f2fs-dev] [PATCH v4 22/48] mm: workingset: dynamically allocate the mm-shadow shrinker
  `  "
  ` [Cluster-devel] "
` [f2fs-dev] [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker
  `  "
  ` [Cluster-devel] "
` [f2fs-dev] [PATCH v4 24/48] drm/msm: dynamically allocate the drm-msm_gem shrinker
  `  "
  ` [Cluster-devel] "
` [PATCH v4 25/48] drm/panfrost: dynamically allocate the drm-panfrost shrinker
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [PATCH v4 26/48] dm: dynamically allocate the dm-bufio shrinker
  ` [Cluster-devel] "
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH v4 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker
  `  "
  ` [Cluster-devel] "
` [PATCH v4 28/48] md/raid5: dynamically allocate the md-raid5 shrinker
  ` [Cluster-devel] "
` [Cluster-devel] [PATCH v4 29/48] bcache: dynamically allocate the md-bcache shrinker
  `  "
` [PATCH v4 30/48] vmw_balloon: dynamically allocate the vmw-balloon shrinker

[PATCH v8 0/8] refactor file signing program
 2023-08-07 11:13 UTC  (8+ messages)
` [PATCH v8 1/8] sign-file: use getopt_long_only for parsing input args
` [PATCH v8 2/8] sign-file: inntroduce few new flags to make argument processing easy
` [PATCH v8 3/8] sign-file: move file signing logic to its own function
` [PATCH v8 4/8] sign-file: add support to sign modules in bulk
` [PATCH v8 5/8] sign-file: improve help message
` [PATCH v8 6/8] sign-file: use const with a global string constant
` [PATCH v8 8/8] kbuild: modinst: do modules_install step by step

[PATCH v7 00/13] Add support to configure TPDM DSB subunit
 2023-08-07 11:15 UTC  (3+ messages)
` [PATCH v7 10/13] coresight-tpdm: Add nodes to configure pattern match output

[PATCH v1 0/2] Fix ecam size value to discover 256 buses during
 2023-08-07 11:14 UTC  (4+ messages)
` [PATCH v1 1/2] PCI: xilinx-nwl: Update ECAM default value and remove unnecessary code

[PATCH v4 0/3] Add new channels for adis16475
 2023-08-07 11:12 UTC  (4+ messages)
` [PATCH v4 1/3] iio: Add IIO_DELTA_ANGL channel type
` [PATCH v4 2/3] iio: Add IIO_DELTA_VELOCITY "
` [PATCH v4 3/3] iio: imu: adis16475.c: Add delta angle and delta velocity channels

[PATCH v9 0/7] arm64: Add debug IPI for backtraces / kgdb; try to use NMI for it
 2023-08-07 11:13 UTC  (8+ messages)
` [PATCH v9 7/7] arm64: kgdb: Roundup cpus using the debug IPI

[Intel-wired-lan] [PATCH 0/9] ice: fix timestamping in reset process
 2023-08-07 11:12 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH 2/9] ice: introduce PTP state machine

[v3] media: mediatek: vcodec: fix AV1 decoding on MT8188
 2023-08-07 11:10 UTC  (4+ messages)

ARM board lockups/hangs triggered by locks and mutexes
 2023-08-07 11:10 UTC  (4+ messages)

[PATCH] dt-bindings: remoteproc: pru: Add Interrupt property
 2023-08-07 11:08 UTC  (2+ messages)

[PATCH v1 0/2] Fix ecam size value to discover 256 buses during
 2023-08-07 11:07 UTC  (6+ messages)
` [PATCH v1 1/2] PCI: xilinx-nwl: Update ECAM default value and remove unnecessary code
` [PATCH v1 2/2] dt-bindings: PCI: xilinx-nwl: Modify ECAM size in example

[virtio-comment] [PATCH v14] virtio-net: support device stats
 2023-08-07 11:00 UTC  (4+ messages)
` [virtio-comment] "
  ` [virtio-dev] "

[PATCH] Bluetooth: Fix potential use-after-free when clear keys
 2023-08-07 11:07 UTC 

[PATCH] arm64: dts: mt8195: change watchdog reset boot flow
 2023-08-07 11:05 UTC  (3+ 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.