linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-16 17:47:20 to 2015-09-20 14:58:58 UTC [more...]

[PATCH] mm/oom_kill.c: don't kill TASK_UNINTERRUPTIBLE tasks
 2015-09-20 14:55 UTC  (30+ messages)
` can't oom-kill zap the victim's memory?

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-09-20 14:45 UTC  (2+ messages)

[PATCH v6 0/2] hugetlb: display per-process/per-vma usage
 2015-09-20 10:58 UTC  (4+ messages)
` [PATCH v6 1/2] mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smaps
` [PATCH v6 2/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status

[PATCH 00/26] [RFCv2] x86: Memory Protection Keys
 2015-09-20  8:55 UTC  (28+ messages)
` [PATCH 04/26] x86, pku: define new CR4 bit
` [PATCH 03/26] x86, pkeys: cpuid bit definition
` [PATCH 02/26] x86, pkeys: Add Kconfig option
` [PATCH 01/26] x86, fpu: add placeholder for Processor Trace XSAVE state
` [PATCH 07/26] x86, pkeys: new page fault error code bit: PF_PK
` [PATCH 05/26] x86, pkey: add PKRU xsave fields and data structure(s)
` [PATCH 06/26] x86, pkeys: PTE bits for storing protection key
` [PATCH 10/26] x86, pkeys: notify userspace about protection key faults
` [PATCH 09/26] x86, pkeys: arch-specific protection bits
` [PATCH 08/26] x86, pkeys: store protection in high VMA flags
` [PATCH 11/26] x86, pkeys: add functions for set/fetch PKRU
` [PATCH 14/26] x86, pkeys: check VMAs and PTEs for protection keys
` [PATCH 12/26] mm: factor out VMA fault permission checking
` [PATCH 13/26] mm: simplify get_user_pages() PTE bit handling
` [PATCH 15/26] x86, pkeys: optimize fault handling in access_error()
` [PATCH 16/26] x86, pkeys: dump PKRU with other kernel registers
` [PATCH 17/26] x86, pkeys: dump PTE pkey in /proc/pid/smaps
` [PATCH 19/26] [NEWSYSCALL] mm, multi-arch: pass a protection key in to calc_vm_flag_bits()
` [PATCH 20/26] [NEWSYSCALL] mm: implement new mprotect_pkey() system call
` [PATCH 18/26] x86, pkeys: add Kconfig prompt to existing config option
` [PATCH 22/26] [HIJACKPROT] mm: Pass the 4-bit protection key in via PROT_ bits to syscalls
` [PATCH 21/26] [NEWSYSCALL] x86: wire up mprotect_key() system call
` [PATCH 24/26] [HIJACKPROT] x86, pkeys: mask off pkeys bits in mprotect()
` [PATCH 25/26] x86, pkeys: actually enable Memory Protection Keys in CPU
` [PATCH 23/26] [HIJACKPROT] x86, pkeys: add x86 version of arch_validate_prot()
` [PATCH 26/26] x86, pkeys: Documentation

[PATCH 1/2] xfs: Add __GFP_NORETRY and __GFP_NOWARN to open-coded __GFP_NOFAIL allocations
 2015-09-20  7:03 UTC  (2+ messages)
` [PATCH 2/2] xfs: Print comm name and pid when open-coded __GFP_NOFAIL allocation stucks

[PATCH 1/3] mm,oom: Reverse the order of setting TIF_MEMDIE and sending SIGKILL
 2015-09-20  2:04 UTC  (3+ messages)
` [PATCH 2/3] mm,oom: Fix potentially killing unrelated process
` [PATCH 3/3] mm,oom: Suppress unnecessary "sharing same memory" message

[PATCH -mm] mm/khugepaged: fix scan not aborted on SCAN_EXCEED_SWAP_PTE
 2015-09-19 16:26 UTC  (2+ messages)

