messages from 2018-03-22 06:58:27 to 2018-03-23 18:06:22 UTC [more...]
[RFC PATCH v2 00/15] khwasan: kernel hardware assisted address sanitizer
2018-03-23 18:05 UTC (12+ messages)
` [RFC PATCH v2 01/15] khwasan, mm: change kasan hooks signatures
` [RFC PATCH v2 02/15] khwasan: move common kasan and khwasan code to common.c
` [RFC PATCH v2 03/15] khwasan: add CONFIG_KASAN_CLASSIC and CONFIG_KASAN_TAGS
` [RFC PATCH v2 04/15] khwasan, arm64: adjust shadow size for CONFIG_KASAN_TAGS
` [RFC PATCH v2 05/15] khwasan: initialize shadow to 0xff
` [RFC PATCH v2 06/15] khwasan, arm64: untag virt address in __kimg_to_phys
` [RFC PATCH v2 07/15] khwasan, arm64: fix up fault handling logic
` [RFC PATCH v2 08/15] khwasan: add tag related helper functions
` [RFC PATCH v2 09/15] khwasan, kvm: untag pointers in kern_hyp_va
` [RFC PATCH v2 10/15] khwasan, arm64: enable top byte ignore for the kernel
` [RFC PATCH v2 11/15] khwasan, mm: perform untagged pointers comparison in krealloc
[RFC PATCH v2 0/2] Randomization of address chosen by mmap
2018-03-23 17:55 UTC (12+ messages)
` [RFC PATCH v2 1/2] "
` [RFC PATCH v2 2/2] Architecture defined limit on memory region random shift
[PATCH 00/11] Use global pages with PTI
2018-03-23 17:45 UTC (12+ messages)
` [PATCH 01/11] x86/mm: factor out pageattr _PAGE_GLOBAL setting
` [PATCH 02/11] x86/mm: undo double _PAGE_PSE clearing
` [PATCH 03/11] x86/mm: introduce "default" kernel PTE mask
` [PATCH 04/11] x86/espfix: document use of _PAGE_GLOBAL
` [PATCH 05/11] x86/mm: do not auto-massage page protections
` [PATCH 06/11] x86/mm: remove extra filtering in pageattr code
` [PATCH 07/11] x86/mm: comment _PAGE_GLOBAL mystery
` [PATCH 08/11] x86/mm: do not forbid _PAGE_RW before init for __ro_after_init
` [PATCH 09/11] x86/pti: enable global pages for shared areas
` [PATCH 10/11] x86/pti: clear _PAGE_GLOBAL for kernel image
` [PATCH 11/11] x86/pti: leave kernel text global for !PCID
[RFC PATCH 0/3] mmu_notifier contextual information
2018-03-23 17:17 UTC (4+ messages)
` [RFC PATCH 1/3] mm/mmu_notifier: use struct for invalidate_range_start/end parameters
` [RFC PATCH 2/3] mm/mmu_notifier: provide context information about range invalidation
` [RFC PATCH 3/3] mm/mmu_notifier: keep track of ranges being invalidated
[RFC] mm: memory.low heirarchical behavior
2018-03-23 16:37 UTC (2+ messages)
` [PATCH v2] mm: memory.low hierarchical behavior
[PATCH 0/4] Add free() function
2018-03-23 16:15 UTC (11+ messages)
` [PATCH 1/4] decompression: Rename malloc and free
` [PATCH 2/4] Rename 'free' functions
` [PATCH 3/4] mm: Add free()
` [PATCH 4/4] rcu: Switch to using free() instead of kfree()
[RFC PATCH 00/14] khwasan: kernel hardware assisted address sanitizer
2018-03-23 15:59 UTC (4+ messages)
` [RFC PATCH 11/14] khwasan: add brk handler for inline instrumentation
[PATCH] slab_common: remove test if cache name is accessible
2018-03-23 15:52 UTC (2+ messages)
[PATCH] slab: introduce the flag SLAB_MINIMIZE_WASTE
2018-03-23 15:48 UTC (17+ messages)
[PATCH v2 0/4] vmscan per-cgroup reclaim fixes
2018-03-23 15:20 UTC (5+ messages)
` [PATCH v2 1/4] mm/vmscan: Update stale comments
` [PATCH v2 2/4] mm/vmscan: remove redundant current_may_throttle() check
` [PATCH v2 3/4] mm/vmscan: Don't change pgdat state on base of a single LRU list state
` [PATCH v2 4/4] mm/vmscan: Don't mess with pgdat->flags in memcg reclaim
[PATCH] mm, vmscan, tracing: Use pointer to reclaim_stat struct in trace event
2018-03-23 15:19 UTC (9+ messages)
[PATCH] mm, slab: eagerly delete inactive offlined SLABs
2018-03-23 13:45 UTC (2+ messages)
[RFC PATCH 0/8] Drop mmap_sem during unmapping large map
2018-03-23 13:03 UTC (29+ messages)
` [RFC PATCH 1/8] mm: mmap: unmap large mapping by section
[PATCH] mm/memcontrol.c: speed up to force empty a memory cgroup
2018-03-23 12:29 UTC (10+ messages)
` 答复: "
` 答复: "
` 答复: "
[PATCH 00/10] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
2018-03-23 11:26 UTC (12+ messages)
` [PATCH 03/10] mm: Assign memcg-aware shrinkers bitmap to memcg
kernel panic: Out of memory and no killable processes... (2)
2018-03-23 11:23 UTC (3+ messages)
[PATCH v1] mm: help the ALLOC_HARDER allocation pass the watermarki when CMA on
2018-03-23 9:33 UTC (4+ messages)
[bug?] Access was denied by memory protection keys in execute-only address
2018-03-23 9:27 UTC (8+ messages)
[PATCH] memcg, thp: do not invoke oom killer on thp charges
2018-03-23 9:26 UTC (8+ messages)
[PATCH V3] ZBOOT: fix stack protector in compressed boot phase
2018-03-23 8:14 UTC (4+ messages)
[PATCH 04/15] mm/hmm: unregister mmu_notifier when last HMM client quit
2018-03-23 0:56 UTC (11+ messages)
` [PATCH 04/15] mm/hmm: unregister mmu_notifier when last HMM client quit v2
` [PATCH 04/15] mm/hmm: unregister mmu_notifier when last HMM client quit v3
[PATCH 00/15] hmm: fixes and documentations v4
2018-03-23 0:55 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 v3
` [PATCH 04/15] mm/hmm: unregister mmu_notifier when last HMM client quit v3
` [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 v3
` [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() v2
` [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
mmotm 2018-03-22-16-18 uploaded
2018-03-22 23:19 UTC
[patch -mm v3 0/3] mm, memcg: introduce oom policies
2018-03-22 21:53 UTC (10+ messages)
` [patch -mm 0/6] rewrite cgroup aware oom killer for general use
` [patch v2 "
` [patch v2 -mm 1/6] mm, memcg: introduce per-memcg oom policy tunable
` [patch v2 -mm 2/6] mm, memcg: replace cgroup aware oom killer mount option with tunable
` [patch v2 -mm 3/6] mm, memcg: add hierarchical usage oom policy
` [patch v2 -mm 4/6] mm, memcg: evaluate root and leaf memcgs fairly on oom
` [patch v2 -mm 5/6] mm, memcg: separate oom_group from selection criteria
` [patch v2 -mm 6/6] mm, memcg: disregard mempolicies for cgroup-aware oom killer
[PATCH] vfio iommu type1: improve memory pinning process for raw PFN mapping
2018-03-22 21:48 UTC (2+ messages)
[RFC PATCH v2 0/4] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
2018-03-22 18:50 UTC (10+ messages)
` [RFC PATCH v2 2/4] mm/__free_one_page: skip merge for order-0 page unless compaction failed
[PATCH v2 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
2018-03-22 18:14 UTC (12+ messages)
` [PATCH v2 01/11] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v2 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v2 03/11] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [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 v2 06/11] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users
` [PATCH v2 07/11] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH v2 08/11] firmware: arm_sdei: Add ACPI GHES registration helper
` [PATCH v2 09/11] ACPI / APEI: Add support for the SDEI GHES Notification type
` [PATCH v2 10/11] mm/memory-failure: increase queued recovery work's priority
` [PATCH v2 11/11] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work
[PATCH v2 0/8] page_frag_cache improvements
2018-03-22 17:34 UTC (15+ messages)
` [PATCH v2 1/8] page_frag_cache: Remove pfmemalloc bool
` [PATCH v2 2/8] page_frag_cache: Move slowpath code from page_frag_alloc
` [PATCH v2 3/8] page_frag_cache: Rename 'nc' to 'pfc'
` [PATCH v2 4/8] page_frag_cache: Rename fragsz to size
` [PATCH v2 5/8] page_frag_cache: Save memory on small machines
` [PATCH v2 6/8] page_frag_cache: Use a mask instead of offset
` [PATCH v2 7/8] page_frag: Update documentation
` [PATCH v2 8/8] page_frag: Account allocations
[RFC, PATCH 00/22] Partial MKTME enabling
2018-03-22 16:02 UTC (5+ messages)
` [RFC, PATCH 07/22] x86/mm: Mask out KeyID bits from page table entry pfn
` [RFC, PATCH 08/22] mm: Introduce __GFP_ENCRYPT
[PATCH v4 0/3] mm: improve zone->lock scalability
2018-03-22 15:17 UTC (5+ messages)
` [PATCH v4 2/3] mm/free_pcppages_bulk: do not hold lock when picking pages to free
[PATCH] mm: fix low-high watermark distance on small systems
2018-03-22 13:43 UTC (7+ messages)
[PATCH] mm,oom: Don't call schedule_timeout_killable() with oom_lock held
2018-03-22 13:16 UTC (3+ messages)
[PATCH RFC 0/4] optimize memblock_next_valid_pfn() and early_pfn_valid()
2018-03-22 12:52 UTC (5+ messages)
` [PATCH 1/4] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
[PATCH 2/2] mm,oom_reaper: Correct MAX_OOM_REAP_RETRIES'th attempt
2018-03-22 11:59 UTC (7+ messages)
` [PATCH 2/2] mm,oom_reaper: Check for MMF_OOM_SKIP before complain
` [PATCH] "
[PATCH] mm,oom: Disable preemption inside the OOM killer
2018-03-22 11:40 UTC (2+ messages)
[PATCH] mm/vmscan: fix unsequenced modification and access warning
2018-03-22 9:50 UTC (4+ messages)
[PATCH 25/45] mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c
2018-03-22 9:00 UTC (5+ messages)
` [PATCH 26/45] mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
` [PATCH 27/45] mm: add kernel_mbind() helper; remove in-kernel call to syscall
` [PATCH 28/45] mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscalls
` [PATCH 29/45] mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
KVM hang after OOM
2018-03-22 8:39 UTC (7+ messages)
[patch] mm, thp: do not cause memcg oom for thp
2018-03-22 8:11 UTC (8+ messages)
[PATCH 0/3] fs: Use memalloc_nofs_save/restore scope API
2018-03-22 7:10 UTC (7+ messages)
` [PATCH 1/3] fs: Perform writebacks under memalloc_nofs
` [PATCH 2/3] fs: use memalloc_nofs API while shrinking superblock
` [PATCH 3/3] fs: Use memalloc_nofs_save in generic_perform_write
[PATCH 03/15] mm/hmm: HMM should have a callback before MM is destroyed v2
2018-03-22 6:58 UTC (3+ messages)
` [PATCH 03/15] mm/hmm: HMM should have a callback before MM is destroyed v3
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).