messages from 2019-02-21 02:36:53 to 2019-02-22 18:13:18 UTC [more...]
[PATCHv6 00/10] Heterogenous memory node attributes
2019-02-22 18:13 UTC (6+ messages)
` [PATCHv6 06/10] node: Add memory-side caching attributes
[PATCH 1/5] mm/workingset: remove unused @mapping argument in workingset_eviction()
2019-02-22 18:02 UTC (7+ messages)
` [PATCH 2/5] mm: remove zone_lru_lock() function access ->lru_lock directly
` [PATCH 3/5] mm/compaction: pass pgdat to too_many_isolated() instead of zone
` [PATCH 4/5] mm/vmscan: remove unused lru_pages argument
` [PATCH 5/5] mm/vmscan: don't forcely shrink active anon lru list
[PATCH RFC] mm/vmscan: try to protect active working set of cgroup from reclaim
2019-02-22 17:58 UTC
[PATCH 7/7] libnvdimm/pfn: Fix 'start_pad' implementation
2019-02-22 17:21 UTC (4+ messages)
[PATCH] mm, oom: OOM killer use rss size without shmem
2019-02-22 16:19 UTC (3+ messages)
[PATCH v3 00/20] Merge text_poke fixes and executable lockdowns
2019-02-22 16:14 UTC (26+ messages)
` [PATCH v3 01/20] x86/jump_label: Use text_poke_early() during early init
` [PATCH v3 02/20] x86/mm: Introduce temporary mm structs
` [PATCH v3 03/20] x86/mm: Save DRs when loading a temporary mm
` [PATCH v3 04/20] fork: Provide a function for copying init_mm
` [PATCH v3 05/20] x86/alternative: Initialize temporary mm for patching
` [PATCH v3 06/20] x86/alternative: Use temporary mm for text poking
` [PATCH v3 07/20] x86/kgdb: Avoid redundant comparison of patched code
` [PATCH v3 08/20] x86/ftrace: Set trampoline pages as executable
` [PATCH v3 09/20] x86/kprobes: Set instruction page "
` [PATCH v3 10/20] x86/module: Avoid breaking W^X while loading modules
` [PATCH v3 11/20] x86/jump-label: Remove support for custom poker
` [PATCH v3 12/20] x86/alternative: Remove the return value of text_poke_*()
` [PATCH v3 13/20] x86/mm/cpa: Add set_direct_map_ functions
` [PATCH v3 14/20] mm: Make hibernate handle unmapped pages
` [PATCH v3 15/20] vmalloc: Add flag for free of special permsissions
` [PATCH v3 16/20] modules: Use vmalloc special flag
` [PATCH v3 17/20] bpf: "
` [PATCH v3 18/20] x86/ftrace: "
` [PATCH v3 19/20] x86/kprobes: "
` [PATCH v3 20/20] x86/alternative: Comment about module removal races
[PATCH v10 00/12] arm64: untag user pointers passed to the kernel
2019-02-22 16:10 UTC (16+ messages)
` [PATCH v10 01/12] uaccess: add untagged_addr definition for other arches
` [PATCH v10 02/12] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v10 03/12] lib, arm64: untag user pointers in strn*_user
` [PATCH v10 04/12] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v10 05/12] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v10 06/12] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v10 07/12] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v10 08/12] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v10 09/12] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v10 10/12] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v10 11/12] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v10 12/12] selftests, arm64: add a selftest for passing tagged pointers to kernel
io_submit with slab free object overwritten
2019-02-22 15:36 UTC (2+ messages)
[PATCH v2 00/26] userfaultfd: write protection support
2019-02-22 15:36 UTC (59+ messages)
` [PATCH v2 01/26] mm: gup: rename "nonblocking" to "locked" where proper
` [PATCH v2 02/26] mm: userfault: return VM_FAULT_RETRY on signals
` [PATCH v2 03/26] userfaultfd: don't retake mmap_sem to emulate NOPAGE
` [PATCH v2 05/26] mm: gup: allow VM_FAULT_RETRY for multiple times
` [PATCH v2 06/26] userfaultfd: wp: add helper for writeprotect check
` [PATCH v2 07/26] userfaultfd: wp: hook userfault handler to write protection fault
` [PATCH v2 08/26] userfaultfd: wp: add WP pagetable tracking to x86
` [PATCH v2 09/26] userfaultfd: wp: userfaultfd_pte/huge_pmd_wp() helpers
` [PATCH v2 10/26] userfaultfd: wp: add UFFDIO_COPY_MODE_WP
` [PATCH v2 11/26] mm: merge parameters for change_protection()
` [PATCH v2 12/26] userfaultfd: wp: apply _PAGE_UFFD_WP bit
` [PATCH v2 13/26] mm: export wp_page_copy()
` [PATCH v2 14/26] userfaultfd: wp: handle COW properly for uffd-wp
` [PATCH v2 15/26] userfaultfd: wp: drop _PAGE_UFFD_WP properly when fork
` [PATCH v2 16/26] userfaultfd: wp: add pmd_swp_*uffd_wp() helpers
` [PATCH v2 17/26] userfaultfd: wp: support swap and page migration
` [PATCH v2 18/26] khugepaged: skip collapse if uffd-wp detected
` [PATCH v2 19/26] userfaultfd: introduce helper vma_find_uffd
` [PATCH v2 20/26] userfaultfd: wp: support write protection for userfault vma range
` [PATCH v2 21/26] userfaultfd: wp: add the writeprotect API to userfaultfd ioctl
` [PATCH v2 22/26] userfaultfd: wp: enabled write protection in userfaultfd API
` [PATCH v2 23/26] userfaultfd: wp: don't wake up when doing write protect
` [PATCH v2 24/26] userfaultfd: wp: UFFDIO_REGISTER_MODE_WP documentation update
[PATCH v2 04/26] mm: allow VM_FAULT_RETRY for multiple times
2019-02-22 15:11 UTC (5+ messages)
` [PATCH v2.1 "
[LSF/MM TOPIC] NUMA, memory hierarchy and device memory
2019-02-22 14:31 UTC (2+ messages)
[LSF/MM TOPIC] memory reclaim with NUMA rebalancing
2019-02-22 14:12 UTC (5+ messages)
` [LSF/MM ATTEND ] "
[LSF/MM TOPIC]: mm documentation
2019-02-22 13:59 UTC (2+ messages)
[PATCH v3] mm/hugetlb: Fix unsigned overflow in __nr_hugepages_store_common()
2019-02-22 14:01 UTC
[PATCH v2] mm/hugetlb: Fix unsigned overflow in __nr_hugepages_store_common()
2019-02-22 13:55 UTC
[RFC PATCH] mm,mremap: Bail out earlier in mremap_to under map pressure
2019-02-22 13:01 UTC (2+ messages)
[PATCH] mm/cma: cma_declare_contiguous: correct err handling
2019-02-22 12:55 UTC (5+ messages)
[PATCH v2 00/13] Convert x86 & arm64 to use generic page walk
2019-02-22 10:21 UTC (23+ messages)
` [PATCH v2 01/13] arm64: mm: Add p?d_large() definitions
` [PATCH v2 02/13] x86/mm: "
` [PATCH v2 03/13] mm: Add generic p?d_large() macros
` [PATCH v2 04/13] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v2 05/13] mm: pagewalk: Allow walking without vma
` [PATCH v2 06/13] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v2 07/13] mm: pagewalk: Add test_p?d callbacks
` [PATCH v2 08/13] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v2 09/13] x86/mm: Point to struct seq_file from struct pg_state
` [PATCH v2 10/13] x86/mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v2 11/13] x86/mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v2 12/13] x86/mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v2 13/13] x86: mm: Convert dump_pagetables to use walk_page_range
[RFC PATCH] mm,memory_hotplug: Unlock 1GB-hugetlb on x86_64
2019-02-22 8:24 UTC (3+ messages)
[PATCH] mm/hugetlb: Fix unsigned overflow in __nr_hugepages_store_common()
2019-02-22 6:10 UTC
[LSF/MM ATTEND] gup/dma, file-backed memory, and THP
2019-02-22 2:44 UTC
[RFC PATCH 0/1] Use HMM for ODP
2019-02-22 2:01 UTC (8+ messages)
` [PATCH 1/1] RDMA/odp: convert to use "
[LSF/MM TOPIC] dying memory cgroups and slab reclaim issues
2019-02-22 1:57 UTC (7+ messages)
[LSF/MM TOPIC] Page Cache Flexibility for NVM
2019-02-22 1:15 UTC (6+ messages)
question about page tables in DAX/FS/PMEM case
2019-02-22 0:39 UTC (3+ messages)
[PATCH] tmpfs: fix uninitialized return value in shmem_link
2019-02-21 23:05 UTC (2+ messages)
[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
2019-02-21 22:24 UTC (4+ messages)
` [RESEND PATCH 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
[RFC PATCH 00/31] Generating physically contiguous memory after page allocation
2019-02-21 21:25 UTC (4+ messages)
` [RFC PATCH 01/31] mm: migrate: Add exchange_pages to exchange two lists of pages
[PATCH] mm: migrate: add missing flush_dcache_page for non-mapped page migrate
2019-02-21 20:36 UTC (3+ messages)
Memory management facing a 400Gpbs network link
2019-02-21 20:13 UTC (12+ messages)
` [Lsf-pc] "
[PATCH] doc: cgroup: correct the wrong information about measure of memory pressure
2019-02-21 19:54 UTC (4+ messages)
[PATCH] huegtlbfs: fix page leak during migration of file pages
2019-02-21 19:47 UTC (5+ messages)
` [PATCH] huegtlbfs: fix races and page leaks during migration
BUG: unable to handle kernel NULL pointer dereference in __generic_file_write_iter
2019-02-21 19:36 UTC (2+ messages)
[LSF/MM TOPIC] FS, MM, and stable trees
2019-02-21 18:52 UTC (12+ messages)
[PATCH] mm/swapfile.c: use struct_size() in kvzalloc()
2019-02-21 15:46 UTC
[LSF/MM TOPIC] reverse splice
2019-02-21 14:29 UTC
ext4 corruption on alpha with 4.20.0-09062-gd8372ba8ce28
2019-02-21 13:29 UTC (6+ messages)
[PATCH 0/6] Improve handling of GFP flags in the CMA allocator
2019-02-21 12:39 UTC (2+ messages)
[PATCH V15 00/18] block: support multi-page bvec
2019-02-21 11:42 UTC (9+ messages)
` [PATCH V15 14/18] block: enable multipage bvecs
[PATCH v2] parisc: use memblock_alloc() instead of custom get_memblock()
2019-02-21 11:15 UTC (4+ messages)
[PATCH] mm/cma_debug: Avoid to use global cma_debugfs_root
2019-02-21 9:10 UTC (8+ messages)
` [PATCH] mm/cma_debug: Check for null tmp in cma_debugfs_add_one()
[LKP] efad4e475c [ 40.308255] Oops: 0000 [#1] PREEMPT SMP PTI
2019-02-21 7:25 UTC (5+ messages)
` [RFC PATCH] mm, memory_hotplug: fix off-by-one in is_pageblock_removable
` [LKP] "
mmotm 2019-02-20-21-43 uploaded
2019-02-21 5:48 UTC
[PATCH v6 00/18] generic mmu_gather patches
2019-02-21 2:52 UTC (3+ messages)
` [PATCH v6 09/18] ia64/tlb: Conver to generic mmu_gather
[PATCH v4 0/9] mm: Use vm_map_pages() and vm_map_pages_zero() API
2019-02-21 2:41 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).