linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-20 16:30:41 to 2020-09-21 21:17:54 UTC [more...]

[PATCH 0/5] mm: Break COW for pinned pages during fork()
 2020-09-21 21:17 UTC  (2+ messages)
` [PATCH 1/5] mm: Introduce mm_struct.has_pinned

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-09-21 21:07 UTC  (11+ messages)
` [PATCH v38 11/24] x86/sgx: Add SGX enclave driver

remove alloc_vm_area
 2020-09-21 20:44 UTC  (10+ messages)
` [PATCH 1/6] zsmalloc: switch from alloc_vm_area to get_vm_area
` [PATCH 3/6] drm/i915: use vmap in shmem_pin_map
` [PATCH 6/6] x86/xen: open code alloc_vm_area in arch_gnttab_valloc

[patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-21 19:58 UTC  (22+ messages)
` [patch RFC 01/15] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch RFC 02/15] highmem: Provide generic variant of kmap_atomic*

[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-09-21 19:48 UTC  (9+ messages)
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
` [PATCH 4/4] rcu/tree: Use schedule_delayed_work() instead of WQ_HIGHPRI queue

[v4] mm: khugepaged: avoid overriding min_free_kbytes set by user
 2020-09-21 19:07 UTC  (7+ messages)

Machine lockups on extreme memory pressure
 2020-09-21 18:35 UTC 

bdi cleanups v6
 2020-09-21 18:18 UTC  (18+ messages)
` [PATCH 01/13] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/13] drbd: remove dead code in device_to_statistics
` [PATCH 03/13] bcache: inherit the optimal I/O size
` [PATCH 04/13] aoe: set an "
` [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 06/13] md: update the optimal I/O size on reshape
` [PATCH 07/13] block: lift setting the readahead size into the block layer
` [PATCH 08/13] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 09/13] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 10/13] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 11/13] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 12/13] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 13/13] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag

[RESEND PATCH] mm/mmap: Fix Add inline munmap_vma_range() for code readability
 2020-09-21 18:07 UTC 

[PATCH stable v4.19] mm: memcg: fix memcg reclaim soft lockup
 2020-09-21 18:06 UTC 

[PATCH stable v5.4] mm: memcg: fix memcg reclaim soft lockup
 2020-09-21 18:05 UTC 

More filesystem need this fix (xfs: use MMAPLOCK around filemap_map_pages())
 2020-09-21 17:59 UTC  (10+ messages)

[PATCH v9 0/3] introduce memory hinting API for external process
 2020-09-21 17:55 UTC  (5+ messages)
` [PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-09-21 17:50 UTC  (3+ messages)

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-21 17:48 UTC  (19+ messages)
` [PATCH v3 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH v3 02/10] x86, kfence: enable KFENCE for x86
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64
` [PATCH v3 04/10] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH v3 05/10] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH v3 06/10] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH v3 07/10] kfence, kmemleak: make KFENCE compatible with KMEMLEAK
` [PATCH v3 08/10] kfence, lockdep: make KFENCE compatible with lockdep
` [PATCH v3 09/10] kfence, Documentation: add KFENCE documentation
` [PATCH v3 10/10] kfence: add test suite

[PATCH] mmap_lock: add tracepoints around lock acquisition
 2020-09-21 16:53 UTC  (3+ messages)

let import_iovec deal with compat_iovecs as well
 2020-09-21 16:31 UTC  (21+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag

[PATCH 1/4] mm: Trial do_wp_page() simplification
 2020-09-21 16:31 UTC  (27+ messages)

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 16:27 UTC  (25+ messages)
` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec
` [PATCH 07/11] fs: remove various compat readv/writev helpers
` [PATCH 08/11] fs: remove the compat readv/writev syscalls
` [PATCH 09/11] fs: remove compat_sys_vmsplice
` [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}
` [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov

[RFC PATCH 2/2] PM: hibernate: introduce opportunistic memory reclaim
 2020-09-21 16:27 UTC  (4+ messages)

[PATCH v12 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-21 16:22 UTC  (4+ messages)
` [PATCH v12 8/8] x86: Disallow vsyscall emulation when CET is enabled

[PATCH stable v5.8] mm: memcg: fix memcg reclaim soft lockup
 2020-09-21 16:15 UTC  (3+ messages)

