linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-03 09:06:18 to 2017-11-06 14:28:28 UTC [more...]

[PATCH] mm: use in_atomic() in print_vma_addr()
 2017-11-06 14:28 UTC  (15+ messages)
                  ` [PATCH] mm: do not rely on preempt_count in print_vma_addr (was: Re: [PATCH] mm: use in_atomic() in print_vma_addr())
                    ` [PATCH] mm: do not rely on preempt_count in print_vma_addr

possible deadlock in generic_file_write_iter
 2017-11-06 13:35 UTC  (7+ messages)

[PATCH] ksm : use checksum and memcmp for rb_tree
 2017-11-06 13:26 UTC  (3+ messages)
  `  "

Guaranteed allocation of huge pages (1G) using movablecore=N doesn't seem to work at all
 2017-11-06 13:05 UTC  (2+ messages)

[PATCH v2] writeback: remove the unused function parameter
 2017-11-06 12:52 UTC  (2+ messages)

[RFC PATCH] mm, oom_reaper: gather each vma to prevent leaking TLB entry
 2017-11-06 12:27 UTC  (8+ messages)

[PATCH v3] printk: Add console owner and waiter logic to load balance console writes
 2017-11-06 12:06 UTC  (13+ messages)
            ` [PATCH v3] printk: Add console owner and waiter logic to loadbalance "

BUG: soft lockup
 2017-11-06 10:42 UTC  (6+ messages)
  ` [alsa-devel] "

[PATCH v5 22/22] powerpc/mm: Add speculative page fault
 2017-11-06 10:27 UTC  (4+ messages)
` [v5,22/22] "

POWER: Unexpected fault when writing to brk-allocated memory
 2017-11-06 10:20 UTC  (13+ messages)

[PATCH v5 00/22] Speculative page faults
 2017-11-06  9:47 UTC  (7+ messages)
` [PATCH v5 07/22] mm: Protect VMA modifications using VMA sequence count

[PATCH] mm, sparse: do not swamp log with huge vmemmap allocation failures
 2017-11-06  9:22 UTC 

[PATCH 0/4] numa, iommu/smmu: IOMMU/SMMU driver optimization for NUMA systems
 2017-11-06  9:04 UTC  (6+ messages)
` [PATCH 3/4] iommu/arm-smmu-v3: Use NUMA memory allocations for stream tables and comamnd queues

[PATCH v9 00/51] powerpc, mm: Memory Protection Keys
 2017-11-06  8:57 UTC  (52+ messages)
