index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-02-13
mm/compaction: fix wrong order check in compact_finished()
Joonsoo Kim
1
-1
/
+1
2015-02-13
slub: make dead caches discard free slabs immediately
Vladimir Davydov
5
-11
/
+43
2015-02-13
slub: fix kmem_cache_shrink return value
Vladimir Davydov
1
-1
/
+5
2015-02-13
slub: never fail to shrink cache
Vladimir Davydov
1
-27
/
+31
2015-02-13
memcg: reparent list_lrus and free kmemcg_id on css offline
Vladimir Davydov
3
-9
/
+79
2015-02-13
list_lru: add helpers to isolate items
Vladimir Davydov
8
-26
/
+50
2015-02-13
memcg: free memcg_caches slot on css offline
Vladimir Davydov
3
-22
/
+65
2015-02-13
slab: use css id for naming per memcg caches
Vladimir Davydov
1
-3
/
+3
2015-02-13
cgroup: release css->id after css_free
Vladimir Davydov
1
-3
/
+7
2015-02-13
slab: link memcg caches of the same kind into a list
Vladimir Davydov
5
-33
/
+41
2015-02-13
slab: embed memcg_cache_params to kmem_cache
Vladimir Davydov
7
-103
/
+111
2015-02-13
fs: shrinker: always scan at least one object of each type
Vladimir Davydov
1
-3
/
+6
2015-02-13
fs: make shrinker memcg aware
Vladimir Davydov
1
-3
/
+3
2015-02-13
list_lru: introduce per-memcg lists
Vladimir Davydov
4
-36
/
+424
2015-02-13
list_lru: organize all list_lrus to list
Vladimir Davydov
3
-0
/
+45
2015-02-13
list_lru: get rid of ->active_nodes
Vladimir Davydov
2
-10
/
+5
2015-02-13
memcg: add rwsem to synchronize against memcg_caches arrays relocation
Vladimir Davydov
3
-17
/
+33
2015-02-13
memcg: rename some cache id related variables
Vladimir Davydov
3
-14
/
+13
2015-02-13
vmscan: per memory cgroup slab shrinkers
Vladimir Davydov
7
-50
/
+80
2015-02-13
fs: consolidate {nr,free}_cached_objects args in shrink_control
Vladimir Davydov
3
-12
/
+13
2015-02-13
list_lru: introduce list_lru_shrink_{count,walk}
Vladimir Davydov
9
-43
/
+51
2015-02-13
mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entries
Mel Gorman
2
-6
/
+12
2015-02-13
mm: numa: add paranoid check around pte_protnone_numa
Mel Gorman
2
-0
/
+6
2015-02-13
x86: mm: restore original pte_special check
Mel Gorman
1
-7
/
+1
2015-02-13
mm: numa: do not trap faults on the huge zero page
Mel Gorman
4
-4
/
+27
2015-02-13
mm: remove remaining references to NUMA hinting bits and helpers
Mel Gorman
8
-283
/
+7
2015-02-13
mm: convert p[te|md]_mknonnuma and remaining page table manipulations
Mel Gorman
8
-38
/
+21
2015-02-13
ppc64: add paranoid warnings for unexpected DSISR_PROTFAULT
Mel Gorman
2
-13
/
+15
2015-02-13
mm: convert p[te|md]_numa users to p[te|md]_protnone_numa
Mel Gorman
11
-57
/
+40
2015-02-13
mm: add p[te|md] protnone helpers for use by NUMA balancing
Mel Gorman
3
-0
/
+52
2015-02-13
mm: numa: do not dereference pmd outside of the lock during NUMA hinting fault
Mel Gorman
3
-11
/
+2
2015-02-12
mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()
Roman Gushchin
1
-2
/
+2
2015-02-12
mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()
Roman Gushchin
1
-2
/
+2
2015-02-12
vmstat: Reduce time interval to stat update on idle cpu
Christoph Lameter
1
-2
/
+2
2015-02-12
mm/page_owner.c: remove unnecessary stack_trace field
Sergei Rogachev
2
-13
/
+15
2015-02-12
Documentation/filesystems/proc.txt: describe /proc/<pid>/map_files
Cyrill Gorcunov
1
-0
/
+23
2015-02-12
mm: incorporate read-only pages into transparent huge pages
Ebru Akagunduz
1
-13
/
+42
2015-02-12
vmstat: do not use deferrable delayed work for vmstat_update
Michal Hocko
1
-1
/
+1
2015-02-12
mm: more aggressive page stealing for UNMOVABLE allocations
Vlastimil Babka
1
-4
/
+14
2015-02-12
mm: always steal split buddies in fallback allocations
Vlastimil Babka
1
-33
/
+29
2015-02-12
mm: when stealing freepages, also take pages created by splitting buddy page
Vlastimil Babka
2
-10
/
+9
2015-02-12
mincore: apply page table walker on do_mincore()
Naoya Horiguchi
2
-126
/
+60
2015-02-12
mm: /proc/pid/clear_refs: avoid split_huge_page()
Kirill A. Shutemov
1
-3
/
+44
2015-02-12
mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)
Naoya Horiguchi
3
-8
/
+19
2015-02-12
mempolicy: apply page table walker on queue_pages_range()
Naoya Horiguchi
1
-136
/
+92
2015-02-12
arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()
Naoya Horiguchi
1
-4
/
+2
2015-02-12
memcg: cleanup preparation for page table walk
Naoya Horiguchi
1
-33
/
+16
2015-02-12
numa_maps: remove numa_maps->vma
Naoya Horiguchi
1
-16
/
+13
2015-02-12
numa_maps: fix typo in gather_hugetbl_stats
Naoya Horiguchi
1
-3
/
+3
2015-02-12
pagemap: use walk->vma instead of calling find_vma()
Naoya Horiguchi
1
-54
/
+14
[next]