linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-27 15:11:10 to 2017-06-29 15:24:16 UTC [more...]

[bug report] percpu: add tracepoint support for percpu memory
 2017-06-29 15:24 UTC  (3+ messages)
` [PATCH 1/1] percpu: fix static checker warnings in pcpu_destroy_chunk

[PATCH 0/5] Last bits for initial 5-level paging enabling
 2017-06-29 15:06 UTC  (6+ messages)
` [PATCH 6/5] x86/KASLR: Fix detection 32/64 bit bootloaders for 5-level paging

[PATCH v8 00/18] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-29 14:19 UTC  (25+ messages)
` [PATCH v8 01/18] fs: remove call_fsync helper function
` [PATCH v8 02/18] buffer: use mapping_set_error instead of setting the flag
` [PATCH v8 03/18] fs: check for writeback errors after syncing out buffers in generic_file_fsync
` [PATCH v8 04/18] buffer: set errors in mapping at the time that the error occurs
` [PATCH v8 05/18] jbd2: don't clear and reset errors after waiting on writeback
` [PATCH v8 06/18] mm: clear AS_EIO/AS_ENOSPC when writeback initiation fails
` [PATCH v8 07/18] mm: don't TestClearPageError in __filemap_fdatawait_range
` [PATCH v8 08/18] mm: clean up error handling in write_one_page
` [PATCH v8 09/18] lib: add errseq_t type and infrastructure for handling it
` [PATCH v8 10/18] fs: new infrastructure for writeback error handling and reporting
` [PATCH v8 11/18] mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
` [PATCH v8 12/18] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v8 13/18] dax: set errors in mapping when writeback fails
` [PATCH v8 14/18] block: convert to errseq_t based writeback error tracking
` [PATCH v8 15/18] fs: convert __generic_file_fsync to use errseq_t based reporting
` [PATCH v8 16/18] ext4: use errseq_t based error handling for reporting data writeback errors
` [PATCH v8 17/18] xfs: minimal conversion to errseq_t writeback error reporting
` [PATCH v8 18/18] btrfs: minimal conversion to errseq_t writeback error reporting on fsync

[PATCH v2] mm: Drop useless local parameters of __register_one_node()
 2017-06-29 12:11 UTC  (4+ messages)

[PATCH] mm: adding newline after declaration
 2017-06-29 11:34 UTC 

mm: Why WQ_MEM_RECLAIM workqueue remains pending?
 2017-06-29 10:57 UTC 

[RFC PATCH] userfaultfd: Add feature to request for a signal delivery
 2017-06-29 10:46 UTC  (9+ messages)

[v3 0/6] cgroup-aware OOM killer
 2017-06-29  9:04 UTC  (5+ messages)
` [v3 1/6] mm, oom: use oom_victims counter to synchronize oom victim selection
` [v3 5/6] mm, oom: don't mark all oom victims tasks with TIF_MEMDIE

[RFC PATCH] mm, oom: allow oom reaper to race with exit_mmap
 2017-06-29  8:46 UTC  (2+ messages)

[PATCH] thp, mm: Fix crash due race in MADV_FREE handling
 2017-06-29  8:40 UTC  (4+ messages)

[Bug 196157] New: 100+ times slower disk writes on 4.x+/i386/16+RAM, compared to 3.x
 2017-06-29  8:02 UTC  (11+ messages)

[RFC PATCH 0/2] mm, memory_hotplug: remove zone onlining restriction
 2017-06-29  7:35 UTC  (3+ messages)
` [PATCH 1/2] mm, memory_hotplug: display allowed zones in the preferred ordering
` [PATCH 2/2] mm, memory_hotplug: remove zone restrictions

[PATCH] mm: convert three more cases to kvmalloc
 2017-06-29  7:10 UTC  (2+ messages)

[PATCH] futex: avoid undefined behaviour when shift exponent is negative
 2017-06-29  7:04 UTC  (11+ messages)

[PATCH v5 3/4] asm-generic: add KASAN instrumentation to atomic operations
 2017-06-29  6:47 UTC  (21+ messages)
  ` [PATCH] locking/atomics: don't alias ____ptr

[PATCH] cma: fix calculation of aligned offset
 2017-06-29  6:23 UTC  (2+ messages)

[PATCH v2] fs/dcache.c: fix spin lockup issue on nlru->lock
 2017-06-29  3:39 UTC  (6+ messages)