` [PATCH v9 01/51] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v9 02/51] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v9 03/51] powerpc: initial pkey plumbing
` [PATCH v9 04/51] powerpc: track allocation status of all pkeys
` [PATCH v9 05/51] powerpc: helper function to read,write AMR,IAMR,UAMOR registers
` [PATCH v9 06/51] powerpc: helper functions to initialize AMR, IAMR and UAMOR registers
` [PATCH v9 07/51] powerpc: cleanup AMR, IAMR when a key is allocated or freed
` [PATCH v9 08/51] powerpc: implementation for arch_set_user_pkey_access()
` [PATCH v9 09/51] powerpc: ability to create execute-disabled pkeys
` [PATCH v9 10/51] powerpc: store and restore the pkey state across context switches
` [PATCH v9 11/51] powerpc: introduce execute-only pkey
` [PATCH v9 12/51] powerpc: ability to associate pkey to a vma
` [PATCH v9 13/51] powerpc: implementation for arch_override_mprotect_pkey()
` [PATCH v9 14/51] powerpc: map vma key-protection bits to pte key bits
` [PATCH v9 15/51] powerpc: Program HPTE key protection bits
` [PATCH v9 16/51] powerpc: helper to validate key-access permissions of a pte
` [PATCH v9 17/51] powerpc: check key protection for user page access
` [PATCH v9 18/51] powerpc: implementation for arch_vma_access_permitted()
` [PATCH v9 19/51] powerpc: Handle exceptions caused by pkey violation
` [PATCH v9 20/51] powerpc: introduce get_mm_addr_key() helper
` [PATCH v9 21/51] powerpc: Deliver SEGV signal on pkey violation
` [PATCH v9 22/51] powerpc/ptrace: Add memory protection key regset
` [PATCH v9 23/51] powerpc: Enable pkey subsystem
` [PATCH v9 24/51] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
` [PATCH v9 25/51] powerpc: sys_pkey_mprotect() system call
` [PATCH v9 26/51] powerpc: add sys_pkey_modify() "
` [PATCH v9 27/51] mm, x86 : introduce arch_pkeys_enabled()
` [PATCH v9 28/51] mm: display pkey in smaps if arch_pkeys_enabled() is true
` [PATCH v9 29/51] mm/mprotect, powerpc/mm/pkeys, x86/mm/pkeys: Add sysfs interface
` [PATCH v9 30/51] Documentation/x86: Move protecton key documentation to arch neutral directory
` [PATCH v9 31/51] Documentation/vm: PowerPC specific updates to memory protection keys
` [PATCH v9 32/51] selftest/x86: Move protecton key selftest to arch neutral directory
` [PATCH v9 33/51] selftest/vm: rename all references to pkru to a generic name
` [PATCH v9 34/51] selftest/vm: move generic definitions to header file
` [PATCH v9 35/51] selftest/vm: typecast the pkey register
` [PATCH v9 36/51] selftest/vm: generic function to handle shadow key register
` [PATCH v9 37/51] selftest/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v9 38/51] selftest/vm: fixed bugs in pkey_disable_clear()
` [PATCH v9 39/51] selftest/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v9 40/51] selftest/vm: fix alloc_random_pkey() to make it really random
` [PATCH v9 41/51] selftest/vm: introduce two arch independent abstraction
` [PATCH v9 42/51] selftest/vm: pkey register should match shadow pkey
` [PATCH v9 43/51] selftest/vm: generic cleanup
` [PATCH v9 44/51] selftest/vm: powerpc implementation for generic abstraction
` [PATCH v9 45/51] selftest/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v9 46/51] selftest/vm: associate key on a mapped page and detect access violation
` [PATCH v9 47/51] selftest/vm: associate key on a mapped page and detect write violation
` [PATCH v9 48/51] selftest/vm: detect write violation on a mapped access-denied-key page
` [PATCH v9 49/51] selftest/vm: sub-page allocator
` [PATCH v9 50/51] selftests/powerpc: Add ptrace tests for Protection Key register
` [PATCH v9 51/51] selftests/powerpc: Add core file test "

[1/2] mm: drop migrate type checks from has_unmovable_pages
 2017-11-06  8:46 UTC  (4+ messages)

[PATCH v17 0/6] Virtio-balloon Enhancement
 2017-11-06  8:21 UTC  (11+ messages)
` [PATCH v17 1/6] lib/xbitmap: Introduce xbitmap
` [PATCH v17 3/6] mm/balloon_compaction.c: split balloon page allocation and enqueue
` [PATCH v17 4/6] virtio-balloon: VIRTIO_BALLOON_F_SG

[PATCH RFC v2 0/4] some fixes and clean up for mempolicy
 2017-11-06  7:39 UTC  (5+ messages)
` [PATCH RFC v2 4/4] mm/mempolicy: add nodes_empty check in SYSC_migrate_pages

[PATCH v10 00/38] x86: Secure Memory Encryption (AMD)
 2017-11-06  7:13 UTC  (5+ messages)
` [PATCH v10 20/38] x86, mpparse: Use memremap to map the mpf and mpc data

UBSAN: Undefined behaviour in mm/sparse.c:81:17
 2017-11-05 12:57 UTC 

[PATCH 0/6] memfd: add sealing to hugetlb-backed memory
 2017-11-05 12:07 UTC  (23+ messages)
` [PATCH 2/6] shmem: rename functions that are memfd-related
` [PATCH 3/6] hugetlb: expose hugetlbfs_inode_info in header
` [PATCH 4/6] hugetlbfs: implement memfd sealing
` [PATCH 5/6] shmem: add sealing support to hugetlb-backed memfd
` [PATCH 6/6] memfd-tests: test hugetlbfs sealing

MPK: pkey_free and key reuse
 2017-11-05 10:35 UTC 

[RFC 0/2] do not depend on cpuhotplug logs in lru_add_drain_all
 2017-11-05  7:45 UTC  (10+ messages)
