linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-22 09:58:36 to 2021-04-24 00:16:18 UTC [more...]

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-04-24  0:16 UTC  (5+ messages)
` [PATCH v1 01/11] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [PATCH v1 02/11] mm/page_alloc: split prep_compound_page into head and tail subparts

[PATCH 0/2] mmzone.h: fix kernel-doc and simplify is_highmem_idx
 2021-04-24  0:08 UTC  (4+ messages)
` [PATCH 1/2] mm/mmzone.h: fix existing kernel-doc comments and link them to core-api
` [PATCH 2/2] mm/mmzone.h: simplify is_highmem_idx()

[PATCH 0/12 v4] fs: Hole punch vs page cache filling races
 2021-04-23 23:51 UTC  (8+ messages)
` [PATCH 02/12] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 10/12] shmem: Use invalidate_lock to protect fallocate

[linux-next:master 13548/14867] drivers/spi/spi-altera-dfl.c:52:30: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-04-23 23:03 UTC 

incoming
 2021-04-23 21:29 UTC  (6+ messages)
` [patch 1/5] coda: fix reference counting in coda_file_mmap error path
` [patch 2/5] ovl: fix reference counting in ovl_mmap "
` [patch 3/5] mm/filemap: fix find_lock_entries hang on 32-bit THP
` [patch 4/5] mm/filemap: fix mapping_seek_hole_data on THP & 32-bit
` [patch 5/5] tools/cgroup/slabinfo.py: updated to work on current kernel

[PATCH v8] RISC-V: enable XIP
 2021-04-23 21:27 UTC  (4+ messages)

kernel BUG at mm/huge_memory.c:2736(linux 5.10.29)
 2021-04-23 21:05 UTC  (5+ messages)

[PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
 2021-04-23 20:49 UTC  (5+ messages)

[PATCH 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2021-04-23 20:33 UTC  (11+ messages)
` [PATCH 17/23] hugetlb/userfaultfd: Handle UFFDIO_WRITEPROTECT
` [PATCH 18/23] mm/hugetlb: Introduce huge version of special swap pte helpers
` [PATCH 19/23] hugetlb/userfaultfd: Handle uffd-wp special pte in hugetlb pf handler
` [PATCH 20/23] hugetlb/userfaultfd: Allow wr-protect none ptes
` [PATCH 21/23] hugetlb/userfaultfd: Only drop uffd-wp special pte if required

[RFC] mm/vmscan.c: avoid possible long latency caused by too_many_isolated()
 2021-04-23 20:23 UTC  (14+ messages)

[PATCH 0/2] mm/filemap: fix 5.12-rc regressions
 2021-04-23 20:08 UTC  (10+ messages)
