linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-12 20:32:02 to 2017-07-16 03:58:22 UTC [more...]

[RFC v6 00/62] powerpc: Memory Protection Keys
 2017-07-16  3:56 UTC  (9+ messages)
` [RFC v6 01/62] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [RFC v6 02/62] powerpc: Free up four 64K PTE bits in 64K "
` [RFC v6 03/62] powerpc: introduce pte_set_hash_slot() helper
` [RFC v6 04/62] powerpc: introduce pte_get_hash_gslot() helper
` [RFC v6 05/62] powerpc: capture the PTE format changes in the dump pte report
` [RFC v6 06/62] powerpc: use helper functions in __hash_page_64K() for 64K PTE
` [RFC v6 07/62] powerpc: use helper functions in __hash_page_huge() "
` [RFC v6 08/62] powerpc: use helper functions in __hash_page_4K() "

include/linux/kernel.h:860:32: error: dereferencing pointer to incomplete type 'struct clock_event_device'
 2017-07-16  3:24 UTC 

[PATCH 00/10] percpu: replace percpu area map allocator with bitmap allocator
 2017-07-16  2:23 UTC  (11+ messages)
` [PATCH 01/10] percpu: pcpu-stats change void buffer to int buffer
` [PATCH 02/10] percpu: change the format for percpu_stats output
` [PATCH 03/10] percpu: expose pcpu_nr_empty_pop_pages in pcpu_stats
` [PATCH 04/10] percpu: update the header comment and pcpu_build_alloc_info comments
` [PATCH 05/10] percpu: change reserved_size to end page aligned
` [PATCH 06/10] percpu: modify base_addr to be region specific
` [PATCH 07/10] percpu: fix misnomer in schunk/dchunk variable names
` [PATCH 08/10] percpu: change the number of pages marked in the first_chunk bitmaps
` [PATCH 09/10] percpu: replace area map allocator with bitmap allocator
` [PATCH 10/10] percpu: add optimizations on allocation path for the "

semantics of dma_map_single()
 2017-07-16  1:24 UTC 

[PATCH v4 0/8] x86 TLB flush cleanups, moving toward PCID support
 2017-07-15 16:42 UTC  (4+ messages)
` [PATCH v4 8/8] x86,kvm: Teach KVM's VMX code that CR3 isn't a constant

Potential race in TLB flush batching?
 2017-07-15 16:41 UTC  (34+ messages)

Reminder: Just one click and you receive your 20 % discount!
 2017-07-15  8:02 UTC 

[PATCH] fix typo
 2017-07-15  7:12 UTC 

[HMM 00/15] HMM (Heterogeneous Memory Management) v22
 2017-07-15  5:04 UTC  (15+ messages)
` [HMM 12/15] mm/migrate: new memory migration helper for use with device memory v4

[PATCH v2] kmemleak: add oom=<disable|ignore> runtime parameter
 2017-07-14 23:50 UTC 

[RFC PATCH v1 0/6] ktask: multithread cpu-intensive kernel work
 2017-07-14 22:16 UTC  (7+ messages)
` [RFC PATCH v1 1/6] ktask: add documentation
` [RFC PATCH v1 2/6] ktask: multithread cpu-intensive kernel work
` [RFC PATCH v1 3/6] ktask: add /proc/sys/debug/ktask_max_threads
` [RFC PATCH v1 4/6] mm: enlarge type of offset argument in mem_map_offset and mem_map_next
` [RFC PATCH v1 5/6] mm: parallelize clear_gigantic_page
` [RFC PATCH v1 6/6] hugetlbfs: parallelize hugetlbfs_fallocate with ktask

mmotm 2017-07-14-15-14 uploaded
 2017-07-14 22:15 UTC 

[memcg:attempts/zonlists-build-simplification 327/335] mm/page_alloc.c:5080: warning: unused variable 'cpu'
 2017-07-14 19:59 UTC 

[PATCH v12 0/8] Virtio-balloon Enhancement
 2017-07-14 19:17 UTC  (27+ messages)
` [PATCH v12 5/8] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v12 6/8] mm: support reporting free page blocks
` [PATCH v12 7/8] mm: export symbol of next_zone and first_online_pgdat
    ` [virtio-dev] "
` [PATCH v12 8/8] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ

[PATCH v8 00/10] mm: page migration enhancement for thp
 2017-07-14 18:29 UTC  (10+ messages)
` [PATCH v8 05/10] mm: thp: enable thp migration in generic path
` [PATCH v8 06/10] mm: thp: check pmd migration entry in common path

[PATCH] mm/mremap: Fail map duplication attempts for private mappings
 2017-07-14 17:29 UTC  (6+ messages)

[PATCH 0/4] kasan: add clang support
 2017-07-14 16:52 UTC  (8+ messages)
` [PATCH 1/4] kasan: support alloca() poisoning

