Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
420d12d6ade1e9c02b98fb9a381a17d7ccc7d35e
/
mm
« Previous
d0424c4
tmpfs: avoid a little creat and stat slowdown
by Hugh Dickins
· 9 years ago
c12176d
memcg: fix thresholds for 32b architectures.
by Michal Hocko
· 9 years ago
6071ca5
mm: page_counter: let page_counter_try_charge() return bool
by Johannes Weiner
· 9 years ago
f5fc3c5d
mm: memcontrol: eliminate root memory.current
by Johannes Weiner
· 9 years ago
e0ec90e
mm, hugetlbfs: optimize when NUMA=n
by Dave Hansen
· 9 years ago
099730d
mm, hugetlb: use memory policy when available
by Dave Hansen
· 9 years ago
b4e289a
mm/hugetlb: make node_hstates array static
by Alexander Kuleshov
· 9 years ago
9dd861d
mm/maccess.c: actually return -EFAULT from strncpy_from_unsafe
by Rasmus Villemoes
· 9 years ago
3acaea6
mm/cma.c: suppress warning
by Andrew Morton
· 9 years ago
42cb14b
mm: migrate dirty page without clear_page_dirty_for_io etc
by Hugh Dickins
· 9 years ago
cf4b769
mm: page migration avoid touching newpage until no going back
by Hugh Dickins
· 9 years ago
470f119
mm: page migration use migration entry for swapcache too
by Hugh Dickins
· 9 years ago
03f15c8
mm: simplify page migration's anon_vma comment and flow
by Hugh Dickins
· 9 years ago
5c3f9a6
mm: page migration remove_migration_ptes at lock+unlock level
by Hugh Dickins
· 9 years ago
7db7671
mm: page migration trylock newpage at same level as oldpage
by Hugh Dickins
· 9 years ago
2def742
mm: page migration use the put_new_page whenever necessary
by Hugh Dickins
· 9 years ago
14e0f9b
mm: correct a couple of page migration comments
by Hugh Dickins
· 9 years ago
45637ba
mm: rename mem_cgroup_migrate to mem_cgroup_replace_page
by Hugh Dickins
· 9 years ago
51afb12
mm: page migration fix PageMlocked on migrated pages
by Hugh Dickins
· 9 years ago
b87537d9e
mm: rmap use pte lock not mmap_sem to set PageMlocked
by Hugh Dickins
· 9 years ago
c8f95ed
ksm: unstable_tree_search_insert error checking cleanup
by Andrea Arcangeli
· 9 years ago
85c6e8d
ksm: use find_mergeable_vma in try_to_merge_with_ksm_page
by Andrea Arcangeli
· 9 years ago
98666f8a
ksm: use the helper method to do the hlist_empty check
by Andrea Arcangeli
· 9 years ago
f2e5ff8
ksm: don't fail stable tree lookups if walking over stale stable_nodes
by Andrea Arcangeli
· 9 years ago
ad12695
ksm: add cond_resched() to the rmap_walks
by Andrea Arcangeli
· 9 years ago
df40655
memcg: simplify and inline __mem_cgroup_from_kmem
by Vladimir Davydov
· 9 years ago
f3ccb2c4
memcg: unify slab and other kmem pages charging
by Vladimir Davydov
· 9 years ago
d05e83a
memcg: simplify charging kmem pages
by Vladimir Davydov
· 9 years ago
bde304b
mm/page_alloc.c: skip ZONE_MOVABLE if required_kernelcore is larger than totalpages
by Xishi Qiu
· 9 years ago
a2c1aad
mm/vmacache: inline vmacache_valid_mm()
by Davidlohr Bueso
· 9 years ago
a1c34a3
mm: Don't offset memmap for flatmem
by Laura Abbott
· 9 years ago
c2d42c1
mm/vmstat.c: uninline node_page_state()
by Andrew Morton
· 9 years ago
27f28b9
mm/mmap.c: change __install_special_mapping() args order
by Chen Gang
· 9 years ago
c9427bc
mm/nommu.c: drop unlikely inside BUG_ON()
by Geliang Tang
· 9 years ago
1e3ee14
mm/mmap.c: do not initialize retval in mmap_pgoff()
by Chen Gang
· 9 years ago
e6ee219
mm/mmap.c: remove redundant statement "error = -ENOMEM"
by Chen Gang
· 9 years ago
4d7b339
mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()
by Oleg Nesterov
· 9 years ago
c319025
mm/oom_kill: cleanup the "kill sharing same memory" loop
by Oleg Nesterov
· 9 years ago
0c1b2d7
mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process()
by Oleg Nesterov
· 9 years ago
0935781
mm: add the "struct mm_struct *mm" local into
by Oleg Nesterov
· 9 years ago
87e8827
mm: fix the racy mm->locked_vm change in
by Oleg Nesterov
· 9 years ago
9fd745d
mm: fix overflow in find_zone_movable_pfns_for_nodes()
by Xishi Qiu
· 9 years ago
d031a15
mm/vmscan.c: fix types of some locals
by Alexandru Moise
· 9 years ago
da39da3
mm, oom: remove task_lock protecting comm printing
by David Rientjes
· 9 years ago
2d1e104
mm, compaction: distinguish contended status in tracepoints
by Vlastimil Babka
· 9 years ago
fa6c7b4
mm, compaction: export tracepoints status strings to userspace
by Vlastimil Babka
· 9 years ago
840807a
mm/oom_kill.c: suppress unnecessary "sharing same memory" message
by Tetsuo Handa
· 9 years ago
880b768
mm/oom_kill.c: fix potentially killing unrelated process
by Tetsuo Handa
· 9 years ago
426fb5e
mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILL
by Tetsuo Handa
· 9 years ago
42e2e45
mm/vmscan: make inactive_anon/file_is_low return bool
by Yaowei Bai
· 9 years ago
3608de0
mm/memcontrol.c: fix order calculation in try_charge()
by Jerome Marchand
· 9 years ago
a5f6510
mm: hwpoison: ratelimit messages from unpoison_memory()
by Naoya Horiguchi
· 9 years ago
aa750fd
mm/filemap.c: make global sync not clear error status of individual inodes
by Junichi Nomura
· 9 years ago
21c527a
mm/compaction.c: add an is_via_compact_memory() helper
by Yaowei Bai
· 9 years ago
29d06bb
mm/vmscan: make inactive_anon_is_low_global return directly
by Yaowei Bai
· 9 years ago
5d317b2
mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status
by Naoya Horiguchi
· 9 years ago
600e19a
mm: use only per-device readahead limit
by Roman Gushchin
· 9 years ago
b171e40
mm/page_alloc: remove unused parameter in init_currently_empty_zone()
by Yaowei Bai
· 9 years ago
f2f81fb
mm, migrate: count pages failing all retries in vmstat and tracepoint
by Vlastimil Babka
· 9 years ago
35bd16a
mm/memblock: make memblock_remove_range() static
by Alexander Kuleshov
· 9 years ago
f19cb11
mm/mremap: use offset_in_page macro
by Alexander Kuleshov
· 9 years ago
de1741a
mm/mmap: use offset_in_page macro
by Alexander Kuleshov
· 9 years ago
891c49a
mm/vmalloc: use offset_in_page macro
by Alexander Kuleshov
· 9 years ago
8fd9e48
mm/mlock: use offset_in_page macro
by Alexander Kuleshov
· 9 years ago
ea53cde
mm/util: use offset_in_page macro
by Alexander Kuleshov
· 9 years ago
f09f124
mm/percpu: use offset_in_page macro
by Alexander Kuleshov
· 9 years ago
5d57b01
mm/early_ioremap: use offset_in_page macro
by Alexander Kuleshov
· 9 years ago
e7bbdd0
mm/mincore: use offset_in_page macro
by Alexander Kuleshov
· 9 years ago
1824cb7
mm/nommu: use offset_in_page macro
by Alexander Kuleshov
· 9 years ago
b0d61c7
mm/msync: use offset_in_page macro
by Alexander Kuleshov
· 9 years ago
145949a
mm/list_lru.c: replace nr_node_ids for loop with for_each_node()
by Raghavendra K T
· 9 years ago
61f9ec1
mm: fix docbook comment for get_vaddr_frames()
by Jonathan Corbet
· 9 years ago
10d53c7
memcg: ratify and consolidate over-charge handling
by Tejun Heo
· 9 years ago
b23afb9
memcg: punt high overage reclaim to return-to-userland path
by Tejun Heo
· 9 years ago
626ebc4
memcg: flatten task_struct->memcg_oom
by Tejun Heo
· 9 years ago
55e1cea
mm/mmap.c: remove useless statement "vma = NULL" in find_vma()
by Chen Gang
· 9 years ago
0ab32b6
uaccess: reimplement probe_kernel_address() using probe_kernel_read()
by Andrew Morton
· 9 years ago
86d2adcc
mm/mlock.c: reorganize mlockall() return values and remove goto-out label
by Alexey Klimov
· 9 years ago
9fbed25
mm/kmemleak.c: remove unneeded initialization of object to NULL
by Alexey Klimov
· 9 years ago
d4322d8
mm: slab: only move management objects off-slab for sizes larger than KMALLOC_MIN_SIZE
by Catalin Marinas
· 9 years ago
9f83570
mm/slub: calculate start order with reserved in consideration
by Wei Yang
· 9 years ago
033fd1b
mm/slub: use get_order() instead of fls()
by Wei Yang
· 9 years ago
422ff4d
mm/slub: correct the comment in calculate_order()
by Wei Yang
· 9 years ago
40911a7
mm/slab_common.c: initialize kmem_cache pointer to NULL
by Alexandru Moise
· 9 years ago
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
69234ac
Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 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
Next »