Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
2cee611af8638d80d3abb71f878829a7e998bb44
/
mm
cd918c5
mm/slab_common.c: do not warn that cache is busy on destroy more than once
by Vladimir Davydov
· 9 years ago
d60fdcc
mm/slab_common.c: clear pointers to per memcg caches on destroy
by Vladimir Davydov
· 9 years ago
c9a77a7
mm/slab_common.c: rename cache create/destroy helpers
by Vladimir Davydov
· 9 years ago
fda9012
slab: convert slab_is_available() to boolean
by Denis Kirjanov
· 9 years ago
e880e874
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
41ecf14
Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
2c2b828
Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 9 years ago
a5ad88c
mm: get rid of 'vmalloc_info' from /proc/meminfo
by Linus Torvalds
· 9 years ago
ea1ee5f
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
62cedb9
mm: memory hotplug with an existing resource
by David Vrabel
· 9 years ago
296291c
mm: make sendfile(2) killable
by Jan Kara
· 9 years ago
47aee4d
thp: use is_zero_pfn() only after pte_present() check
by Minchan Kim
· 9 years ago
67a2e213
mm: cma: fix incorrect type conversion for size during dma allocation
by Rohit Vaswani
· 9 years ago
e27c5b9
writeback: remove broken rbtree_postorder_for_each_entry_safe() usage in cgwb_bdi_destroy()
by Tejun Heo
· 9 years ago
12ebc15
mm,thp: introduce flush_pmd_tlb_range
by Vineet Gupta
· 10 years ago
bd5e88a
mm,thp: reduce ifdef'ery for THP in generic code
by Vineet Gupta
· 9 years ago
52585bc
mm: group pte related helpers together
by Vineet Gupta
· 9 years ago
3d87518
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
0f90cc6
mm, dax: fix DAX deadlocks
by Ross Zwisler
· 9 years ago
424cdc1
memcg: convert threshold to bytes
by Shaohua Li
· 9 years ago
063d99b
mm, fs: obey gfp_mapping for add_to_page_cache()
by Michal Hocko
· 9 years ago
176bed1
vmstat: explicitly schedule per-cpu work on the CPU we need it to run on
by Linus Torvalds
· 9 years ago
b02176f
block: don't release bdi while request_queue has live references
by Tejun Heo
· 9 years ago
c5edf9c
writeback: fix incorrect calculation of available memory for memcg domains
by Tejun Heo
· 9 years ago
d60d1bd
writeback: memcg dirty_throttle_control should be initialized with wb->memcg_completions
by Tejun Heo
· 9 years ago
b817525
writeback: bdi_writeback iteration must not skip dying ones
by Tejun Heo
· 9 years ago
9ad18ab
writeback: laptop_mode_timer_fn() needs rcu_read_lock() around bdi_writeback iteration
by Tejun Heo
· 9 years ago
00a3d66
Revert "fs: do not prefault sys_write() user buffer pages"
by Linus Torvalds
· 9 years ago
621a5f7
debugfs: Pass bool pointer to debugfs_create_bool()
by Viresh Kumar
· 9 years ago
676bd99
dmapool: fix overflow condition in pool_find_page()
by Robin Murphy
· 9 years ago
ef51019
memcg: remove pcp_counter_lock
by Greg Thelen
· 9 years ago
484ebb3
memcg: make mem_cgroup_read_stat() unsigned
by Greg Thelen
· 9 years ago
0610c25
memcg: fix dirty page migration
by Greg Thelen
· 9 years ago
2f84a89
mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault
by Mel Gorman
· 9 years ago
03a2d2a
mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)
by Joonsoo Kim
· 9 years ago
d5028f9
vmscan: fix sane_reclaim helper for legacy memcg
by Vladimir Davydov
· 9 years ago
3aaa76e
mm: migrate: hugetlb: putback destination hugepage to active list
by Naoya Horiguchi
· 9 years ago
8a04446
mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notified
by Kirill A. Shutemov
· 9 years ago
28c553d
revert "mm: make sure all file VMAs have ->vm_ops set"
by Andrew Morton
· 9 years ago
8d77a6d
kasan: fix last shadow judgement in memory_is_poisoned_16()
by Xishi Qiu
· 9 years ago
01b0c01
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
06a660a
Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 9 years ago
4f1af60
mm/early_ioremap: add explicit #include of asm/early_ioremap.h
by Ard Biesheuvel
· 9 years ago
b0a1ea5
Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
fb6dd5f
mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd()
by Kirill A. Shutemov
· 9 years ago
6dc296e
mm: make sure all file VMAs have ->vm_ops set
by Kirill A. Shutemov
· 9 years ago
1fcfd8d
mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()
by Oleg Nesterov
· 9 years ago
6fc37c4
kmemleak: use seq_hex_dump() to dump buffers
by Andy Shevchenko
· 9 years ago
33c3fc7
mm: introduce idle page tracking
by Vladimir Davydov
· 9 years ago
1d7715c
mmu-notifier: add clear_young callback
by Vladimir Davydov
· 9 years ago
e993d90
memcg: zap try_get_mem_cgroup_from_page
by Vladimir Davydov
· 9 years ago
94a59fb
hwpoison: use page_cgroup_ino for filtering by memcg
by Vladimir Davydov
· 9 years ago
2fc0452
memcg: add page_cgroup_ino helper
by Vladimir Davydov
· 9 years ago
90b0fc2
zswap: change zpool/compressor at runtime
by Dan Streetman
· 9 years ago
f1c5484
zswap: dynamic pool creation
by Dan Streetman
· 9 years ago
3f0e131
zpool: add zpool_has_pool()
by Dan Streetman
· 9 years ago
f6f7a63
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
df69f52
zpool: remove no-op module init/exit
by Dan Streetman
· 9 years ago
c83db4f
mm: zbud: constify the zbud_ops
by Krzysztof Kozlowski
· 9 years ago
7867277
mm: zpool: constify the zpool_ops
by Krzysztof Kozlowski
· 9 years ago
5b999aa
mm: swap: zswap: maybe_preload & refactoring
by Dmitry Safonov
· 9 years ago
cd10add
zsmalloc: remove null check from destroy_handle_cache()
by Sergey Senozhatsky
· 9 years ago
b3e237f
zsmalloc: do not take class lock in zs_shrinker_count()
by Sergey Senozhatsky
· 9 years ago
6cbf16b
zsmalloc: use class->pages_per_zspage
by Minchan Kim
· 9 years ago
ad9d5e1
zsmalloc: consider ZS_ALMOST_FULL as migrate source
by Minchan Kim
· 9 years ago
58f1711
zsmalloc: partial page ordering within a fullness_list
by Sergey Senozhatsky
· 9 years ago
ab9d306
zsmalloc: use shrinker to trigger auto-compaction
by Sergey Senozhatsky
· 9 years ago
860c707
zsmalloc: account the number of compacted pages
by Sergey Senozhatsky
· 9 years ago
7d3f393
zsmalloc/zram: introduce zs_pool_stats api
by Sergey Senozhatsky
· 9 years ago
0dc63d48
zsmalloc: cosmetic compaction code adjustments
by Sergey Senozhatsky
· 9 years ago
04f0590
zsmalloc: introduce zs_can_compact() function
by Sergey Senozhatsky
· 9 years ago
5724459
zsmalloc: always keep per-class stats
by Sergey Senozhatsky
· 9 years ago
b430d1f
zsmalloc: drop unused variable `nr_to_migrate'
by Sergey Senozhatsky
· 9 years ago
ad5ea8c
mm/memblock.c: fix comment in __next_mem_range()
by Alexander Kuleshov
· 9 years ago
4ada0c5
mm/page_alloc.c: fix type information of memoryless node
by Zhen Lei
· 9 years ago
b5685e9
memory-hotplug: fix comments in zone_spanned_pages_in_node() and zone_spanned_pages_in_node()
by Xishi Qiu
· 9 years ago
34b1006
mm/page_alloc.c: change sysctl_lower_zone_reserve_ratio to sysctl_lowmem_reserve_ratio in comments
by Yaowei Bai
· 9 years ago
013110a
mm/page_alloc.c: fix a misleading comment
by Yaowei Bai
· 9 years ago
c9d13f5
mm/mmap.c:insert_vm_struct(): check for failure before setting values
by Chen Gang
· 9 years ago
bde43c6
mm/khugepaged: allow interruption of allocation sleep again
by Petr Mladek
· 9 years ago
c115393
mm/memblock.c: fiy typos in comments
by Alexander Kuleshov
· 9 years ago
1a16718
mm/compaction: correct to flush migrated pages if pageblock skip happens
by Joonsoo Kim
· 9 years ago
96db800
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
by Vlastimil Babka
· 9 years ago
7fadc82
mm, vmscan: unlock page while waiting on writeback
by Hugh Dickins
· 9 years ago
26f5d76
list_lru: don't call list_lru_from_kmem if the list_head is empty
by Jeff Layton
· 9 years ago
21cd3a6
kmemleak: record accurate early log buffer count and report when exceeded
by Wang Kai
· 9 years ago
e397589
mm/mmap.c: simplify the failure return working flow
by Chen Gang
· 9 years ago
44a3022
shmem: recalculate file inode when fstat
by Yu Zhao
· 9 years ago
567d117
mm/memblock.c: rename local variable of memblock_type to 'type'
by Alexander Kuleshov
· 9 years ago
230ac71
mm/hwpoison: don't try to unpoison containment-failed pages
by Naoya Horiguchi
· 9 years ago
da1b13c
mm/hwpoison: fix race between soft_offline_page and unpoison_memory
by Wanpeng Li
· 9 years ago
8e30456
mm/hwpoison: introduce num_poisoned_pages wrappers
by Naoya Horiguchi
· 9 years ago
665d9da
mm/hwpoison: replace most of put_page in memory error handling by put_hwpoison_page
by Wanpeng Li
· 9 years ago
be91748
mm/hwpoison: fix refcount of THP head page in no-injection case
by Wanpeng Li
· 9 years ago
94bf4ec
mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error handling
by Wanpeng Li
· 9 years ago
1e0e635
mm/hwpoison: fix PageHWPoison test/set race
by Wanpeng Li
· 9 years ago
7d1900c
mm/hwpoison: fix failure to split thp w/ refcount held
by Wanpeng Li
· 9 years ago
6b0f68e
mm: add utility for early copy from unmapped ram
by Mark Salter
· 9 years ago
9fcd6d2
mm, compaction: skip compound pages by order in free scanner
by Vlastimil Babka
· 9 years ago
29c0dde
mm, compaction: always skip all compound pages by order in migrate scanner
by Vlastimil Babka
· 9 years ago
Next »