linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-06 16:42:35 to 2015-07-09 11:22:43 UTC [more...]

[PATCH 0/8 -v3] memcg cleanups + get rid of mm_struct::owner
 2015-07-09 11:22 UTC  (18+ messages)
` [PATCH 1/8] memcg: export struct mem_cgroup
` [PATCH 2/8] memcg: get rid of mem_cgroup_root_css for !CONFIG_MEMCG
` [PATCH 3/8] memcg: get rid of extern for functions in memcontrol.h
` [PATCH 4/8] memcg, mm: move mem_cgroup_select_victim_node into vmscan
` [PATCH 5/8] memcg: restructure mem_cgroup_can_attach()
` [PATCH 6/8] memcg, tcp_kmem: check for cg_proto in sock_update_memcg
` [PATCH 7/8] memcg: get rid of mm_struct::owner
` [PATCH 8/8] memcg: get rid of mem_cgroup_from_task

[PATCH 0/4] oom: sysrq+f fixes + cleanups
 2015-07-09 10:05 UTC  (13+ messages)
` [PATCH 1/4] oom: Do not panic when OOM killer is sysrq triggered
` [PATCH 2/4] oom: Do not invoke oom notifiers on sysrq+f
` [PATCH 3/4] mm, oom: organize oom context into struct
` [PATCH 4/4] oom: split out forced OOM killer

[PATCH] mm: RIP put_page_unless_one() as it has no callers
 2015-07-09  8:53 UTC 

mm: shmem_zero_setup skip security check and lockdep conflict with XFS
 2015-07-09  8:23 UTC  (5+ messages)

[PATCH 0/4] TLB flush multiple pages per IPI v7
 2015-07-09  8:20 UTC  (5+ messages)
` [PATCH 4/4] mm: Increase SWAP_CLUSTER_MAX to batch TLB flushes
` [PATCH 5/4] Documentation/features/vm: Add feature description and arch support status for batched TLB flush after unmap

[RFCv3 0/5] enable migration of driver pages
 2015-07-09  8:07 UTC  (15+ messages)
` [RFCv3 1/5] fs/anon_inodes: new interface to create new inode
` [RFCv3 2/5] mm/compaction: enable mobile-page migration
` [RFCv3 3/5] mm/balloon: apply mobile page migratable into balloon
` [RFCv3 4/5] mm: call generic migration callbacks
` [RFCv3 5/5] mm: remove direct calling of migration

slab:Fix the unexpected index mapping result of kmalloc_size(INDEX_NODE + 1)
 2015-07-09  5:56 UTC 

[patch v3 3/3] mm, oom: do not panic for oom kills triggered from sysrq
 2015-07-09  4:15 UTC 

slab:Fix the unexpected index mapping result of kmalloc_size(INDEX_NODE + 1)
 2015-07-09  3:35 UTC 

[PATCH v5 0/6] pmem api, generic ioremap_cache, and memremap
 2015-07-09  1:40 UTC  (15+ messages)
` [PATCH v5 2/6] arch: unify ioremap prototypes and macro aliases

[PATCH] mm/memblock: WARN_ON when nid differs from overlap region
 2015-07-09  1:25 UTC  (3+ messages)

[PATCH] mempolicy: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages_range()
 2015-07-09  0:58 UTC  (2+ messages)

[PATCH v2 00/10] hugetlbfs: add fallocate support
 2015-07-09  0:43 UTC  (12+ messages)
` [PATCH v2 01/10] mm/hugetlb: add cache of descriptors to resv_map for region_add
` [PATCH v2 02/10] mm/hugetlb: add region_del() to delete a specific range of entries
` [PATCH v2 03/10] mm/hugetlb: expose hugetlb fault mutex for use by fallocate
` [PATCH v2 04/10] hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to delete
` [PATCH v2 05/10] hugetlbfs: truncate_hugepages() takes a range of pages
` [PATCH v2 06/10] mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch
` [PATCH v2 07/10] mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate
` [PATCH v2 08/10] hugetlbfs: New huge_add_to_page_cache helper routine
` [PATCH v2 09/10] hugetlbfs: add hugetlbfs_fallocate()
` [PATCH v2 10/10] mm: madvise allow remove operation for hugetlbfs

4.2rc1 odd looking page allocator failure stats
 2015-07-09  0:42 UTC  (2+ messages)

