linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-11 16:22:03 to 2019-02-12 03:44:38 UTC [more...]

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-02-12  3:44 UTC  (6+ messages)
` [PATCH 0/3] mincore() and IOCB_NOWAIT adjustments
  ` [PATCH 3/3] mm/mincore: provide mapped status when cached status is not allowed

[PATCH -mm -V7] mm, swap: fix race between swapoff and some swap operations
 2019-02-12  3:21 UTC  (3+ messages)

[PATCH v2] mm/memory-hotplug: Add sysfs hot-remove trigger
 2019-02-12  3:20 UTC  (2+ messages)

[PATCH v2 00/26] userfaultfd: write protection support
 2019-02-12  2:56 UTC  (27+ 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 04/26] mm: allow VM_FAULT_RETRY for multiple times
` [PATCH v2 05/26] mm: gup: "
` [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 25/26] userfaultfd: selftests: refactor statistics
` [PATCH v2 26/26] userfaultfd: selftests: add write-protect test

[PATCH 0/5] kasan: more tag based mode fixes
 2019-02-12  2:43 UTC  (7+ messages)
` [PATCH 1/5] kasan: fix assigning tags twice
` [PATCH 2/5] kasan, kmemleak: pass tagged pointers to kmemleak
` [PATCH 3/5] kmemleak: account for tagged pointers when calculating pointer range
` [PATCH 4/5] kasan, slub: move kasan_poison_slab hook before page_address
` [PATCH 5/5] kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENED

[RFC PATCH v4 00/12] hardening: statically allocated protected memory
 2019-02-12  2:39 UTC  (16+ messages)
` [RFC PATCH v4 01/12] __wr_after_init: Core and default arch
` [RFC PATCH v4 02/12] __wr_after_init: x86_64: memset_user()
` [RFC PATCH v4 03/12] __wr_after_init: x86_64: randomize mapping offset
` [RFC PATCH v4 04/12] __wr_after_init: x86_64: enable
` [RFC PATCH v4 05/12] __wr_after_init: arm64: memset_user()
` [RFC PATCH v4 06/12] __wr_after_init: arm64: enable
` [RFC PATCH v4 07/12] __wr_after_init: Documentation: self-protection
` [RFC PATCH v4 08/12] __wr_after_init: lkdtm test
` [RFC PATCH v4 09/12] __wr_after_init: rodata_test: refactor tests

[PATCH] huegtlbfs: fix page leak during migration of file pages
 2019-02-12  2:37 UTC  (8+ messages)

[RFC PATCH 0/4] kvm: Report unused guest pages to host
 2019-02-12  2:09 UTC  (33+ messages)
` [RFC PATCH 2/4] kvm: Add host side support for free memory hints
` [RFC PATCH 3/4] kvm: Add guest "
` [RFC PATCH 4/4] mm: Add merge page notifier

[linux-next:master 6618/6917] kernel/sched/psi.c:1230:13: sparse: error: incompatible types in comparison expression (different address spaces)
 2019-02-12  1:36 UTC  (5+ messages)

[PATCH v4 0/3] KASAN for powerpc/32
 2019-02-12  1:08 UTC  (9+ messages)
` [PATCH v4 3/3] powerpc/32: Add KASAN support

[PATCH v3 0/6] mm: make pinned_vm atomic and simplify users
 2019-02-12  0:35 UTC  (3+ messages)
` [PATCH 7/6] Documentation/infiniband: update from locked to pinned_vm

[PATCH 0/3] Add gup fast + longterm and use it in HFI1
 2019-02-12  0:08 UTC  (26+ messages)
` [PATCH 1/3] mm/gup: Change "write" parameter to flags
` [PATCH 2/3] mm/gup: Introduce get_user_pages_fast_longterm()
` [PATCH 3/3] IB/HFI1: Use new get_user_pages_fast_longterm()

[PATCH v2 00/20] Merge text_poke fixes and executable lockdowns
 2019-02-12  0:01 UTC  (27+ messages)
` [PATCH v2 05/20] x86/alternative: initializing temporary mm for patching
` [PATCH v2 09/20] x86/kprobes: instruction pages initialization enhancements
` [PATCH v2 10/20] x86: avoid W^X being broken during modules loading
` [PATCH v2 11/20] x86/jump-label: remove support for custom poker
` [PATCH v2 13/20] Add set_alias_ function and x86 implementation

