linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-10 09:12:43 to 2016-08-15 15:01:25 UTC [more...]

OOM killer changes
 2016-08-15 15:01 UTC  (14+ messages)

[PATCH v14 04/14] task_isolation: add initial support
 2016-08-15 14:59 UTC  (4+ messages)

[PATCH stable-4.4 0/3] backport memcg id patches
 2016-08-15 14:34 UTC  (10+ messages)
` [PATCH stable-4.4 1/3] mm: memcontrol: fix cgroup creation failure after many small jobs
` [PATCH stable-4.4 2/3] mm: memcontrol: fix swap counter leak on swapout from offline cgroup
` [PATCH stable-4.4 3/3] mm: memcontrol: fix memcg id ref counter on swap charge move

[PATCH 1/2] io-mapping: Always create a struct to hold metadata about the io-mapping
 2016-08-15 11:53 UTC 

[linux-stable-rc:linux-4.4.y 1992/2009] mm/slab_common.c:524:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'u64 {aka long long unsigned int}'
 2016-08-15 11:29 UTC  (2+ messages)

[PATCH] arm64: Introduce execute-only page access permissions
 2016-08-15 10:47 UTC  (3+ messages)

[RFC PATCH 0/10] fortify oom killer even more
 2016-08-15  9:49 UTC  (22+ messages)
` [PATCH 09/10] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost

[PATCH 1/3] mem-hotplug: introduce movablenode option
 2016-08-15  1:40 UTC  (3+ messages)

[linux-stable-rc:linux-3.14.y 1941/4884] arch/mips/kernel/r4k_switch.S:67: Error: opcode not supported on this processor: r4600 (mips3) `sdc1 $f0,648($4)'
 2016-08-14 22:55 UTC 

[linux-stable-rc:linux-3.14.y 4656/4884] arch/um/include/shared/init.h:129:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__used'
 2016-08-14 22:17 UTC 

[PATCH 3.14 04/29] x86/mm: Add barriers and document switch_mm()-vs-flush synchronization
 2016-08-14 20:07 UTC 

[PATCH] [RFC] Introduce mmap randomization
 2016-08-14 16:31 UTC  (4+ messages)

core.c:undefined reference to `fpu_save'
 2016-08-14 13:57 UTC 

[PATCHv2, 00/41] ext4: support of huge pages
 2016-08-14 12:40 UTC  (46+ messages)
` [PATCHv2 01/41] tools: Add WARN_ON_ONCE
` [PATCHv2 02/41] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv2 03/41] radix-tree: Add radix_tree_join
` [PATCHv2 04/41] radix-tree: Add radix_tree_split
` [PATCHv2 05/41] radix-tree: Add radix_tree_split_preload()
` [PATCHv2 06/41] radix-tree: Handle multiorder entries being deleted by replace_clear_tags
` [PATCHv2 07/41] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv2 08/41] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv2 09/41] page-flags: relax page flag policy for few flags
` [PATCHv2 10/41] mm, rmap: account file thp pages
` [PATCHv2 11/41] thp: try to free page's buffers before attempt split
` [PATCHv2 12/41] thp: handle write-protection faults for file THP
` [PATCHv2 13/41] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv2 14/41] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv2 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv2 16/41] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv2 17/41] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv2 18/41] HACK: readahead: alloc huge pages, if allowed
` [PATCHv2 19/41] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
` [PATCHv2 20/41] mm: make write_cache_pages() work on huge pages
` [PATCHv2 21/41] thp: introduce hpage_size() and hpage_mask()
` [PATCHv2 22/41] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv2 23/41] fs: make block_read_full_page() be able to read huge page
` [PATCHv2 24/41] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv2 25/41] fs: make block_page_mkwrite() aware about "
` [PATCHv2 26/41] truncate: make truncate_inode_pages_range() "
` [PATCHv2 27/41] truncate: make invalidate_inode_pages2_range() "
` [PATCHv2 28/41] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv2 29/41] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv2 30/41] ext4: make ext4_writepage() work on huge pages
` [PATCHv2 31/41] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv2 32/41] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv2 33/41] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv2 34/41] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv2 35/41] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv2 36/41] ext4: handle writeback with "
` [PATCHv2 37/41] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv2 38/41] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv2 39/41] ext4: make fallocate() operations work with "
` [PATCHv2 40/41] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv2 41/41] ext4, vfs: add huge= mount option

4.7.0, cp -al causes OOM
 2016-08-14 10:50 UTC  (4+ messages)

[PATCH] mm, vmscan: get rid of throttle_vm_writeout
 2016-08-14 10:44 UTC 

[RFC PATCH 2/2] mm, mempool: do not throttle PF_LESS_THROTTLE tasks
 2016-08-14 10:34 UTC  (13+ messages)
    ` [dm-devel] "