` [PATCH v3 1/2] mm/list_lru.c: fix list_lru_count_node() to be race free
  ` [PATCH v3 2/2] fs/dcache.c: fix spin lockup issue on nlru->lock
    ` [PATCH v4 1/2] mm/list_lru.c: fix list_lru_count_node() to be race free
    ` [PATCH v4 2/2] fs/dcache.c: fix spin lockup issue on nlru->lock

[PATCH 3/3] Make LSM Writable Hooks a command line option
 2017-06-29  2:26 UTC  (2+ messages)
` 7361ce7529: BUG:sleeping_function_called_from_invalid_context_at_mm/slab.h

[PATCH] mm: balloon: enqueue zero page to balloon device
 2017-06-29  1:10 UTC 

[PATCH v3 0/5] DAX common 4k zero page
 2017-06-28 22:01 UTC  (6+ messages)
` [PATCH v3 1/5] mm: add vm_insert_mixed_mkwrite()
` [PATCH v3 2/5] dax: relocate some dax functions
` [PATCH v3 3/5] dax: use common 4k zero page for dax mmap reads
` [PATCH v3 4/5] dax: remove DAX code from page_cache_tree_insert()
` [PATCH v3 5/5] dax: move all DAX radix tree defs to fs/dax.c

[PATCH 00/15] HMM (Heterogeneous Memory Management) v24
 2017-06-28 18:00 UTC  (16+ messages)
` [PATCH 01/15] hmm: heterogeneous memory management documentation v2
` [PATCH 02/15] mm/hmm: heterogeneous memory management (HMM for short) v4
` [PATCH 03/15] mm/hmm/mirror: mirror process address space on device with HMM helpers v3
` [PATCH 04/15] mm/hmm/mirror: helper to snapshot CPU page table v3
` [PATCH 05/15] mm/hmm/mirror: device page fault handler
` [PATCH 06/15] mm/memory_hotplug: introduce add_pages
` [PATCH 07/15] mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory v4
` [PATCH 08/15] mm/ZONE_DEVICE: special case put_page() for device private pages v2
` [PATCH 09/15] mm/hmm/devmem: device memory hotplug using ZONE_DEVICE v6
` [PATCH 10/15] mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory v3
` [PATCH 11/15] mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
` [PATCH 12/15] mm/migrate: new memory migration helper for use with device memory v4
` [PATCH 13/15] mm/migrate: migrate_vma() unmap page from vma while collecting pages
` [PATCH 14/15] mm/migrate: support un-addressable ZONE_DEVICE page in migration v2
` [PATCH 15/15] mm/migrate: allow migrate_vma() to alloc new page on empty entry v3

[PATCH 00/23] Hardened usercopy whitelisting
 2017-06-28 17:03 UTC  (14+ messages)
` [PATCH 17/23] dcache: define usercopy region in dentry_cache slab cache
  ` [kernel-hardening] "
` [PATCH 21/23] usercopy: Restrict non-usercopy caches to size 0
  ` [kernel-hardening] "
` [PATCH 22/23] usercopy: split user-controlled slabs to separate caches

cpu_hotplug_lock.rw_sem + memhotplug = possible deadlock
 2017-06-28 15:39 UTC 

[PATCH v11 0/6] Virtio-balloon Enhancement
 2017-06-28 15:04 UTC  (11+ messages)
` [PATCH v11 3/6] virtio-balloon: VIRTIO_BALLOON_F_PAGE_CHUNKS
    ` [virtio-dev] "
` [PATCH v11 6/6] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ
    ` [virtio-dev] "

[PATCH v2 05/10] tmpfs: define integrity_read method
 2017-06-28 14:38 UTC  (2+ messages)

[PATCH v8 RESEND 00/38] x86: Secure Memory Encryption (AMD)
 2017-06-28 14:05 UTC  (22+ messages)
