linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-03 14:15:41 to 2018-05-07 11:31:26 UTC [more...]

Proof-of-concept: better(?) page-table manipulation API
 2018-05-07 11:31 UTC  (5+ messages)

[PATCH] pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-05-07  9:48 UTC  (29+ messages)

[PATCH v3 0/9] trace_uprobe: Support SDT markers having reference count (semaphore)
 2018-05-07  8:21 UTC  (13+ messages)
` [PATCH v3 2/9] mm: Prefix vma_ to vaddr_to_offset() and offset_to_vaddr()
` [PATCH v3 6/9] trace_uprobe: Support SDT markers having reference count (semaphore)
` [PATCH v3 8/9] trace_uprobe/sdt: Document about reference counter
` [PATCH v3 9/9] perf probe: Support SDT markers having reference counter (semaphore)

[rfc linux-next 3/3] [RFC] prctl: prctl_set_mm -- Bring back handling of PR_SET_MM_x
 2018-05-07  7:52 UTC 

[rfc linux-next 2/3] [RFC] prctl: prctl_set_mm -- Make prctl_set_mm_map to accept map as an argument
 2018-05-07  7:52 UTC 

[rfc linux-next 1/3] [RFC] prctl: prctl_set_mm -- Move PR_SET_MM_MAP_SIZE out of prctl_set_mm_map
 2018-05-07  7:52 UTC 

[rfc linux-next 0/3] prctl: prctl_set_mm -- Bring back handling of PR_SET_MM_x
 2018-05-07  7:52 UTC 

clang fails on linux-next since commit 8bf705d13039
 2018-05-07  7:34 UTC  (6+ messages)

[PATCH REPOST] Revert mm/vmstat.c: fix vmstat_update() preemption BUG
 2018-05-07  7:31 UTC  (2+ messages)

Use-after-scope Write in mem_cgroup_uncharge' bug.(Plain text)
 2018-05-07  6:01 UTC  (3+ messages)

[PATCH v8 0/6] optimize memblock_next_valid_pfn and early_pfn_valid on arm and arm64
 2018-05-07  1:10 UTC  (6+ messages)

[PATCH 0/3] Some fixes for mm code optimization
 2018-05-06 18:55 UTC  (10+ messages)
  ` [PATCH 3/3] mm/page_alloc: Fix typo in debug info of calculate_node_totalpages
    ` [External] "
  ` [PATCH 2/3] include/linux/gfp.h: use unsigned int in gfp_zone
      ` [External] "

[PATCH 1/2] media: siano: don't use GFP_DMA
 2018-05-06 10:25 UTC  (4+ messages)

27e2ce5dba ("mm: access to uninitialized struct page"): BUG: kernel reboot-without-warning in test stage
 2018-05-06  1:39 UTC 

[PATCH] mm: move function ‘is_pageblock_removable_nolock’ inside blockers
 2018-05-05 20:11 UTC 

[PATCH] slub: add __printf verification to ‘slab_err’:
 2018-05-05 20:07 UTC 

[LSF/MM TOPIC NOTES] x86 ZONE_DMA love
 2018-05-05 16:08 UTC  (2+ messages)
` Are media drivers abusing of GFP_DMA? - was: "

[PATCH v3 00/12] APEI in_nmi() rework and arm64 SDEI wire-up
 2018-05-05 12:27 UTC  (7+ messages)
` [PATCH v3 01/12] ACPI / APEI: Move the estatus queue code up, and under its own ifdef
` [PATCH v3 02/12] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
` [PATCH v3 07/12] ACPI / APEI: Make the nmi_fixmap_idx per-ghes to allow multiple in_nmi() users

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

*alloc API changes
 2018-05-05  4:30 UTC  (4+ messages)

[PATCH v2] mm: access to uninitialized struct page
 2018-05-05  1:04 UTC  (8+ messages)
` [v2] "

[PATCH v5 00/17] Rearrange struct page
 2018-05-04 21:25 UTC  (20+ messages)
` [PATCH v5 01/17] s390: Use _refcount for pgtables
` [PATCH v5 02/17] mm: Split page_type out from _mapcount
` [PATCH v5 03/17] mm: Mark pages in use for page tables
` [PATCH v5 04/17] mm: Switch s_mem and slab_cache in struct page
` [PATCH v5 05/17] mm: Move 'private' union within "
` [PATCH v5 06/17] mm: Move _refcount out of struct page union
` [PATCH v5 07/17] mm: Combine first three unions in struct page
` [PATCH v5 08/17] mm: Use page->deferred_list
` [PATCH v5 09/17] mm: Move lru union within struct page
` [PATCH v5 10/17] mm: Combine LRU and main union in "
` [PATCH v5 11/17] mm: Improve struct page documentation
` [PATCH v5 12/17] mm: Add pt_mm to struct page
` [PATCH v5 13/17] mm: Add hmm_data "
` [PATCH v5 14/17] slab,slub: Remove rcu_head size checks
` [PATCH v5 15/17] slub: Remove kmem_cache->reserved
` [PATCH v5 16/17] slub: Remove 'reserved' file from sysfs
` [PATCH v5 17/17] mm: Distinguish VMalloc pages

[PATCH] mm: memcontrol: drain stocks on resize limit
 2018-05-04 20:55 UTC 

[RFC PATCH] Add /proc/<pid>/numa_vamaps for numa node information
 2018-05-04 16:27 UTC  (16+ messages)

[PATCH] mm/memory_hotplug: Fix leftover use of struct page during hotplug
 2018-05-04 16:50 UTC  (4+ messages)

Introduce atomic_dec_and_lock_irqsave()
 2018-05-04 16:38 UTC  (11+ messages)