[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 

[PATCH] hanging swapoff with HAVE_ARCH_SOFT_DIRTY=y
 2015-09-18 20:21 UTC  (12+ messages)
` [PATCH] mm/swapfile: fix swapoff vs. software dirty bits

[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  (4+ messages)

[PATCHv11 00/37] THP refcounting redesign
 2015-09-18 15:01 UTC  (38+ messages)
` [PATCHv11 01/37] mm, proc: adjust PSS calculation
` [PATCHv11 02/37] rmap: add argument to charge compound page
` [PATCHv11 03/37] memcg: adjust to support new THP refcounting
` [PATCHv11 04/37] mm, thp: adjust conditions when we can reuse the page on WP fault
` [PATCHv11 05/37] mm: adjust FOLL_SPLIT for new refcounting
` [PATCHv11 06/37] mm: handle PTE-mapped tail pages in gerneric fast gup implementaiton
` [PATCHv11 07/37] thp, mlock: do not allow huge pages in mlocked area
` [PATCHv11 08/37] khugepaged: ignore pmd tables with THP mapped with ptes
` [PATCHv11 09/37] thp: rename split_huge_page_pmd() to split_huge_pmd()
` [PATCHv11 10/37] mm, vmstats: new THP splitting event
` [PATCHv11 11/37] mm: temporally mark THP broken
` [PATCHv11 12/37] thp: drop all split_huge_page()-related code
` [PATCHv11 13/37] mm: drop tail page refcounting
` [PATCHv11 14/37] futex, thp: remove special case for THP in get_futex_key
` [PATCHv11 15/37] ksm: prepare to new THP semantics
` [PATCHv11 16/37] mm, thp: remove compound_lock
` [PATCHv11 17/37] arm64, thp: remove infrastructure for handling splitting PMDs
` [PATCHv11 18/37] arm, "
` [PATCHv11 19/37] mips, "
` [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 27/37] mm: differentiate page_mapped() from page_mapcount() for compound pages
` [PATCHv11 28/37] mm, numa: skip PTE-mapped THP on numa fault
` [PATCHv11 29/37] thp: implement split_huge_pmd()
` [PATCHv11 30/37] thp: add option to setup migration entries during PMD split
` [PATCHv11 31/37] thp, mm: split_huge_page(): caller need to lock page
` [PATCHv11 32/37] thp: reintroduce split_huge_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
` [PATCHv11 37/37] thp: allow mlocked THP again

4.3-rc1 dirty page count underflow (cgroup-related?)
 2015-09-18 14:50 UTC  (4+ messages)

[PATCH] doc: add information about max_ptes_swap
 2015-09-18 14:40 UTC  (2+ messages)

[PATCH] mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)
 2015-09-18 14:29 UTC  (2+ messages)

[PATCH 0/2] prepare zbud to be used by zram as underlying allocator
 2015-09-18  8:03 UTC  (6+ messages)
` [PATCH 1/2] zbud: allow PAGE_SIZE allocations

[PATCH] mm: memcontrol: fix order calculation in try_charge()
 2015-09-18  7:42 UTC  (4+ messages)

[PATCH 00/12] Remove zonelist cache and high-order watermark checking v3
 2015-09-18  6:56 UTC  (13+ messages)
` [PATCH 07/12] mm, page_alloc: Distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
` [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 V2 0/3] slub: introducing detached freelist
 2015-09-17 23:57 UTC  (6+ messages)
` [RFC PATCH 0/3] Network stack, first user of SLAB/kmem_cache bulk free API
  ` Experiences with slub bulk use-case for network stack

drivers/firmware/efi/libstub/efi-stub-helper.c:599:2: warning: implicit declaration of function 'memcpy'
 2015-09-17 20:28 UTC  (5+ messages)

[linux-next:master 2171/2223] lib/test-string_helpers.c:336:32: note: in expansion of macro 'min'
 2015-09-17 18:34 UTC  (2+ messages)

[PATCH v4 RESEND 0/11] x86/mm: Handle large PAT bit in pud/pmd interfaces
 2015-09-17 18:24 UTC  (12+ messages)
` [PATCH v4 RESEND 1/11] x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSO
` [PATCH v4 RESEND 2/11] x86/asm: Move PUD_PAGE macros to page_types.h
` [PATCH v4 RESEND 3/11] x86/asm: Add pud/pmd mask interfaces to handle large PAT bit
` [PATCH v4 RESEND 4/11] x86/asm: Fix pud/pmd "
` [PATCH v4 RESEND 5/11] x86/asm: Add pud_pgprot() and pmd_pgprot()
` [PATCH v4 RESEND 6/11] x86/mm: Fix page table dump to show PAT bit
` [PATCH v4 RESEND 7/11] x86/mm: Fix slow_virt_to_phys() to handle large "
` [PATCH v4 RESEND 8/11] x86/mm: Fix gup_huge_p?d() "
` [PATCH v4 RESEND 9/11] x86/mm: Fix try_preserve_large_page() "
` [PATCH v4 RESEND 10/11] x86/mm: Fix __split_large_page() "
` [PATCH v4 RESEND 11/11] x86/mm: Fix no-change case in try_preserve_large_page()

mm: ksm: WARNING: CPU: 3 PID: 22593 at mm/ksm.c:715 remove_stable_node+0xc7/0xf0()
 2015-09-17 17:43 UTC 

[PATCH] mm: take i_mmap_lock in unmap_mapping_range() for DAX
 2015-09-17 15:47 UTC  (6+ messages)

LTP regressions due to 6dc296e7df4c ("mm: make sure all file VMAs have ->vm_ops set")
 2015-09-17 15:37 UTC  (8+ messages)

[RFC v5 0/3] mm: make swapin readahead to gain more thp performance
 2015-09-17 15:13 UTC  (4+ messages)
` [RFC v5 3/3] mm: make swapin readahead to improve thp collapse rate

[PATCH v3 3/3] Documentation/filesystems/proc.txt: document hugetlb RSS
 2015-09-17  9:39 UTC  (9+ messages)
` [PATCH v5 0/2] hugetlb: display per-process/per-vma usage
  ` [PATCH v5 1/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/smaps

[PATCH v6 0/6] KASAN for arm64
 2015-09-17  9:38 UTC  (7+ messages)
` [PATCH v6 1/6] arm64: introduce VA_START macro - the first kernel virtual address
` [PATCH v6 2/6] arm64: move PGD_SIZE definition to pgalloc.h
` [PATCH v6 3/6] x86, efi, kasan: #undef memset/memcpy/memmove per arch
` [PATCH v6 4/6] arm64: add KASAN support
` [PATCH v6 5/6] ARM64: kasan: print memory assignment
` [PATCH v6 6/6] Documentation/features/KASAN: arm64 supports KASAN now

[PATCH 0/3] allow zram to use zbud as underlying allocator
 2015-09-17  9:19 UTC  (8+ messages)

[linux-next:master 2058/2223] arch/powerpc/sysdev/fsl_pci.c:1002:31: error: passing argument 2 of 'probe_kernel_read' makes pointer from integer without a cast
 2015-09-17  5:14 UTC 

[linux-next:master 2058/2223] arch/powerpc/sysdev/fsl_pci.c:1002:10: note: in expansion of macro 'probe_kernel_address'
 2015-09-17  4:26 UTC 

[mmotm:master 69/200] include/trace/events/huge_memory.h:46:1: sparse: odd constant _Bool cast (ffffffffffffffff becomes 1)
 2015-09-17  4:18 UTC 

[linux-next:master 2067/2223] include/linux/tracepoint.h:141:5: warning: 'isolated' may be used uninitialized in this function
 2015-09-17  4:17 UTC 

[RFD] memory pressure and sizing problem
 2015-09-17  1:41 UTC  (2+ messages)

arch/x86/include/asm/string_32.h:182:25: warning: 'new_insert_key' may be used uninitialized in this function
 2015-09-17  1:06 UTC 

[PATCH 00/11] THP support for ARC
 2015-09-16 23:57 UTC  (8+ messages)
` [PATCH 08/11] mm,thp: reduce ifdef'ery for THP in generic code
` [PATCH 09/11] mm,thp: introduce flush_pmd_tlb_range

mmotm 2015-09-16-16-34 uploaded
 2015-09-16 23:35 UTC 

[PATCH] slub: Avoid irqoff/on in bulk allocation
 2015-09-16 22:13 UTC  (2+ messages)

[PATCH 0/1] Fix false-negative error reporting from fsync/fdatasync
 2015-09-16 17:47 UTC  (6+ messages)
` [PATCH 1/1] fs: global sync to not clear error status of individual inodes
      ` [PATCH v2] "


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).