Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-28 07:23:24 to 2016-01-29 22:19:46 UTC [more...]

[PATCH 0/3] Fixes for vm_insert_pfn_prot()
 2016-01-29 22:19 UTC  (7+ messages)
` [PATCH 1/3] x86: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()

[PATCH] MAINTAINERS: update Seth email
 2016-01-29 21:46 UTC 

[PATCHv2 0/2] Sanitization of buddy pages
 2016-01-29 21:36 UTC  (8+ messages)
` [PATCHv2 1/2] mm/page_poison.c: Enable PAGE_POISONING as a separate option
` [PATCHv2 2/2] mm/page_poisoning.c: Allow for zero poisoning

[PATCH 0/3] OOM detection rework v4
 2016-01-29 21:30 UTC  (23+ messages)
` [PATCH 4/3] mm, oom: drop the last allocation attempt before out_of_memory
` [PATCH 5/3] mm, vmscan: make zone_reclaimable_pages more precise

computing drop-able caches
 2016-01-29 21:21 UTC  (6+ messages)

[RFC PATCH 0/2] avoid external fragmentation related to migration fallback
 2016-01-29 21:03 UTC  (4+ messages)
` [RFC PATCH 1/2] mm/page_alloc: let migration fallback support pages of requested order
` [RFC PATCH 2/2] mm/page_alloc: avoid splitting pages of order 2 and 3 in migration fallback

[PATCH v3 0/3] x86/mm: INVPCID support
 2016-01-29 19:42 UTC  (4+ messages)
` [PATCH v3 1/3] x86/mm: Add INVPCID helpers
` [PATCH v3 2/3] x86/mm: Add a noinvpcid option to turn off INVPCID
` [PATCH v3 3/3] x86/mm: If INVPCID is available, use it to flush global mappings

[PATCH] workqueue: warn if memory reclaim tries to flush !WQ_MEM_RECLAIM workqueue
 2016-01-29 18:28 UTC  (3+ messages)

[PATCH v2 0/3] x86/mm: INVPCID support
 2016-01-29 18:27 UTC  (12+ messages)
` [PATCH v2 1/3] x86/mm: Add INVPCID helpers
` [PATCH v2 2/3] x86/mm: Add a noinvpcid option to turn off INVPCID
` [PATCH v2 3/3] x86/mm: If INVPCID is available, use it to flush global mappings
  ` several messages

[PATCH 00/31] x86: Memory Protection Keys (v9)
 2016-01-29 18:17 UTC  (32+ messages)
` [PATCH 01/31] mm, gup: introduce concept of "foreign" get_user_pages()
` [PATCH 02/31] x86, fpu: add placeholder for Processor Trace XSAVE state
` [PATCH 03/31] x86, pkeys: Add Kconfig option
` [PATCH 04/31] x86, pkeys: cpuid bit definition
` [PATCH 05/31] x86, pkeys: define new CR4 bit
` [PATCH 06/31] x86, pkeys: add PKRU xsave fields and data structure(s)
` [PATCH 07/31] x86, pkeys: PTE bits for storing protection key
` [PATCH 08/31] x86, pkeys: new page fault error code bit: PF_PK
` [PATCH 09/31] x86, pkeys: store protection in high VMA flags
` [PATCH 10/31] x86, pkeys: arch-specific protection bits
` [PATCH 11/31] x86, pkeys: pass VMA down in to fault signal generation code
` [PATCH 12/31] signals, pkeys: notify userspace about protection key faults
` [PATCH 13/31] x86, pkeys: fill in pkey field in siginfo
` [PATCH 14/31] x86, pkeys: add functions to fetch PKRU
` [PATCH 15/31] mm: factor out VMA fault permission checking
` [PATCH 16/31] x86, mm: simplify get_user_pages() PTE bit handling
` [PATCH 17/31] x86, pkeys: check VMAs and PTEs for protection keys
` [PATCH 18/31] mm: do not enforce PKEY permissions on "foreign" mm access
` [PATCH 19/31] x86, pkeys: optimize fault handling in access_error()
` [PATCH 20/31] x86, pkeys: differentiate instruction fetches
` [PATCH 21/31] x86, pkeys: dump PKRU with other kernel registers
` [PATCH 22/31] x86, pkeys: dump pkey from VMA in /proc/pid/smaps
` [PATCH 23/31] x86, pkeys: add Kconfig prompt to existing config option
` [PATCH 24/31] x86, pkeys: actually enable Memory Protection Keys in CPU
` [PATCH 25/31] mm, multi-arch: pass a protection key in to calc_vm_flag_bits()
` [PATCH 26/31] x86, pkeys: add arch_validate_pkey()
` [PATCH 27/31] x86: separate out LDT init from context init
` [PATCH 28/31] x86, fpu: allow setting of XSAVE state
` [PATCH 29/31] x86, pkeys: allow kernel to modify user pkey rights register
` [PATCH 30/31] x86, pkeys: create an x86 arch_calc_vm_prot_bits() for VMA flags
` [PATCH 31/31] x86, pkeys: execute-only support

[PATCH v2 0/5] mm: workingset: per-cgroup thrash detection
 2016-01-29 17:54 UTC  (6+ messages)
` [PATCH v2 1/5] mm: memcontrol: generalize locking for the page->mem_cgroup binding
` [PATCH v2 2/5] mm: workingset: #define radix entry eviction mask
` [PATCH v2 3/5] mm: workingset: separate shadow unpacking and refault calculation
` [PATCH v2 4/5] mm: workingset: eviction buckets for bigmem/lowbit machines
` [PATCH v2 5/5] mm: workingset: per-cgroup cache thrash detection