` [PATCH v8 RESEND 20/38] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v8 RESEND 21/38] x86/mm: Add support to access persistent memory in the clear
` [PATCH v8 RESEND 22/38] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v8 RESEND 23/38] x86/realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v8 RESEND 24/38] x86, swiotlb: Add memory encryption support
` [PATCH v8 RESEND 25/38] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v8 RESEND 26/38] x86/CPU/AMD: Make the microcode level available earlier in the boot
` [PATCH v8 RESEND 27/38] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v8 RESEND 28/38] x86, realmode: Check for memory encryption on the APs
` [PATCH v8 RESEND 29/38] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v8 RESEND 30/38] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v8 RESEND 31/38] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v8 RESEND 32/38] xen/x86: Remove SME feature in PV guests
` [PATCH v8 RESEND 33/38] x86/mm: Use proper encryption attributes with /dev/mem
` [PATCH v8 RESEND 34/38] x86/mm: Create native_make_p4d() for PGTABLE_LEVELS <= 4
` [PATCH v8 RESEND 35/38] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v8 RESEND 36/38] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v8 RESEND 37/38] compiler-gcc.h: Introduce __nostackp function attribute
` [PATCH v8 RESEND 38/38] x86/mm: Add support to make use of Secure Memory Encryption

[PATCH v4 1/6] mm, x86: Add ARCH_HAS_ZONE_DEVICE to Kconfig
 2017-06-28 13:08 UTC  (2+ messages)

linux-next: BUG: Bad page state in process ip6tables-save pfn:1499f4
 2017-06-28 11:32 UTC  (10+ messages)

[PATCH] mm/memory_hotplug: just build zonelist for new added node
 2017-06-28  9:45 UTC  (6+ messages)

[RFC PATCH 0/4] mm/hotplug: make hotplug memory_block alligned
 2017-06-28  9:43 UTC  (18+ messages)
` [RFC PATCH 2/4] mm/hotplug: walk_memroy_range on memory_block uit
` [RFC PATCH 3/4] mm/hotplug: make __add_pages() iterate on memory_block and split __add_section()
` [RFC PATCH 4/4] base/memory: pass start_section_nr to init_memory_block()

[PATCH v8 0/3] mm: LSM: ro protection for dynamic data
 2017-06-28  8:25 UTC  (7+ messages)
` [PATCH 1/3] Protectable memory support
` [PATCH 2/3] LSM: Convert security_hook_heads into explicit array of struct list_head
` [PATCH 3/3] Make LSM Writable Hooks a command line option

[PATCH] mm/zsmalloc: simplify zs_max_alloc_size handling
 2017-06-28  8:14 UTC 

[PATCH] mm/memory_hotplug: adjust zone/node size during __offline_pages()
 2017-06-28  7:38 UTC  (2+ messages)

Thanks For Registering 日发3万emails,每天自动采集全球客户,然后针对性发送,最少保底一个月10个高质量询价,加176208215!
 2017-06-28  7:20 UTC 

[RFC v4 00/17] powerpc: Memory Protection Keys
 2017-06-28  7:12 UTC  (6+ messages)
` [RFC v4 09/17] powerpc: call the hash functions with the correct pkey value
` [RFC v4 17/17] procfs: display the protection-key number associated with a vma

[PATCH 0/6] mm: give __GFP_REPEAT a better semantic
 2017-06-28  4:12 UTC  (6+ messages)
` [PATCH 3/6] xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL

[RFC v2 0/9] S.A.R.A. a new stacked LSM
 2017-06-27 23:13 UTC  (9+ messages)
` [RFC v2 3/9] Creation of "check_vmflags" LSM hook
` [RFC v2 5/9] S.A.R.A. WX Protection
` [RFC v2 6/9] Creation of "pagefault_handler_x86" LSM hook
` [RFC v2 7/9] Trampoline emulation

[PATCH] mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
 2017-06-27 22:09 UTC  (6+ messages)

mmotm 2017-06-23-15-03 uploaded
 2017-06-27 22:00 UTC  (8+ messages)

mmotm 2017-06-27-14-49 uploaded
 2017-06-27 21:50 UTC 

[PATCH RFC] hugetlbfs 'noautofill' mount option
 2017-06-27 20:57 UTC  (12+ messages)

[PATCH 0/5] v2 mm subsystem refcounter conversions
 2017-06-27 20:49 UTC  (2+ messages)

Bad page state freeing hugepages
 2017-06-27 16:42 UTC  (3+ messages)

next-20170620 BUG in do_page_fault / do_huge_pmd_wp_page
 2017-06-27 16:41 UTC  (4+ messages)

[RFC PATCH v2] userfaultfd: Add feature to request for a signal delivery
 2017-06-27 16:08 UTC 

OOM kills with lots of free swap
 2017-06-27 15:50 UTC  (5+ messages)

[PATCH v7 00/22] fs: enhanced writeback error reporting with errseq_t (pile #1)
 2017-06-27 15:20 UTC  (8+ messages)
` [PATCH v7 16/22] block: convert to errseq_t based writeback error tracking


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