messages from 2018-03-22 21:10:25 to 2018-03-25 19:22:46 UTC [more...]
[PATCH 0/2] smp: don't kick CPUs running idle or nohz_full tasks
2018-03-25 19:23 UTC (6+ messages)
` [PATCH 1/2] rcu: declare rcu_eqs_special_set() in public header
` [PATCH 2/2] smp: introduce kick_active_cpus_sync()
[PATCH v2 0/5] optimize memblock_next_valid_pfn() and early_pfn_valid()
2018-03-25 14:16 UTC (8+ messages)
` [PATCH v2 1/5] mm: page_alloc: remain memblock_next_valid_pfn() when CONFIG_HAVE_ARCH_PFN_VALID is enable
` [PATCH v2 2/5] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
` [PATCH v2 3/5] mm/memblock: introduce memblock_search_pfn_regions()
` [PATCH v2 4/5] arm64: introduce pfn_valid_region()
` [PATCH v2 5/5] mm: page_alloc: reduce unnecessary binary search in early_pfn_valid()
[PATCH v2 08/11] firmware: arm_sdei: Add ACPI GHES registration helper
2018-03-25 1:41 UTC (2+ messages)
[RFC PATCH v19 0/8] mm: security: ro protection for dynamic data
2018-03-25 1:32 UTC (4+ messages)
` [PATCH 6/8] Pmalloc selftest
[PATCH] mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct
2018-03-25 0:32 UTC (3+ messages)
[PATCH 00/10] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
2018-03-24 20:33 UTC (19+ 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
[RFC PATCH 0/8] Drop mmap_sem during unmapping large map
2018-03-24 18:24 UTC (15+ messages)
` [RFC PATCH 1/8] mm: mmap: unmap large mapping by section
[PATCHSET] mm, memcontrol: Implement memory.swap.events
2018-03-24 16:51 UTC (3+ messages)
` [PATCH 1/2] mm, memcontrol: Move swap charge handling into get_swap_page()
` [PATCH 2/2] mm, memcontrol: Implement memory.swap.events
[PATCHSET] mm, memcontrol: Make cgroup_rstat available to controllers
2018-03-24 16:09 UTC (4+ messages)
` [PATCH 1/3] mm: memcontrol: Use cgroup_rstat for event accounting
` [PATCH 2/3] mm: memcontrol: Use cgroup_rstat for stat accounting
` [PATCH 3/3] mm: memcontrol: Remove lruvec_stat
[PATCH 00/11] Use global pages with PTI
2018-03-24 15:21 UTC (25+ 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
[PATCH 7/7] Enable KASan for arm
2018-03-24 13:55 UTC
[PATCH] mm, slab: eagerly delete inactive offlined SLABs
2018-03-24 13:11 UTC (3+ messages)
[PATCH v2 0/7] KASan for arm
2018-03-24 13:06 UTC
[PATCH v2 0/7] KASan for arm
2018-03-24 12:24 UTC
[PATCH 3/7] Disable instrumentation for some code
2018-03-24 11:39 UTC
[RFC PATCH v2 00/15] khwasan: kernel hardware assisted address sanitizer
2018-03-24 8:43 UTC (18+ 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 12/15] khwasan: add bug reporting routines
` [RFC PATCH v2 13/15] khwasan: add hooks implementation
` [RFC PATCH v2 14/15] khwasan, arm64: add brk handler for inline instrumentation
` [RFC PATCH v2 15/15] khwasan: update kasan documentation
[PATCH 4/4] rcu: Switch to using free() instead of kfree()
2018-03-24 8:20 UTC (3+ messages)
[PATCH 0/4] Add free() function
2018-03-24 7:38 UTC (9+ messages)
` [PATCH 3/4] mm: Add free()
[RFC PATCH 00/14] khwasan: kernel hardware assisted address sanitizer
2018-03-24 3:42 UTC (5+ messages)
` [RFC PATCH 11/14] khwasan: add brk handler for inline instrumentation
[bug?] Access was denied by memory protection keys in execute-only address
2018-03-24 0:44 UTC (9+ messages)
[PATCH V3] ZBOOT: fix stack protector in compressed boot phase
2018-03-23 21:08 UTC (5+ messages)
[PATCH v1] mm: help the ALLOC_HARDER allocation pass the watermarki when CMA on
2018-03-23 20:04 UTC (5+ messages)
[PATCH 0/9] x86, pkeys: two protection keys bug fixes
2018-03-23 19:48 UTC (17+ 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
[RFC PATCH v2 0/2] Randomization of address chosen by mmap
2018-03-23 19:35 UTC (17+ messages)
` [RFC PATCH v2 1/2] "
` [RFC PATCH v2 2/2] Architecture defined limit on memory region random shift
[RFC PATCH 0/3] mmu_notifier contextual information
2018-03-23 18:34 UTC (5+ 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] 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 (8+ messages)
[PATCH] mm/memcontrol.c: speed up to force empty a memory cgroup
2018-03-23 12:29 UTC (10+ messages)
` 答复: "
` 答复: "
` 答复: "
kernel panic: Out of memory and no killable processes... (2)
2018-03-23 11:23 UTC (3+ messages)
[PATCH] memcg, thp: do not invoke oom killer on thp charges
2018-03-23 9:26 UTC (8+ 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)
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).