messages from 2015-09-20 07:03:31 to 2015-09-22 20:32:27 UTC [more...]
[RFC v2 00/18] kthread: Use kthread worker API more widely
2015-09-22 20:32 UTC (25+ 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/26] [RFCv2] x86: Memory Protection Keys
2015-09-22 20:29 UTC (15+ messages)
` [PATCH 05/26] x86, pkey: add PKRU xsave fields and data structure(s)
` [PATCH 10/26] x86, pkeys: notify userspace about protection key faults
` [PATCH 11/26] x86, pkeys: add functions for set/fetch PKRU
` [PATCH 26/26] x86, pkeys: Documentation
mm: ksm: WARNING: CPU: 3 PID: 22593 at mm/ksm.c:715 remove_stable_node+0xc7/0xf0()
2015-09-22 19:38 UTC (3+ messages)
Multiple potential races on vma->vm_flags
2015-09-22 19:45 UTC (11+ messages)
[PATCH V2 0/2] Replace nr_node_ids for loop with for_each_node
2015-09-22 19:36 UTC (5+ messages)
` [PATCH V2 2/2] powerpc:numa Do not allocate bootmem memory for non existing nodes
[PATCH 00/11] x86/mm: Implement lockless pgd_alloc()/pgd_free()
2015-09-22 18:52 UTC (23+ 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 0/2] prepare zbud to be used by zram as underlying allocator
2015-09-22 17:09 UTC (16+ messages)
` [PATCH 1/2] zbud: allow PAGE_SIZE allocations
` [PATCH 2/2] zpool/zsmalloc/zbud: align on interfaces
[PATCH] mm, oom: Disable preemption during OOM-kill operation
2015-09-22 16:55 UTC (2+ messages)
[PATCHSET v2 cgroup/for-4.4] cgroup: make multi-process migration atomic
2015-09-22 16:48 UTC (6+ messages)
` [PATCH 2/5] cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()
[PATCH] mm/page_alloc: Favor kthread and dying threads over normal threads
2015-09-22 16:34 UTC
[PATCH] mm/oom_kill.c: don't kill TASK_UNINTERRUPTIBLE tasks
2015-09-22 16:06 UTC (37+ messages)
` can't oom-kill zap the victim's memory?
[PATCH] mm: hugetlbfs: Skip shared VMAs when unmapping private pages to satisfy a fault
2015-09-22 16:00 UTC (3+ messages)
[PATCH 00/10] mm: fix instances of non-modular code using modular fcns
2015-09-22 15:28 UTC (7+ messages)
` [PATCH 01/10] mm: make cleancache.c explicitly non-modular
` [PATCH 09/10] mm: make frontswap.c "
[PATCH 1/3] mm/vmscan: make inactive_anon_is_low_global return directly
2015-09-22 13:15 UTC (10+ 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 v2] zbud: allow up to PAGE_SIZE allocations
2015-09-22 12:17 UTC
[PATCH v2 1/3] mm, compaction: export tracepoints status strings to userspace
2015-09-22 10:37 UTC (4+ messages)
` [PATCH v2 2/3] mm, compaction: export tracepoints zone names "
` [PATCH v2 3/3] mm, compaction: disginguish contended status in tracepoints
[PATCH v2 00/12] THP support for ARC
2015-09-22 10:34 UTC (13+ 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 v2 07/12] Documentation/features/vm: THP now supported by ARC
` [PATCH v2 08/12] mm: move some code around
` [PATCH v2 09/12] mm,thp: reduce ifdef'ery for THP in generic code
` [PATCH v2 10/12] mm,thp: introduce flush_pmd_tlb_range
` [PATCH v2 11/12] ARCv2: mm: THP: Implement flush_pmd_tlb_range() optimization
` [PATCH v2 12/12] ARCv2: Add a DT which enables THP
[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 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
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 1/3] mm,oom: Reverse the order of setting TIF_MEMDIE and sending SIGKILL
2015-09-22 3:43 UTC (4+ messages)
[linux-next] khugepaged inconsistent lock state
2015-09-21 23:57 UTC (3+ messages)
[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)
[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 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
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).