` [PATCH 1/2] shmem: drop lru_add_drain_all from shmem_wait_for_pins
` [PATCH 2/2] mm: drop hotplug lock from lru_add_drain_all
  ` [PATCH -v2] "

[RFC -mm] mm, userfaultfd, THP: Avoid waiting when PMD under THP migration
 2017-11-05  3:01 UTC  (3+ messages)

[PATCH] mm, mlock, vmscan: no more skipping pagevecs
 2017-11-04 22:43 UTC 

mmotm 2017-11-03-13-00 uploaded
 2017-11-04 21:17 UTC  (3+ messages)

[PATCH 00/15] dax: prep work for fixing dax-dma vs truncate collisions
 2017-11-04 16:31 UTC  (3+ messages)
` [PATCH 04/15] brd: remove dax support

[PATCH] mm: filemap: remove include of hardirq.h
 2017-11-04 13:47 UTC  (2+ messages)

[PATCH] writeback: remove the unused function parameter
 2017-11-04 12:43 UTC  (3+ messages)
  ` [PATCH] writeback: remove the unused function parameter 【外域邮件.谨慎查阅】

[mmotm:master 263/281] lib/find_bit.c:206:9: error: too few arguments to function '_find_next_bit_le'
 2017-11-03 23:57 UTC 

[mmotm:master 262/281] proc.c:undefined reference to `arch_freq_get_on_cpu'
 2017-11-03 22:37 UTC 

[PATCH 1/3] mm, compaction: extend pageblock_skip_persistent() to all compound pages
 2017-11-03 20:37 UTC  (2+ messages)

[PATCH v1 0/2] don't use vmemmap_populate() to initialize shadow
 2017-11-03 18:51 UTC  (3+ messages)
` [PATCH v1 1/2] x86/mm/kasan: "
` [PATCH v1 2/2] arm64/mm/kasan: "

[PATCH v16 02/13] vmstat: add vmstat_idle function
 2017-11-03 17:04 UTC  (2+ messages)
` [PATCH v16 06/13] task_isolation: userspace hard isolation from kernel

[PATCH v12 00/11] complete deferred page initialization
 2017-11-03 15:50 UTC  (10+ messages)
` [PATCH v12 08/11] arm64/kasan: add and use kasan_map_populate()

[PATCH 1/3] mm: memcontrol: eliminate raw access to stat and event counters
 2017-11-03 15:33 UTC  (3+ messages)
` [PATCH 2/3] mm: memcontrol: implement lruvec stat functions on top of each other
` [PATCH 3/3] mm: memcontrol: fix excessive complexity in memory.stat reporting

Can someone explain what free_pgd_range(), etc actually do?
 2017-11-03 15:06 UTC  (2+ messages)

[PATCH 1/2] mm,oom: Move last second allocation to inside the OOM killer
 2017-11-03 14:27 UTC  (6+ messages)
` [PATCH] mm,page_alloc: Update comment for last second allocation attempt

[PATCH v1 0/1] buddy page accessed before initialized
 2017-11-03 14:17 UTC  (12+ messages)
` [PATCH v1 1/1] mm: "

[PATCH v2 0/1] mm: buddy page accessed before initialized
 2017-11-03 13:53 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH 00/23] KAISER: unmap most of the kernel from userspace page tables
 2017-11-03 13:41 UTC  (7+ messages)

Page allocator bottleneck
 2017-11-03 13:40 UTC  (5+ messages)

[PATCH 0/3] lsmem/chmem: add memory zone awareness
 2017-11-03 13:31 UTC  (5+ messages)

[PATCH] mm: Handle 0 flags in _calc_vm_trans() macro
 2017-11-03 13:31 UTC  (2+ messages)

[PATCH v2 0/1] linux: Buffers/caches in VirtIO Balloon driver stats
 2017-11-03 11:27 UTC  (7+ messages)
` [PATCH v2 1/1] virtio_balloon: include buffers and cached memory statistics

[PATCH] mm: don't warn about allocations which stall for too long
 2017-11-03 11:18 UTC  (5+ messages)
  ` [PATCH v2] printk: Add console owner and waiter logic to load balance console writes

[RFC] EPOLL_KILLME: New flag to epoll_wait() that subscribes process to death row (new syscall)
 2017-11-03  9:22 UTC  (6+ messages)
` [RFC v2] prctl: prctl(PR_SET_IDLE, PR_IDLE_MODE_KILLME), for stateless idle loops

[PATCH] s390/mm: fix pud table accounting
 2017-11-03  9:20 UTC  (3+ messages)


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