messages from 2016-01-08 19:40:31 to 2016-01-12 02:20:20 UTC [more...]
[PATCH v3 00/22] kthread: Use kthread worker API more widely
2016-01-12 2:17 UTC (5+ messages)
` [PATCH v3 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API
[PATCH 00/13] aio: thread (work queue) based aio and new aio functionality
2016-01-12 1:45 UTC (20+ messages)
` [PATCH 01/13] signals: distinguish signals sent due to i/o via io_send_sig()
` [PATCH 02/13] aio: add aio_get_mm() helper
` [PATCH 03/13] aio: for async operations, make the iter argument persistent
` [PATCH 04/13] signals: add and use aio_get_task() to direct signals sent via io_send_sig()
` [PATCH 05/13] fs: make do_loop_readv_writev() non-static
` [PATCH 06/13] aio: add queue_work() based threaded aio support
` [PATCH 07/13] aio: enabled thread based async fsync
` [PATCH 08/13] aio: add support for aio poll via aio thread helper
` [PATCH 09/13] aio: add support for async openat()
` [PATCH 10/13] aio: add async unlinkat functionality
` [PATCH 11/13] mm: enable __do_page_cache_readahead() to include present pages
` [PATCH 12/13] aio: add support for aio readahead
` [PATCH 13/13] aio: add support for aio renameat operation
[PATCH] mm/hugetlbfs: Unmap pages if page fault raced with hole punch
2016-01-12 1:36 UTC (5+ messages)
[PATCH] Documentation/kernel-parameters: update KMG units
2016-01-12 1:31 UTC (2+ messages)
[PATCH] mm: add ratio in slabinfo print
2016-01-12 1:05 UTC (6+ messages)
[PATCH v8 0/3] Machine check recovery when kernel accesses poison
2016-01-12 0:37 UTC (30+ messages)
` [PATCH v8 2/3] x86, mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entries
` [PATCH v8 1/3] x86: Expand exception table to allow new handling options
` [PATCH v8 3/3] x86, mce: Add __mcsafe_copy()
[PATCH V2] mm/powerpc: Fix _PAGE_PTE breaking swapoff
2016-01-12 0:03 UTC (3+ messages)
[PATCH v6] fs: clear file privilege bits when mmap writing
2016-01-11 23:19 UTC (12+ messages)
[PATCH 0/2 -mm] oom reaper v4
2016-01-11 22:54 UTC (6+ messages)
` [PATCH 1/2] mm, oom: introduce oom reaper
` [PATCH 3/2] oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space
[PATCH] mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabled
2016-01-11 22:02 UTC (8+ messages)
[PATCH 1/1] mm: EXPORT_SYMBOL_GPL(find_vm_area);
2016-01-11 21:31 UTC (4+ messages)
[PATCHSET 0/2] Allow single pagefault in write access of a VM_MIXEDMAP mapping
2016-01-11 19:35 UTC (7+ messages)
` [PATCH 1/2] mm: Allow single pagefault on mmap-write with VM_MIXEDMAP
` [PATCH 2/2] dax: Only fault once on mmap write access
[PATCH V4][for-next]mm: add a new vector based madvise syscall
2016-01-11 19:06 UTC (3+ messages)
[PATCH v3] memory-hotplug: add automatic onlining policy for the newly added memory
2016-01-11 16:22 UTC (10+ messages)
[PATCH next] powerpc/mm: fix _PAGE_SWP_SOFT_DIRTY breaking swapoff
2016-01-11 16:04 UTC (10+ messages)
` [PATCH next] mm: make swapoff more robust against soft dirty
[PATCH] mm,oom: Exclude TIF_MEMDIE processes from candidates
2016-01-11 15:18 UTC (6+ messages)
Unrecoverable Out Of Memory kernel error
2016-01-11 15:02 UTC (4+ messages)
[PATCH] mm,oom: make oom_killer_disable() killable
2016-01-11 14:49 UTC (4+ messages)
` What is oom_killer_disable() for?
[PATCH] mm/page_alloc: remove unused struct zone *z variable
2016-01-11 13:51 UTC (3+ messages)
[RFC 00/13] x86/mm: PCID and INVPCID
2016-01-11 12:51 UTC (28+ messages)
` [RFC 01/13] x86/paravirt: Turn KASAN off for parvirt.o
` [PATCH 1/2] x86/kasan: clear kasan_zero_page after TLB flush
` [PATCH 2/2] x86/kasan: write protect kasan zero shadow
` [RFC 02/13] x86/mm: Add INVPCID helpers
` [RFC 03/13] x86/mm: Add a noinvpcid option to turn off INVPCID
` [RFC 04/13] x86/mm: If INVPCID is available, use it to flush global mappings
` [RFC 05/13] x86/mm: Add barriers and document switch_mm-vs-flush synchronization
` [RFC 06/13] x86/mm: Disable PCID on 32-bit kernels
` [RFC 07/13] x86/mm: Add nopcid to turn off PCID
` [RFC 08/13] x86/mm: Teach CR3 readers about PCID
` [RFC 09/13] x86/mm: Disable interrupts when flushing the TLB using CR3
` [RFC 10/13] x86/mm: Factor out remote TLB flushing
` [RFC 11/13] x86/mm: Build arch/x86/mm/tlb.c even on !SMP
` [RFC 12/13] x86/mm: Uninline switch_mm
` [RFC 13/13] x86/mm: Try to preserve old TLB entries using PCID
[PATCH v7 0/9] DAX fsync/msync support
2016-01-11 12:23 UTC (5+ messages)
` [PATCH v7 2/9] dax: fix conversion of holes to PMDs
[PATCH] mm: fix locking order in mm_take_all_locks()
2016-01-11 11:05 UTC
[PATCH 146/190] io-mapping: Always create a struct to hold metadata about the io-mapping
2016-01-11 11:00 UTC
[PATCH] mm/powerpc: Fix _PAGE_PTE breaking swapoff
2016-01-11 10:05 UTC
[PATCH v4 0/2] mm: Introduce kernelcore=mirror option
2016-01-11 9:56 UTC (5+ messages)
` [PATCH v4 2/2] mm/page_alloc.c: introduce "
mm: possible deadlock in mm_take_all_locks
2016-01-11 9:04 UTC (5+ messages)
[PATCH next] powerpc/mm: fix _PAGE_PTE breaking swapoff
2016-01-11 6:09 UTC (5+ messages)
Your order of a Degree
2016-01-11 6:00 UTC
[RFC][4.1.15-rt17 PATCH] mm: swap: lru drain don't use workqueue with PREEMPT_RT_FULL
2016-01-11 0:43 UTC
[PATCH 1/2] virtio_balloon: fix race by fill and leak
2016-01-10 23:54 UTC (10+ messages)
` [PATCH 2/2] virtio_balloon: fix race between migration and ballooning
[PATCH mmotm] memcg: avoid vmpressure oops when memcg disabled
2016-01-10 17:38 UTC (2+ messages)
Your Job is at stake
2016-01-09 19:35 UTC
[PATCH v2] lib+mm: fix few spelling mistakes
2016-01-09 13:41 UTC
[PATCH] mm/memblock: If nr_new is 0 just return
2016-01-09 11:33 UTC
[PATCH] mm/memblock: If nr_new is 0 just return
2016-01-09 11:30 UTC
[PATCH V2] mm/hugetlbfs Fix bugs in hugetlb_vmtruncate_list
2016-01-08 23:55 UTC
[PATCH] mm: do some cleanup
2016-01-08 23:38 UTC
[PATCH v1] mm: soft-offline: check return value in second __get_any_page() call
2016-01-08 23:36 UTC (3+ messages)
[PATCH v7 0/3] Machine check recovery when kernel accesses poison
2016-01-08 22:29 UTC (12+ messages)
` [PATCH v7 1/3] x86: Add classes to exception tables
[PATCH] mm/mlock.c: change can_do_mlock return value type to boolean
2016-01-08 22:17 UTC
[PATCH] cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_from_page()
2016-01-08 22:00 UTC
[PATCH v1] mm: soft-offline: exit with failure for non anonymous thp
2016-01-08 20:33 UTC (2+ messages)
[PATCH 00/31] x86: Memory Protection Keys (v8)
2016-01-08 19:51 UTC (5+ messages)
` [PATCH 30/31] x86, pkeys: create an x86 arch_calc_vm_prot_bits() for VMA flags
` [PATCH 31/31] x86, pkeys: execute-only support
[PATCH v3 0/8] Support for transparent PUD pages for DAX files
2016-01-08 19:49 UTC (9+ messages)
` [PATCH v3 1/8] mm: Convert an open-coded VM_BUG_ON_VMA
` [PATCH v3 2/8] mm,fs,dax: Change ->pmd_fault to ->huge_fault
` [PATCH v3 3/8] mm: Add support for PUD-sized transparent hugepages
` [PATCH v3 4/8] mincore: Add support for PUDs
` [PATCH v3 5/8] procfs: Add support for PUDs to smaps, clear_refs and pagemap
` [PATCH v3 6/8] x86: Add support for PUD-sized transparent hugepages
` [PATCH v3 7/8] dax: Support for transparent PUD pages
` [PATCH v3 8/8] ext4: Support for PUD-sized transparent huge pages
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).