index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/memblock.c: replace u64 with phys_addr_t where appropriate
Mike Rapoport
2018-08-18
1
-23
/
+23
*
mm/sparse.c: make sparse_init_one_section void and remove check
Oscar Salvador
2018-08-18
1
-9
/
+4
*
memcg, oom: move out_of_memory back to the charge path
Michal Hocko
2018-08-18
4
-26
/
+71
*
mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEM
Mike Rapoport
2018-08-18
1
-1
/
+1
*
kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN
Andrey Ryabinin
2018-08-18
3
-14
/
+325
*
mm: thp: pass correct vm_flags to hugepage_vma_check()
Song Liu
2018-08-18
1
-7
/
+8
*
mm/fadvise.c: fix signed overflow UBSAN complaint
Andrey Ryabinin
2018-08-18
1
-2
/
+6
*
mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mute...
Colin Ian King
2018-08-18
1
-2
/
+2
*
mm/zsmalloc.c: make several functions and a struct static
Colin Ian King
2018-08-18
1
-18
/
+18
*
mm/page-writeback.c: update stale account_page_redirty() comment
Greg Thelen
2018-08-18
1
-2
/
+2
*
fs, mm: account buffer_head to kmemcg
Shakeel Butt
2018-08-18
3
-2
/
+39
*
fs: fsnotify: account fsnotify metadata to kmemcg
Shakeel Butt
2018-08-18
12
-18
/
+123
*
mm: introduce mem_cgroup_put() helper
Roman Gushchin
2018-08-18
1
-0
/
+9
*
mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
Luis R. Rodriguez
2018-08-18
3
-8
/
+4
*
mm: provide a fallback for PAGE_KERNEL_RO for architectures
Luis R. Rodriguez
2018-08-18
2
-5
/
+14
*
mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node()
Oscar Salvador
2018-08-18
1
-5
/
+0
*
mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...
Oscar Salvador
2018-08-18
3
-47
/
+14
*
mm/memory_hotplug.c: call register_mem_sect_under_node()
Oscar Salvador
2018-08-18
2
-23
/
+11
*
mm/memory_hotplug.c: make add_memory_resource use __try_online_node
Oscar Salvador
2018-08-18
1
-28
/
+39
*
mm/list_lru.c: fold __list_lru_count_one() into its caller
Andrew Morton
2018-08-18
1
-9
/
+3
*
mm: workingset: make shadow_lru_isolate() use locking suffix
Sebastian Andrzej Siewior
2018-08-18
1
-5
/
+3
*
mm: workingset: remove local_irq_disable() from count_shadow_nodes()
Sebastian Andrzej Siewior
2018-08-18
1
-3
/
+0
*
mm: drop VM_BUG_ON from __get_free_pages
Michal Hocko
2018-08-18
1
-8
/
+4
*
mm, hugetlbfs: pass fault address to cow handler
Huang Ying
2018-08-18
1
-4
/
+5
*
mm, hugetlbfs: rename address to haddr in hugetlb_cow()
Huang Ying
2018-08-18
1
-14
/
+12
*
mm, huge page: copy target sub-page last when copy huge page
Huang Ying
2018-08-18
3
-9
/
+27
*
mm, clear_huge_page: move order algorithm into a separate function
Huang Ying
2018-08-18
1
-34
/
+56
*
ext4: readpages() should submit IO as read-ahead
Jens Axboe
2018-08-18
3
-5
/
+7
*
btrfs: readpages() should submit IO as read-ahead
Jens Axboe
2018-08-18
1
-1
/
+1
*
mpage: mpage_readpages() should submit IO as read-ahead
Jens Axboe
2018-08-18
3
-10
/
+28
*
mpage: add argument structure for do_mpage_readpage()
Jens Axboe
2018-08-18
1
-52
/
+57
*
mm: thp: inc counter for collapsed shmem THP
Yang Shi
2018-08-18
1
-0
/
+2
*
mm: thp: register mm for khugepaged when merging vma for shmem
Yang Shi
2018-08-18
1
-27
/
+26
*
mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e...
Jia-Ju Bai
2018-08-18
1
-6
/
+6
*
mm/vmscan.c: condense scan_control
Greg Thelen
2018-08-18
1
-12
/
+20
*
mm/page_ext.c: constify lookup_page_ext() argument
Kirill A. Shutemov
2018-08-18
2
-4
/
+4
*
include/linux/page_ext.h: drop definition of unused PAGE_EXT_DEBUG_POISON
Kirill A. Shutemov
2018-08-18
1
-11
/
+0
*
shmem: use monotonic time for i_generation
Arnd Bergmann
2018-08-18
1
-1
/
+2
*
mm, page_alloc: actually ignore mempolicies for high priority allocations
Vlastimil Babka
2018-08-18
1
-3
/
+4
*
tools/vm/page-types.c: add support for idle page tracking
Christian Hansen
2018-08-18
2
-1
/
+51
*
tools/vm/page-types.c: include shared map counts
Christian Hansen
2018-08-18
2
-14
/
+62
*
thp: use mm_file_counter to determine update which rss counter
Yang Shi
2018-08-18
2
-3
/
+3
*
mm: skip invalid pages block at a time in zero_resv_unresv()
Pavel Tatashin
2018-08-18
1
-1
/
+4
*
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
2018-08-18
32
-51
/
+69
*
mm, slub: restore the original intention of prefetch_freepointer()
Vlastimil Babka
2018-08-18
1
-2
/
+1
*
fs/seq_file.c: simplify seq_file iteration code and interface
NeilBrown
2018-08-18
2
-54
/
+63
*
vfs: discard ATTR_ATTR_FLAG
NeilBrown
2018-08-18
2
-2
/
+1
*
fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()
Tetsuo Handa
2018-08-18
1
-1
/
+2
*
ocfs2: make several functions and variables static (and some const)
Colin Ian King
2018-08-18
3
-10
/
+10
*
ocfs2: clean up some unnecessary code
wangyan
2018-08-18
3
-19
/
+5
[next]