[LSF/MM ATTEND] 2016 userfaultfd/KSMscale/THP
 2016-01-29 17:53 UTC 

[PATCH 0/5] mm: workingset: per-cgroup thrash detection
 2016-01-29 17:30 UTC  (7+ messages)
` [PATCH 1/5] mm: memcontrol: generalize locking for the page->mem_cgroup binding
` [PATCH 5/5] mm: workingset: per-cgroup cache thrash detection

why do we do ALLOC_WMARK_HIGH before going out_of_memory
 2016-01-29 16:29 UTC  (10+ messages)

[PATCH 00/16] mm/slab: introduce new freed objects management way, OBJFREELIST_SLAB
 2016-01-29 15:21 UTC  (5+ messages)
` [PATCH 16/16] mm/slab: introduce new slab management type, OBJFREELIST_SLAB

[PATCH 0/5] Fix races & improve the radix tree iterator patterns
 2016-01-29 14:50 UTC  (4+ messages)
` [PATCH 4/5] mm: Use radix_tree_iter_retry()

[PATCH v1 0/8] SLAB support for KASAN
 2016-01-29 14:45 UTC  (14+ messages)
` [PATCH v1 2/8] mm, kasan: SLAB support
` [PATCH v1 4/8] arch, ftrace: For KASAN put hard/soft IRQ entries into separate sections
` [PATCH v1 5/8] mm, kasan: Stackdepot implementation. Enable stackdepot for SLAB

[PATCH 0/1] additional CONFIG_DEBUG_PAGEALLOC change
 2016-01-29 13:59 UTC  (5+ messages)
` [PATCH 1/1] x86: also use debug_pagealloc_enabled() for free_init_pages

[PATCH] mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progress
 2016-01-29 13:40 UTC  (2+ messages)

[LSF/MM ATTEND] HMM (heterogeneous memory manager) and GPU
 2016-01-29 13:35 UTC  (3+ messages)

mm: another VM_BUG_ON_PAGE(PageTail(page))
 2016-01-29 12:35 UTC  (7+ messages)

[BUG] oom hangs the system, NMI backtrace shows most CPUs in shrink_slab
 2016-01-29 12:35 UTC  (8+ messages)
  ` [LTP] "

[linux-next:master 1875/2100] include/linux/jump_label.h:122:2: error: implicit declaration of function 'atomic_read'
 2016-01-29 11:25 UTC  (4+ messages)

mm: BUG in expand_downwards
 2016-01-29 10:39 UTC  (8+ messages)

[RFC 01/13] x86/paravirt: Turn KASAN off for parvirt.o
 2016-01-29 10:35 UTC  (3+ messages)

[LSF/MM ATTEND] Huge Page Futures
 2016-01-29 10:01 UTC  (11+ messages)
      ` [Lsf-pc] "

[PATCH] vmpressure: Fix subtree pressure detection
 2016-01-29  8:37 UTC  (4+ messages)

[PATCH v5 00/12] MADV_FREE support
 2016-01-29  7:32 UTC  (3+ messages)

[PATCH 3.19.y-ckt 085/210] x86/mm: Add barriers and document switch_mm()-vs-flush synchronization
 2016-01-29  1:17 UTC 

[3.19.y-ckt stable] Patch "x86/mm: Add barriers and document switch_mm()-vs-flush synchronization" has been added to the 3.19.y-ckt tree
 2016-01-29  1:08 UTC 

[PATCH v3 0/3] Optimize CONFIG_DEBUG_PAGEALLOC
 2016-01-28 23:04 UTC  (6+ messages)
` [PATCH v3 2/3] x86: query dynamic DEBUG_PAGEALLOC setting
      ` (unknown)

[PATCH 0/2 -mm] oom reaper v4
 2016-01-28 22:36 UTC  (12+ messages)
` [PATCH 1/2] mm, oom: introduce oom reaper
` [PATCH 3/2] oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space

[LSF/MM ATTEND] blk-mq polling, nvme, pmem (for iomem) and non-block based SSDs
 2016-01-28 22:24 UTC 

[linux-next:master 1860/2084] include/linux/mm.h:1602:2: note: in expansion of macro 'spin_lock_init'
 2016-01-28 22:23 UTC  (3+ messages)

[LSF/MM TOPIC] proposals for topics
 2016-01-28 22:04 UTC  (5+ messages)

[PATCH] mm: do not let vdso pages into LRU rotation
 2016-01-28 21:33 UTC  (3+ messages)

mm: WARNING in __delete_from_page_cache
 2016-01-28 19:51 UTC  (9+ messages)

[slab] a1fd55538c: WARNING: CPU: 0 PID: 0 at kernel/locking/lockdep.c:2601 trace_hardirqs_on_caller()
 2016-01-28 17:47 UTC  (2+ messages)

[PATCH 0/2] vmstat updates
 2016-01-28 17:17 UTC  (3+ messages)
` [PATCH 1/2] mm, vmstat: make quiet_vmstat lighter
` [PATCH 2/2] vmstat: make vmstat_update deferrable

[LSF/MM TOPIC] VM containers
 2016-01-28 17:12 UTC  (6+ messages)

[PATCH 0/2] mm: memcontrol: cgroup2 memory statistics
 2016-01-28 16:21 UTC  (6+ messages)

[PATCH] mm: memcontrol: do not uncharge old page in page cache replacement
 2016-01-28 16:04 UTC  (2+ messages)

[PATCH] mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INIT
 2016-01-28 15:37 UTC 

[PATCH] mm: provide reference to READ_IMPLIES_EXEC
 2016-01-28 15:29 UTC  (4+ messages)
`  "

[linux-next:master 1811/2084] mm/slab.h:316:9: error: implicit declaration of function 'virt_to_head_page'
 2016-01-28 14:22 UTC  (2+ messages)

[LSF/MM ATTEND] NVDIMM, Persistent Memory, RDMA
 2016-01-28 11:49 UTC 

[PATCH] mm: polish virtual memory accounting
 2016-01-28 10:52 UTC  (3+ messages)

[linux-next:master] 888c8375131656144c1605071eab2eb6ac49abc3 BUILD DONE
 2016-01-28 10:28 UTC 

[PATCH] proc: revert /proc/<pid>/maps [stack:TID] annotation
 2016-01-28 10:25 UTC  (4+ messages)

[LSF/MM ATTEND] 2016: Requests to attend MM-summit
 2016-01-28  9:43 UTC  (8+ messages)
  ` [Lsf-pc] "

[linux-next:master 1860/2084] lib/../mm/internal.h:227:19: note: in expansion of macro 'VM_STACK_FLAGS'
 2016-01-28  8:45 UTC 

[linux-next:master 1761/2084] mm/internal.h:226:19: error: 'READ_IMPLIES_EXEC' undeclared
 2016-01-28  8:43 UTC 

[linux-next:master 1761/2084] mm/internal.h:226:19: note: in expansion of macro 'VM_STACK_FLAGS'
 2016-01-28  8:33 UTC 

[linux-next:master 1761/2084] arch/mn10300/include/asm/page.h:124:27: error: 'READ_IMPLIES_EXEC' undeclared
 2016-01-28  8:23 UTC 

[linux-next:master 1828/2084] DockBook: mm/slab.c:1882: warning: Excess function parameter 'align' description in 'calculate_slab_order'
 2016-01-28  7:50 UTC 

[linux-next:master 1781/2084] fs/ocfs2/file.c:2198:1: warning: label 'relock' defined but not used
 2016-01-28  7:22 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).