` [PATCH 1/5] spinlock: atomic_dec_and_lock: Add an irqsave variant
` [PATCH 2/5] mm/backing-dev: Use irqsave variant of atomic_dec_and_lock()
` [PATCH 3/5] kernel/user: "
` [PATCH 4/5] drivers/md/raid5: "
` [PATCH 5/5] drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() call

[PATCH v4 00/16] Rearrange struct page
 2018-05-04 16:29 UTC  (11+ messages)
` [PATCH v4 07/16] slub: Remove page->counters

[PATCH 0/2] Add kvzalloc_struct to complement kvzalloc_array
 2018-05-04 16:03 UTC  (6+ messages)
` [PATCH 2/2] mm: Add kvmalloc_ab_c and kvzalloc_struct

[PATCH v10 00/25] Speculative page faults
 2018-05-04 15:55 UTC  (15+ messages)
` [PATCH v10 08/25] mm: VMA sequence count
` [PATCH v10 12/25] mm: cache some VMA fields in the vm_fault structure
` [PATCH v10 24/25] x86/mm: add speculative pagefault handling

[PATCH v1] mm, vmpressure: Convert to use match_string() helper
 2018-05-04 14:30 UTC  (2+ messages)

KASAN: use-after-free Read in should_fail
 2018-05-04 13:17 UTC  (2+ messages)

[PATCH v1] mm, vmpressure: use kstrndup instead of kmalloc+strncpy
 2018-05-04 11:45 UTC  (2+ messages)

test
 2018-05-04 11:29 UTC 

[PATCH] mm/page_alloc: use ac->high_zoneidx for classzone_idx
 2018-05-04 10:33 UTC  (4+ messages)

[PATCH v2 0/9] HugeTLB migration support for PPC64
 2018-05-04  8:25 UTC  (4+ messages)
` [PATCH v2 9/9] powerpc/hugetlb: Enable hugetlb migration for ppc64

[PATCH v2 1/2] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
 2018-05-04  6:57 UTC  (2+ messages)
` [PATCH v2 2/2] arm64/mm: add speculative page fault

[PATCH 1/2] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
 2018-05-04  6:31 UTC  (6+ messages)
` [PATCH 2/2] arm64/mm: add speculative page fault

[PATCH 1/2] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
 2018-05-04  6:05 UTC  (3+ messages)

[PATCH] mm/ksm: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm
 2018-05-04  5:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/2] vunmap and debug objects
 2018-05-04  5:55 UTC  (4+ messages)
` [PATCH v2 2/2] mm: vmalloc: Pass proper vm_start into debugobjects

Fwd: Arthor's Sword and Table are "One"
 2018-05-04  4:58 UTC 

[PATCH] memcg, hugetlb: pages allocated for hugetlb's overcommit will be charged to memcg
 2018-05-04  4:26 UTC  (6+ messages)

[PATCH 2/2] mm: Add kvmalloc_ab_c and kvzalloc_struct
 2018-05-04  0:40 UTC  (16+ messages)

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-03 23:53 UTC  (2+ messages)

[PATCH v2 0/4] Interface for higher order contiguous allocations
 2018-05-03 23:29 UTC  (5+ messages)
` [PATCH v2 1/4] mm: change type of free_contig_range(nr_pages) to unsigned long
` [PATCH v2 2/4] mm: check for proper migrate type during isolation
` [PATCH v2 3/4] mm: add find_alloc_contig_pages() interface
` [PATCH v2 4/4] mm/hugetlb: use find_alloc_contig_pages() to allocate gigantic pages

mmotm 2018-05-03-15-54 uploaded
 2018-05-03 22:54 UTC 

[RFC PATCH v23 0/6] mm: security: write protection for dynamic data
 2018-05-03 22:52 UTC  (6+ messages)
` [PATCH 7/9] Pmalloc Rare Write: modify selected pools
    ` Correct way to access the physmap? - Was: "

[PATCH v3 1/2] iomap: add a swapfile activation function
 2018-05-03 21:26 UTC  (5+ messages)
` [PATCH v3 2/2] generic: test swapfile creation, activation, and deactivation

[PATCH -next 0/2] ipc/shm: shmat() fixes around nil-page
 2018-05-03 20:49 UTC  (3+ messages)
` [PATCH 1/2] Revert "ipc/shm: Fix shmat mmap nil-page protection"
` [PATCH 2/2] ipc/shm: fix shmat() nil address after round-down when remapping

Let the third be absurd, and May the Fourth be with Us
 2018-05-03 20:42 UTC 

[PATCH] memcg: mark memcg1_events static const
 2018-05-03 19:33 UTC  (2+ messages)

[lkp-robot] 486ad79630 [ 15.532543] BUG: unable to handle kernel NULL pointer dereference at 0000000000000004
 2018-05-03 18:02 UTC  (5+ messages)

[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
 2018-05-03 17:40 UTC  (29+ messages)
        ` [PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
          ` [PATCH v4] fault-injection: introduce kvmalloc fallback options
              ` [PATCH v5] "
                    ` [dm-devel] "

[PATCH v3 1/2] mm: introduce memory.min
 2018-05-03 17:38 UTC  (3+ messages)
` [PATCH v3 2/2] mm: ignore memory.min of abandoned memory cgroups

[PATCH 0/6] arm64: untag user pointers passed to the kernel
 2018-05-03 16:51 UTC  (9+ messages)
` [PATCH 4/6] mm, arm64: untag user addresses in mm/gup.c

INFO: task hung in wb_shutdown (2)
 2018-05-03 15:25 UTC  (8+ messages)

BUG: Bad page map in process python2 pte:10000000000 pmd:17e8be067
 2018-05-03 14:42 UTC  (4+ messages)

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


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).