linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-16 21:08:54 to 2018-03-20 11:57:56 UTC [more...]

[PATCH 1/2] mm,oom_reaper: Show trace of unable to reap victim thread
 2018-03-20 11:57 UTC  (2+ messages)
` [PATCH 2/2] mm,oom_reaper: Correct MAX_OOM_REAP_RETRIES'th attempt

[RFC PATCH v2 0/4] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
 2018-03-20 11:45 UTC  (7+ messages)
` [RFC PATCH v2 1/4] mm/page_alloc: use helper functions to add/remove a page to/from buddy
` [RFC PATCH v2 2/4] mm/__free_one_page: skip merge for order-0 page unless compaction failed
` [RFC PATCH v2 3/4] mm/rmqueue_bulk: alloc without touching individual page structure
` [RFC PATCH v2 4/4] mm/free_pcppages_bulk: reduce overhead of cluster operation on free path

[PATCH 0/4] hmm: fixes and documentations
 2018-03-20 11:33 UTC  (4+ messages)
` [PATCH 3/4] mm/hmm: HMM should have a callback before MM is destroyed

[PATCH v4 0/3] mm: improve zone->lock scalability
 2018-03-20 11:31 UTC  (10+ messages)
` [PATCH v4 3/3] mm/free_pcppages_bulk: prefetch buddy while not holding lock
      ` [PATCH v4 3/3 update] "
                ` [PATCH v4 3/3 update2] "

[PATCH] mm: fix low-high watermark distance on small systems
 2018-03-20 11:29 UTC  (8+ messages)

[patch] mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory
 2018-03-20  9:56 UTC  (2+ messages)

[PATCH] mm: Warn on lock_page() from reclaim context
 2018-03-20  8:44 UTC  (12+ messages)
  ` [PATCH v2] "

[PATCH] mm/memcontrol.c: speed up to force empty a memory cgroup
 2018-03-20  8:39 UTC  (7+ messages)
  ` 答复: "
      ` 答复: "

[patch] mm, thp: do not cause memcg oom for thp
 2018-03-20  7:16 UTC  (2+ messages)

KVM hang after OOM
 2018-03-20  6:53 UTC  (7+ messages)

[PATCH 0/4] hmm: fixes and documentations v2
 2018-03-20  2:08 UTC  (27+ messages)
` [PATCH 02/14] mm/hmm: fix header file if/else/endif maze
  ` [PATCH 02/14] mm/hmm: fix header file if/else/endif maze v2
` [PATCH 03/14] mm/hmm: HMM should have a callback before MM is destroyed v2
` [PATCH 04/14] mm/hmm: hmm_pfns_bad() was accessing wrong struct
` [PATCH 05/14] mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters
` [PATCH 06/14] mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture
` [PATCH 07/14] mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong
` [PATCH 08/14] mm/hmm: cleanup special vma handling (VM_SPECIAL)
` [PATCH 09/14] mm/hmm: do not differentiate between empty entry or missing directory

[PATCH 00/15] hmm: fixes and documentations v3
 2018-03-20  2:00 UTC  (16+ messages)
` [PATCH 01/15] mm/hmm: documentation editorial update to HMM documentation
` [PATCH 02/15] mm/hmm: fix header file if/else/endif maze v2
` [PATCH 03/15] mm/hmm: HMM should have a callback before MM is destroyed v2
` [PATCH 04/15] mm/hmm: unregister mmu_notifier when last HMM client quit
` [PATCH 05/15] mm/hmm: hmm_pfns_bad() was accessing wrong struct
` [PATCH 06/15] mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters v2
` [PATCH 07/15] mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture v2
` [PATCH 08/15] mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong v2
` [PATCH 09/15] mm/hmm: cleanup special vma handling (VM_SPECIAL)
` [PATCH 10/15] mm/hmm: do not differentiate between empty entry or missing directory v2
` [PATCH 11/15] mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE
` [PATCH 12/15] mm/hmm: move hmm_pfns_clear() closer to where it is use
` [PATCH 13/15] mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()
` [PATCH 14/15] mm/hmm: change hmm_vma_fault() to allow write fault on page basis
` [PATCH 15/15] mm/hmm: use device driver encoding for HMM pfn v2

[linux-next:master] BUILD REGRESSION a5444cde9dc2120612e50fc5a56c975e67a041fb
 2018-03-20  1:10 UTC  (2+ messages)

