linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
dma-mapping: clearing GFP_ZERO flag caused crashes of Ethernet on arc/hsdk board
 2018-03-27 18:24 UTC 

[PATCH v3 0/5] optimize memblock_next_valid_pfn and early_pfn_valid
 2018-03-27 17:51 UTC  (7+ messages)
` [PATCH v3 2/5] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
` [PATCH v3 5/5] mm: page_alloc: reduce unnecessary binary search in early_pfn_valid()

[PATCH 00/11] Use global pages with PTI
 2018-03-27 17:51 UTC  (6+ messages)

[PATCH] mm: kmemleak: wait for scan completion before disabling free
 2018-03-27 17:49 UTC  (6+ messages)

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

[RFC PATCH v2 0/6] arm64: untag user pointers passed to the kernel
 2018-03-27 16:57 UTC  (12+ messages)
` [RFC PATCH v2 1/6] arm64: add type casts to untagged_addr macro
` [RFC PATCH v2 2/6] uaccess: add untagged_addr definition for other arches
` [RFC PATCH v2 3/6] arm64: untag user addresses in copy_from_user and others
` [RFC PATCH v2 4/6] mm, arm64: untag user addresses in mm/gup.c
` [RFC PATCH v2 5/6] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [RFC PATCH v2 6/6] arm64: update Documentation/arm64/tagged-pointers.txt

[RFC PATCH v21 0/6] mm: security: ro protection for dynamic data
 2018-03-27 16:55 UTC  (8+ messages)
` [PATCH 1/6] struct page: add field for vm_struct
` [PATCH 2/6] vmalloc: rename llist field in vmap_area
` [PATCH 3/6] Protectable Memory
` [PATCH 4/6] Pmalloc selftest
` [PATCH 5/6] lkdtm: crash on overwriting protected pmalloc var
` [PATCH 6/6] Documentation for Pmalloc

[PATCH v2 0/5] optimize memblock_next_valid_pfn() and early_pfn_valid()
 2018-03-27 16:52 UTC  (3+ messages)
` [PATCH v2 1/5] mm: page_alloc: remain memblock_next_valid_pfn() when CONFIG_HAVE_ARCH_PFN_VALID is enable

[PATCH 0/3] fs: Use memalloc_nofs_save/restore scope API
 2018-03-27 16:45 UTC  (7+ messages)
` [PATCH 1/3] fs: Perform writebacks under memalloc_nofs

[RFC PATCH v2 00/15] khwasan: kernel hardware assisted address sanitizer
 2018-03-27 16:23 UTC  (7+ messages)
` [RFC PATCH v2 03/15] khwasan: add CONFIG_KASAN_CLASSIC and CONFIG_KASAN_TAGS
` [RFC PATCH v2 11/15] khwasan, mm: perform untagged pointers comparison in krealloc

[PATCH 4/8] HMM: Remove superflous RCU protection around radix tree lookup
 2018-03-27 16:12 UTC  (3+ messages)

[PATCH v29 0/4] Virtio-balloon: support free page reporting
 2018-03-27 16:07 UTC  (9+ messages)
` [PATCH v29 1/4] mm: support reporting free page blocks
` [PATCH v29 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules

[PATCH v3] mm/page_owner: ignore everything below the IRQ entry point
 2018-03-27 16:00 UTC  (2+ messages)

[PATCH 00/10] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-03-27 15:48 UTC  (35+ messages)
` [PATCH 01/10] mm: Assign id to every memcg-aware shrinker
` [PATCH 02/10] mm: Maintain memcg-aware shrinkers in mcg_shrinkers array
` [PATCH 03/10] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH 04/10] fs: Propagate shrinker::id to list_lru
` [PATCH 06/10] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH 08/10] mm: Set bit in memcg shrinker bitmap on first list_lru item apearance
` [PATCH 09/10] mm: Iterate only over charged shrinkers during memcg shrink_slab()
` [PATCH 10/10] mm: Clear shrinker bit if there are no objects related to memcg

[PATCH] mm: Introduce i_mmap_lock_write_killable()
 2018-03-27 14:52 UTC  (2+ messages)

[RFC, PATCH 00/22] Partial MKTME enabling
 2018-03-27 14:44 UTC  (5+ messages)
` [RFC, PATCH 19/22] x86/mm: Implement free_encrypt_page()

[v2 PATCH] mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct
 2018-03-27 14:43 UTC  (17+ messages)

[RFC PATCH v2 0/2] Randomization of address chosen by mmap
 2018-03-27 14:38 UTC  (8+ messages)

[PATCHSET] mm, memcontrol: Implement memory.swap.events
 2018-03-27 13:52 UTC  (3+ messages)

Too easy OOM
 2018-03-27 13:43 UTC  (2+ messages)

[RFC PATCH 00/14] khwasan: kernel hardware assisted address sanitizer
 2018-03-27 13:03 UTC  (6+ messages)
