messages from 2016-12-13 19:52:40 to 2016-12-16 10:36:19 UTC [more...]
[PATCH 1/4] mm: add new mmgrab() helper
2016-12-16 10:36 UTC (14+ messages)
` [PATCH 2/4] mm: add new mmget() helper
` [PATCH 3/4] mm: use mmget_not_zero() helper
` [PATCH 4/4] [RFC!] mm: 'struct mm_struct' reference counting debugging
` crash during oom reaper (was: Re: [PATCH 4/4] [RFC!] mm: 'struct mm_struct' reference counting debugging)
[PATCH v3 1/3] dax: masking off __GFP_FS in fs DAX handlers
2016-12-16 8:34 UTC (7+ messages)
` [PATCH v3 2/3] mm, dax: make pmd_fault() and friends to be the same as fault()
` [PATCH v3 3/3] mm, dax: move pmd_fault() to take only vmf parameter
[LSF/MM TOPIC] Un-addressable device memory and block/fs implications
2016-12-16 8:14 UTC (26+ messages)
` [Lsf-pc] "
` [LSF/MM ATTEND] "
OOM: Better, but still there on 4.9
2016-12-16 7:39 UTC
jemalloc testsuite stalls in memset
2016-12-16 6:39 UTC (3+ messages)
[PATCH v2] block: avoid incorrect bdi_unregiter call
2016-12-16 5:00 UTC (2+ messages)
[PATCH 15/33] userfaultfd: hugetlbfs: add __mcopy_atomic_hugetlb for huge page UFFDIO_COPY
2016-12-16 3:54 UTC (12+ messages)
[PATCH 0/2] arm64: numa: fix spurious BUG() on NOMAP regions
2016-12-16 1:57 UTC (6+ messages)
` [PATCH 1/2] mm: don't dereference struct page fields of invalid pages
` [PATCH 2/2] arm64: mm: enable CONFIG_HOLES_IN_ZONE for NUMA
[PATCH kernel v5 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
2016-12-16 1:43 UTC (24+ messages)
` [Qemu-devel] "
[PATCH v4 1/3] dax: masking off __GFP_FS in fs DAX handlers
2016-12-16 1:07 UTC (4+ messages)
` [PATCH v4 2/3] mm, dax: make pmd_fault() and friends to be the same as fault()
` [PATCH v4 3/3] mm, dax: move pmd_fault() to take only vmf parameter
[RFC, PATCHv1 00/28] 5-level paging
2016-12-15 20:57 UTC (17+ messages)
` [RFC, PATCHv1 15/28] x86: detect 5-level paging support
[PATCH 5/8] linux: drop __bitwise__ everywhere
2016-12-15 19:44 UTC (5+ messages)
[PATCH 0/2] mm, slab: consolidate KMALLOC_MAX_SIZE
2016-12-15 19:11 UTC (5+ messages)
` [PATCH 1/2] bpf: do not use KMALLOC_SHIFT_MAX
` [PATCH 2/2] mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDER
[PATCH] MAINTAINERS, mm: add IRC info and update include file list
2016-12-15 18:29 UTC (3+ messages)
Designing a safe RX-zero-copy Memory Model for Networking
2016-12-15 16:38 UTC (26+ messages)
[PATCH] arm64: mm: Fix NOMAP page initialization
2016-12-15 15:48 UTC (6+ messages)
[PATCH 0/9 v2] scope GFP_NOFS api
2016-12-15 14:07 UTC (10+ messages)
` [PATCH 1/9] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/9] xfs: introduce and use KM_NOLOCKDEP to silence reclaim lockdep false positives
` [PATCH 3/9] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/9] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/9] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
` [PATCH 6/9] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/9] jbd2: make the whole kjournald2 kthread NOFS safe
` [PATCH 8/9] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 9/9] Revert "ext4: fix wrong gfp type under transaction"
[PATCH v2 1/3] dax: masking off __GFP_FS in fs DAX handlers
2016-12-15 14:04 UTC (7+ messages)
` [PATCH v2 2/3] mm, dax: make pmd_fault() and friends to be the same as fault()
` [PATCH v2 3/3] mm, dax: move pmd_fault() to take only vmf parameter
[PATCH v8] powerpc: Do not make the entire heap executable
2016-12-15 13:19 UTC
[PATCH] mm: consolidate GFP_NOFAIL checks in the allocator slowpath
2016-12-15 10:28 UTC (4+ messages)
` [PATCH v2] "
[PATCH v6] mm: Add memory allocation watchdog kernel thread
2016-12-15 10:24 UTC (2+ messages)
[PATCH] mm/page_alloc: Wait for oom_lock before retrying
2016-12-15 10:21 UTC (28+ messages)
[PATCH] mm: throttle show_mem from warn_alloc
2016-12-15 10:15 UTC
[PATCH 0/3] mm, oom: add oom detection tracepoints
2016-12-15 8:18 UTC (11+ messages)
` [PATCH 1/3] mm, trace: extract COMPACTION_STATUS and ZONE_TYPE to a common header
` [PATCH 2/3] oom, trace: Add oom detection tracepoints
` [PATCH 3/3] oom, trace: add compaction retry tracepoint
[PATCH] mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEED
2016-12-15 4:09 UTC (6+ messages)
` [PATCH v2] "
[PATCH/RFC] z3fold: add kref refcounting
2016-12-15 2:15 UTC (2+ messages)
mmotm 2016-12-14-16-01 uploaded
2016-12-15 0:02 UTC
[PATCH] tmpfs: change shmem_mapping() to test shmem_aops
2016-12-14 21:15 UTC (2+ messages)
Fw: [lkp-developer] [sched,rcu] cf7a2dca60: [No primary change] +186% will-it-scale.time.involuntary_context_switches
2016-12-14 17:39 UTC (6+ messages)
[PATCH 1/2] mm, dax: make pmd_fault() and friends to be the same as fault()
2016-12-14 16:57 UTC (5+ messages)
[PATCH 2/2] mm, oom: do not enfore OOM killer for __GFP_NOFAIL automatically
2016-12-14 10:34 UTC (8+ messages)
[PATCH v2] arm64: mm: Fix NOMAP page initialization
2016-12-14 9:42 UTC
[RFC PATCH] mm: introduce kv[mz]alloc helpers
2016-12-14 9:05 UTC (6+ messages)
Remaining crypto API regressions with CONFIG_VMAP_STACK
2016-12-14 4:56 UTC (5+ messages)
[PATCH v2] memory_hotplug: zone_can_shift() returns boolean value
2016-12-13 23:12 UTC (2+ messages)
[dax:idr-2016-12-13 6/6] htmldocs: lib/idr.c:223: warning: No description found for parameter 'start'
2016-12-13 22:41 UTC
[PATCH 0/6 v3] dax: Page invalidation fixes
2016-12-13 20:42 UTC (4+ messages)
[PATCH 0/5] Additional radix tree patches for 4.10
2016-12-13 22:21 UTC (6+ messages)
` [PATCH 1/5] radix tree test suite: Cache recently freed objects
` [PATCH 2/5] radix-tree: Ensure counts are initialised
` [PATCH 3/5] radix tree test suite: Add new tag check
` [PATCH 4/5] radix tree test suite: Delete unused rcupdate.c
` [PATCH 5/5] Reimplement IDR and IDA using the radix tree
linux-next: kernel BUG at mm/vmalloc.c:463!
2016-12-13 19:49 UTC (6+ messages)
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).