| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/... | Linus Torvalds | 2018-08-25 | 4 | -46/+186 |
|\ |
|
| * | mm, memory_failure: Teach memory_failure() about dev_pagemap pages | Dan Williams | 2018-07-23 | 1 | -2/+123 |
| * | mm, memory_failure: Collect mapping size in collect_procs() | Dan Williams | 2018-07-23 | 1 | -41/+40 |
| * | mm, madvise_inject_error: Let memory_failure() optionally take a page reference | Dan Williams | 2018-07-23 | 1 | -3/+13 |
| * | mm, dev_pagemap: Do not clear ->mapping on final put | Dan Williams | 2018-07-23 | 1 | -0/+2 |
| * | mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages | Dan Williams | 2018-07-20 | 1 | -0/+8 |
| * | device-dax: Convert to vmf_insert_mixed and vm_fault_t | Dan Williams | 2018-07-20 | 1 | -2/+2 |
* | | mm/cow: don't bother write protecting already write-protected pages | Linus Torvalds | 2018-08-25 | 1 | -1/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-08-23 | 11 | -100/+162 |
|\ \ |
|
| * | | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 2018-08-23 | 7 | -81/+83 |
| * | | mm/util: add kernel-doc for kvfree | Mike Rapoport | 2018-08-23 | 1 | -0/+7 |
| * | | mm/util: make strndup_user description a kernel-doc comment | Mike Rapoport | 2018-08-23 | 1 | -1/+1 |
| * | | mm: soft-offline: close the race against page allocation | Naoya Horiguchi | 2018-08-23 | 3 | -6/+52 |
| * | | mm: fix race on soft-offlining free huge pages | Naoya Horiguchi | 2018-08-23 | 3 | -14/+21 |
* | | | mm: mmu_notifier fix for tlb_end_vma | Nicholas Piggin | 2018-08-23 | 1 | -10/+0 |
* | | | mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE | Peter Zijlstra | 2018-08-23 | 1 | -0/+18 |
* | | | mm/tlb: Remove tlb_remove_table() non-concurrent condition | Peter Zijlstra | 2018-08-23 | 1 | -9/+0 |
* | | | mm: move tlb_table_flush to tlb_flush_mmu_free | Nicholas Piggin | 2018-08-23 | 1 | -3/+3 |
* | | | x86/mm/tlb: Revert the recent lazy TLB patches | Peter Zijlstra | 2018-08-22 | 1 | -14/+8 |
|/ / |
|
* | | include/linux/compiler*.h: make compiler-*.h mutually exclusive | Nick Desaulniers | 2018-08-22 | 2 | -3/+4 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-08-22 | 20 | -389/+559 |
|\ \ |
|
| * | | bdi: use irqsave variant of refcount_dec_and_lock() | Anna-Maria Gleixner | 2018-08-22 | 1 | -4/+1 |
| * | | bdi: use refcount_t for reference counting instead atomic_t | Sebastian Andrzej Siewior | 2018-08-22 | 1 | -6/+6 |
| * | | /proc/meminfo: add percpu populated pages count | Dennis Zhou (Facebook) | 2018-08-22 | 1 | -0/+29 |
| * | | mm, oom: introduce memory.oom.group | Roman Gushchin | 2018-08-22 | 2 | -0/+123 |
| * | | mm, oom: refactor oom_kill_process() | Roman Gushchin | 2018-08-22 | 1 | -58/+65 |
| * | | mm/page_alloc: Introduce free_area_init_core_hotplug | Oscar Salvador | 2018-08-22 | 2 | -35/+59 |
| * | | mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INIT | Oscar Salvador | 2018-08-22 | 1 | -9/+16 |
| * | | mm: remove __paginginit | Pavel Tatashin | 2018-08-22 | 2 | -21/+10 |
| * | | mm: access zone->node via zone_to_nid() and zone_set_nid() | Pavel Tatashin | 2018-08-22 | 3 | -15/+8 |
| * | | mm/page_alloc.c: move ifdefery out of free_area_init_core | Oscar Salvador | 2018-08-22 | 1 | -13/+37 |
| * | | memcg: reduce memcg tree traversals for stats collection | Shakeel Butt | 2018-08-22 | 1 | -77/+73 |
| * | | mm: fix page_freeze_refs and page_unfreeze_refs in comments | Jiang Biao | 2018-08-22 | 3 | -4/+4 |
| * | | mm: clarify CONFIG_PAGE_POISONING and usage | Kees Cook | 2018-08-22 | 1 | -3/+3 |
| * | | mm: zero out the vma in vma_init() | Andrew Morton | 2018-08-22 | 2 | -2/+0 |
| * | | mm/mempool.c: add missing parameter description | Mike Rapoport | 2018-08-22 | 1 | -0/+1 |
| * | | mm/oom_kill.c: clean up oom_reap_task_mm() | Michal Hocko | 2018-08-22 | 1 | -8/+16 |
| * | | mm, oom: describe task memory unit, larger PID pad | Rodrigo Freire | 2018-08-22 | 1 | -2/+3 |
| * | | mm, oom: remove oom_lock from oom_reaper | Michal Hocko | 2018-08-22 | 2 | -28/+4 |
| * | | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko | 2018-08-22 | 4 | -22/+35 |
| * | | mm/swapfile.c: put_swap_page: share more between huge/normal code path | Huang Ying | 2018-08-22 | 1 | -10/+10 |
| * | | mm/swapfile.c: add __swap_entry_free_locked() | Huang Ying | 2018-08-22 | 1 | -6/+14 |
| * | | mm, swap, get_swap_pages: use entry_size instead of cluster in parameter | Huang Ying | 2018-08-22 | 2 | -12/+12 |
| * | | mm/swapfile.c: unify normal/huge code path in put_swap_page() | Huang Ying | 2018-08-22 | 1 | -46/+37 |
| * | | mm/swapfile.c: unify normal/huge code path in swap_page_trans_huge_swapped() | Huang Ying | 2018-08-22 | 1 | -4/+3 |
| * | | mm/swapfile.c: use swap_count() in swap_page_trans_huge_swapped() | Huang Ying | 2018-08-22 | 1 | -2/+2 |
| * | | mm/swapfile.c: replace some #ifdef with IS_ENABLED() | Huang Ying | 2018-08-22 | 1 | -40/+20 |
| * | | mm: swap: add comments to lock_cluster_or_swap_info() | Huang Ying | 2018-08-22 | 1 | -2/+7 |
| * | | mm: check shrinker is memcg-aware in register_shrinker_prepared() | Kirill Tkhai | 2018-08-22 | 1 | -1/+2 |
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-08-21 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|