linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/7] memcg: further decouple v1 code from v2
 2024-08-15  5:04 UTC  (6+ messages)
` [PATCH 1/7] memcg: move v1 only percpu stats in separate struct
` [PATCH 2/7] memcg: move mem_cgroup_event_ratelimit to v1 code
` [PATCH 3/7] memcg: move mem_cgroup_charge_statistics "
` [PATCH 4/7] memcg: move v1 events and statistics code to v1 file
` [PATCH 5/7] memcg: make v1 only functions static

[PATCH v2] x86/ioremap: Use is_ioremap_addr() in iounmap()
 2024-08-15  5:02 UTC  (7+ messages)

[PATCH v4 0/2] Add support for Congatec CGEB BIOS interface
 2024-08-15  4:59 UTC  (4+ messages)
` [PATCH v4 1/2] x86: Add basic support for the "
` [PATCH v4 2/2] i2c: Add Congatec CGEB I2C driver

[PATCH 1/2] err.h: Add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() functions
 2024-08-15  4:29 UTC  (3+ messages)

[PATCH v3] ACPI: PCI: check if the root io space is page aligned
 2024-08-15  4:28 UTC  (2+ messages)

[PATCH 2/5] x86: Remove custom definition of mk_pte()
 2024-08-15  4:08 UTC  (2+ messages)

[PATCH v5 00/21] mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
 2024-08-15  3:50 UTC  (5+ messages)

[PATCH v1 0/2] mremap refactor: check src address for vma boundaries first
 2024-08-15  3:45 UTC  (5+ messages)

[PATCH 0/2] mm: Add readahead support for IOCB_NOWAIT
 2024-08-15  3:38 UTC  (14+ messages)
` [PATCH 1/2] mm: Add memalloc_nowait_{save,restore}

[linux-next:master 3896/4224] arch/arm/boot/dts/arm/arm-realview-eb-11mp.dtb: soc: pmu: 'ranges' is a required property
 2024-08-15  3:16 UTC 

[PATCH net-next v13 07/14] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'
 2024-08-15  3:10 UTC  (9+ messages)
  ` [PATCH net-next v13 08/14] mm: page_frag: some minor refactoring before adding new API
  ` [PATCH net-next v13 02/14] mm: move the page fragment allocator from page_alloc into its own file
  ` [PATCH net-next v13 11/14] mm: page_frag: introduce prepare/probe/commit API
  ` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API

[PATCH RFC] mm: skip gigantic pages in isolate_single_pageblock() when mem offline
 2024-08-15  2:58 UTC  (7+ messages)

[PATCH v5 00/26] Generic `Allocator` support for Rust
 2024-08-15  2:52 UTC  (30+ messages)
` [PATCH v5 01/26] rust: alloc: add `Allocator` trait
` [PATCH v5 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v5 05/26] rust: alloc: add module `allocator_test`
` [PATCH v5 06/26] rust: alloc: implement `Vmalloc` allocator
` [PATCH v5 08/26] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH v5 09/26] rust: alloc: implement kernel `Box`
` [PATCH v5 13/26] rust: alloc: implement kernel `Vec` type

[PATCH 1/5] mm: Introduce a common definition of mk_pte()
 2024-08-15  2:45 UTC  (3+ messages)

[linux-next:master 3898/4224] arch/arm64/boot/dts/sprd/sp9860g-1h10.dtb: fuel-gauge@a00: 'battery-detect-gpios' is a required property
 2024-08-15  2:19 UTC  (3+ messages)

[BUG] cgroupv2/blk: inconsistent I/O behavior in Cgroup v2 with set device wbps and wiops
 2024-08-15  1:59 UTC  (7+ messages)

[RFC 0/5] implement asynchronous BLKDISCARD via io_uring
 2024-08-15  1:42 UTC  (3+ messages)
` [RFC 5/5] block: implement io_uring discard cmd

[RFC PATCH v1 0/4] mm: ZSWAP swap-out of mTHP folios
 2024-08-15  1:37 UTC  (9+ messages)
` [RFC PATCH v1 2/4] mm: vmstat: Per mTHP-size zswap_store vmstat event counters
` [RFC PATCH v1 4/4] mm: page_io: Count successful mTHP zswap stores in vmstat

[linux-next:pending-fixes] BUILD SUCCESS bd5989ca496c1db7c3b1f279cb5dcabdfc33aa28
 2024-08-15  1:20 UTC 