[PATCH 00/11] mm: debug: formatting memory management structs
 2015-07-08 23:58 UTC  (7+ messages)
` [PATCH 05/11] mm: debug: dump page into a string rather than directly on screen

[patch 1/3] mm, oom: organize oom context into struct
 2015-07-08 23:42 UTC  (8+ messages)
` [patch v2 "
  ` [patch v2 2/3] "
  ` [patch v3 1/3] "
    ` [patch v3 2/3] mm, oom: pass an oom order of -1 when triggered by sysrq
    ` [patch v3 3/3] mm, oom: do not panic for oom kills triggered from sysrq

[PATCH 0/7] mm: reliable memory allocation with kvmalloc
 2015-07-08 23:18 UTC  (12+ messages)
` [PATCH 1/7] mm/vmalloc: export __vmalloc_node_flags
` [PATCH 2/7] mm: introduce kvmalloc and kvmalloc_node
    ` [dm-devel] "
` [PATCH 3/7] dm-ioctl: join flags DM_PARAMS_KMALLOC and DM_PARAMS_VMALLOC
` [PATCH 4/7] dm: use kvmalloc
` [PATCH 5/7] dm-thin: "
` [PATCH 6/7] dm-stats: use kvmalloc_node
` [PATCH 7/7] dm: make dm_vcalloc use kvmalloc

[PATCH -mm v6 0/6] idle memory tracking
 2015-07-08 23:01 UTC  (4+ messages)
` [PATCH -mm v6 5/6] proc: add kpageidle file

[PATCH V3 0/5] Allow user to request memory to be locked on page fault
 2015-07-08 21:17 UTC  (16+ messages)
` [PATCH V3 1/5] mm: mlock: Refactor mlock, munlock, and munlockall code
` [PATCH V3 2/5] mm: mlock: Add new mlock, munlock, and munlockall system calls
` [PATCH V3 3/5] mm: mlock: Introduce VM_LOCKONFAULT and add mlock flags to enable it
` [PATCH V3 4/5] mm: mmap: Add mmap flag to request VM_LOCKONFAULT
` [PATCH V3 5/5] selftests: vm: Add tests for lock on fault

[PATCH v2 0/5] KASan for arm64
 2015-07-08 15:48 UTC  (3+ messages)
` [PATCH v2 5/5] arm64: add KASan support

[RFC] mm: change irqs_disabled() test to spin_is_locked() in mem_cgroup_swapout
 2015-07-08 15:44 UTC  (7+ messages)
  ` [RFC][PATCH] mm: ifdef out VM_BUG_ON check on PREEMPT_RT_FULL

[mm: meminit] WARNING: CPU: 1 PID: 15 at kernel/locking/lockdep.c:3382 lock_release()
 2015-07-08 15:25 UTC  (3+ messages)

[RFC 0/2] mapping_gfp_mask from the page fault path
 2015-07-08 11:58 UTC  (3+ messages)
` [RFC 2/2] mm: Allow GFP_IOFS for page_cache_read page cache allocation

[PATCH v7 0/7] mm/zsmalloc: introduce automatic pool compaction
 2015-07-08 11:31 UTC  (8+ messages)
` [PATCH v7 1/7] zsmalloc: drop unused variable `nr_to_migrate'
` [PATCH v7 2/7] zsmalloc: always keep per-class stats
` [PATCH v7 3/7] zsmalloc: introduce zs_can_compact() function
` [PATCH v7 4/7] zsmalloc: cosmetic compaction code adjustments
` [PATCH v7 5/7] zsmalloc/zram: introduce zs_pool_stats api
` [PATCH v7 6/7] zsmalloc: account the number of compacted pages
` [PATCH v7 7/7] zsmalloc: use shrinker to trigger auto-compaction

[PATCH 0/5] userfaultfd21 updates v2
 2015-07-08 10:50 UTC  (6+ messages)
` [PATCH 1/5] userfaultfd: require UFFDIO_API before other ioctls
` [PATCH 2/5] userfaultfd: allow signals to interrupt a userfault
` [PATCH 3/5] userfaultfd: propagate the full address in THP faults
` [PATCH 4/5] userfaultfd: avoid missing wakeups during refile in userfaultfd_read
` [PATCH 5/5] userfaultfd: selftest

[PATCHSET 1/3 v4 block/for-4.2/core] writeback: cgroup writeback support
 2015-07-08  8:24 UTC  (15+ messages)
` [PATCH 30/51] writeback: implement and use inode_congested()
        ` [PATCH block/for-4.3] writeback: explain why @inode is allowed to be NULL for inode_congested()
` [PATCH 40/51] writeback: make bdi_start_background_writeback() take bdi_writeback instead of backing_dev_info
    ` [PATCH block/for-4.3] writeback: update writeback tracepoints to report cgroup
` [PATCH 45/51] writeback: implement wb_wait_for_single_work()
    ` [PATCH block/for-4.3] writeback: remove wb_writeback_work->single_wait/done

[RFC PATCH 00/10] redesign compaction algorithm
 2015-07-08  8:24 UTC  (9+ messages)

[PATCH v6 0/7] mm/zsmalloc: introduce automatic pool compaction
 2015-07-08  3:49 UTC  (23+ messages)
` [PATCH v6 1/7] zsmalloc: drop unused variable `nr_to_migrate'
` [PATCH v6 2/7] zsmalloc: always keep per-class stats
` [PATCH v6 3/7] zsmalloc: introduce zs_can_compact() function
` [PATCH v6 4/7] zsmalloc: cosmetic compaction code adjustments
` [PATCH v6 5/7] zsmalloc/zram: introduce zs_pool_stats api
` [PATCH v6 6/7] zsmalloc: account the number of compacted pages
` [PATCH v6 7/7] zsmalloc: use shrinker to trigger auto-compaction

[PATCH] mm:Change unlabeled block of code to a else block in the function dma_pool_free
 2015-07-07 22:51 UTC  (3+ messages)

[RFC PATCH 0/6] add defer mechanism to ksm to make it more suitable for Android devices
 2015-07-07 19:47 UTC  (7+ messages)
` [RFC PATCH 6/6] powerpc/kvm: change the condition of identifying hugetlb vm

mmotm 2015-07-06-16-25 uploaded
 2015-07-07 19:25 UTC  (2+ messages)

Filebench failure on ramdisk with Ext4-DAX
 2015-07-07 19:19 UTC 

[PATCH v2] mm: show proportional swap share of the mapping
 2015-07-07 13:47 UTC  (2+ messages)

[PATCH 0/5] Make cpuid <-> nodeid mapping persistent
 2015-07-07 11:14 UTC  (7+ messages)
` [PATCH 1/5] x86, gfp: Cache best near node for memory allocation
` [PATCH 2/5] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus at boot time
` [PATCH 3/5] x86, acpi, cpu-hotplug: Introduce apicid_to_cpuid[] array to store persistent cpuid <-> apicid mapping
` [PATCH 4/5] x86, acpi, cpu-hotplug: Enable MADT APIs to return disabled apicid
` [PATCH 5/5] x86, acpi, cpu-hotplug: Set persistent cpuid <-> nodeid mapping when booting

[PATCH 1/1] mem-hotplug: Handle node hole when initializing numa_meminfo
 2015-07-07  8:57 UTC  (7+ messages)

mm/page_alloc.c:247:6: warning: unused variable 'nid'
 2015-07-07  8:12 UTC  (4+ messages)

[PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature
 2015-07-07  7:00 UTC  (5+ messages)

MM: Query about different memory types(mem_types)__mmu.c
 2015-07-07  4:14 UTC 

[PATCH v2] mm: nommu: fix typos in comment blocks
 2015-07-07  1:22 UTC  (3+ messages)

kernel/uid16.c:184:2: error: implicit declaration of function 'groups_alloc'
 2015-07-06 22:18 UTC  (5+ messages)

MM: Query about different memory types(mem_types)__mmu.c
 2015-07-06 19:32 UTC 

[PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature
 2015-07-06 18:38 UTC 

[PATCH] mm: meminit: Finish initialisation of struct pages before basic setup
 2015-07-06 17:45 UTC  (2+ messages)

[PATCH v2] PM / hibernate: fix kernel crash in alloc_highmem_pages
 2015-07-06 17:34 UTC 

[PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature
 2015-07-06 17:23 UTC 

[PATCH 1/1] kernel/sysctl.c: Add /proc/sys/vm/shrink_memory feature
 2015-07-06 16:51 UTC  (2+ 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).