` [PATCH 2/2] mm/filemap: fix mapping_seek_hole_data on THP & 32-bit
        ` [PATCH v2 "

[PATCH-next v5 0/4] mm/memcg: Reduce kmemcache memory accounting overhead
 2021-04-23 20:06 UTC  (11+ messages)
` [PATCH-next v5 2/4] mm/memcg: Cache vmstat data in percpu memcg_stock_pcp
` [PATCH-next v5 3/4] mm/memcg: Improve refill_obj_stock() performance

WARNING in netlbl_cipsov4_add
 2021-04-23 19:27 UTC  (3+ messages)

[PATCH v25 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-23 15:59 UTC  (12+ messages)
` [PATCH v25 16/30] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v25 18/30] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v25 19/30] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v25 20/30] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v25 21/30] mm: Re-introduce vm_flags to do_mmap()

[RFC PATCH 0/2] selinux,anon_inodes: Use a separate SELinux class for each type of anon inode
 2021-04-23 15:20 UTC  (9+ messages)
` [RFC PATCH 2/2] selinux: add capability to map anon inode types to separate classes

[PATCH 1/1] gup: document and work around "COW can break either way" issue
 2021-04-23 15:05 UTC  (2+ messages)

[RESEND][PATCH 0/6] Constify struct page arguments
 2021-04-23 15:01 UTC  (13+ messages)
` [PATCH 1/6] mm: Make __dump_page static
` [PATCH 2/6] mm/debug: Factor PagePoisoned out of __dump_page
` [PATCH 3/6] mm/page_owner: Constify dump_page_owner
` [PATCH 4/6] mm: Make compound_head const-preserving
` [PATCH 5/6] mm: Constify get_pfnblock_flags_mask and get_pfnblock_migratetype
` [PATCH 6/6] mm: Constify page_count and page_ref_count

[PATCH v7 00/31] Network fs helper library & fscache kiocb API
 2021-04-23 14:33 UTC  (34+ messages)
` [PATCH v7 01/31] iov_iter: Add ITER_XARRAY
` [PATCH v7 02/31] mm: Add set/end/wait functions for PG_private_2
` [PATCH v7 03/31] mm/filemap: Pass the file_ra_state in the ractl
` [PATCH v7 04/31] fs: Document file_ra_state
` [PATCH v7 05/31] mm/readahead: Handle ractl nr_pages being modified
` [PATCH v7 06/31] mm: Implement readahead_control pageset expansion
` [PATCH v7 07/31] netfs: Make a netfs helper module
` [PATCH v7 08/31] netfs: Documentation for helper library
` [PATCH v7 09/31] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH v7 10/31] netfs, mm: Add set/end/wait_on_page_fscache() aliases
` [PATCH v7 11/31] netfs: Provide readahead and readpage netfs helpers
` [PATCH v7 12/31] netfs: Add tracepoints
` [PATCH v7 13/31] netfs: Gather stats
` [PATCH v7 14/31] netfs: Add write_begin helper
` [PATCH v7 15/31] netfs: Define an interface to talk to a cache
` [PATCH v7 16/31] netfs: Add a tracepoint to log failures that would be otherwise unseen
` [PATCH v7 17/31] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v7 18/31] afs: Disable use of the fscache I/O routines
` [PATCH v7 19/31] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v7 20/31] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v7 21/31] afs: Move key to afs_read struct
` [PATCH v7 22/31] afs: Don't truncate iter during data fetch
` [PATCH v7 23/31] afs: Log remote unmarshalling errors
` [PATCH v7 24/31] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v7 25/31] afs: Use ITER_XARRAY for writing
` [PATCH v7 26/31] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v7 27/31] afs: Extract writeback extension into its own function
` [PATCH v7 28/31] afs: Prepare for use of THPs
` [PATCH v7 29/31] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v7 30/31] afs: Use new netfs lib read helper API
` [PATCH v7 31/31] afs: Use the netfs_write_begin() helper

[PATCH v3] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
 2021-04-23 14:27 UTC  (2+ messages)