[PATCH 0/5] use pinned_vm instead of locked_vm to account pinned pages
 2019-02-11 23:15 UTC  (10+ messages)
` [PATCH 1/5] vfio/type1: "
` [PATCH 2/5] vfio/spapr_tce: "
` [PATCH 3/5] fpga/dlf/afu: "
` [PATCH 4/5] powerpc/mmu: "
` [PATCH 5/5] kvm/book3s: "

[LSF/MM TOPIC] Discuss least bad options for resolving longterm-GUP usage by RDMA
 2019-02-11 22:33 UTC  (25+ messages)

[PATCH] slub: remove an unused addr argument
 2019-02-11 22:05 UTC  (2+ messages)

[RFC PATCH v2] blkcg: prevent priority inversion problem during sync()
 2019-02-11 21:34 UTC  (4+ messages)

[PATCH] mm: workingset: replace IRQ-off check with a lockdep assert
 2019-02-11 21:02 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/3] vmalloc enhancements
 2019-02-11 20:46 UTC  (4+ messages)

[PATCH v9 0/8] arm64: untag user pointers passed to the kernel
 2019-02-11 20:32 UTC  (12+ messages)
` [RFC][PATCH 0/3] arm64 relaxed ABI

[net-next PATCH 0/2] Fix page_pool API and dma address storage
 2019-02-11 20:16 UTC  (6+ messages)
` [net-next PATCH 1/2] mm: add dma_addr_t to struct page
` [net-next PATCH 2/2] net: page_pool: don't use page->private to store dma_addr_t

[RFC PATCH 0/4] Restore change_pte optimization to its former glory
 2019-02-11 20:02 UTC  (7+ messages)
` [RFC PATCH 1/4] uprobes: use set_pte_at() not set_pte_at_notify()

[PATCH v8 3/7] mm, devm_memremap_pages: Fix shutdown handling
 2019-02-11 19:57 UTC  (2+ messages)

[PATCH -tip 0/2] more get_user_pages mmap_sem cleanups
 2019-02-11 19:53 UTC  (9+ messages)
` [PATCH 1/2] xsk: do not use mmap_sem
  ` [PATCH v2] xsk: share the mmap_sem for page pinning

[PATCH] numa: Change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES
 2019-02-11 19:27 UTC  (2+ messages)

[PATCH] mm/hmm: potential deadlock in nonblocking code
 2019-02-11 19:11 UTC  (3+ messages)
` [PATCH v2] "

[LSF/MM TOPIC] Eliminating tail pages
 2019-02-11 19:09 UTC 

[PATCH 2/2] mm: Consider subtrees in memory.events
 2019-02-11 19:01 UTC  (5+ messages)
` [PATCH v2 1/2] mm: Rename ambiguously named memory.stat counters and functions
  ` [PATCH v2 2/2] mm: Consider subtrees in memory.events

[PATCH v4 0/9] mmu notifier provide context informations
 2019-02-11 18:54 UTC  (4+ messages)

CONFIG_KASAN_SW_TAGS=y NULL pointer dereference at freelist_dereference()
 2019-02-11 18:52 UTC  (9+ messages)
        ` CONFIG_KASAN_SW_TAGS=y not play well with kmemleak

[PATCH v8 00/26] APEI in_nmi() rework and SDEI wire-up
 2019-02-11 18:35 UTC  (5+ messages)

[RFC 0/2] Potential race condition with page lock
 2019-02-11 17:56 UTC  (6+ messages)
` [RFC 1/2] page-flags: Make page lock operation atomic

[PATCH v2] mm: proc: smaps_rollup: Fix pss_locked calculation
 2019-02-11 17:41 UTC  (2+ messages)

[PATCH] Documentation: fix vm/slub.rst warning
 2019-02-11 17:31 UTC  (3+ messages)

dd hangs when reading large partitions
 2019-02-11 17:27 UTC  (6+ messages)

[RFC, PATCH] net: page_pool: Don't use page->private to store dma_addr_t
 2019-02-11 17:14 UTC  (8+ messages)

[PATCHv2 1/9] mm: Introduce new vm_insert_range and vm_insert_range_buggy API
 2019-02-11 17:06 UTC  (6+ messages)

[PATCH] mmap.2: describe the 5level paging hack
 2019-02-11 16:36 UTC 

[PATCH] mmap.2: fix description of treatment of the hint
 2019-02-11 16:32 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).