[PATCH 0/5] UserfaultFD: Extension for non cooperative uffd usage (v2)
2015-05-13 14:52 UTC
[PATCH 0/2] man-pages: clarify MAP_LOCKED semantic
2015-05-13 14:48 UTC (6+ messages)
` [PATCH 1/2] mmap.2: "
` [PATCH 2/2] mmap2: clarify MAP_POPULATE
[PATCH 0/3] Allow user to request memory to be locked on page fault
2015-05-13 14:14 UTC (13+ messages)
` [PATCH 1/3] Add flag to request pages are locked after "
` [PATCH 2/3] Add mlockall flag for locking pages on fault
` [PATCH 3/3] Add tests for lock "
Interacting with coherent memory on external devices
2015-05-13 14:10 UTC (16+ messages)
[RFC PATCH] PM, freezer: Don't thaw when it's intended frozen processes
2015-05-13 13:54 UTC (11+ messages)
[PATCH 0/9 v5] Helper to abstract vma handling in media layer
2015-05-13 13:08 UTC (10+ messages)
` [PATCH 1/9] [media] vb2: Push mmap_sem down to memops
` [PATCH 2/9] mm: Provide new get_vaddr_frames() helper
` [PATCH 3/9] media: omap_vout: Convert omap_vout_uservirt_to_phys() to use get_vaddr_pfns()
` [PATCH 4/9] vb2: Provide helpers for mapping virtual addresses
` [PATCH 5/9] media: vb2: Convert vb2_dma_sg_get_userptr() to use frame vector
` [PATCH 6/9] media: vb2: Convert vb2_vmalloc_get_userptr() "
` [PATCH 7/9] media: vb2: Convert vb2_dc_get_userptr() "
` [PATCH 8/9] media: vb2: Remove unused functions
` [PATCH 9/9] drm/exynos: Convert g2d_userptr_get_dma_addr() to use get_vaddr_frames()
[PATCH] mm, numa: Really disable NUMA balancing by default on single node machines
2015-05-13 13:07 UTC (2+ messages)
[PATCH RFC 0/3] pagemap: make useable for non-privilege users
2015-05-13 11:39 UTC (14+ messages)
` [PATCH v2 1/3] pagemap: add mmap-exclusive bit for marking pages mapped only here
` [PATCH v2 2/3] pagemap: hide physical addresses from non-privileged users
` [PATCH v2 3/3] pagemap: switch to the new format and do some cleanup
[PATCH v3 0/4] Sanitizing freed pages
2015-05-13 9:50 UTC (5+ messages)
` [PATCH v3 2/4] PM / Hibernate: prepare for SANITIZE_FREED_PAGES
[PATCH v1 00/15] decouple pagefault_disable() from preempt_disable()
2015-05-13 8:55 UTC (20+ messages)
` [PATCH v1 01/15] uaccess: count pagefault_disable() levels in pagefault_disabled
` [PATCH v1 02/15] mm, uaccess: trigger might_sleep() in might_fault() with disabled pagefaults
` [PATCH v1 03/15] uaccess: clarify that uaccess may only sleep if pagefaults are enabled
` [PATCH v1 04/15] mm: explicitly disable/enable preemption in kmap_atomic_*
` [PATCH v1 05/15] mips: kmap_coherent relies on disabled preemption
` [PATCH v1 06/15] mm: use pagefault_disable() to check for disabled pagefaults in the handler
` [PATCH v1 07/15] drm/i915: use pagefault_disabled() to check for disabled pagefaults
` [PATCH v1 08/15] futex: UP futex_atomic_op_inuser() relies on disabled preemption
` [PATCH v1 09/15] futex: UP futex_atomic_cmpxchg_inatomic() "
` [PATCH v1 10/15] arm/futex: "
` [PATCH v1 11/15] arm/futex: UP futex_atomic_op_inuser() "
` [PATCH v1 12/15] futex: clarify that preemption doesn't have to be disabled
` [PATCH v1 13/15] powerpc: enable_kernel_altivec() requires disabled preemption
` [PATCH v1 14/15] mips: properly lock access to the fpu
` [PATCH v1 15/15] uaccess: decouple preemption from the pagefault logic
mm: BUG_ON with NUMA_BALANCING (kernel BUG at include/linux/swapops.h:131!)
2015-05-13 8:17 UTC
[PATCH v2] rmap: fix theoretical race between do_wp_page and shrink_active_list
2015-05-13 8:08 UTC (6+ messages)
[PATCH v4 00/10] an introduction of Linux library operating system (LibOS)
2015-05-13 5:28 UTC (12+ messages)
` [PATCH v5 "
` [PATCH v5 01/10] sysctl: make some functions unstatic to access by arch/lib
` [PATCH v5 02/10] slab: add SLIB (Library memory allocator) for arch/lib
` [PATCH v5 03/10] lib: public headers and API implementations for userspace programs
` [PATCH v5 04/10] lib: time handling (kernel glue code)
` [PATCH v5 05/10] lib: context and scheduling functions (kernel glue code) for libos
` [PATCH v5 06/10] lib: sysctl handling (kernel glue code)
` [PATCH v5 07/10] lib: other kernel glue layer code
` [PATCH v5 08/10] lib: auxiliary files for auto-generated asm-generic files of libos
` [PATCH v5 09/10] lib: libos build scripts and documentation
` [PATCH v5 10/10] lib: tools used for test scripts
[PATCH v2] rmap: fix theoretical race between do_wp_page and shrink_active_list
2015-05-13 3:00 UTC
[PATCH v2] rmap: fix theoretical race between do_wp_page and shrink_active_list
2015-05-13 2:04 UTC (2+ messages)
mm: memory-hotplug: enable memory hotplug to handle hugepage
2015-05-13 1:44 UTC (11+ messages)
` [PATCH] mm/hugetlb: initialize order with UINT_MAX in dissolve_free_huge_pages()
[PATCH 0/4] hwpoison fixes for v4.2
2015-05-13 0:11 UTC (7+ messages)
` [PATCH 4/4] mm/memory-failure: me_huge_page() does nothing for thp
` [PATCH 1/4] mm/memory-failure: split thp earlier in memory error handling
` [PATCH 3/4] mm: soft-offline: don't free target page in successful page migration
` [PATCH 2/4] mm/memory-failure: introduce get_hwpoison_page() for consistent refcount handling
[PATCH v4 0/7] mtrr, mm, x86: Enhance MTRR checks for huge I/O mapping
2015-05-12 16:57 UTC (12+ messages)
` [PATCH v4 7/7] mtrr, mm, x86: Enhance MTRR checks for KVA huge page mapping
[PATCH 00/10] Refactor netdev page frags and move them into mm/
2015-05-12 14:39 UTC (8+ messages)
` [PATCH 01/10] net: Use cached copy of pfmemalloc to avoid accessing page
[PATCH v5 0/4] idle memory tracking
2015-05-12 13:34 UTC (5+ messages)
` [PATCH v5 1/4] memcg: add page_cgroup_ino helper
` [PATCH v5 2/4] proc: add kpagecgroup file
` [PATCH v5 3/4] proc: add kpageidle file
` [PATCH v5 4/4] proc: export idle flag via kpageflags
[PATCH v3 0/3] idle memory tracking
2015-05-12 9:41 UTC (13+ messages)
` [PATCH v3 3/3] proc: add kpageidle file
[RFC] rmap: fix "race" between do_wp_page and shrink_active_list
2015-05-12 9:31 UTC (7+ messages)
[PATCH V4 1/3] mm/thp: Split out pmd collpase flush into a separate functions
2015-05-12 9:19 UTC (4+ messages)
` [PATCH V4 2/3] powerpc/mm: Use generic version of pmdp_clear_flush
` [PATCH V4 3/3] mm: Clarify that the function operateds on hugepage pte
[PATCH 1/3] mm/page_alloc: don't break highest order freepage if steal
2015-05-12 9:01 UTC (12+ messages)
` [PATCH 2/3] mm/page_alloc: stop fallback allocation if we already get some freepage
` [RFC PATCH 3/3] mm: support active anti-fragmentation algorithm
[PATCH V3] mm/thp: Split out pmd collpase flush into a separate functions
2015-05-11 22:40 UTC (4+ messages)
[PATCH] Fix crashes due to stack randomization on stack-grows-upwards architectures
2015-05-11 20:01 UTC
[PATCHSET 0/6] perf kmem: Implement page allocation analysis (v8)
2015-05-11 15:26 UTC (5+ messages)
` [PATCH 4/6] perf kmem: Print gfp flags in human readable string
[PATCH 0/9 v4] Helper to abstract vma handling in media layer
2015-05-11 14:47 UTC (5+ messages)
` [PATCH 2/9] mm: Provide new get_vaddr_frames() helper
[RFC 0/4] Outsourcing page fault THP allocations to khugepaged
2015-05-11 14:35 UTC (5+ messages)
` [RFC 1/4] mm, thp: stop preallocating hugepages in khugepaged
` [RFC 2/4] mm, thp: khugepaged checks for THP allocability before scanning
` [RFC 3/4] mm, thp: try fault allocations only if we expect them to succeed
` [RFC 4/4] mm, thp: wake up khugepaged when huge page is not available
[PATCH v4 3/7] mtrr, x86: Remove a wrong address check in __mtrr_type_lookup()
2015-05-11 12:46 UTC (2+ messages)
` [tip:x86/mm] x86/mm/mtrr: Remove incorrect "
[PATCH v2] kmemleak: record accurate early log buffer count and report when exceeded
2015-05-11 10:55 UTC (2+ messages)
[PATCH V3] powerpc/thp: Serialize pmd clear against a linux page table walk
2015-05-11 8:54 UTC (3+ messages)
[PATCH V2 1/2] mm/thp: Split out pmd collpase flush into a seperate functions
2015-05-11 6:32 UTC (6+ messages)
` [PATCH V2 2/2] powerpc/thp: Serialize pmd clear against a linux page table walk
[PATCH 1/2 V3] memory-hotplug: fix BUG_ON in move_freepages()
2015-05-11 3:11 UTC (3+ messages)
[mmotm:master 206/224] ERROR: "__udivdi3" undefined!
2015-05-10 6:01 UTC
Problems when upgrading from Debian 7.8 i386 for Debian wheezy 8 jessie
2015-05-10 3:37 UTC
[PATCHv2 0/3] Find mirrored memory, use for boot time allocations
2015-05-08 23:41 UTC (8+ messages)
` [PATCHv2 1/3] mm/memblock: Add extra "flags" to memblock to allow selection of memory based on attribute
` [PATCHv2 2/3] mm/memblock: Allocate boot time data structures from mirrored memory
` [PATCHv2 3/3] x86, mirror: x86 enabling - find mirrored memory ranges
[PATCH] mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable zones
2015-05-08 23:18 UTC (10+ messages)
` [PATCH v2] mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable pages
[PATCH 0/3] UserfaultFD: Extension for non cooperative uffd usage
2015-05-08 17:54 UTC (13+ messages)
` [PATCH] UserfaultFD: Rename uffd_api.bits into .features
` [PATCH] UserfaultFD: Fix stack corruption when zeroing uffd_msg
[PATCH v4 0/3] idle memory tracking
2015-05-08 13:22 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox