| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-03 | 3 | -20/+8 |
|\ |
|
| * | Merge branch 'linus' into x86/mm, to pick up fixes | Ingo Molnar | 2017-06-22 | 7 | -111/+114 |
| |\ |
|
| * | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation | Kirill A. Shutemov | 2017-06-13 | 2 | -6/+6 |
| * | | Merge tag 'v4.12-rc4' into x86/mm, to pick up fixes | Ingo Molnar | 2017-06-05 | 10 | -48/+106 |
| |\ \ |
|
| * | | | mm, x86/mm: Make the batched unmap TLB flush API more generic | Andy Lutomirski | 2017-05-24 | 1 | -14/+2 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-07-03 | 5 | -16/+16 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-06-24 | 4 | -24/+51 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'WIP.sched/core' into sched/core | Ingo Molnar | 2017-06-20 | 18 | -171/+227 |
| |\ \ \ \ \ |
|
| | * | | | | | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming | Ingo Molnar | 2017-06-20 | 3 | -4/+4 |
| | * | | | | | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 2017-06-20 | 4 | -11/+11 |
| * | | | | | | mm/vmscan: Adjust system_state checks | Thomas Gleixner | 2017-05-23 | 1 | -1/+1 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-07-03 | 2 | -9/+59 |
|\ \ \ \ \ \ |
|
| * | | | | | | fs: return if direct I/O will trigger writeback | Goldwyn Rodrigues | 2017-06-20 | 1 | -7/+25 |
| * | | | | | | fs: Introduce filemap_range_has_page() | Goldwyn Rodrigues | 2017-06-20 | 1 | -0/+32 |
| * | | | | | | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme... | Christoph Hellwig | 2017-06-13 | 2 | -1/+3 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge tag 'v4.12-rc5' into for-4.13/block | Jens Axboe | 2017-06-12 | 10 | -48/+106 |
| |\ \ \ \ \ \ \
| | | |_|_|_|/ /
| | |/| | | | | |
|
| * | | | | | | | block: switch bios to blk_status_t | Christoph Hellwig | 2017-06-09 | 1 | -2/+2 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid | Linus Torvalds | 2017-07-03 | 2 | -1/+3 |
|\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | | / /
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | tmpfs: generate random sb->s_uuid | Amir Goldstein | 2017-06-05 | 1 | -0/+2 |
| * | | | | | fs: switch ->s_uuid to uuid_t | Christoph Hellwig | 2017-06-05 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | slub: make sysfs file removal asynchronous | Tejun Heo | 2017-06-23 | 1 | -14/+26 |
* | | | | | mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappings | Ard Biesheuvel | 2017-06-23 | 1 | -2/+13 |
* | | | | | mm, thp: remove cond_resched from __collapse_huge_page_copy | David Rientjes | 2017-06-23 | 1 | -1/+0 |
| |_|_|/
|/| | | |
|
* | | | | Allow stack to grow up to address space limit | Helge Deller | 2017-06-21 | 1 | -5/+8 |
* | | | | mm: fix new crash in unmapped_area_topdown() | Hugh Dickins | 2017-06-21 | 1 | -2/+4 |
| |_|/
|/| | |
|
* | | | mm: larger stack guard gap, between vmas | Hugh Dickins | 2017-06-19 | 3 | -103/+89 |
* | | | mm: correct the comment when reclaimed pages exceed the scanned pages | zhongjiang | 2017-06-17 | 1 | -3/+3 |
* | | | mm: numa: avoid waiting on freed migrated pages | Mark Rutland | 2017-06-17 | 1 | -1/+7 |
* | | | swap: cond_resched in swap_cgroup_prepare() | Yu Zhao | 2017-06-17 | 1 | -0/+3 |
* | | | mm/memory-failure.c: use compound_head() flags for huge pages | James Morse | 2017-06-17 | 1 | -1/+4 |
|/ / |
|
* | | mm: consider memblock reservations for deferred memory initialization sizing | Michal Hocko | 2017-06-02 | 2 | -11/+45 |
* | | mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified | James Morse | 2017-06-02 | 2 | -12/+13 |
* | | mlock: fix mlock count can not decrease in race condition | Yisheng Xie | 2017-06-02 | 1 | -2/+3 |
* | | mm/migrate: fix refcount handling when !hugepage_migration_supported() | Punit Agrawal | 2017-06-02 | 1 | -6/+2 |
* | | mm: avoid spurious 'bad pmd' warning messages | Ross Zwisler | 2017-06-02 | 1 | -10/+30 |
* | | mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks ... | Tetsuo Handa | 2017-06-02 | 1 | -1/+3 |
* | | slub/memcg: cure the brainless abuse of sysfs attributes | Thomas Gleixner | 2017-06-02 | 1 | -2/+4 |
* | | mm: clarify why we want kmalloc before falling backto vmallock | Michal Hocko | 2017-06-02 | 1 | -2/+5 |
* | | ksm: prevent crash after write_protect_page fails | Andrea Arcangeli | 2017-06-02 | 1 | -2/+1 |
|/ |
|
* | mm: vmscan: scan until it finds eligible pages | Minchan Kim | 2017-05-12 | 1 | -6/+15 |
* | mm, thp: copying user pages must schedule on collapse | David Rientjes | 2017-05-12 | 1 | -4/+3 |
* | mm: fix data corruption due to stale mmap reads | Jan Kara | 2017-05-12 | 1 | -1/+11 |
* | dax: prevent invalidation of mapped DAX entries | Ross Zwisler | 2017-05-12 | 1 | -6/+3 |
* | mm, vmalloc: fix vmalloc users tracking properly | Michal Hocko | 2017-05-12 | 2 | -2/+20 |
* | mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin | SeongJae Park | 2017-05-12 | 1 | -1/+3 |
* | mm, vmstat: Remove spurious WARN() during zoneinfo print | Reza Arbab | 2017-05-12 | 1 | -2/+0 |
* | hwpoison, memcg: forcibly uncharge LRU pages | Michal Hocko | 2017-05-12 | 2 | -1/+8 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-05-11 | 1 | -1/+1 |
|\ |
|
| * | mm: Silence vmap() allocation failures based on caller gfp_flags | Florian Fainelli | 2017-05-11 | 1 | -1/+1 |
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-10 | 9 | -36/+24 |
|\ \ |
|