index
:
~funfunctor/linux
SP4
amd-trivial-cleanup
amdgpu-ratelimit-vmfaults
amdkfd-hacking
amdkfd-next
amdkfd-next-4.9
amdkfd-next-4.9-revised
bug100058
master
nativeaux-bug100745
nativeaux-bug100745_v2
thrustmaster-tx
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-12
fs/proc/array.c: convert to use string_escape_str()
Andy Shevchenko
1
-27
/
+7
2015-02-12
fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps
Rafael Aquini
2
-15
/
+17
2015-02-12
Documentation/filesystems/proc.txt: add /proc/pid/numa_maps interface explana...
Rafael Aquini
1
-0
/
+33
2015-02-12
fs: proc: use PDE() to get proc_dir_entry
Alexander Kuleshov
2
-2
/
+2
2015-02-12
fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...
Petr Cermak
3
-0
/
+23
2015-02-12
arch/frv/mm/extable.c: remove unused function
Rickard Strandqvist
1
-23
/
+0
2015-02-12
mm/zsmalloc: add statistics support
Ganesh Mahendran
2
-4
/
+239
2015-02-12
mm/zpool: add name argument to create zpool
Ganesh Mahendran
7
-14
/
+21
2015-02-12
zram: remove request_queue from struct zram
Sergey Senozhatsky
2
-9
/
+8
2015-02-12
zram: remove init_lock in zram_make_request
Minchan Kim
2
-32
/
+64
2015-02-12
zram: check bd_openers instead of bd_holders
Minchan Kim
1
-1
/
+1
2015-02-12
zram: rework reset and destroy path
Sergey Senozhatsky
1
-42
/
+33
2015-02-12
zram: fix umount-reset_store-mount race condition
Sergey Senozhatsky
1
-14
/
+9
2015-02-12
zram: free meta table in zram_meta_free
Ganesh Mahendran
1
-17
/
+16
2015-02-12
zram: clean up zram_meta_alloc()
Sergey Senozhatsky
1
-8
/
+6
2015-02-12
mm: fix negative nr_isolated counts
Hugh Dickins
1
-1
/
+3
2015-02-12
mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()
Naoya Horiguchi
1
-2
/
+0
2015-02-12
mm/page_alloc: fix comment
Yaowei Bai
1
-1
/
+1
2015-02-12
mm/memory.c: actually remap enough memory
Grazvydas Ignotas
1
-1
/
+1
2015-02-12
kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init
Rasmus Villemoes
1
-1
/
+1
2015-02-12
mm/mm_init.c: mark mminit_loglevel __meminitdata
Rasmus Villemoes
1
-1
/
+1
2015-02-12
mm/mm_init.c: park mminit_verify_zonelist as __init
Rasmus Villemoes
1
-1
/
+1
2015-02-12
mm/page_alloc.c: pull out init code from build_all_zonelists
Rasmus Villemoes
1
-3
/
+14
2015-02-12
mm/internal.h: don't split printk call in two
Rasmus Villemoes
1
-2
/
+4
2015-02-12
mm: do not use mm->nr_pmds on !MMU configurations
Kirill A. Shutemov
2
-4
/
+9
2015-02-12
memcg: cleanup static keys decrement
Vladimir Davydov
3
-38
/
+9
2015-02-12
mm/compaction: stop the isolation when we isolate enough freepage
Joonsoo Kim
1
-7
/
+10
2015-02-12
mm/compaction: fix wrong order check in compact_finished()
Joonsoo Kim
1
-1
/
+1
2015-02-12
slub: make dead caches discard free slabs immediately
Vladimir Davydov
5
-11
/
+43
2015-02-12
slub: fix kmem_cache_shrink return value
Vladimir Davydov
1
-1
/
+5
2015-02-12
slub: never fail to shrink cache
Vladimir Davydov
1
-27
/
+31
2015-02-12
memcg: reparent list_lrus and free kmemcg_id on css offline
Vladimir Davydov
3
-9
/
+79
2015-02-12
list_lru: add helpers to isolate items
Vladimir Davydov
8
-26
/
+50
2015-02-12
memcg: free memcg_caches slot on css offline
Vladimir Davydov
3
-22
/
+65
2015-02-12
slab: use css id for naming per memcg caches
Vladimir Davydov
1
-3
/
+3
2015-02-12
cgroup: release css->id after css_free
Vladimir Davydov
1
-3
/
+7
2015-02-12
slab: link memcg caches of the same kind into a list
Vladimir Davydov
5
-33
/
+41
2015-02-12
slab: embed memcg_cache_params to kmem_cache
Vladimir Davydov
7
-103
/
+111
2015-02-12
fs: shrinker: always scan at least one object of each type
Vladimir Davydov
1
-3
/
+6
2015-02-12
fs: make shrinker memcg aware
Vladimir Davydov
1
-3
/
+3
2015-02-12
list_lru: introduce per-memcg lists
Vladimir Davydov
4
-36
/
+424
2015-02-12
list_lru: organize all list_lrus to list
Vladimir Davydov
3
-0
/
+45
2015-02-12
list_lru: get rid of ->active_nodes
Vladimir Davydov
2
-10
/
+5
2015-02-12
memcg: add rwsem to synchronize against memcg_caches arrays relocation
Vladimir Davydov
3
-17
/
+33
2015-02-12
memcg: rename some cache id related variables
Vladimir Davydov
3
-14
/
+13
2015-02-12
vmscan: per memory cgroup slab shrinkers
Vladimir Davydov
7
-50
/
+80
2015-02-12
fs: consolidate {nr,free}_cached_objects args in shrink_control
Vladimir Davydov
3
-12
/
+13
2015-02-12
list_lru: introduce list_lru_shrink_{count,walk}
Vladimir Davydov
9
-43
/
+51
2015-02-12
mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entries
Mel Gorman
2
-6
/
+12
2015-02-12
mm: numa: add paranoid check around pte_protnone_numa
Mel Gorman
2
-0
/
+6
[next]