arch/ia64/kernel/entry.S:621: Error: Operand 2 of `adds' should be a 14-bit integer (-8192-8191)
 2016-08-14  7:27 UTC 

[PATCH 0/4] powerpc/mm: movable hotplug memory nodes
 2016-08-12 17:24 UTC  (14+ messages)
` [PATCH 1/4] dt-bindings: add doc for ibm,hotplug-aperture
` [PATCH 2/4] powerpc/mm: create numa nodes for hotplug memory
` [PATCH 3/4] powerpc/mm: allow memory hotplug into a memoryless node

[RFC 0/4] Kexec: Enable run time memory resrvation of crash kernel
 2016-08-12 14:26 UTC  (5+ messages)
` [RFC 1/4] Creating one or two CMA area at Boot time
` [RFC 2/4] Functions for memory reservation and release
` [RFC 3/4] Adding a new kernel configuration to enable the feature
` [RFC 4/4] Enable memory allocation through sysfs interface

kmemleak: Cannot insert 0xff7f1000 into the object search tree (overlaps existing)
 2016-08-12 13:50 UTC  (8+ messages)

userfaultfd: unexpected behavior with MODE_MISSING | MODE_WP regions
 2016-08-12 13:43 UTC  (3+ messages)

+ mm-page_owner-align-with-pageblock_nr-pages.patch added to -mm tree
 2016-08-12 13:07 UTC 

[PATCH 0/5] Reduce memory waste by page extension user
 2016-08-12 12:25 UTC  (15+ messages)
` [PATCH 1/5] mm/debug_pagealloc: clean-up guard page handling code
` [PATCH 2/5] mm/debug_pagealloc: don't allocate page_ext if we don't use guard page
` [PATCH 3/5] mm/page_owner: move page_owner specific function to page_owner.c
` [PATCH 4/5] mm/page_ext: support extra space allocation by page_ext user
` [PATCH 5/5] mm/page_owner: don't define fields on struct page_ext by hard-coding

[mm, kasan] 80a9201a59: RIP: 0010:[<ffffffff9890f590>] [<ffffffff9890f590>] __kernel_text_address
 2016-08-12 10:35 UTC  (5+ messages)

[RFC PATCH] kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd
 2016-08-12  9:41 UTC  (3+ messages)

[PATCH] mm: Add the ram_latent_entropy kernel parameter
 2016-08-12  3:52 UTC  (3+ messages)

[PATCH 1/3] Add a new field to struct shrinker
 2016-08-12  3:09 UTC  (12+ messages)

mm: Initialise per_cpu_nodestats for all online pgdats at boot
 2016-08-12  2:07 UTC  (6+ messages)
    ` [PATCH] mm: Initialize per_cpu_nodestats for hotadded pgdats

[mmotm:master 70/106] arch/x86/kernel/process.c:511:9: error: implicit declaration of function 'randomize_page'
 2016-08-12  1:31 UTC  (2+ messages)

[sashal-linux-stable-security:linux-3.10.y-security 244/1330] ipc/shm.c:206:22: error: 'shm_rcu_free' undeclared
 2016-08-12  0:12 UTC 

[sashal-linux-stable-security:linux-3.10.y-security 1083/1330] ipc/util.h:165:2: error: implicit declaration of function 'ipc_lock_object'
 2016-08-12  0:08 UTC 

