index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-08
zsmalloc: account the number of compacted pages
Sergey Senozhatsky
1
-10
/
+17
2015-09-08
zsmalloc/zram: introduce zs_pool_stats api
Sergey Senozhatsky
1
-14
/
+15
2015-09-08
zsmalloc: cosmetic compaction code adjustments
Sergey Senozhatsky
1
-6
/
+6
2015-09-08
zsmalloc: introduce zs_can_compact() function
Sergey Senozhatsky
1
-0
/
+26
2015-09-08
zsmalloc: always keep per-class stats
Sergey Senozhatsky
1
-32
/
+8
2015-09-08
zsmalloc: drop unused variable `nr_to_migrate'
Sergey Senozhatsky
1
-4
/
+0
2015-09-08
mm/memblock.c: fix comment in __next_mem_range()
Alexander Kuleshov
1
-1
/
+1
2015-09-08
mm/page_alloc.c: fix type information of memoryless node
Zhen Lei
1
-1
/
+2
2015-09-08
memory-hotplug: fix comments in zone_spanned_pages_in_node() and zone_spanned...
Xishi Qiu
1
-2
/
+2
2015-09-08
mm/page_alloc.c: change sysctl_lower_zone_reserve_ratio to sysctl_lowmem_rese...
Yaowei Bai
1
-2
/
+2
2015-09-08
mm/page_alloc.c: fix a misleading comment
Yaowei Bai
1
-1
/
+1
2015-09-08
mm/mmap.c:insert_vm_struct(): check for failure before setting values
Chen Gang
1
-6
/
+7
2015-09-08
mm/khugepaged: allow interruption of allocation sleep again
Petr Mladek
1
-2
/
+6
2015-09-08
mm/memblock.c: fiy typos in comments
Alexander Kuleshov
1
-4
/
+4
2015-09-08
mm/compaction: correct to flush migrated pages if pageblock skip happens
Joonsoo Kim
2
-15
/
+16
2015-09-08
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
10
-15
/
+13
2015-09-08
mm, vmscan: unlock page while waiting on writeback
Hugh Dickins
1
-2
/
+5
2015-09-08
list_lru: don't call list_lru_from_kmem if the list_head is empty
Jeff Layton
1
-2
/
+2
2015-09-08
kmemleak: record accurate early log buffer count and report when exceeded
Wang Kai
1
-1
/
+2
2015-09-08
mm/mmap.c: simplify the failure return working flow
Chen Gang
1
-22
/
+22
2015-09-08
shmem: recalculate file inode when fstat
Yu Zhao
1
-0
/
+16
2015-09-08
mm/memblock.c: rename local variable of memblock_type to 'type'
Alexander Kuleshov
1
-5
/
+5
2015-09-08
mm/hwpoison: don't try to unpoison containment-failed pages
Naoya Horiguchi
1
-0
/
+16
2015-09-08
mm/hwpoison: fix race between soft_offline_page and unpoison_memory
Wanpeng Li
2
-8
/
+5
2015-09-08
mm/hwpoison: introduce num_poisoned_pages wrappers
Naoya Horiguchi
1
-16
/
+14
2015-09-08
mm/hwpoison: replace most of put_page in memory error handling by put_hwpoiso...
Wanpeng Li
1
-17
/
+15
2015-09-08
mm/hwpoison: fix refcount of THP head page in no-injection case
Wanpeng Li
1
-1
/
+1
2015-09-08
mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error han...
Wanpeng Li
1
-0
/
+21
2015-09-08
mm/hwpoison: fix PageHWPoison test/set race
Wanpeng Li
1
-0
/
+2
2015-09-08
mm/hwpoison: fix failure to split thp w/ refcount held
Wanpeng Li
1
-0
/
+2
2015-09-08
mm: add utility for early copy from unmapped ram
Mark Salter
1
-0
/
+22
2015-09-08
mm, compaction: skip compound pages by order in free scanner
Vlastimil Babka
1
-0
/
+25
2015-09-08
mm, compaction: always skip all compound pages by order in migrate scanner
Vlastimil Babka
1
-20
/
+27
2015-09-08
mm, compaction: encapsulate resetting cached scanner positions
Vlastimil Babka
1
-6
/
+10
2015-09-08
mm, compaction: simplify handling restart position in free pages scanner
Vlastimil Babka
1
-15
/
+20
2015-09-08
mm, compaction: more robust check for scanners meeting
Vlastimil Babka
1
-8
/
+14
2015-09-08
mm: add support for __GFP_ZERO flag to dma_pool_alloc()
Sean O. Stalley
1
-2
/
+7
2015-09-08
vmscan: fix increasing nr_isolated incurred by putback unevictable pages
Jaewon Kim
1
-1
/
+1
2015-09-08
mm: vmscan: never isolate more pages than necessary
Vladimir Davydov
1
-1
/
+2
2015-09-08
bootmem: avoid freeing to bootmem after bootmem is done
Chris Metcalf
1
-0
/
+7
2015-09-08
mm, page_isolation: make set/unset_migratetype_isolate() file-local
Naoya Horiguchi
1
-2
/
+3
2015-09-08
mm/mempolicy.c: get rid of duplicated check for vma(VM_PFNMAP) in queue_pages...
Aristeu Rozanski
1
-3
/
+0
2015-09-08
mem-hotplug: handle node hole when initializing numa_meminfo.
Tang Chen
1
-1
/
+1
2015-09-08
mm/memblock.c: make memblock_overlaps_region() return bool.
Tang Chen
1
-5
/
+5
2015-09-08
mm: madvise allow remove operation for hugetlbfs
Mike Kravetz
1
-1
/
+1
2015-09-08
hugetlbfs: add hugetlbfs_fallocate()
Mike Kravetz
1
-1
/
+1
2015-09-08
hugetlbfs: New huge_add_to_page_cache helper routine
Mike Kravetz
1
-9
/
+18
2015-09-08
mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate
Mike Kravetz
1
-15
/
+39
2015-09-08
mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch
Mike Kravetz
1
-2
/
+13
2015-09-08
hugetlbfs: truncate_hugepages() takes a range of pages
Mike Kravetz
1
-3
/
+37
[next]