linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-25 18:27:31 to 2017-01-27 10:05:47 UTC [more...]

[PATCH 0/6 v3] kvmalloc
 2017-01-27 10:05 UTC  (20+ messages)
                  ` [PATCH] net, bpf: use kvzalloc helper

[PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"
 2017-01-27  9:37 UTC  (13+ messages)

[RFC][PATCH 0/4] x86, mpx: Support larger address space (MAWA)
 2017-01-27  8:31 UTC  (8+ messages)
` [RFC][PATCH 1/4] x86, mpx: introduce per-mm MPX table size tracking
` [RFC][PATCH 2/4] x86, mpx: update MPX to grok larger bounds tables
` [RFC][PATCH 3/4] x86, mpx: extend MPX prctl() to pass in size of bounds directory
` [RFC][PATCH 4/4] x86, mpx: context-switch new MPX address size MSR

[PATCH 1/2 v2] mm: vmscan: do not pass reclaimed slab to vmpressure
 2017-01-27  8:13 UTC  (2+ messages)
` [PATCH 2/2] mm: vmpressure: fix sending wrong events on underflow

[PATCH] mm: vmscan: do not pass reclaimed slab to vmpressure
 2017-01-27  8:13 UTC  (5+ messages)

[PATCH 0/2] fix a kernel oops in reading sysfs valid_zones
 2017-01-27  7:48 UTC  (6+ messages)
` [PATCH 1/2] mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()
` [PATCH 2/2] base/memory, hotplug: fix a kernel oops in show_valid_zones()

[LSF/MM TOPIC] I/O error handling and fsync()
 2017-01-27  6:03 UTC  (16+ messages)
` [Lsf-pc] "

[PATCH 1/2] mm/memblock: use NUMA_NO_NODE instead of MAX_NUMNODES as default node_id
 2017-01-27  1:59 UTC  (2+ messages)
` [PATCH 2/2] mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODES in for_each_mem_pfn_range()

[PATCH v2 0/3] 1G transparent hugepage support for device dax
 2017-01-26 22:46 UTC  (6+ messages)
` [PATCH v2 1/3] mm,fs,dax: Change ->pmd_fault to ->huge_fault
` [PATCH v2 2/3] mm, x86: Add support for PUD-sized transparent hugepages
` [PATCH v2 3/3] dax: Support for transparent PUD pages for device DAX

[ATTEND] many topics
 2017-01-26 21:20 UTC  (18+ messages)

[PATCH 0/5] mm: vmscan: fix kswapd writeback regression
 2017-01-26 20:58 UTC  (28+ messages)
` [PATCH 1/5] mm: vmscan: scan dirty pages even in laptop mode
` [PATCH 2/5] mm: vmscan: kick flushers when we encounter dirty pages on the LRU
` [PATCH 3/5] mm: vmscan: remove old flusher wakeup from direct reclaim path
` [PATCH 4/5] mm: vmscan: only write dirty pages that the scanner has seen twice
` [PATCH 5/5] mm: vmscan: move dirty pages out of the way until they're flushed

[PATCH] mm, page_alloc: Use static global work_struct for draining per-cpu pages
 2017-01-26 19:21 UTC  (4+ messages)

ioremap_page_range: remapping of physical RAM ranges
 2017-01-26 18:24 UTC  (5+ messages)

[LSF/MM ATTEND] 2017 userfaultfd-WP, node reclaim vs zone compaction, THP
 2017-01-26 17:50 UTC  (2+ messages)

[PATCH] fixup! mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
 2017-01-26 17:48 UTC  (3+ messages)

[Bug 192571] zswap + zram enabled BUG
 2017-01-26 17:09 UTC  (8+ messages)

[PATCH v7 11/12] zsmalloc: page migration support
 2017-01-26 17:04 UTC  (11+ messages)

[LSF/MM ATTEND] userfaultfd
 2017-01-26 16:10 UTC  (2+ messages)

[PATCH] zswap: don't param_set_charp while holding spinlock
 2017-01-26 15:58 UTC 

[PATCHv6 00/37] ext4: support of huge pages
 2017-01-26 15:57 UTC  (41+ messages)