[RFC PATCH 00/14] khwasan: kernel hardware assisted address sanitizer
 2018-03-20  0:44 UTC  (3+ messages)
` [RFC PATCH 09/14] khwasan: add hooks implementation

[PATCH 10/14] mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE
 2018-03-19 23:20 UTC  (6+ messages)
` [PATCH 11/14] mm/hmm: move hmm_pfns_clear() closer to where it is use
` [PATCH 14/14] mm/hmm: use device driver encoding for HMM pfn

[PATCH 00/16] remove eight obsolete architectures
 2018-03-19 23:06 UTC  (3+ messages)
` [PATCH 11/16] treewide: simplify Kconfig dependencies for removed archs

[PATCH] mm, slab: memcg_link the SLAB's kmem_cache
 2018-03-19 21:00 UTC 

[PATCH v2 0/7] KASan for arm
 2018-03-19 20:43 UTC  (13+ messages)
` [PATCH 1/7] 2 1-byte checks more safer for memory_is_poisoned_16
` [PATCH 2/7] Add TTBR operator for kasan_init
` [PATCH 3/7] Disable instrumentation for some code
` [PATCH 4/7] Replace memory function for kasan
` [PATCH 5/7] Define the virtual space of KASan's shadow region
` [PATCH 6/7] Initialize the mapping of KASan shadow memory
` [PATCH 7/7] Enable KASan for arm

[PATCH 4.15 01/52] x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
 2018-03-19 18:08 UTC  (3+ messages)
` [PATCH 4.15 02/52] x86/cpufeatures: Add Intel PCONFIG cpufeature
` [PATCH 4.15 09/52] x86/mm: Fix vmalloc_fault to use pXd_large

[PATCH 4.14 01/41] x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
 2018-03-19 18:08 UTC  (3+ messages)
` [PATCH 4.14 02/41] x86/cpufeatures: Add Intel PCONFIG cpufeature
` [PATCH 4.14 11/41] x86/mm: Fix vmalloc_fault to use pXd_large

[PATCH 4.9 020/241] x86/mm: Make mmap(MAP_32BIT) work correctly
 2018-03-19 18:08 UTC  (4+ messages)
` [PATCH 4.9 074/241] mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()
` [PATCH 4.9 212/241] x86/cpufeatures: Add Intel PCONFIG cpufeature
` [PATCH 4.9 220/241] x86/mm: Fix vmalloc_fault to use pXd_large

get_user_pages returning 0 (was Re: kernel BUG at drivers/vhost/vhost.c:LINE!)
 2018-03-19 18:18 UTC  (3+ messages)

[PATCH 4.4 036/134] mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()
 2018-03-19 18:06 UTC  (2+ messages)
` [PATCH 4.4 115/134] x86/mm: Fix vmalloc_fault to use pXd_large

clang fails on linux-next since commit 8bf705d13039
 2018-03-19 18:15 UTC  (8+ messages)

[PATCH 3.18 20/68] mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()
 2018-03-19 18:05 UTC 

[RFC PATCH v19 0/8] mm: security: ro protection for dynamic data
 2018-03-19 18:04 UTC  (8+ messages)

[PATCH] percpu: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()
 2018-03-19 16:39 UTC  (8+ messages)
    ` [PATCH v2] mm: "

[PATCH v12 00/11] Application Data Integrity feature introduced by SPARC M7
 2018-03-19 15:19 UTC  (3+ messages)

[PATCH v2] mm: Change return type to vm_fault_t
 2018-03-19 14:43 UTC  (2+ messages)