[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
 2020-09-21 16:13 UTC  (4+ messages)

[RFC PATCH] mm/page_alloc.c: clean code by merging two functions
 2020-09-21 15:58 UTC  (3+ messages)

[PATCH] mm/memcontrol: Add the drop_cache interface for cgroup v2
 2020-09-21 15:55 UTC  (8+ messages)

[PATCH] mm/page_poison.c: replace bool variable with static key
 2020-09-21 15:29 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 3d0d0d2eb359e332fbe7962a5fa62e8c85961243
 2020-09-21 13:21 UTC 

[PATCH] mm: swap: Use memset to fill the swap_map with SWAP_HAS_CACHE
 2020-09-21 12:22 UTC 

[PATCH] mm: fix some comments formatting
 2020-09-21 12:20 UTC  (2+ messages)

[PATCH -next] mm/madvise: remove duplicate include
 2020-09-21 12:11 UTC  (2+ messages)

[PATCH v2 00/11] Fixup page directory freeing
 2020-09-21 12:01 UTC  (3+ messages)
` [PATCH v2 01/11] asm-generic/tlb: Fix MMU_GATHER_TABLE_FREE

[PATCH v2] mm: mmap: Use helper function allow_write_access() in __remove_shared_vm_struct()
 2020-09-21 11:58 UTC 

[PATCH 00/13] mm: clean up some lru related pieces
 2020-09-21 11:16 UTC  (7+ messages)
` [PATCH 02/13] mm: use page_off_lru()

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-09-21  8:59 UTC  (3+ messages)
` [PATCH v10 10/13] iommu/arm-smmu-v3: Check for SVA features

remove blkdev_get as a public API v2
 2020-09-21  8:45 UTC  (16+ messages)
` [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk
` [PATCH 02/14] block: cleanup partition scanning in register_disk
` [PATCH 03/14] block: cleanup blkdev_bszset
` [PATCH 04/14] pktcdvd: remove the if 0'ed pkt_start_recovery function
` [PATCH 05/14] pktcdvd: use blkdev_get_by_dev instead of open coding it
` [PATCH 06/14] zram: cleanup backing_dev_store
` [PATCH 07/14] raw: don't keep unopened block device around
` [PATCH 08/14] dasd: cleanup dasd_scan_partitions
` [PATCH 09/14] ocfs2: cleanup o2hb_region_dev_store
` [PATCH 10/14] mm: cleanup claim_swapfile
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode
` [PATCH 12/14] mm: split swap_type_of
` [PATCH 13/14] PM: mm: cleanup swsusp_swap_check
` [PATCH 14/14] block: mark blkdev_get static

[PATCH v5 0/5] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-21  8:07 UTC  (4+ messages)

[[PATCH]] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged
 2020-09-21  7:00 UTC  (11+ messages)

a saner API for allocating DMA addressable pages v3
 2020-09-21  6:36 UTC  (2+ messages)

[PATCH] mm/mempolicy: remove or narrow the lock on current
 2020-09-21  4:04 UTC 

[PATCH] mm: remove unused alloc_page_vma_node()
 2020-09-21  2:14 UTC 

[PATCH -next 0/5] mm/kmemleak:support for percpu memory leak detect
 2020-09-21  2:00 UTC  (6+ messages)
` [PATCH -next 1/5] mm/kmemleak: make create_object return void
` [PATCH -next 2/5] mm/kmemleak: skip update_checksum for OBJECT_NO_SCAN objects
` [PATCH -next 3/5] mm/kmemleak: Add support for percpu memory leak detect
` [PATCH -next 4/5] mm/kmemleak-test: use %px instead of %p in print
` [PATCH -next 5/5] mm/kmemleak-test: Add a test case for alloc_percpu

[PATCH RFC 0/4] mm: place pages to the freelist tail when onling and undoing isolation
 2020-09-21  1:57 UTC  (5+ messages)
` [PATCH RFC 2/4] mm/page_alloc: place pages to tail in __putback_isolated_page()

[PATCH] mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
 2020-09-21  1:43 UTC 

[PATCH] mm/mmap.c: Replace do_brk with do_brk_flags in comment of insert_vm_struct()
 2020-09-21  1:12 UTC 

[RFC PATCH 0/2] Remove shrinker's nr_deferred
 2020-09-21  0:32 UTC  (4+ messages)

[PATCH] mm/shmem.c: Fix the missing unaccount on the failed path
 2020-09-20 18:49 UTC  (2+ messages)

[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
 2020-09-20 18:12 UTC  (7+ messages)

[PATCH] mm: Fix typos in page-lock unfairness text
 2020-09-20 18:08 UTC 


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).