All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-27 08:09:01 to 2023-07-27 08:22:31 UTC [more...]

[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
 2023-07-27  8:05 UTC  (158+ messages)
` [PATCH v3 01/49] binder: fix memory leak in binder_init()
` [PATCH v3 02/49] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v3 03/49] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v3 04/49] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v3 06/49] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v3 07/49] binder: dynamically allocate the android-binder shrinker
` [PATCH v3 08/49] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v3 09/49] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v3 10/49] erofs: dynamically allocate the erofs-shrinker
` [PATCH v3 12/49] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v3 13/49] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v3 14/49] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v3 15/49] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v3 16/49] nfsd: dynamically allocate the nfsd-filecache shrinker
  ` [f2fs-dev] "
` [PATCH v3 17/49] quota: dynamically allocate the dquota-cache shrinker
  ` [f2fs-dev] "
` [PATCH v3 18/49] ubifs: dynamically allocate the ubifs-slab shrinker
  ` [f2fs-dev] "
` [PATCH v3 19/49] rcu: dynamically allocate the rcu-lazy shrinker
  ` [f2fs-dev] "
` [PATCH v3 20/49] rcu: dynamically allocate the rcu-kfree shrinker
  ` [f2fs-dev] "
` [PATCH v3 21/49] mm: thp: dynamically allocate the thp-related shrinkers
  ` [f2fs-dev] "
` [PATCH v3 22/49] sunrpc: dynamically allocate the sunrpc_cred shrinker
  ` [f2fs-dev] "
` [PATCH v3 23/49] mm: workingset: dynamically allocate the mm-shadow shrinker
  ` [f2fs-dev] "
` [PATCH v3 24/49] drm/i915: dynamically allocate the i915_gem_mm shrinker
  ` [f2fs-dev] "
` [PATCH v3 25/49] drm/msm: dynamically allocate the drm-msm_gem shrinker
  ` [f2fs-dev] "
` [PATCH v3 26/49] drm/panfrost: dynamically allocate the drm-panfrost shrinker
  ` [f2fs-dev] "
` [PATCH v3 27/49] dm: dynamically allocate the dm-bufio shrinker
  ` [f2fs-dev] "
` [PATCH v3 28/49] dm zoned: dynamically allocate the dm-zoned-meta shrinker
  ` [f2fs-dev] "
` [PATCH v3 29/49] md/raid5: dynamically allocate the md-raid5 shrinker
  ` [f2fs-dev] "
` [PATCH v3 30/49] bcache: dynamically allocate the md-bcache shrinker
  ` [f2fs-dev] "
` [PATCH v3 31/49] vmw_balloon: dynamically allocate the vmw-balloon shrinker
  ` [f2fs-dev] "
` [PATCH v3 32/49] virtio_balloon: dynamically allocate the virtio-balloon shrinker
  ` [f2fs-dev] "
` [PATCH v3 33/49] mbcache: dynamically allocate the mbcache shrinker
  ` [f2fs-dev] "
` [PATCH v3 34/49] ext4: dynamically allocate the ext4-es shrinker
  ` [f2fs-dev] "
` [PATCH v3 35/49] jbd2, ext4: dynamically allocate the jbd2-journal shrinker
  ` [PATCH v3 35/49] jbd2,ext4: "
  ` [f2fs-dev] [PATCH v3 35/49] jbd2, ext4: "
` [PATCH v3 36/49] nfsd: dynamically allocate the nfsd-client shrinker
  ` [f2fs-dev] "
` [PATCH v3 37/49] nfsd: dynamically allocate the nfsd-reply shrinker
  ` [f2fs-dev] "
` [PATCH v3 38/49] xfs: dynamically allocate the xfs-buf shrinker
  ` [f2fs-dev] "
` [PATCH v3 39/49] xfs: dynamically allocate the xfs-inodegc shrinker
  ` [f2fs-dev] "
` [PATCH v3 40/49] xfs: dynamically allocate the xfs-qm shrinker
  ` [f2fs-dev] "
` [PATCH v3 41/49] zsmalloc: dynamically allocate the mm-zspool shrinker
  ` [f2fs-dev] "
` [PATCH v3 42/49] fs: super: dynamically allocate the s_shrink
  ` [f2fs-dev] "
` [PATCH v3 43/49] mm: shrinker: remove old APIs
  ` [f2fs-dev] "
` [PATCH v3 44/49] drm/ttm: introduce pool_shrink_rwsem
  ` [f2fs-dev] "
` [PATCH v3 45/49] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
  ` [f2fs-dev] "
` [PATCH v3 46/49] mm: shrinker: make global slab shrink lockless
  ` [f2fs-dev] "
` [PATCH v3 47/49] mm: shrinker: make memcg "
  ` [f2fs-dev] "
` [PATCH v3 48/49] mm: shrinker: hold write lock to reparent shrinker nr_deferred
  ` [f2fs-dev] "
` [PATCH v3 49/49] mm: shrinker: convert shrinker_rwsem to mutex
  ` [f2fs-dev] "

[PATCH v2] target/riscv: don't read write-only CSR
 2023-07-27  8:17 UTC 