[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-03-19 14:29 UTC  (8+ messages)
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code

[PATCH 0/8] trace_uprobe: Support SDT markers having reference count (semaphore)
 2018-03-19 13:46 UTC  (11+ messages)
` [PATCH 5/8] "
` [PATCH 6/8] trace_uprobe/sdt: Fix multiple update of same reference counter

[PATCH 0/5] PPC32/ioremap: Use memblock API to check for RAM
 2018-03-19 11:19 UTC  (4+ messages)
` [PATCH 3/5] powerpc/mm/32: Use page_is_ram "

[PATCH v2 0/7] KASan for arm
 2018-03-19  8:43 UTC  (2+ messages)

[PATCH] include/linux/mmdebug.h: make VM_WARN* non-rvals
 2018-03-19  7:57 UTC 

[PATCH 0/3] x86, pkeys: make pkey 0 more normal
 2018-03-19  5:50 UTC  (12+ messages)
` [PATCH 1/3] x86, pkeys: do not special case protection key 0
` [PATCH 2/3] x86, pkeys, selftests: save off 'prot' for allocations
` [PATCH 3/3] x86, pkeys, selftests: add a test for pkey 0

[PATCH] mm: add config for readahead window
 2018-03-19  3:15 UTC  (10+ messages)

[PATCH] vfio iommu type1: improve memory pinning process for raw PFN mapping
 2018-03-19  2:30 UTC 

[PATCH v2 0/7] KASan for arm
 2018-03-19  1:23 UTC  (2+ messages)

[PATCH 1/7] 2 1-byte checks more safer for memory_is_poisoned_16
 2018-03-19  1:02 UTC 

[PATCH] mm/memblock: cast constant ULLONG_MAX to phys_addr_t
 2018-03-19  0:56 UTC 

[PATCH v4 0/2] Directed kmem charging
 2018-03-18 20:24 UTC  (3+ messages)
` [PATCH v4 1/2] mm: memcg: remote memcg charging for kmem allocations
  ` [patch -mm] mm: memcg: remote memcg charging for kmem allocations fix

[patch -mm v3 0/3] mm, memcg: introduce oom policies
 2018-03-18 20:14 UTC  (11+ messages)
  ` [patch -mm 0/6] rewrite cgroup aware oom killer for general use
    ` [patch -mm 2/6] mm, memcg: replace cgroup aware oom killer mount option with tunable
    ` [patch -mm 3/6] mm, memcg: add hierarchical usage oom policy
    ` [patch -mm 4/6] mm, memcg: evaluate root and leaf memcgs fairly on oom
        ` [patch -mm 4/6 updated] "
    ` [patch -mm 5/6] mm, memcg: separate oom_group from selection criteria
    ` [patch -mm 6/6] mm, memcg: disregard mempolicies for cgroup-aware oom killer

[PATCH v16 06/13] task_isolation: userspace hard isolation from kernel
 2018-03-18 14:22 UTC  (2+ messages)

[linux-next:master 8049/8666] mm/page_alloc.c:1616:2: error: implicit declaration of function 'pgdat_resize_lock_irq'; did you mean 'pgdat_resize_lock'?
 2018-03-18  7:46 UTC 

[PATCH v9 07/24] mm: VMA sequence count
 2018-03-17  7:51 UTC  (2+ messages)
` [mm] b1f0502d04: INFO:trying_to_register_non-static_key

[PATCH 2/4] mm/hmm: fix header file if/else/endif maze
 2018-03-17  0:53 UTC  (2+ messages)

[PATCH V3] ZBOOT: fix stack protector in compressed boot phase
 2018-03-16 23:13 UTC  (3+ messages)

[PATCH] memory-failure: fix section mismatch
 2018-03-16 23:04 UTC  (2+ messages)

[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
 2018-03-16 22:34 UTC  (41+ messages)
` [PATCH v12 02/22] selftests/vm: rename all references to pkru to a generic name
` [PATCH v12 04/22] selftests/vm: typecast the pkey register
` [PATCH v12 05/22] selftests/vm: generic function to handle shadow key register
` [PATCH v12 06/22] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v12 07/22] selftests/vm: fixed bugs in pkey_disable_clear()
` [PATCH v12 08/22] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v12 09/22] selftests/vm: fix alloc_random_pkey() to make it really random
` [PATCH v12 10/22] selftests/vm: introduce two arch independent abstraction
` [PATCH v12 11/22] selftests/vm: pkey register should match shadow pkey
` [PATCH v12 12/22] selftests/vm: generic cleanup
` [PATCH v12 13/22] selftests/vm: powerpc implementation for generic abstraction
` [PATCH v12 14/22] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v12 15/22] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v12 16/22] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v12 17/22] selftests/vm: associate key on a mapped page and detect access violation
` [PATCH v12 18/22] selftests/vm: associate key on a mapped page and detect write violation
` [PATCH v12 19/22] selftests/vm: detect write violation on a mapped access-denied-key page
` [PATCH v12 20/22] selftests/vm: testcases must restore pkey-permissions
` [PATCH v12 21/22] selftests/vm: sub-page allocator
` [PATCH v12 22/22] selftests/vm: Fix deadlock in protection_keys.c

SIGSEGV on OSPKE machine
 2018-03-16 21:36 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 NNTP newsgroup(s).