[PATCH v2] memcg: use ratelimited stats flush in the reclaim
 2024-08-15  0:29 UTC  (11+ messages)

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-15  0:23 UTC  (19+ messages)
` [PATCH 09/19] mm: New follow_pfnmap API
` [PATCH 19/19] vfio/pci: Implement huge_fault support

OVERFLOW_KUNIT_TEST fails with BUG: KASAN: stack-out-of-bounds in string_nocheck+0x168/0x1c8 (kernel 6.11-rc2, PowerMac G4 DP)
 2024-08-14 23:58 UTC  (5+ messages)

[PATCH v4] mm,memcg: provide per-cgroup counters for NUMA balancing operations
 2024-08-14 23:51 UTC 

[PATCH v2 0/4] memcg: initiate deprecation of v1 features
 2024-08-14 23:47 UTC  (9+ messages)
` [PATCH v2 1/4] memcg: initiate deprecation of v1 tcp accounting
` [PATCH v2 2/4] memcg: initiate deprecation of v1 soft limit
` [PATCH v2 3/4] memcg: initiate deprecation of oom_control
` [PATCH v2 4/4] memcg: initiate deprecation of pressure_level

[linux-next:fs-next] BUILD SUCCESS bb62fbd2b0e31b2ed5dccf1dc4489460137fdf5c
 2024-08-14 23:11 UTC 

[PATCH v3 4/6] mm: Introduce a pageflag for partially mapped folios
 2024-08-14 23:05 UTC  (2+ messages)

[PATCH v4] mm: Override mTHP "enabled" defaults at kernel cmdline
 2024-08-14 22:46 UTC  (2+ messages)

[linux-next:master 4179/4667] drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:3301:3: error: call to undeclared function 'pci_prepare_ats'; ISO C99 and later do not support implicit function declarations
 2024-08-14 22:09 UTC 

[PATCH 0/4] memcg: initiate deprecation of v1 features
 2024-08-14 21:51 UTC  (12+ messages)
` [PATCH 1/4] memcg: initiate deprecation of v1 tcp accounting
` [PATCH 2/4] memcg: initiate deprecation of v1 soft limit
` [PATCH 3/4] memcg: initiate deprecation of oom_control
` [PATCH 4/4] memcg: initiate deprecation of pressure_level

[PATCH v2] mm, slub: print CPU id (and its node) on slab OOM
 2024-08-14 21:50 UTC 

[PATCH] mm: whack now bogus comment in pmd_install() concerning a fence
 2024-08-14 21:28 UTC  (3+ messages)

[PATCH] mm/vmscan: Fix hard LOCKUP in function isolate_lru_folios
 2024-08-14 21:27 UTC  (2+ messages)

[PATCH v3] mm,memcg: provide per-cgroup counters for NUMA balancing operations
 2024-08-14 20:52 UTC  (2+ messages)

[PATCH] mm,memcg: provide per-cgroup counters for NUMA balancing operations
 2024-08-14 20:48 UTC  (4+ messages)

[PATCH] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-14 20:43 UTC  (5+ messages)

[PATCH v2 00/25] netfs: Read/write improvements
 2024-08-14 20:38 UTC  (26+ messages)
` [PATCH v2 01/25] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
` [PATCH v2 02/25] cachefiles: Fix non-taking of sb_writers around set/removexattr
` [PATCH v2 03/25] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH v2 04/25] netfs: Record contention stats for writeback lock
` [PATCH v2 05/25] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH v2 06/25] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH v2 07/25] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH v2 08/25] netfs: Reserve netfs_sreq_source 0 as unset/unknown
` [PATCH v2 09/25] netfs: Remove NETFS_COPY_TO_CACHE
` [PATCH v2 10/25] netfs: Set the request work function upon allocation
` [PATCH v2 11/25] netfs: Use bh-disabling spinlocks for rreq->lock
` [PATCH v2 12/25] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
` [PATCH v2 13/25] iov_iter: Provide copy_folio_from_iter()
` [PATCH v2 14/25] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs
` [PATCH v2 15/25] netfs: Use new folio_queue data type and iterator instead of xarray iter
` [PATCH v2 16/25] netfs: Provide an iterator-reset function
` [PATCH v2 17/25] netfs: Simplify the writeback code
` [PATCH v2 18/25] afs: Make read subreqs async
` [PATCH v2 19/25] netfs: Speed up buffered reading
` [PATCH v2 20/25] netfs: Remove fs/netfs/io.c
` [PATCH v2 21/25] cachefiles, netfs: Fix write to partial block at EOF
` [PATCH v2 22/25] netfs: Cancel dirty folios that have no storage destination
` [PATCH v2 23/25] cifs: Use iterate_and_advance*() routines directly for hashing
` [PATCH v2 24/25] cifs: Switch crypto buffer to use a folio_queue rather than an xarray
` [PATCH v2 25/25] cifs: Don't support ITER_XARRAY

[linux-next:master 1554/4667] kernel/rcu/tree_exp.h:556: undefined reference to `csd_lock_is_stuck'
 2024-08-14 20:27 UTC 