[PATCH RFC 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-04-23 13:16 UTC  (8+ messages)
` [PATCH RFC 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
` [PATCH RFC 2/7] kernel/fork: factor out atomcially replacing the current MM exe_file
` [PATCH RFC 3/7] kernel/fork: always deny write access to "
` [PATCH RFC 4/7] binfmt: remove in-tree usage of MAP_DENYWRITE
` [PATCH RFC 5/7] mm: remove VM_DENYWRITE
` [PATCH RFC 6/7] mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
` [PATCH RFC 7/7] fs: update documentation of get_write_access() and friends

[linux-next:pending-fixes] BUILD SUCCESS 209594898343e6eb66a5ce76f2564b9f7f31b11b
 2021-04-23 11:59 UTC 

[PATCH v3 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-04-23 11:57 UTC  (10+ messages)
` [PATCH v3 1/3] mm/memory-failure: Use a mutex to avoid memory_failure() races
` [PATCH v3 2/3] mm,hwpoison: return -EHWPOISON when page already
` [PATCH v3 3/3] mm,hwpoison: add kill_accessing_process() to find error virtual address

[RFC] Reclaiming PG_private
 2021-04-23 10:26 UTC  (2+ messages)

[PATCH 0/9 v5] Use local_lock for pcp protection and reduce stat overhead
 2021-04-23  8:32 UTC  (13+ messages)
` [PATCH 1/9] mm/page_alloc: Split per cpu page lists and zone stats
` [PATCH 2/9] mm/page_alloc: Convert per-cpu list protection to local_lock
` [PATCH 3/9] mm/vmstat: Convert NUMA statistics to basic NUMA counters
` [PATCH 4/9] mm/vmstat: Inline NUMA event counter updates
` [PATCH 5/9] mm/page_alloc: Batch the accounting updates in the bulk allocator
` [PATCH 6/9] mm/page_alloc: Reduce duration that IRQs are disabled for VM counters
` [PATCH 7/9] mm/page_alloc: Explicitly acquire the zone lock in __free_pages_ok
` [PATCH 9/9] mm/page_alloc: Update PGFREE outside "

[PATCH] mm: memcontrol: fix root_mem_cgroup charging
 2021-04-23  8:20 UTC  (11+ messages)
  ` [External] "

[PATCH v2 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-23  8:11 UTC  (5+ messages)

[PATCH] mm: hugetlb: fix a race between memory-failure/soft_offline and gather_surplus_pages
 2021-04-23  8:01 UTC  (6+ messages)

[PATCH v10 6/9] Reimplement RLIMIT_SIGPENDING on top of ucounts
 2021-04-23  7:44 UTC  (6+ messages)
` 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression

[PATCH] riscv: Protect kernel linear mapping only if CONFIG_STRICT_KERNEL_RWX is set
 2021-04-23  1:34 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c457d9676496f5a895509f9c510278beaaffc829
 2021-04-22 23:26 UTC 

[PATCH v4 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-22 22:05 UTC  (5+ messages)
` [PATCH v4 03/10] userfaultfd/shmem: support UFFDIO_CONTINUE "

[PATCH v2] mm/compaction:let proactive compaction order configurable
 2021-04-22 20:33 UTC  (3+ messages)

[linux-next:master 13957/14602] drivers/iio/common/scmi_sensors/scmi_iio.c:70:4: error: couldn't allocate output register for constraint 'x'
 2021-04-22 19:34 UTC 

alloc_contig_range() with MIGRATE_MOVABLE performance regression since 4.9
 2021-04-22 19:31 UTC  (4+ messages)

Percpu allocator: CPU hotplug support
 2021-04-22 17:52 UTC  (5+ messages)

[linux-next:master 10925/14602] drivers/net/wireless/mediatek/mt76/mt7921/mac.c:1392:70: sparse: sparse: Using plain integer as NULL pointer
 2021-04-22 15:56 UTC 

(in)consistency of page/folio function naming
 2021-04-22 15:55 UTC  (5+ messages)

[RFC] memory reserve for userspace oom-killer
 2021-04-22 15:41 UTC  (16+ messages)
          ` [RFC PATCH] Android OOM helper proof of concept

[PATCH 1/2] mm/kasan: avoid duplicate KASAN issues from reporting
 2021-04-22 15:06 UTC  (8+ messages)
  ` [PATCH 2/2] mm/kasan: proc interface to read KASAN errors at any time

[PATCH v6 00/30] Network fs helper library & fscache kiocb API
 2021-04-22 14:51 UTC  (5+ messages)
` [PATCH v6 01/30] iov_iter: Add ITER_XARRAY

[RFCv2 00/13] TDX and guest memory unmapping
 2021-04-22 14:36 UTC 

[PATCH] mm: compaction: improve /proc trigger for full node memory compaction
 2021-04-22 13:37 UTC 

[PATCH v11 0/9] Count rlimits in each user namespace
 2021-04-22 12:27 UTC  (10+ messages)
` [PATCH v11 1/9] Increase size of ucounts to atomic_long_t
` [PATCH v11 2/9] Add a reference to ucounts for each cred
` [PATCH v11 3/9] Use atomic_t for ucounts reference counting
` [PATCH v11 4/9] Reimplement RLIMIT_NPROC on top of ucounts
` [PATCH v11 5/9] Reimplement RLIMIT_MSGQUEUE "
` [PATCH v11 6/9] Reimplement RLIMIT_SIGPENDING "
` [PATCH v11 7/9] Reimplement RLIMIT_MEMLOCK "
` [PATCH v11 8/9] kselftests: Add test to check for rlimit changes in different user namespaces
` [PATCH v11 9/9] ucounts: Set ucount_max to the largest positive value the type can hold

[PATCH v3 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-04-22 12:19 UTC  (9+ messages)
` [RFC V2] mm: Enable generic pfn_valid() to handle early sections with memmap holes

[linux-next:pending-fixes] BUILD SUCCESS 611fe7bee4055db2ff5123ec8dc24b5c92b06882
 2021-04-22 11:03 UTC 

[linux-next:master 14157/14231] kernel/resource.c:505:5: sparse: sparse: symbol '__region_intersects' was not declared. Should it be static?
 2021-04-22 10:46 UTC  (3+ messages)
` [RFC PATCH linux-next] kernel/resource: __region_intersects() can be static


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).