linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-07 12:04:24 to 2019-06-10 11:21:21 UTC [more...]

[PATCH] mm: fix trying to reclaim unevicable LRU page
 2019-06-10 11:21 UTC  (6+ messages)

[PATCH v2 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-10 11:12 UTC  (6+ messages)
` [PATCH v2 1/5] mm: introduce MADV_COLD
` [PATCH v2 2/5] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [PATCH v2 3/5] mm: account nr_isolated_xxx in [isolate|putback]_lru_page
` [PATCH v2 4/5] mm: introduce MADV_PAGEOUT
` [PATCH v2 5/5] mm: factor out pmd young/dirty bit handling and THP split

[RFCv2 0/6] introduce memory hinting API for external process
 2019-06-10 10:12 UTC  (8+ messages)
` [RFCv2 4/6] mm: factor out madvise's core functionality

[PATCH v1 0/4] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-10 10:09 UTC  (4+ messages)
` [PATCH v1 1/4] mm: introduce MADV_COLD

[PATCH 1/4] mm: Move ioremap page table mapping function to mm/
 2019-06-10  8:53 UTC  (11+ messages)
` [PATCH 2/4] arm64: support huge vmap vmalloc
` [PATCH 3/4] powerpc/64s/radix: "
` [PATCH 4/4] mm/vmalloc: Hugepage vmalloc mappings

[PATCH] mm/vmscan: call vmpressure_prio() in kswapd reclaim path
 2019-06-10  8:42 UTC 

[RFC PATCH 0/3] Make deferred split shrinker memcg aware
 2019-06-10  8:23 UTC  (7+ messages)
` [PATCH 1/3] mm: thp: make "

[v2 PATCH 0/4] Make deferred split shrinker memcg aware
 2019-06-10  8:21 UTC  (3+ messages)
` [PATCH 2/4] mm: thp: make "

[PATCH v2 00/02] fix return value issue of soft offlining hugepages
 2019-06-10  8:18 UTC  (3+ messages)
` [PATCH v2 1/2] mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails
` [PATCH v2 2/2] mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge

[RFC PATCH stable-4.4] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-06-10  7:46 UTC  (2+ messages)
` [PATCH stable 4.4 v2] "

[PATCH v2] kasan: add memory corruption identification for software tag-based mode
 2019-06-10  7:28 UTC  (3+ messages)

[PATCH] mm: align up min_free_kbytes to multipy of 4
 2019-06-10  7:26 UTC  (3+ messages)

[RFC V3] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
 2019-06-10  5:06 UTC  (11+ messages)

[PATCH v2 0/8] vfs: make immutable files actually immutable
 2019-06-10  4:41 UTC  (5+ messages)
` [PATCH 1/8] mm/fs: don't allow writes to immutable files

[PATCH net-next 0/6] vhost: accelerate metadata access
 2019-06-10  3:50 UTC  (3+ messages)

[RFC] mm/hmm: pass mmu_notifier_range to sync_cpu_device_pagetables
 2019-06-10  0:16 UTC  (6+ messages)

[PATCH v6 00/10] mm: reparent slab memory on cgroup removal
 2019-06-09 17:18 UTC  (17+ messages)
` [PATCH v6 01/10] mm: add missing smp read barrier on getting memcg kmem_cache pointer
` [PATCH v6 03/10] mm: rename slab delayed deactivation functions and fields
` [PATCH v6 04/10] mm: generalize postponed non-root kmem_cache deactivation
` [PATCH v6 05/10] mm: introduce __memcg_kmem_uncharge_memcg()
` [PATCH v6 07/10] mm: synchronize access to kmem_cache dying flag using a spinlock
` [PATCH v6 08/10] mm: rework non-root kmem_cache lifecycle management
` [PATCH v6 09/10] mm: stop setting page->mem_cgroup pointer for slab pages
` [PATCH v6 10/10] mm: reparent slab memory on cgroup removal

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-09 13:00 UTC  (18+ messages)
` [PATCH RFC 01/10] fs/locks: Add trace_leases_conflict
` [PATCH RFC 02/10] fs/locks: Export F_LAYOUT lease to user space

[PATCH v2 0/6] mm: use down_read_killable for locking mmap_sem in proc
 2019-06-09 10:09 UTC  (7+ messages)
` [PATCH v2 1/6] proc: use down_read_killable mmap_sem for /proc/pid/maps
` [PATCH v2 2/6] proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollup
` [PATCH v2 3/6] proc: use down_read_killable mmap_sem for /proc/pid/pagemap
` [PATCH v2 4/6] proc: use down_read_killable mmap_sem for /proc/pid/clear_refs
` [PATCH v2 5/6] proc: use down_read_killable mmap_sem for /proc/pid/map_files
` [PATCH v2 6/6] mm: use down_read_killable for locking mmap_sem in access_remote_vm

[PATCH 1/5] proc: use down_read_killable for /proc/pid/maps
 2019-06-09  9:07 UTC  (4+ messages)
` [PATCH 2/5] proc: use down_read_killable for /proc/pid/smaps_rollup

[PATCH v7 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-06-08 20:52 UTC  (24+ messages)
` [PATCH v7 03/14] x86/cet/ibt: Add IBT legacy code bitmap setup function

32-bit Amlogic (ARM) SoC: kernel BUG in kfree()
 2019-06-08 20:00 UTC  (13+ messages)

[PATCH v2 0/8] EFI Specific Purpose Memory Support
 2019-06-08 14:53 UTC  (11+ messages)
` [PATCH v2 4/8] x86, efi: Reserve UEFI 2.8 Specific Purpose Memory for dax

[PATCH v2 hmm 00/11] Various revisions from a locking/code review
 2019-06-08 11:33 UTC  (63+ messages)
` [PATCH v2 hmm 01/11] mm/hmm: fix use after free with struct hmm in the mmu notifiers
` [PATCH v2 hmm 02/11] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
` [PATCH v2 hmm 03/11] mm/hmm: Hold a mmgrab from hmm to mm
` [PATCH v2 hmm 04/11] mm/hmm: Simplify hmm_get_or_create and make it reliable
` [PATCH v2 hmm 05/11] mm/hmm: Remove duplicate condition test before wait_event_timeout
    ` [PATCH v3 "
` [PATCH v2 hmm 06/11] mm/hmm: Hold on to the mmget for the lifetime of the range
` [PATCH v2 hmm 07/11] mm/hmm: Use lockdep instead of comments
` [PATCH v2 hmm 08/11] mm/hmm: Remove racy protection against double-unregistration
` [PATCH v2 hmm 09/11] mm/hmm: Poison hmm_range during unregister
` [PATCH v2 hmm 10/11] mm/hmm: Do not use list*_rcu() for hmm->ranges
` [PATCH v2 hmm 11/11] mm/hmm: Remove confusing comment and logic from hmm_release
` [PATCH v2 12/11] mm/hmm: Fix error flows in hmm_invalidate_range_start

[PATCH] block: fix a crash in do_task_dead()
 2019-06-08  8:39 UTC  (8+ messages)

[PATCH v11 0/3] remain and optimize memblock_next_valid_pfn on arm and arm64
 2019-06-08  4:22 UTC  (4+ messages)

[PATCH v16 00/16] arm64: untag user pointers passed to the kernel
 2019-06-08  4:05 UTC  (25+ messages)
` [PATCH v16 02/16] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v16 03/16] lib, arm64: untag user pointers in strn*_user
` [PATCH v16 04/16] mm: untag user pointers in do_pages_move
` [PATCH v16 05/16] arm64: untag user pointers passed to memory syscalls
` [PATCH v16 06/16] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v16 07/16] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v16 08/16] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v16 09/16] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v16 13/16] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v16 14/16] tee, arm64: untag user pointers in tee_shm_register
` [PATCH v16 15/16] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v16 16/16] selftests, arm64: add a selftest for passing tagged pointers to kernel

[v2 PATCH] mm: thp: fix false negative of shmem vma's THP eligibility
 2019-06-08  3:58 UTC  (11+ messages)

[RFC PATCH 00/11] mm/hmm: Various revisions from a locking/code review
 2019-06-08  1:15 UTC  (18+ messages)
` [RFC PATCH 01/11] mm/hmm: Fix use after free with struct hmm in the mmu notifiers
` [RFC PATCH 08/11] mm/hmm: Use lockdep instead of comments
` [RFC PATCH 09/11] mm/hmm: Remove racy protection against double-unregistration
` [RFC PATCH 10/11] mm/hmm: Poison hmm_range during unregister
` [RFC PATCH 11/11] mm/hmm: Do not use list*_rcu() for hmm->ranges

[PATCH trivial] mm/vmalloc: Spelling s/configuraion/configuration/
 2019-06-07 22:36 UTC  (2+ messages)

[PATCH v9 00/12] mm: Sub-section memory hotplug support
 2019-06-07 21:41 UTC  (10+ messages)
` [PATCH v9 08/12] mm/sparsemem: Support sub-section hotplug
` [PATCH v9 11/12] libnvdimm/pfn: Fix fsdax-mode namespace info-block zero-fields

[PATCH v2] uaccess: add noop untagged_addr definition
 2019-06-07 20:10 UTC  (2+ messages)

[RFC PATCH v2 0/2] Share PMDs for FS/DAX on x86
 2019-06-07 19:51 UTC  (3+ messages)
` [RFC PATCH v2 1/2] Rename CONFIG_ARCH_WANT_HUGE_PMD_SHARE to CONFIG_ARCH_HAS_HUGE_PMD_SHARE
` [RFC PATCH v2 2/2] Implement sharing/unsharing of PMDs for FS/DAX

[PATCH 1/1] coredump: fix race condition between collapse_huge_page() and core dumping
 2019-06-07 19:13 UTC  (2+ messages)

[PATCH v3 16/20] docs: fix broken documentation links
 2019-06-07 18:54 UTC 

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-06-07 18:01 UTC  (12+ messages)
` [PATCH v7 05/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [PATCH v7 18/27] mm: Introduce do_mmap_locked()
` [PATCH v7 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file

[PATCH v6 1/3] mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
 2019-06-07 15:42 UTC  (6+ messages)
` [PATCH v6 2/3] mm: init: report memory auto-initialization features at boot time
` [PATCH v6 3/3] lib: introduce test_meminit module


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