` [PATCHv6 01/37] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv6 02/37] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv6 03/37] page-flags: relax page flag policy for few flags
` [PATCHv6 04/37] mm, rmap: account file thp pages
` [PATCHv6 05/37] thp: try to free page's buffers before attempt split
` [PATCHv6 06/37] thp: handle write-protection faults for file THP
` [PATCHv6 07/37] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv6 08/37] filemap: handle huge pages in do_generic_file_read()
` [PATCHv6 09/37] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv6 10/37] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv6 11/37] HACK: readahead: alloc huge pages, if allowed
` [PATCHv6 12/37] brd: make it handle huge pages
` [PATCHv6 13/37] mm: make write_cache_pages() work on "
` [PATCHv6 14/37] thp: introduce hpage_size() and hpage_mask()
` [PATCHv6 15/37] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv6 16/37] thp: make thp_get_unmapped_area() respect S_HUGE_MODE
` [PATCHv6 17/37] fs: make block_read_full_page() be able to read huge page
` [PATCHv6 18/37] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv6 19/37] fs: make block_page_mkwrite() aware about "
` [PATCHv6 20/37] truncate: make truncate_inode_pages_range() "
` [PATCHv6 21/37] truncate: make invalidate_inode_pages2_range() "
` [PATCHv6 22/37] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv6 23/37] mm: account huge pages to dirty, writaback, reclaimable, etc
` [PATCHv6 24/37] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv6 25/37] ext4: make ext4_writepage() work on huge pages
` [PATCHv6 26/37] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv6 27/37] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv6 28/37] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv6 29/37] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv6 30/37] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv6 31/37] ext4: handle writeback with "
` [PATCHv6 32/37] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv6 33/37] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv6 34/37] ext4: make fallocate() operations work with "
` [PATCHv6 35/37] ext4: reserve larger jounral transaction for "
` [PATCHv6 36/37] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv6 37/37] ext4, vfs: add huge= mount option

[PATCH 0/6 v3] kvmalloc
 2017-01-26 12:09 UTC  (3+ messages)
` [PATCH 1/6] mm: introduce kv[mz]alloc helpers

frv-linux-ld: Warning: size of symbol `sys_userfaultfd' changed from 40 in kernel/built-in.o to 352 in fs/built-in.o
 2017-01-26 10:36 UTC 

[PATCH v6] mm: Add memory allocation watchdog kernel thread
 2017-01-26 10:28 UTC  (7+ messages)

[RFC v2 PATCH] mm/hotplug: enable memory hotplug for non-lru movable pages
 2017-01-26  9:43 UTC  (2+ messages)

[PATCH v4 0/2] HWPOISON: soft offlining for non-lru movable page
 2017-01-26  9:27 UTC  (5+ messages)
` [PATCH v4 1/2] mm/migration: make isolate_movable_page always defined
` [PATCH v4 2/2] HWPOISON: soft offlining for non-lru movable page

[PATCH v5 00/13] lockdep: Implement crossrelease feature
 2017-01-26  7:53 UTC  (6+ messages)
` [PATCH v5 01/13] lockdep: Refactor lookup_chain_cache()
` [PATCH v5 05/13] lockdep: Pass a callback arg to check_prev_add() to handle stack_trace

[PATCHv2 00/12] Fix few rmap-related THP bugs
 2017-01-26  7:31 UTC  (15+ messages)
` [PATCHv2 01/12] uprobes: split THPs before trying replace them
` [PATCHv2 02/12] mm: introduce page_vma_mapped_walk()
` [PATCHv2 05/12] mm, rmap: check all VMAs that PTE-mapped THP can be part of
` [PATCHv2 06/12] mm: convert page_mkclean_one() to page_vma_mapped_walk()
` [PATCHv2 07/12] mm: convert try_to_unmap_one() "
` [PATCHv2 10/12] mm: convert page_mapped_in_vma() "
` [PATCHv2 12/12] mm: convert remove_migration_pte() "

[RFC PATCH 0/5] userfaultfd: non-cooperative: better tracking for mapping changes
 2017-01-26  5:50 UTC  (2+ messages)

[PATCH 00/12] Fix few rmap-related THP bugs
 2017-01-26  2:58 UTC  (10+ messages)
` [PATCH 01/12] uprobes: split THPs before trying replace them
` [PATCH 09/12] mm, uprobes: convert __replace_page() to page_check_walk()

[PATCH] mm: write protect MADV_FREE pages
 2017-01-26  1:50 UTC  (5+ messages)

Don't save on pleasure! Buy effective medications of highest quality
 2017-01-26  0:44 UTC 

[PATCH 0/2] setgid hardening
 2017-01-26  0:12 UTC  (12+ messages)
` [PATCH 1/2] fs: Check f_cred instead of current's creds in should_remove_suid()
` [PATCH 2/2] fs: Harden against open(..., O_CREAT, 02777) in a setgid directory

[PATCH] mm/migration: make isolate_movable_page always defined
 2017-01-25 23:48 UTC  (2+ messages)

[PATCH RFC] mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
 2017-01-25 23:05 UTC  (13+ messages)

[PATCH v5 0/4] Application Data Integrity feature introduced by SPARC M7
 2017-01-25 22:57 UTC  (8+ messages)
` [PATCH v5 2/4] mm: Add functions to support extra actions on swap in/out
` [PATCH v5 4/4] sparc64: Add support for ADI (Application Data Integrity)

[patch] mm, madvise: fail with ENOMEM when splitting vma will hit max_map_count
 2017-01-25 22:14 UTC  (3+ 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).