linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-18 00:18:28 to 2017-11-22 12:40:23 UTC [more...]

[PATCHv3 1/2] x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW border
 2017-11-22 12:40 UTC  (6+ messages)
` [PATCHv3 2/2] x86/selftests: Add test for mapping placement for 5-level paging

[PATCH] mm/hugetlb: Fix NULL-pointer dereference on 5-level paging machine
 2017-11-22 12:36 UTC  (2+ messages)

[PATCH] mm,vmscan: Mark register_shrinker() as __must_check
 2017-11-22 12:33 UTC  (5+ messages)

[PATCH] mm: migrate: fix an incorrect call of prep_transhuge_page()
 2017-11-22 12:29 UTC  (10+ messages)

MPK: pkey_free and key reuse
 2017-11-22 12:15 UTC  (3+ messages)
` MPK: removing a pkey (was: pkey_free and key reuse)
  ` MPK: removing a pkey

[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults
 2017-11-22 12:02 UTC  (3+ messages)
` [PATCH 01/18] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags

[PATCH 0/5] mm/kasan: advanced check
 2017-11-22 12:04 UTC  (15+ messages)

[PATCH 0/1] mm/cma: fix alloc_contig_range ret code/potential leak
 2017-11-22 12:00 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH 1/1] stackdepot: interface to check entries and size of stackdepot
 2017-11-22 10:47 UTC 

[RFC] EPOLL_KILLME: New flag to epoll_wait() that subscribes process to death row (new syscall)
 2017-11-22 10:29 UTC  (15+ messages)
` [RFC v2] prctl: prctl(PR_SET_IDLE, PR_IDLE_MODE_KILLME), for stateless idle loops
  ` [RFC v3] It is common for services to be stateless around their main event loop. If a process sets PR_SET_IDLE to PR_IDLE_MODE_KILLME then it signals to the kernel that epoll_wait() and friends may not complete, and the kernel may send SIGKILL if resources get tight
    ` [RFC v4] "

[PATCH 01/10] remove mapping from balance_dirty_pages*()
 2017-11-22 10:21 UTC  (7+ messages)
` [PATCH 03/10] lib: add a batch size to fprop_global
` [PATCH 06/10] writeback: add counters for metadata usage

[PATCH] mm: Remove unused pgdat_reclaimable_pages()
 2017-11-22  9:44 UTC 

[PATCH v2] mm: show total hugetlb memory consumption in /proc/meminfo
 2017-11-22  9:10 UTC  (9+ messages)

[PATCHv2 0/4] x86: 5-level related changes into decompression code
 2017-11-22  8:09 UTC  (2+ messages)

[PATCH 00/30] [v3] KAISER: unmap most of the kernel from userspace page tables
 2017-11-22  3:44 UTC  (30+ messages)
` [PATCH 05/30] x86, kaiser: prepare assembly for entry/exit CR3 switching
` [PATCH 08/30] x86, kaiser: unmap kernel from userspace page tables (core patch)
` [PATCH 09/30] x86, kaiser: only populate shadow page tables for userspace
` [PATCH 12/30] x86, kaiser: map GDT into user page tables
` [PATCH 17/30] x86, kaiser: map debug IDT tables
` [PATCH 20/30] x86, mm: remove hard-coded ASID limit checks

[mmotm:master 51/95] drivers/gpu/drm/ttm/ttm_page_alloc.c:451:2: warning: ignoring return value of 'register_shrinker', declared with attribute warn_unused_result
 2017-11-22  3:39 UTC 

[mmotm:master 51/95] drivers/md/bcache/btree.c:810:2: warning: ignoring return value of 'register_shrinker', declared with attribute warn_unused_result
 2017-11-22  3:33 UTC 

(no subject)
 2017-11-22  1:48 UTC  (16+ messages)
` [RFC PATCH 1/2] mm: introduce MAP_FIXED_SAFE
` [RFC PATCH 0/2] "

mmotm 2017-11-21-17-21 uploaded
 2017-11-22  1:22 UTC 

[RFC PATCH 0/3] restructure memfd code
 2017-11-22  0:40 UTC  (5+ messages)

[PATCH v2 0/4] introduce get_user_pages_longterm()
 2017-11-21 23:26 UTC  (5+ messages)
` [PATCH v2 1/4] mm: introduce get_user_pages_longterm

[PATCH 0/2] device-dax: fix unaligned munmap handling
 2017-11-21 22:43 UTC  (3+ messages)
` [PATCH 1/2] mm, hugetlbfs: introduce ->split() to vm_operations_struct
` [PATCH 2/2] device-dax: implement ->split() to catch invalid munmap attempts

[PATCH v3 0/5] fix device-dax pud crash and fixup {pte, pmd, pud}_write
 2017-11-21 21:58 UTC  (7+ messages)