[sashal-linux-stable-security:linux-3.10.y-security 204/1330] ipc/shm.c:923:3: error: implicit declaration of function 'shm_obtain_object_check'
 2016-08-12  0:07 UTC 

[sashal-linux-stable-security:linux-3.12.y-security 590/1384] mm/util.c:277:3: error: implicit declaration of function 'for_each_thread'
 2016-08-12  0:00 UTC 

[RFC][PATCH] cgroup_threadgroup_rwsem - affects scalability and OOM
 2016-08-11 23:47 UTC  (3+ messages)

mmotm 2016-08-11-15-29 uploaded
 2016-08-11 22:30 UTC 

[PATCH] kasan: remove the unnecessary WARN_ONCE from quarantine.c
 2016-08-11 15:32 UTC  (2+ messages)

[PATCH v2] kasan: avoid overflowing quarantine size on low memory systems
 2016-08-11 15:06 UTC  (4+ messages)

arm64: why set SECTION_SIZE_BITS to 1G size?
 2016-08-11 10:07 UTC  (2+ messages)

[PATCH/RFC] mm, oom: Fix uninitialized ret in task_will_free_mem()
 2016-08-11  8:11 UTC  (5+ messages)

[linux-mm] Drastic increase in application memory usage with Kernel version upgrade
 2016-08-11  5:45 UTC  (7+ messages)

drivers/rapidio/rio_cm.c:1849:7-14: WARNING opportunity for memdup_user
 2016-08-11  5:41 UTC  (2+ messages)
` [PATCH] rapidio: fix memdup_user.cocci warnings

[REGRESSION] !PageLocked(page) assertion with tcpdump
 2016-08-10 20:03 UTC  (3+ messages)

[RFC 11/11] mm, THP, swap: Delay splitting THP during swap out
 2016-08-10 16:49 UTC  (4+ messages)

[PATCH v24 2/9] memblock: add memblock_cap_memory_range()
 2016-08-10 16:26 UTC  (2+ messages)

[QUESTION] mmap of device file with huge pages
 2016-08-10 16:20 UTC  (4+ messages)

[PATCH v2] rmap: Fix compound check logic in page_remove_file_rmap
 2016-08-10 16:14 UTC  (2+ messages)

[PATCH v4] powerpc: Do not make the entire heap executable
 2016-08-10 13:36 UTC  (2+ messages)

[PATCH v3] powerpc: Do not make the entire heap executable
 2016-08-10 12:56 UTC  (5+ messages)

[RFC] can we use vmalloc to alloc thread stack if compaction failed
 2016-08-10 11:59 UTC  (12+ messages)

[PATCHv2 0/6] x86: 32-bit compatible C/R on x86_64
 2016-08-10 10:49 UTC  (11+ messages)
` [PATCHv2 3/6] x86/arch_prctl/vdso: add ARCH_MAP_VDSO_*

[PATCH] fadump: Register the memory reserved by fadump
 2016-08-10  9:21 UTC  (9+ messages)

[PATCH v6 00/11] make direct compaction more deterministic
 2016-08-10  9:12 UTC  (12+ messages)
` [PATCH v6 01/11] mm, compaction: make whole_zone flag ignore cached scanner positions
` [PATCH v6 02/11] mm, compaction: cleanup unused functions
` [PATCH v6 03/11] mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS
` [PATCH v6 04/11] mm, compaction: don't recheck watermarks after COMPACT_SUCCESS
` [PATCH v6 05/11] mm, compaction: add the ultimate direct compaction priority
` [PATCH v6 06/11] mm, compaction: more reliably increase "
` [PATCH v6 07/11] mm, compaction: use correct watermark when checking compaction success
` [PATCH v6 08/11] mm, compaction: create compact_gap wrapper
` [PATCH v6 09/11] mm, compaction: use proper alloc_flags in __compaction_suitable()
` [PATCH v6 10/11] mm, compaction: require only min watermarks for non-costly orders
` [PATCH v6 11/11] mm, vmscan: make compaction_ready() more accurate and readable


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