messages from 2015-09-18 15:02:46 to 2015-09-22 10:36:14 UTC [more...]
[PATCH v2 00/12] THP support for ARC
2015-09-22 10:34 UTC (7+ messages)
` [PATCH v2 01/12] ARC: mm: switch pgtable_to to pte_t *
` [PATCH v2 02/12] ARC: mm: pte flags comsetic cleanups, comments
` [PATCH v2 03/12] ARC: mm: Introduce PTE_SPECIAL
` [PATCH v2 04/12] Documentation/features/vm: pte_special now supported by ARC
` [PATCH v2 05/12] ARCv2: mm: THP support
` [PATCH v2 06/12] ARCv2: mm: THP: boot validation/reporting
[PATCH 0/2] mm: soft-dirty bits for s390
2015-09-22 10:30 UTC (7+ messages)
` [PATCH 1/2] mm: add architecture primitives for software dirty bit clearing
` [PATCH 2/2] s390/mm: implement soft-dirty bits for user memory change tracking
[PATCH 0/2] prepare zbud to be used by zram as underlying allocator
2015-09-22 10:18 UTC (13+ messages)
` [PATCH 1/2] zbud: allow PAGE_SIZE allocations
` [PATCH 2/2] zpool/zsmalloc/zbud: align on interfaces
[PATCH 00/38] Fixes related to incorrect usage of unsigned types
2015-09-22 9:46 UTC (6+ messages)
` [PATCH 33/38] mm/memblock.c: remove invalid check
[PATCH v2 1/3] mm, compaction: export tracepoints status strings to userspace
2015-09-22 9:32 UTC (3+ messages)
` [PATCH v2 2/3] mm, compaction: export tracepoints zone names "
` [PATCH v2 3/3] mm, compaction: disginguish contended status in tracepoints
4.3-rc1 dirty page count underflow (cgroup-related?)
2015-09-22 9:03 UTC (3+ messages)
[PATCH 2/2] drivers/base/node.c: skip non-present sections in register_mem_sect_under_node
2015-09-22 8:27 UTC (3+ messages)
[PATCH 1/2] xfs: Add __GFP_NORETRY and __GFP_NOWARN to open-coded __GFP_NOFAIL allocations
2015-09-22 8:03 UTC (8+ messages)
` [PATCH 2/2] xfs: Print comm name and pid when open-coded __GFP_NOFAIL allocation stucks
` [PATCH v2] "
` [PATCH v3] "
[PATCH] zsmalloc: add comments for ->inuse to zspage
2015-09-22 6:39 UTC
[PATCH 00/11] x86/mm: Implement lockless pgd_alloc()/pgd_free()
2015-09-22 6:23 UTC (12+ messages)
` [PATCH 01/11] x86/mm/pat: Don't free PGD entries on memory unmap
` [PATCH 02/11] x86/mm/hotplug: Remove pgd_list use from the memory hotplug code
` [PATCH 03/11] x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()
` [PATCH 04/11] x86/mm/hotplug: Simplify sync_global_pgds()
` [PATCH 05/11] mm: Introduce arch_pgd_init_late()
` [PATCH 06/11] x86/virt/guest/xen: Remove use of pgd_list from the Xen guest code
` [PATCH 07/11] x86/mm: Remove pgd_list use from vmalloc_sync_all()
` [PATCH 08/11] x86/mm/pat/32: Remove pgd_list use from the PAT code
` [PATCH 09/11] x86/mm: Make pgd_alloc()/pgd_free() lockless
` [PATCH 10/11] x86/mm: Remove pgd_list leftovers
` [PATCH 11/11] x86/mm: Simplify pgd_alloc()
[PATCH] mm/oom_kill.c: don't kill TASK_UNINTERRUPTIBLE tasks
2015-09-22 5:33 UTC (46+ messages)
` can't oom-kill zap the victim's memory?
[PATCH V2 0/2] Replace nr_node_ids for loop with for_each_node
2015-09-22 5:29 UTC (3+ messages)
` [PATCH V2 2/2] powerpc:numa Do not allocate bootmem memory for non existing nodes
[PATCH 1/3] mm,oom: Reverse the order of setting TIF_MEMDIE and sending SIGKILL
2015-09-22 3:43 UTC (6+ messages)
` [PATCH 2/3] mm,oom: Fix potentially killing unrelated process
` [PATCH 3/3] mm,oom: Suppress unnecessary "sharing same memory" message
mm: ksm: WARNING: CPU: 3 PID: 22593 at mm/ksm.c:715 remove_stable_node+0xc7/0xf0()
2015-09-22 0:13 UTC (2+ messages)
[linux-next] khugepaged inconsistent lock state
2015-09-21 23:57 UTC (3+ messages)
[PATCH 1/3] mm/vmscan: make inactive_anon_is_low_global return directly
2015-09-21 23:03 UTC (9+ messages)
` [PATCH 2/3] mm/oom_kill: introduce is_sysrq_oom helper
` [PATCH 3/3] mm/compaction: add an is_via_compact_memory helper function
[PATCH] doc: add information about max_ptes_swap
2015-09-21 22:47 UTC (2+ messages)
[PATCH] mm, vmscan: Warn about possible deadlock at shirink_inactive_list
2015-09-21 21:52 UTC (3+ messages)
[PATCH] fs-writeback: drop wb->list_lock during blk_finish_plug()
2015-09-21 20:21 UTC (2+ messages)
[PATCH 1/2] memcg: flatten task_struct->memcg_oom
2015-09-21 20:01 UTC (3+ messages)
[PATCH] arm64: Add support for PTE contiguous bit
2015-09-21 16:44 UTC (3+ messages)
[patch] mm/huge_memory: add a missing tab
2015-09-21 16:23 UTC
mm: NULL ptr deref in handle_mm_fault
2015-09-21 14:36 UTC
[PATCH 1/2] mm/vmscan: make inactive_anon/file_is_low return bool
2015-09-21 13:37 UTC (2+ messages)
` [PATCH 2/2] mm/memcontrol: make mem_cgroup_inactive_anon_is_low "
[PATCH] fs: fix data race on mnt.mnt_flags
2015-09-21 14:06 UTC (2+ messages)
[RFC v2 00/18] kthread: Use kthread worker API more widely
2015-09-21 13:03 UTC (19+ messages)
` [RFC v2 01/18] kthread: Allow to call __kthread_create_on_node() with va_list args
` [RFC v2 02/18] kthread: Add create_kthread_worker*()
` [RFC v2 03/18] kthread: Add drain_kthread_worker()
` [RFC v2 04/18] kthread: Add destroy_kthread_worker()
` [RFC v2 05/18] kthread: Add pending flag to kthread work
` [RFC v2 06/18] kthread: Initial support for delayed "
` [RFC v2 07/18] kthread: Allow to cancel "
` [RFC v2 08/18] kthread: Allow to modify delayed "
` [RFC v2 09/18] mm/huge_page: Convert khugepaged() into kthread worker API
` [RFC v2 10/18] ring_buffer: Do no not complete benchmark reader too early
` [RFC v2 11/18] ring_buffer: Fix more races when terminating the producer in the benchmark
` [RFC v2 12/18] ring_buffer: Convert benchmark kthreads into kthread worker API
` [RFC v2 13/18] rcu: Finish folding ->fqs_state into ->gp_state
` [RFC v2 14/18] rcu: Store first_gp_fqs into struct rcu_state
` [RFC v2 15/18] rcu: Clean up timeouts for forcing the quiescent state
` [RFC v2 16/18] rcu: Check actual RCU_GP_FLAG_FQS when handling "
` [RFC v2 17/18] rcu: Convert RCU gp kthreads into kthread worker API
` [RFC v2 18/18] kthread: Better support freezable kthread workers
[PATCH 00/10] Remove zonelist cache and high-order watermark checking v4
2015-09-21 12:03 UTC (11+ messages)
` [PATCH 01/10] mm, page_alloc: Remove unnecessary parameter from zone_watermark_ok_safe
` [PATCH 02/10] mm, page_alloc: Remove unnecessary recalculations for dirty zone balancing
` [PATCH 03/10] mm, page_alloc: Remove unnecessary taking of a seqlock when cpusets are disabled
` [PATCH 04/10] mm, page_alloc: Use masks and shifts when converting GFP flags to migrate types
` [PATCH 05/10] mm, page_alloc: Distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
` [PATCH 06/10] mm, page_alloc: Rename __GFP_WAIT to __GFP_RECLAIM
` [PATCH 07/10] mm, page_alloc: Delete the zonelist_cache
` [PATCH 08/10] mm, page_alloc: Remove MIGRATE_RESERVE
` [PATCH 09/10] mm, page_alloc: Reserve pageblocks for high-order atomic allocations on demand
` [PATCH 10/10] mm, page_alloc: Only enforce watermarks for order-0 allocations
[PATCH 00/12] Remove zonelist cache and high-order watermark checking v3
2015-09-21 10:51 UTC (11+ messages)
` [PATCH 11/12] mm, page_alloc: Reserve pageblocks for high-order atomic allocations on demand
` [PATCH 12/12] mm, page_alloc: Only enforce watermarks for order-0 allocations
[PATCH] hanging swapoff with HAVE_ARCH_SOFT_DIRTY=y
2015-09-21 7:54 UTC (13+ messages)
` [PATCH] mm/swapfile: fix swapoff vs. software dirty bits
[PATCH -mm] mm/khugepaged: fix scan not aborted on SCAN_EXCEED_SWAP_PTE
2015-09-21 7:53 UTC (3+ messages)
[linux-next:master 2561/2564] net/ipv4/route.c:1695:21: sparse: Using plain integer as NULL pointer
2015-09-21 7:51 UTC
[PATCH 00/26] [RFCv2] x86: Memory Protection Keys
2015-09-21 4:34 UTC (4+ messages)
` [PATCH 26/26] x86, pkeys: Documentation
[PATCH v6 0/2] hugetlb: display per-process/per-vma usage
2015-09-20 10:58 UTC (3+ messages)
` [PATCH v6 2/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status
[PATCH] mm, oom: Disable preemption during OOM-kill operation
2015-09-19 7:05 UTC
[PATCH v2 0/9] initial struct page support for pmem
2015-09-19 6:49 UTC (5+ messages)
` [PATCH v2 2/9] mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h
mmotm 2015-09-18-16-08 uploaded
2015-09-18 23:09 UTC
[PATCHSET v2 cgroup/for-4.4] cgroup: make multi-process migration atomic
2015-09-18 16:04 UTC (4+ messages)
` [PATCH 2/5] cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()
[PATCH -mm] vmscan: fix sane_reclaim helper for legacy memcg
2015-09-18 15:59 UTC (2+ messages)
[PATCHv11 00/37] THP refcounting redesign
2015-09-18 15:01 UTC (21+ messages)
` [PATCHv11 09/37] thp: rename split_huge_page_pmd() to split_huge_pmd()
` [PATCHv11 11/37] mm: temporally mark THP broken
` [PATCHv11 13/37] mm: drop tail page refcounting
` [PATCHv11 14/37] futex, thp: remove special case for THP in get_futex_key
` [PATCHv11 16/37] mm, thp: remove compound_lock
` [PATCHv11 17/37] arm64, thp: remove infrastructure for handling splitting PMDs
` [PATCHv11 20/37] powerpc, "
` [PATCHv11 21/37] s390, "
` [PATCHv11 22/37] sparc, "
` [PATCHv11 23/37] tile, "
` [PATCHv11 24/37] x86, "
` [PATCHv11 25/37] mm, "
` [PATCHv11 26/37] mm: rework mapcount accounting to enable 4k mapping of THPs
` [PATCHv11 28/37] mm, numa: skip PTE-mapped THP on numa fault
` [PATCHv11 29/37] thp: implement split_huge_pmd()
` [PATCHv11 31/37] thp, mm: split_huge_page(): caller need to lock page
` [PATCHv11 33/37] migrate_pages: try to split pages on qeueuing
` [PATCHv11 34/37] thp: introduce deferred_split_huge_page()
` [PATCHv11 35/37] mm: re-enable THP
` [PATCHv11 36/37] thp: update documentation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).