[PATCH 0/2] mm, memory_hotplug: remove zone onlining restriction
 2017-07-14 14:26 UTC  (5+ messages)
` [PATCH 1/2] mm, memory_hotplug: display allowed zones in the preferred ordering
` [PATCH 2/2] mm, memory_hotplug: remove zone restrictions

[PATCH 0/9] cleanup zonelists initialization
 2017-07-14 14:18 UTC  (35+ messages)
` [PATCH 1/9] mm, page_alloc: rip out ZONELIST_ORDER_ZONE
` [PATCH 2/9] mm, page_alloc: remove boot pageset initialization from memory hotplug
` [PATCH 3/9] mm, page_alloc: do not set_cpu_numa_mem on empty nodes initialization
` [PATCH 4/9] mm, memory_hotplug: drop zone from build_all_zonelists
` [PATCH 5/9] mm, memory_hotplug: remove explicit build_all_zonelists from try_online_node
` [PATCH 6/9] mm, page_alloc: simplify zonelist initialization
` [PATCH 7/9] mm, page_alloc: remove stop_machine from build_all_zonelists
` [PATCH 8/9] mm, memory_hotplug: get rid of zonelists_mutex
` [PATCH 9/9] mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocations

[PATCH 0/6] Cache coherent device memory (CDM) with HMM v5
 2017-07-14 13:26 UTC  (9+ messages)
` [PATCH 1/6] mm/zone-device: rename DEVICE_PUBLIC to DEVICE_HOST
` [PATCH 2/6] mm/device-public-memory: device memory cache coherent with CPU v4
` [PATCH 3/6] mm/hmm: add new helper to hotplug CDM memory region v3
` [PATCH 4/6] mm/memcontrol: allow to uncharge page without using page->lru field
` [PATCH 5/6] mm/memcontrol: support MEMORY_DEVICE_PRIVATE and MEMORY_DEVICE_PUBLIC v3
` [PATCH 6/6] mm/hmm: documents how device memory is accounted in rss and memcg

[PATCH] mm,page_alloc: Serialize warn_alloc() if schedulable
 2017-07-14 12:48 UTC  (7+ messages)

"mm: use early_pfn_to_nid in page_ext_init" broken on some configurations?
 2017-07-14 11:35 UTC  (7+ messages)

[PATCH] kmemleak: add oom=<disable|ignore> runtime parameter
 2017-07-14 10:25 UTC  (2+ messages)

[PATCH] zsmalloc: zs_page_migrate: not check inuse if migrate_mode is not MIGRATE_ASYNC
 2017-07-14  7:51 UTC 

[PATCH v7 00/16] lockdep: Implement crossrelease feature
 2017-07-14  6:42 UTC  (16+ messages)
` [PATCH v7 06/16] lockdep: Detect and handle hist_lock ring buffer overwrite

asynchronous readahead prefetcher operation
 2017-07-14  1:55 UTC  (4+ messages)

[RFC v5 00/38] powerpc: Memory Protection Keys
 2017-07-13 23:29 UTC  (36+ messages)
` [RFC v5 02/38] powerpc: Free up four 64K PTE bits in 64K backed HPTE pages
` [RFC v5 11/38] mm: introduce an additional vma bit for powerpc pkey
` [RFC v5 14/38] powerpc: initial plumbing for key management
` [RFC v5 15/38] powerpc: helper function to read,write AMR,IAMR,UAMOR registers
` [RFC v5 34/38] procfs: display the protection-key number associated with a vma
` [RFC v5 36/38] selftest: PowerPC specific test updates to memory protection keys
` [RFC v5 38/38] Documentation: PowerPC specific "

[RFC PATCH 0/1] mm/mremap: add MREMAP_MIRROR flag
 2017-07-13 20:33 UTC  (11+ messages)
` [RFC PATCH 1/1] mm/mremap: add MREMAP_MIRROR flag for existing mirroring functionality

[PATCH 0/5] Cache coherent device memory (CDM) with HMM v4
 2017-07-13 20:12 UTC  (3+ messages)

[PATCH v4 00/10] PCID and improved laziness
 2017-07-13 19:36 UTC  (5+ messages)

KASAN vs. boot-time switching between 4- and 5-level paging
 2017-07-13 14:19 UTC  (15+ messages)

[PATCH] mm: Mark create_huge_pmd() inline to prevent build failure
 2017-07-13  7:49 UTC  (5+ messages)

[for-next][PATCH v2] tracing/ring_buffer: Try harder to allocate
 2017-07-13  2:14 UTC 

mmotm 2017-07-12-15-11 uploaded
 2017-07-12 22:12 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).