[PATCH v5 0/6] accel/kvm: Specify default IPA size for arm64
 2023-07-27  7:31 UTC  (2+ messages)
` [PATCH v5 1/6] kvm: Introduce kvm_arch_get_default_type hook

[PATCH v2 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer
 2023-07-27  8:19 UTC  (9+ messages)
` [PATCH v2 05/28] dt-bindings: net: Add support for QMC HDLC
` [PATCH v2 27/28] dt-bindings: net: fsl,qmc-hdlc: Add framer support

Sending data from host to guest via VirtIO
 2023-07-27  7:27 UTC 

[virtio-comment] About the plan of Admin Queue
 2023-07-27  8:07 UTC  (19+ messages)

[mickledore][kirkstone][dunfell][PATCH] systemd-systemctl: fix errors in instance name expansion
 2023-07-27  8:19 UTC 

[sailus-media-tree:master 10/20] drivers/media/i2c/imx290.c:1526:17: warning: incompatible integer to pointer conversion assigning to 'struct regmap *' from 'int'
 2023-07-27  8:16 UTC 

collision between ZONE_MOVABLE and memblock allocations
 2023-07-27  8:18 UTC  (5+ messages)

[PATCH RFC 0/3] batman-adv: Enable support for jumbo frames
 2023-07-27  8:13 UTC  (4+ messages)
` [PATCH RFC 1/3] batman-adv: Avoid magic value for minimum MTU
` [PATCH RFC 2/3] batman-adv: Check hardif MTU against runtime MTU
` [PATCH RFC 3/3] batman-adv: Add support for jumbo frames

[Intel-xe] [PATCH V9 0/6] drm/xe: Add engine scheduler control interface
 2023-07-27  8:22 UTC  (7+ messages)
` [Intel-xe] [PATCH V9 1/6] drm/xe: Add sysfs entries for engines under its GT
` [Intel-xe] [PATCH V9 2/6] drm/xe: Add sysfs for default engine scheduler properties
` [Intel-xe] [PATCH V9 3/6] drm/xe: Add job timeout engine property to sysfs
` [Intel-xe] [PATCH V9 4/6] drm/xe: Add timeslice duration "
` [Intel-xe] [PATCH V9 5/6] drm/xe: Add sysfs for preempt reset timeout
` [Intel-xe] [PATCH V9 6/6] drm/xe: Add min/max cap for engine scheduler properties

[PATCH 1/2] drm/amdgpu: refine amdgpu_bo_create_kernel_at()
 2023-07-27  8:15 UTC  (3+ messages)

[PATCH v2] usb: xhci: tegra: Add shutdown callback for Tegra XUSB
 2023-07-27  8:08 UTC  (3+ messages)

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-07-27  8:14 UTC  (3+ messages)
` [PATCH v4 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH] crypto: all - alloc and init all req alloc as zero
 2023-07-27  8:07 UTC  (2+ messages)

[PATCH 0/2] hwmon: (isl28022) new driver for ISL28022 power monitor
 2023-07-27  8:07 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: hwmon: add renesas,isl28022

[PATCH v4 00/20] Enable CET Virtualization
 2023-07-27  7:41 UTC  (7+ messages)
` [PATCH v4 09/20] KVM:x86: Add common code of CET MSR access

[Buildroot] [PATCH RFC 1/2] utils/docker-run: make it compatible with SELinux
 2023-07-27  8:13 UTC  (2+ messages)

Trying to boot JH7110 RISCV-V CPU from MMC
 2023-07-27  8:12 UTC  (2+ messages)

[PATCH v10 00/33] scsi: Allow scsi_execute users to control retries
 2023-07-27  8:06 UTC  (3+ messages)
` [PATCH v10 32/33] scsi: sr: Fix sshdr use in sr_get_events

arch/powerpc/mm/book3s64/pgtable.c:422:6: warning: no previous prototype for function 'arch_report_meminfo'
 2023-07-27  8:05 UTC 

[PATCH] x86/numa: Add Devicetree support
 2023-07-27  8:06 UTC  (3+ messages)

[PATCH] drm/ttm: check null pointer before accessing when swapping
 2023-07-27  8:11 UTC  (6+ messages)

[PATCH v4 0/3] linux-user: Fix static armhf binaries and optmize memory layout
 2023-07-27  7:06 UTC  (2+ messages)
` [PATCH v4 2/3] linux-user: Optimize memory layout for static and dynamic executables

[sailus-media-tree:master 9/20] drivers/media/i2c/ov5693.c:1280:19: error: call to undeclared function 'devm_cci_regmap_init_i2c'; ISO C99 and later do not support implicit function declarations
 2023-07-27  8:05 UTC 

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-07-27  8:09 UTC  (5+ messages)
` [PATCH RFC net-next v5 13/14] virtio/vsock: implement datagram support

[PATCH bpf-next] riscv/bpf: Fix truncated immediate warning in rv_s_insn
 2023-07-27  8:08 UTC  (2+ messages)

Semantics of fuse_notify_delete()
 2023-07-27  8:04 UTC  (2+ 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.