Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
8d32ff84401f1addb961c7af2c8d9baceb0ab9ba
/
mm
8d32ff8
memcg: clean up existing move charge code
by Naoya Horiguchi
· 13 years ago
a488428
mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read()
by Jeff Liu
· 13 years ago
45f3e38
mm/memcontrol.c: remove redundant BUG_ON() in mem_cgroup_usage_unregister_event()
by Anton Vorontsov
· 13 years ago
13fd1dd9
mm/memcontrol.c: s/stealed/stolen/
by Andrew Morton
· 13 years ago
4331f7d
memcg: fix performance of mem_cgroup_begin_update_page_stat()
by KAMEZAWA Hiroyuki
· 13 years ago
2ff76f1
memcg: remove PCG_FILE_MAPPED
by KAMEZAWA Hiroyuki
· 13 years ago
89c06bd
memcg: use new logic for page stat accounting
by KAMEZAWA Hiroyuki
· 13 years ago
312734c0
memcg: remove PCG_MOVE_LOCK flag from page_cgroup
by KAMEZAWA Hiroyuki
· 13 years ago
619d094
memcg: simplify move_account() check
by KAMEZAWA Hiroyuki
· 13 years ago
9e33579
memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat)
by KAMEZAWA Hiroyuki
· 13 years ago
b2402857
memcg: remove PCG_CACHE page_cgroup flag
by KAMEZAWA Hiroyuki
· 13 years ago
0e79ded
memcg: remove unnecessary thp check in page stat accounting
by KAMEZAWA Hiroyuki
· 13 years ago
1f2b71f
memcg: remove redundant returns
by Hugh Dickins
· 13 years ago
f156ab93
memcg: enum lru_list lru
by Hugh Dickins
· 13 years ago
1eb4927
memcg: lru_size instead of MEM_CGROUP_ZSTAT
by Hugh Dickins
· 13 years ago
d79154b
memcg: replace mem and mem_cont stragglers
by Hugh Dickins
· 13 years ago
052b198
swap: don't do discard if no discard option added
by Shaohua Li
· 13 years ago
1480de0
mm: forbid lumpy-reclaim in shrink_active_list()
by Konstantin Khlebnikov
· 13 years ago
88f6b4c
mmap.c: fix comment for __insert_vm_struct()
by Kautuk Consul
· 13 years ago
b224ef8
page_alloc: remove unused find_zone_movable_pfns_for_nodes() argument
by Kautuk Consul
· 13 years ago
8d13bdd
page_alloc.c: remove add_from_early_node_map()
by Kautuk Consul
· 13 years ago
40716e2
hugetlbfs: fix alignment of huge page requests
by Steven Truelove
· 13 years ago
ea48cf7
mm, counters: fold __sync_task_rss_stat() into sync_mm_rss()
by David Rientjes
· 13 years ago
05af2e1
mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()
by David Rientjes
· 13 years ago
9048162
hugepages: fix use after free bug in "quota" handling
by David Gibson
· 13 years ago
ef69422
ksm: cleanup: introduce find_mergeable_vma()
by Bob Liu
· 13 years ago
cc9a6c8
cpuset: mm: reduce large amounts of memory barrier related damage v3
by Mel Gorman
· 13 years ago
e845e19
mm, memcg: pass charge order to oom killer
by David Rientjes
· 13 years ago
c7cfa37
mm/vmscan.c: fix spelling error
by Copot Alexandru
· 13 years ago
9a3c531
mm: update stale lock ordering comment for memory-failure.c
by Andi Kleen
· 13 years ago
47a1333
mm: use global_dirty_limit in throttle_vm_writeout()
by Fengguang Wu
· 13 years ago
1010bb1
mm: don't set __GFP_WRITE on ramfs/sysfs writes
by Fengguang Wu
· 13 years ago
f5bf18f
bootmem/sparsemem: remove limit constraint in alloc_bootmem_section
by Nishanth Aravamudan
· 13 years ago
f0cb3c7
mm: drain percpu lru add/rotate page-vectors on cpu hot-unplug
by Konstantin Khlebnikov
· 13 years ago
3268c63
mm: fix move/migrate_pages() race on task struct
by Christoph Lameter
· 13 years ago
385de35
thp: allow a hwpoisoned head page to be put back to LRU
by Dean Nelson
· 13 years ago
6d9d88d
tmpfs: security xattr setting on inode creation
by Jarkko Sakkinen
· 13 years ago
08ab9b1
mm, oom: force oom kill on sysrq+f
by David Rientjes
· 13 years ago
b764375
procfs: mark thread stack correctly in proc/<pid>/maps
by Siddhesh Poyarekar
· 13 years ago
9e81130
mm: hugetlb: bail out unmapping after serving reference page
by Hillf Danton
· 13 years ago
d563c05
vmscan: handle isolated pages with lru lock released
by Hillf Danton
· 13 years ago
6583a84
rmap: anon_vma_prepare: Reduce code duplication by calling anon_vma_chain_link
by Kautuk Consul
· 13 years ago
28073b0
mm: hugetlb: defer freeing pages when gathering surplus pages
by Hillf Danton
· 13 years ago
cc715d9
mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning highmem
by Mel Gorman
· 13 years ago
ce1744f
mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)
by Konstantin Khlebnikov
· 13 years ago
025c5b2
thp: optimize away unnecessary page table locking
by Naoya Horiguchi
· 13 years ago
b716ad9
mm: search from free_area_cache for the bigger size
by Xiao Guangrong
· 13 years ago
f44d219
mm: do not reset cached_hole_size when vma is unmapped
by Xiao Guangrong
· 13 years ago
aad6ec3
mm: compaction: make compact_control order signed
by Dan Carpenter
· 13 years ago
8575ec2
compact_pgdat: workaround lockdep warning in kswapd
by Hugh Dickins
· 13 years ago
aff6224
vmscan: only defer compaction for failed order and higher
by Rik van Riel
· 13 years ago
7be62de
vmscan: kswapd carefully call compaction
by Rik van Riel
· 13 years ago
fe2c2a1
vmscan: reclaim at order 0 when compaction is enabled
by Rik van Riel
· 13 years ago
67f96aa
mm: make swapin readahead skip over holes
by Rik van Riel
· 13 years ago
c38446c
mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()
by Hillf Danton
· 13 years ago
69c9782
mm: make get_mm_counter static-inline
by Konstantin Khlebnikov
· 13 years ago
6131728
mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/
by Hillf Danton
· 13 years ago
dc3f21e
mm, oom: introduce independent oom killer ratelimit state
by David Rientjes
· 13 years ago
8447d95
mm, oom: do not emit oom killer warning if chosen thread is already exiting
by David Rientjes
· 13 years ago
647f2bd
mm, oom: fold oom_kill_task() into oom_kill_process()
by David Rientjes
· 13 years ago
2a1c9b1
mm, oom: avoid looping when chosen thread detaches its mm
by David Rientjes
· 13 years ago
1a5a990
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
by Andrea Arcangeli
· 13 years ago
9f39383
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
by Linus Torvalds
· 13 years ago
69a7aeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
0d9cabd
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 13 years ago
9b04c5f
mm: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
59927fb
memcg: free mem_cgroup by RCU to fix oops
by Hugh Dickins
· 13 years ago
be22aec
memcg: revert fix to mapcount check for this release
by Hugh Dickins
· 13 years ago
097d591
vm: avoid using find_vma_prev() unnecessarily
by Linus Torvalds
· 13 years ago
83cd904
mm: fix find_vma_prev
by Mikulas Patocka
· 13 years ago
ce8fea7
mmap: EINVAL not ENOMEM when rejecting VM_GROWS
by Hugh Dickins
· 13 years ago
c09ff08
page_cgroup: fix horrid swap accounting regression
by Hugh Dickins
· 13 years ago
3e85fb9
Merge branch 'akpm' (Andrew's patch bomb)
by Linus Torvalds
· 13 years ago
e6ca7b8
memcg: fix mapcount check in move charge code for anonymous page
by Naoya Horiguchi
· 13 years ago
1c641e8
mm: thp: fix BUG on mm->nr_ptes
by Andrea Arcangeli
· 13 years ago
7512102
memcg: fix GPF when cgroup removal races with last exit
by Hugh Dickins
· 13 years ago
9ce70c0
memcg: fix deadlock by inverting lrucare nesting
by Hugh Dickins
· 13 years ago
789ce9b
Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 13 years ago
cd2934a
flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not held
by Al Viro
· 13 years ago
835ee79
VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAs
by Al Viro
· 13 years ago
847854f
memblock: Fix size aligning of memblock_alloc_base_nid()
by Tejun Heo
· 13 years ago
b94cfaf
NOMMU: Don't need to clear vm_mm when deleting a VMA
by David Howells
· 13 years ago
918e556
NOMMU: Lock i_mmap_mutex for access to the VMA prio list
by David Howells
· 13 years ago
371528c
mm: memcg: Correct unregistring of events attached to the same eventfd
by Anton Vorontsov
· 13 years ago
73c1e20
mm: fix comment typo of truncate_inode_pages_range
by Liu Bo
· 13 years ago
074b851
vfs: fix panic in __d_lookup() with high dentry hashtable counts
by Dimitri Sivanich
· 13 years ago
af5feae
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
b9980cd
mm: fix UP THP spin_is_locked BUGs
by Hugh Dickins
· 13 years ago
dc90860
mm: compaction: check for overlapping nodes during isolation for migration
by Mel Gorman
· 13 years ago
82bdc84
Merge branch 'akpm'
by Linus Torvalds
· 13 years ago
0bf380b
mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block during isolation for migration
by Mel Gorman
· 13 years ago
3deaa71
readahead: fix pipeline break caused by block plug
by Shaohua Li
· 13 years ago
99f02ef
mm/filemap_xip.c: fix race condition in xip_file_fault()
by Carsten Otte
· 13 years ago
82b3f2a
mm/memcontrol.c: fix warning with CONFIG_NUMA=n
by Andrew Morton
· 13 years ago
35512ec
mm: postpone migrated page mapping reset
by Konstantin Khlebnikov
· 13 years ago
7c7ed8e
Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux
by Linus Torvalds
· 13 years ago
8cdb878
Fix race in process_vm_rw_core
by Christopher Yeoh
· 13 years ago
761b3ef5
cgroup: remove cgroup_subsys argument from callbacks
by Li Zefan
· 13 years ago
2673b4c
backing-dev: fix wakeup timer races with bdi_unregister()
by Rabin Vincent
· 13 years ago
2437dcb
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
Next »