Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5763318f562fc0b30f729dce531b2982e29db463
/
mm
54be820
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux
by Linus Torvalds
· 11 years ago
c25f195
slub: Check for page NULL before doing the node_match check
by Steven Rostedt
· 12 years ago
98d1e64
mm: remove free_area_cache
by Michel Lespinasse
· 11 years ago
2b28111
zswap: add to mm/
by Seth Jennings
· 11 years ago
4e2e277
zbud: add to mm/
by Seth Jennings
· 11 years ago
c103a4d
ipc/shmc.c: eliminate ugly 80-col tricks
by Andrew Morton
· 11 years ago
0a1be15
mm/memory_hotplug.c: fix return value of online_pages()
by Toshi Kani
· 11 years ago
5f12733
mm: honor min_free_kbytes set by user
by Michal Hocko
· 11 years ago
465939a
memcg: don't need to free memcg via RCU or workqueue
by Li Zefan
· 11 years ago
e0743e6
memcg: kill memcg refcnt
by Li Zefan
· 11 years ago
8d76a97
memcg: don't need to get a reference to the parent
by Li Zefan
· 11 years ago
4050377
memcg: use css_get/put for swap memcg
by Li Zefan
· 11 years ago
10d5ebf
memcg: use css_get/put when charging/uncharging kmem
by Li Zefan
· 11 years ago
20f0531
memcg: don't use mem_cgroup_get() when creating a kmemcg cache
by Li Zefan
· 11 years ago
5347e5a
memcg: use css_get() in sock_update_memcg()
by Li Zefan
· 11 years ago
f37a969
memcg, kmem: fix reference count handling on the error path
by Michal Hocko
· 11 years ago
fa460c2
Revert "memcg: avoid dangling reference count in creation failure"
by Michal Hocko
· 11 years ago
493af57
mmap: allow MAP_HUGETLB for hugetlbfs files v2
by Jörn Engel
· 11 years ago
918fc71
mm: vmscan: do not scale writeback pages when deciding whether to set ZONE_WRITEBACK
by Mel Gorman
· 11 years ago
5a1c9cb
mm: vmscan: do not continue scanning if reclaim was aborted for compaction
by Mel Gorman
· 11 years ago
7e9f5eb
mm/memory_hotplug.c: fix a comment typo in register_page_bootmem_info_node()
by Tang Chen
· 11 years ago
d8bbdd7
mm/memblock.c: fix wrong comment in __next_free_mem_range()
by Tang Chen
· 11 years ago
bcb615a
mm/vmalloc.c: fix an overflow bug in alloc_vmap_area()
by Zhang Yanfei
· 11 years ago
64363aa
mm: remove unused VM_<READfoo> macros and expand other in-place
by Joe Perches
· 11 years ago
f3deb68
mm/sparse.c: put clear_hwpoisoned_pages within CONFIG_MEMORY_HOTREMOVE
by Zhang Yanfei
· 11 years ago
929aaf5
mm: remove unused __put_page()
by Zhang Yanfei
· 11 years ago
59d3132
vfree: don't schedule free_work() if llist_add() returns false
by Oleg Nesterov
· 11 years ago
345606d
mm/page_alloc.c: remove unlikely() from the current_order test
by Zhang Yanfei
· 11 years ago
bc732f1
mm/page_alloc.c: remove zone_type argument of build_zonelists_node
by Zhang Yanfei
· 11 years ago
425c598
memcg: do not account memory used for cache creation
by Glauber Costa
· 11 years ago
6d42c23
memcg: also test for skip accounting at the page allocation level
by Glauber Costa
· 11 years ago
d157a55
mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show instead of show_numa_info
by Zhang Yanfei
· 11 years ago
20fc02b
mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED
by Zhang Yanfei
· 11 years ago
46c001a
mm/vmalloc.c: emit the failure message before return
by Zhang Yanfei
· 11 years ago
b8e748b
mm/vmalloc.c: remove alloc_map from vmap_block
by Zhang Yanfei
· 11 years ago
9da3f59
mm/vmalloc.c: remove unused purge_fragmented_blocks_thiscpu
by Zhang Yanfei
· 11 years ago
3fcd76e
mm/vmalloc.c: remove dead code in vb_alloc
by Zhang Yanfei
· 11 years ago
ab15d9b
mm/vmalloc.c: unbreak __vunmap()
by Dan Carpenter
· 11 years ago
7960aed
mm: remove duplicated call of get_pfn_range_for_nid
by Zhang Yanfei
· 11 years ago
54f72fe
memcg: clean up memcg->nodeinfo
by Johannes Weiner
· 11 years ago
9a2458a
mm: mremap: validate input before taking lock
by Rasmus Villemoes
· 11 years ago
276a243
mm/slab: Give s_next and s_stop slab-specific names
by Wanpeng Li
· 11 years ago
c1e854e
slob: Check for NULL pointer before calling ctor()
by Steven Rostedt
· 12 years ago
345c905
slub: Make cpu partial slab support configurable
by Joonsoo Kim
· 11 years ago
0f8f809
slab: fix init_lock_keys
by Christoph Lameter
· 11 years ago
a6d7815
slob: use DIV_ROUND_UP where possible
by Sasha Levin
· 12 years ago
318df36
slub: do not put a slab to cpu partial list when cpu_partial is 0
by Joonsoo Kim
· 11 years ago
c17fd13
mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfo
by Wanpeng Li
· 11 years ago
a446336
mm/slub: Drop unnecessary nr_partials
by Wanpeng Li
· 11 years ago
e9b4db2
mm/slab: Fix /proc/slabinfo unwriteable for slab
by Wanpeng Li
· 11 years ago
e25839f
mm/slab: Sharing s_next and s_stop between slab and slub
by Wanpeng Li
· 11 years ago
0fa8103
mm/slab: Fix drain freelist excessively
by Wanpeng Li
· 11 years ago
80cc38b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
65b97fb
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 11 years ago
7f0ef02
Merge branch 'akpm' (updates from Andrew Morton)
by Linus Torvalds
· 11 years ago
02aa2a3
drivers: avoid format string in dev_set_name
by Kees Cook
· 11 years ago
519ebea
mm: memcontrol: factor out reclaim iterator loading and updating
by Johannes Weiner
· 11 years ago
0f2d4a8
mm, vmalloc: use clamp() to simplify code
by Zhang Yanfei
· 11 years ago
f6d4800
mm, vmalloc: remove insert_vmalloc_vm()
by Zhang Yanfei
· 11 years ago
3645cb4
mm, vmalloc: call setup_vmalloc_vm() instead of insert_vmalloc_vm()
by Zhang Yanfei
· 11 years ago
d82b1d8
mm, vmalloc: only call setup_vmalloc_vm() only in __get_vm_area_node()
by Zhang Yanfei
· 11 years ago
55878e8
sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2
by Cody P Schafer
· 11 years ago
e1280be
mm: kill free_all_bootmem_node()
by Jiang Liu
· 11 years ago
1895418
mm: kill global variable num_physpages
by Jiang Liu
· 11 years ago
e461d62
mm/hotplug: prepare for removing num_physpages
by Jiang Liu
· 11 years ago
7ee3d4e
mm: introduce helper function mem_init_print_info() to simplify mem_init()
by Jiang Liu
· 11 years ago
e6c495a
mm: fix the TLB range flushed when __tlb_remove_page() runs out of slots
by Vineet Gupta
· 11 years ago
cdd91a7
mm: report available pages as "MemTotal" for each NUMA node
by Jiang Liu
· 11 years ago
0c98853
mm: concentrate modification of totalram_pages into the mm core
by Jiang Liu
· 11 years ago
3dcc057
mm: correctly update zone->managed_pages
by Jiang Liu
· 11 years ago
170a5a7
mm: make __free_pages_bootmem() only available at boot time
by Jiang Liu
· 11 years ago
c3d5f5f
mm: use a dedicated lock to protect totalram_pages and zone->managed_pages
by Jiang Liu
· 11 years ago
7b4b2a0
mm: accurately calculate zone->managed_pages for highmem zones
by Jiang Liu
· 11 years ago
4f9f477
mm: use managed_pages to calculate default zonelist order
by Jiang Liu
· 11 years ago
834405c
mm: fix some trivial typos in comments
by Jiang Liu
· 11 years ago
dbe67df
mm: enhance free_reserved_area() to support poisoning memory with zero
by Jiang Liu
· 11 years ago
1119969
mm: change signature of free_reserved_area() to fix building warnings
by Jiang Liu
· 11 years ago
dcf6b7d
swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGES
by Rafael Aquini
· 11 years ago
917d929
mm: tune vm_committed_as percpu_counter batching size
by Tim Chen
· 11 years ago
2415cf1
mm/hugetlb: use already existing interface huge_page_shift
by Wanpeng Li
· 11 years ago
cea27eb
mm/memory-hotplug: fix lowmem count overflow when offline pages
by Wanpeng Li
· 11 years ago
4996eed
mm/memory_hotplug.c: change normal message to use pr_debug
by Toshi Kani
· 11 years ago
f15bdfa
mm/memory-failure.c: fix memory leak in successful soft offlining
by Naoya Horiguchi
· 11 years ago
9bde916
mm/nommu.c: add additional check for vread() just like vwrite() has done
by Chen Gang
· 11 years ago
dacbde0
mm/page_alloc.c: add additional checking and return value for the 'table->data'
by Chen Gang
· 11 years ago
c53954a
mm: remove lru parameter from __lru_cache_add and lru_cache_add_lru
by Mel Gorman
· 11 years ago
a0b8cab3
mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API
by Mel Gorman
· 11 years ago
059285a
mm: activate !PageLRU pages on mark_page_accessed if page is on local pagevec
by Mel Gorman
· 11 years ago
13f7f78
mm: pagevec: defer deciding which LRU to add a page to until pagevec drain time
by Mel Gorman
· 11 years ago
c6286c9
mm: add tracepoints for LRU activation and insertions
by Mel Gorman
· 11 years ago
e69e9d4a
vmalloc: introduce remap_vmalloc_range_partial
by HATAYAMA Daisuke
· 11 years ago
cef2ac3
vmalloc: make find_vm_area check in range
by HATAYAMA Daisuke
· 11 years ago
d702909
memory_hotplug: use pgdat_resize_lock() in __offline_pages()
by Cody P Schafer
· 11 years ago
aa47228
memory_hotplug: use pgdat_resize_lock() in online_pages()
by Cody P Schafer
· 11 years ago
b459722
mm: vmscan: take page buffers dirty and locked state into account
by Mel Gorman
· 11 years ago
d04e8ac
mm: vmscan: treat pages marked for immediate reclaim as zone congestion
by Mel Gorman
· 11 years ago
8e95028
mm: vmscan: move direct reclaim wait_iff_congested into shrink_list
by Mel Gorman
· 11 years ago
f7ab8db
mm: vmscan: set zone flags before blocking
by Mel Gorman
· 11 years ago
b1a6f21
mm: vmscan: stall page reclaim after a list of pages have been processed
by Mel Gorman
· 11 years ago
e2be15f
mm: vmscan: stall page reclaim and writeback pages based on dirty/writepage pages encountered
by Mel Gorman
· 11 years ago
Next »