` [RFC PATCH 11/14] khwasan: add brk handler for inline instrumentation

[PATCH 0/2] x86/mm: Fix couple MKTME-related issues
 2018-03-27 12:15 UTC  (4+ messages)
` [PATCH 2/2] x86/mm: Do not lose cpuinfo_x86:x86_phys_bits adjustment
    ` [PATCHv2] x86/mm: Do not lose cpuinfo_x86::x86_phys_bits adjustment

[RFC PATCH v20 0/6] mm: security: ro protection for dynamic data
 2018-03-27 11:43 UTC  (9+ messages)
` [PATCH 1/6] struct page: add field for vm_struct
` [PATCH 2/6] vmalloc: rename llist field in vmap_area
` [PATCH 3/6] Protectable Memory
` [PATCH 4/6] Pmalloc selftest
` [PATCH 5/6] lkdtm: crash on overwriting protected pmalloc var
` [PATCH 6/6] Documentation for Pmalloc

[PATCH v2] mm/page_owner: ignore everything below the IRQ entry point
 2018-03-27 11:40 UTC  (5+ messages)
    `  "

[PATCH] mm/page_alloc: break on the first hit of mem range
 2018-03-27 10:58 UTC  (2+ messages)

[PATCH] lockdep: Show address of "struct lockdep_map" at print_lock()
 2018-03-27 10:50 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH 0/2] smp: don't kick CPUs running idle or nohz_full tasks
 2018-03-27 10:21 UTC  (8+ messages)
` [PATCH 2/2] smp: introduce kick_active_cpus_sync()

[PATCH] mm/list_lru: replace spinlock with RCU in __list_lru_count_one
 2018-03-27  9:47 UTC  (6+ messages)
    ` 答复: "
        ` 答复: "

[PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys
 2018-03-27  9:09 UTC  (4+ messages)
` [PATCH v13 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v13 2/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v13 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys

[patch] x86/mm/32: Remove unused node_memmap_size_bytes
 2018-03-27  6:27 UTC 

[PATCH] mm/memcontrol.c: speed up to force empty a memory cgroup
 2018-03-27  6:17 UTC  (12+ messages)
  ` 答复: "
      ` 答复: "
            ` 答复: "
                ` 答复: "

[PATCH v4] mm, pkey: treat pkey-0 special
 2018-03-27  4:15 UTC  (5+ messages)

[PATCH 0/9] x86, pkeys: two protection keys bug fixes
 2018-03-27  4:11 UTC  (6+ messages)
` [PATCH 1/9] x86, pkeys: do not special case protection key 0

[PATCH v9 00/24] Speculative page faults
 2018-03-27  3:49 UTC  (10+ messages)
` [PATCH v9 20/24] perf: Add a speculative page fault sw event
` [PATCH v9 21/24] perf tools: Add support for the SPF perf event
` [PATCH v9 23/24] x86/mm: Add speculative pagefault handling
` [PATCH v9 24/24] powerpc/mm: Add speculative page fault

[PATCH 1/2] Move kfree_call_rcu() to slab_common.c
 2018-03-27  2:06 UTC  (14+ messages)

[PATCH v9 00/61] XArray v9
 2018-03-27  0:28 UTC  (5+ messages)
` [PATCH v9 05/61] Export __set_page_dirty

[PATCH 1/2] mm/sparse: pass the __highest_present_section_nr + 1 to alloc_func()
 2018-03-26 23:15 UTC  (8+ messages)
` [PATCH 2/2] mm/sparse: check __highest_present_section_nr only for a present section

[PATCH] mm: Use octal not symbolic permissions
 2018-03-26 23:05 UTC  (5+ messages)

[PATCH] sched/numa: Avoid trapping faults and attempting migration of file-backed dirty pages
 2018-03-26 21:59 UTC  (2+ messages)

[PATCH 0/2] Small HMM fixes
 2018-03-26 21:30 UTC  (3+ messages)
` [PATCH 1/2] mm/hmm: do not ignore specific pte fault flag in hmm_vma_fault()
` [PATCH 2/2] mm/hmm: clarify fault logic for device private memory

[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
 2018-03-26 19:38 UTC  (4+ messages)
` [PATCH v12 04/22] selftests/vm: typecast the pkey register

[PATCH 0/9] [v2] x86, pkeys: two protection keys bug fixes
 2018-03-26 17:58 UTC  (13+ messages)
` [PATCH 1/9] x86, pkeys: do not special case protection key 0
` [PATCH 2/9] x86, pkeys, selftests: save off 'prot' for allocations
` [PATCH 3/9] x86, pkeys, selftests: add a test for pkey 0
` [PATCH 4/9] x86, pkeys: override pkey when moving away from PROT_EXEC
` [PATCH 5/9] x86, pkeys, selftests: fix pointer math
` [PATCH 6/9] x86, pkeys, selftests: fix pkey exhaustion test off-by-one
` [PATCH 7/9] x86, pkeys, selftests: factor out "instruction page"
` [PATCH 8/9] x86, pkeys, selftests: add allow faults on unknown keys
` [PATCH 9/9] x86, pkeys, selftests: add PROT_EXEC test

[PATCH v2 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-03-26 17:49 UTC  (5+ messages)
` [PATCH v2 04/11] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v2 05/11] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface

[PATCH] mm, slab: eagerly delete inactive offlined SLABs
 2018-03-26 17:16 UTC  (3+ messages)

[PATCH] mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct
 2018-03-26 15:31 UTC  (6+ messages)

[RFC] Per file OOM badness
 2018-03-26 14:36 UTC  (12+ messages)

[RFC PATCH 0/3] mmu_notifier contextual information
 2018-03-26  8:15 UTC  (4+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox