linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-19 09:50:16 to 2020-09-21 15:36:45 UTC [more...]

[RFC PATCH 2/2] PM: hibernate: introduce opportunistic memory reclaim
 2020-09-21 15:36 UTC  (3+ messages)

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

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 15:29 UTC  (22+ 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

bdi cleanups v6
 2020-09-21 15:09 UTC  (17+ 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

[PATCH 1/4] mm: Trial do_wp_page() simplification
 2020-09-21 15:04 UTC  (25+ messages)

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-21 14:58 UTC  (14+ 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 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-09-21 13:27 UTC  (6+ 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

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

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

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

[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] mm/memcontrol: Add the drop_cache interface for cgroup v2
 2020-09-21 11:36 UTC  (7+ messages)

[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()

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

More filesystem need this fix (xfs: use MMAPLOCK around filemap_map_pages())
 2020-09-21  9:11 UTC  (8+ messages)

[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 RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-21  7:39 UTC  (31+ messages)
` [patch RFC 01/15] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch RFC 02/15] highmem: Provide generic variant of kmap_atomic*
` [patch RFC 05/15] ARM: highmem: Switch to generic kmap atomic
` [patch RFC 06/15] csky/mm/highmem: "
` [patch RFC 07/15] microblaze/mm/highmem: "
` [patch RFC 08/15] mips/mm/highmem: "
` [patch RFC 09/15] nds32/mm/highmem: "
` [patch RFC 10/15] powerpc/mm/highmem: "
` [patch RFC 11/15] sparc/mm/highmem: "
` [patch RFC 12/15] xtensa/mm/highmem: "
` [patch RFC 13/15] mm/highmem: Remove the old kmap_atomic cruft
` [patch RFC 14/15] sched: highmem: Store temporary kmaps in task struct
` [patch RFC 15/15] mm/highmem: Provide kmap_temporary*

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

[[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] mmap_lock: add tracepoints around lock acquisition
 2020-09-21  4:57 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] mm: Fix typos in page-lock unfairness text
 2020-09-20 18:08 UTC 

[RFC PATCH 00/24] mm/hugetlb: Free some vmemmap pages of hugetlb page
 2020-09-20  9:59 UTC  (3+ messages)
` [RFC PATCH 21/24] mm/hugetlb: Merge pte to huge pmd only for gigantic page

incoming
 2020-09-20  3:32 UTC  (7+ messages)
` [patch 04/15] shmem: shmem_writepage() split unlikely i915 THP

[PATCH 0/4] syscalls: remove compat_alloc_user_space callers
 2020-09-19 17:45 UTC  (7+ messages)
` [PATCH 1/4] x86: add __X32_COND_SYSCALL() macro

[PATCH V3 0/8] sysfs: drivers core: Add and use sysfs_emit and sysfs_emit_at
 2020-09-19 16:51 UTC  (4+ messages)
` [PATCH V3 6/8] mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit

[GIT PULL] percpu fix for v5.9-rc6
 2020-09-19 15:15 UTC  (12+ messages)


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