[PATCH] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
 2024-08-14 19:50 UTC 

[PATCH v6 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-14 18:54 UTC  (11+ messages)
` [PATCH v6 bpf-next 01/10] lib/buildid: harden "
` [PATCH v6 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction
` [PATCH v6 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v6 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH v6 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH v6 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v6 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH v6 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v6 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v6 bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH v3 1/2] alloc_tag: introduce clear_page_tag_ref() helper function
 2024-08-14 18:42 UTC  (2+ messages)

[PROBLEM] mm/vmstat.c:34:12: error: ‘vmstat_late_init_done’ defined but not used [-Werror=unused-variable]
 2024-08-14 18:37 UTC  (4+ messages)
` [RFC] "

[RFC v11 09/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
 2024-08-14 18:34 UTC  (6+ messages)

[linux-next:fs-current] BUILD SUCCESS 6c7f20ab76807c6f0a4bc7f49eec920e9ed6b27a
 2024-08-14 18:26 UTC 

[linux-next:master] BUILD REGRESSION 320eb81df4f6c1a1814fd02ebb4ba41eb80a3c7e
 2024-08-14 18:26 UTC 

[RFC] Merge PG_private_2 and PG_mappedtodisk
 2024-08-14 17:36 UTC 

[PATCH v3] mm/hugetlb: fix hugetlb vs. core-mm PT locking
 2024-08-14 17:25 UTC  (4+ messages)

[RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
 2024-08-14 17:13 UTC  (3+ messages)

[PATCH v5 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-14 17:06 UTC  (6+ messages)
` [PATCH v5 bpf-next 01/10] lib/buildid: harden "

[PATCH v2 0/1] binfmt_elf: seal address zero
 2024-08-14 16:59 UTC 

[PATCH v5 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
 2024-08-14 16:56 UTC  (9+ messages)

[linux-next:master 4168/4667] arch/arm/boot/dts/nxp/imx/imx1-ads.dtb: dma-controller@209000: 'clock-names', 'clocks' do not match any of the regexes: 'pinctrl-[0-9]+'
 2024-08-14 16:52 UTC  (2+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-14 16:21 UTC  (4+ messages)
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames

[PATCH v4 00/17] Introduce a store type enum for the Maple tree
 2024-08-14 16:19 UTC  (18+ messages)
` [PATCH v4 01/17] maple_tree: introduce store_type enum
` [PATCH v4 02/17] maple_tree: introduce mas_wr_prealloc_setup()
` [PATCH v4 03/17] maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()
` [PATCH v4 04/17] maple_tree: introduce mas_wr_store_type()
` [PATCH v4 05/17] maple_tree: remove mas_destroy() from mas_nomem()
` [PATCH v4 06/17] maple_tree: preallocate nodes in mas_erase()
` [PATCH v4 07/17] maple_tree: use mas_store_gfp() in mtree_store_range()
` [PATCH v4 08/17] maple_tree: print store type in mas_dump()
` [PATCH v4 09/17] maple_tree: use store type in mas_wr_store_entry()
` [PATCH v4 10/17] maple_tree: convert mas_insert() to preallocate nodes
` [PATCH v4 11/17] maple_tree: simplify mas_commit_b_node()
` [PATCH v4 12/17] maple_tree: remove mas_wr_modify()
` [PATCH v4 13/17] maple_tree: have mas_store() allocate nodes if needed
` [PATCH v4 14/17] maple_tree: remove node allocations from various write helper functions
` [PATCH v4 15/17] maple_tree: remove repeated sanity checks from "
` [PATCH v4 16/17] maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()
` [PATCH v4 17/17] maple_tree: make write helper functions void

[PATCH v2] kasan: simplify and clarify Makefile
 2024-08-14 16:18 UTC  (2+ messages)

[PATCH] kasan: simplify and clarify Makefile
 2024-08-14 16:10 UTC  (3+ messages)

[PATCH 0/3] mm,TPP: Enable promotion of unmapped pagecache
 2024-08-14 16:09 UTC  (3+ messages)

[PATCH 0/5] Provide a single definition of mk_pte()
 2024-08-14 15:44 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox