index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
zpool.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-09
mm/migrate: support un-addressable ZONE_DEVICE page in migration
Jérôme Glisse
4
-30
/
+165
2017-09-09
mm/migrate: migrate_vma() unmap page from vma while collecting pages
Jérôme Glisse
1
-29
/
+112
2017-09-09
mm/migrate: new memory migration helper for use with device memory
Jérôme Glisse
2
-0
/
+596
2017-09-09
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
Jérôme Glisse
9
-15
/
+86
2017-09-09
mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory
Jérôme Glisse
2
-1
/
+102
2017-09-09
mm/hmm/devmem: device memory hotplug using ZONE_DEVICE
Jérôme Glisse
2
-1
/
+533
2017-09-09
mm/memcontrol: support MEMORY_DEVICE_PRIVATE
Jérôme Glisse
2
-4
/
+49
2017-09-09
mm/memcontrol: allow to uncharge page without using page->lru field
Jérôme Glisse
1
-76
/
+92
2017-09-09
mm/ZONE_DEVICE: special case put_page() for device private pages
Jérôme Glisse
4
-10
/
+67
2017-09-09
mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory
Jérôme Glisse
11
-6
/
+309
2017-09-09
mm/memory_hotplug: introduce add_pages
Michal Hocko
3
-7
/
+30
2017-09-09
mm/hmm/mirror: device page fault handler
Jérôme Glisse
2
-12
/
+271
2017-09-09
mm/hmm/mirror: helper to snapshot CPU page table
Jérôme Glisse
2
-2
/
+338
2017-09-09
mm/hmm/mirror: mirror process address space on device with HMM helpers
Jérôme Glisse
3
-15
/
+260
2017-09-09
mm/hmm: heterogeneous memory management (HMM for short)
Jérôme Glisse
6
-1
/
+249
2017-09-09
hmm: heterogeneous memory management documentation
Jérôme Glisse
2
-0
/
+391
2017-09-09
mm: memory_hotplug: memory hotremove supports thp migration
Naoya Horiguchi
2
-2
/
+17
2017-09-09
mm: migrate: move_pages() supports thp migration
Naoya Horiguchi
1
-13
/
+32
2017-09-09
mm: mempolicy: mbind and migrate_pages support thp migration
Naoya Horiguchi
1
-29
/
+79
2017-09-09
mm: soft-dirty: keep soft-dirty bits over thp migration
Naoya Horiguchi
5
-15
/
+92
2017-09-09
mm: thp: check pmd migration entry in common path
Zi Yan
9
-27
/
+147
2017-09-09
mm: thp: enable thp migration in generic path
Zi Yan
7
-13
/
+212
2017-09-09
mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION
Naoya Horiguchi
3
-0
/
+17
2017-09-09
mm: thp: introduce separate TTU flag for thp freezing
Naoya Horiguchi
3
-5
/
+7
2017-09-09
mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1
Naoya Horiguchi
2
-8
/
+14
2017-09-09
mm: mempolicy: add queue_pages_required()
Naoya Horiguchi
1
-5
/
+17
2017-09-08
RDMA/netlink: clean up message validity array initializer
Linus Torvalds
1
-6
/
+5
2017-09-08
RDAM/netlink: Fix out-of-bound access while checking message validity
Leon Romanovsky
1
-3
/
+4
2017-09-07
fs: aio: fix the increment of aio-nr and counting against aio-max-nr
Mauricio Faria de Oliveira
1
-7
/
+12
2017-09-07
x86/mm: Document how CR4.PCIDE restore works
Andy Lutomirski
1
-0
/
+13
2017-09-07
x86/mm: Reinitialize TLB state on hotplug and resume
Andy Lutomirski
4
-0
/
+49
2017-09-07
mm,fork: introduce MADV_WIPEONFORK
Rik van Riel
10
-10
/
+39
2017-09-07
x86,mpx: make mpx depend on x86-64 to free up VMA flag
Rik van Riel
2
-3
/
+9
2017-09-07
mm: add /proc/pid/smaps_rollup
Daniel Colascione
4
-62
/
+170
2017-09-07
mm: hugetlb: clear target sub-page last when clearing huge page
Huang Ying
3
-7
/
+41
2017-09-07
mm: oom: let oom_reap_task and exit_mmap run concurrently
Andrea Arcangeli
4
-33
/
+23
2017-09-07
swap: choose swap device according to numa node
Aaron Lu
3
-27
/
+164
2017-09-07
mm: replace TIF_MEMDIE checks by tsk_is_oom_victim
Michal Hocko
2
-5
/
+6
2017-09-07
mm, oom: do not rely on TIF_MEMDIE for memory reserves access
Michal Hocko
3
-23
/
+73
2017-09-07
z3fold: use per-cpu unbuddied lists
Vitaly Wool
1
-135
/
+344
2017-09-07
mm, swap: don't use VMA based swap readahead if HDD is used as swap
Huang Ying
2
-6
/
+13
2017-09-07
mm, swap: add sysfs interface for VMA based swap readahead
Huang Ying
2
-0
/
+106
2017-09-07
mm, swap: VMA based swap readahead
Huang Ying
5
-25
/
+273
2017-09-07
mm, swap: fix swap readahead marking
Huang Ying
1
-7
/
+11
2017-09-07
mm, swap: add swap readahead hit statistics
Huang Ying
3
-2
/
+15
2017-09-07
mm/vmalloc.c: don't reinvent the wheel but use existing llist API
Byungchul Park
1
-6
/
+4
2017-09-07
mm/vmstat.c: fix wrong comment
SeongJae Park
1
-1
/
+1
2017-09-07
selftests/memfd: add memfd_create hugetlbfs selftest
Mike Kravetz
3
-86
/
+357
2017-09-07
mm/shmem: add hugetlbfs support to memfd_create()
Mike Kravetz
2
-6
/
+55
2017-09-07
mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookups
Dan Williams
2
-14
/
+39
[next]