Age | Commit message (Expand) | Author |
2018-08-17 | memcg, oom: move out_of_memory back to the charge path | Michal Hocko |
2018-08-17 | mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEM | Mike Rapoport |
2018-08-17 | kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN | Andrey Ryabinin |
2018-08-17 | mm: thp: pass correct vm_flags to hugepage_vma_check() | Song Liu |
2018-08-17 | mm/fadvise.c: fix signed overflow UBSAN complaint | Andrey Ryabinin |
2018-08-17 | mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mute... | Colin Ian King |
2018-08-17 | mm/zsmalloc.c: make several functions and a struct static | Colin Ian King |
2018-08-17 | mm/page-writeback.c: update stale account_page_redirty() comment | Greg Thelen |
2018-08-17 | fs, mm: account buffer_head to kmemcg | Shakeel Butt |
2018-08-17 | fs: fsnotify: account fsnotify metadata to kmemcg | Shakeel Butt |
2018-08-17 | mm: provide a fallback for PAGE_KERNEL_EXEC for architectures | Luis R. Rodriguez |
2018-08-17 | mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m... | Oscar Salvador |
2018-08-17 | mm/memory_hotplug.c: call register_mem_sect_under_node() | Oscar Salvador |
2018-08-17 | mm/memory_hotplug.c: make add_memory_resource use __try_online_node | Oscar Salvador |
2018-08-17 | mm/list_lru.c: fold __list_lru_count_one() into its caller | Andrew Morton |
2018-08-17 | mm: workingset: make shadow_lru_isolate() use locking suffix | Sebastian Andrzej Siewior |
2018-08-17 | mm: workingset: remove local_irq_disable() from count_shadow_nodes() | Sebastian Andrzej Siewior |
2018-08-17 | mm: drop VM_BUG_ON from __get_free_pages | Michal Hocko |
2018-08-17 | mm, hugetlbfs: pass fault address to cow handler | Huang Ying |
2018-08-17 | mm, hugetlbfs: rename address to haddr in hugetlb_cow() | Huang Ying |
2018-08-17 | mm, huge page: copy target sub-page last when copy huge page | Huang Ying |
2018-08-17 | mm, clear_huge_page: move order algorithm into a separate function | Huang Ying |
2018-08-17 | mm: thp: inc counter for collapsed shmem THP | Yang Shi |
2018-08-17 | mm: thp: register mm for khugepaged when merging vma for shmem | Yang Shi |
2018-08-17 | mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e... | Jia-Ju Bai |
2018-08-17 | mm/vmscan.c: condense scan_control | Greg Thelen |
2018-08-17 | mm/page_ext.c: constify lookup_page_ext() argument | Kirill A. Shutemov |
2018-08-17 | shmem: use monotonic time for i_generation | Arnd Bergmann |
2018-08-17 | mm, page_alloc: actually ignore mempolicies for high priority allocations | Vlastimil Babka |
2018-08-17 | thp: use mm_file_counter to determine update which rss counter | Yang Shi |
2018-08-17 | mm: skip invalid pages block at a time in zero_resv_unresv() | Pavel Tatashin |
2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder |
2018-08-17 | mm, slub: restore the original intention of prefetch_freepointer() | Vlastimil Babka |
2018-08-17 | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang |
2018-08-15 | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-08-15 | Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2018-08-14 | Merge tag 'docs-4.19' of git://git.lwn.net/linux | Linus Torvalds |
2018-08-14 | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2018-08-14 | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-08-14 | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2018-08-14 | Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle' | Rafael J. Wysocki |
2018-08-13 | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-08-13 | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip | Linus Torvalds |
2018-08-13 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-08-10 | mm/memory.c: check return value of ioremap_prot | jie@chenjie6@huwei.com |
2018-08-06 | PM / reboot: Eliminate race between reboot and suspend | Pingfan Liu |
2018-08-05 | Merge tag 'v4.18-rc6' into for-4.19/block2 | Jens Axboe |
2018-08-05 | mm: Allow non-direct-map arguments to free_reserved_area() | Dave Hansen |
2018-08-05 | Merge 4.18-rc7 into master to pick up the KVM dependcy | Thomas Gleixner |
2018-08-02 | ipc/shm.c add ->pagesize function to shm_vm_ops | Jane Chu |