` [PATCH v3 1/5] mm: fix device-dax pud write-faults triggered by get_user_pages()
` [PATCH v3 2/5] mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE
` [PATCH v3 3/5] mm: replace pud_write with pud_access_permitted in fault + gup paths
` [PATCH v3 4/5] mm: replace pmd_write with pmd_access_permitted "
` [PATCH v3 5/5] mm: replace pte_write with pte_access_permitted "

[PATCH] mm, mlock, vmscan: no more skipping pagevecs
 2017-11-21 21:34 UTC  (8+ messages)

[PATCH v2] mm, mlock, vmscan: no more skipping pagevecs
 2017-11-21 21:12 UTC 

[RFC v4 00/10] S.A.R.A. a new stacked LSM
 2017-11-21 18:26 UTC  (11+ messages)
` [RFC v4 01/10] S.A.R.A. Documentation
` [RFC v4 02/10] S.A.R.A. framework creation
` [RFC v4 03/10] Creation of "check_vmflags" LSM hook
` [RFC v4 04/10] S.A.R.A. cred blob management
` [RFC v4 05/10] S.A.R.A. WX Protection
` [RFC v4 06/10] Creation of "pagefault_handler" LSM hook
` [RFC v4 07/10] Trampoline emulation
` [RFC v4 08/10] Allowing for stacking procattr support in S.A.R.A
` [RFC v4 09/10] S.A.R.A. WX Protection procattr interface
` [RFC v4 10/10] XATTRs support

"swap_free: Bad swap file entry" and "BUG: Bad page map in process" but no swap configured
 2017-11-21 15:45 UTC  (5+ messages)

[PATCH] mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed
 2017-11-21 14:56 UTC  (2+ messages)

[PATCH v1] mm: relax deferred struct page requirements
 2017-11-21 14:47 UTC  (3+ messages)

[PATCH] zswap: Same-filled pages handling
 2017-11-21 14:18 UTC  (3+ messages)
    ` [PATCH v2] "

general protection fault in __list_del_entry_valid (2)
 2017-11-21 14:06 UTC  (4+ messages)

[PATCH 01/11] Initialize the mapping of KASan shadow memory
 2017-11-21 12:29 UTC  (17+ messages)
                        ` 答复: "

[PATCH] mm/percpu.c: use smarter memory allocation for struct pcpu_alloc_info
 2017-11-21  3:50 UTC  (13+ messages)
` mm/percpu.c: use smarter memory allocation for struct pcpu_alloc_info (crisv32 hang)

[PATCH] mm, meminit: Serially initialise deferred memory if trace_buf_size is specified
 2017-11-21  1:04 UTC  (11+ messages)

[PATCH v3 0/3] some fixes and clean up for mempolicy
 2017-11-20 22:24 UTC  (3+ messages)
` [PATCH v3 1/3] mm/mempolicy: remove redundant check in get_nodes

Detecting page cache trashing state
 2017-11-20 19:40 UTC  (8+ messages)

[PATCH 1/2] mm,vmscan: Kill global shrinker lock
 2017-11-20 18:28 UTC  (8+ messages)

[mmotm:master 284/303] fs/cramfs/inode.c:959: undefined reference to `mount_mtd'
 2017-11-20 17:13 UTC  (2+ messages)

[PATCH 1/8] mm: kmemleak: remove unused hardirq.h
 2017-11-20 16:29 UTC  (7+ messages)
` [PATCH 3/8] fs: btrfs: "
` [PATCH 5/8] crypto: "
` [PATCH 7/8] net: ovs: "

[RESEND PATCH] mm, oom_reaper: gather each vma to prevent leaking TLB entry
 2017-11-20 16:04 UTC  (8+ messages)
    ` [PATCH] arch, mm: introduce arch_tlb_gather_mmu_lazy (was: Re: [RESEND PATCH] mm, oom_reaper: gather each vma to prevent) "
            ` [PATCH] arch, mm: introduce arch_tlb_gather_mmu_lazy

[PATCH v3] virtio_balloon: include disk/file caches memory statistics
 2017-11-20 14:06 UTC  (2+ messages)

[PATCH] mm/shmem: set default tmpfs size according to memcg limit
 2017-11-20 13:05 UTC  (14+ messages)

[PATCH v17 0/6] Virtio-balloon Enhancement
 2017-11-20 11:42 UTC  (11+ messages)
` [PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
    ` [virtio-dev] "

mmotm 2017-11-17-16-17 uploaded
 2017-11-20 10:36 UTC  (2+ messages)
` mmotm git tree since-4.14 branch created (was: mmotm 2017-11-17-16-17 uploaded)

[PATCH] kmemcheck: add scheduling point to kmemleak_scan
 2017-11-20  9:46 UTC  (3+ messages)

[PATCH] mm,page_alloc: Use min watermark for last second allocation attempt
 2017-11-20  9:38 UTC  (2+ 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).