index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
zsmalloc: account the number of compacted pages
Sergey Senozhatsky
2015-09-09
1
-2
/
+2
|
*
|
|
zsmalloc/zram: introduce zs_pool_stats api
Sergey Senozhatsky
2015-09-09
1
-0
/
+6
|
*
|
|
mm: use numa_mem_id() in alloc_pages_node()
Vlastimil Babka
2015-09-09
1
-2
/
+3
|
*
|
|
mm: unify checks in alloc_pages_node() and __alloc_pages_node()
Vlastimil Babka
2015-09-09
1
-5
/
+5
|
*
|
|
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
2015-09-09
1
-8
/
+15
|
*
|
|
mm/hwpoison: fix race between soft_offline_page and unpoison_memory
Wanpeng Li
2015-09-09
1
-0
/
+14
|
*
|
|
mm/hwpoison: introduce num_poisoned_pages wrappers
Naoya Horiguchi
2015-09-09
1
-0
/
+23
|
*
|
|
mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error han...
Wanpeng Li
2015-09-09
1
-0
/
+1
|
*
|
|
mm: add utility for early copy from unmapped ram
Mark Salter
2015-09-09
1
-0
/
+6
|
*
|
|
pci: mm: add pci_pool_zalloc() call
Sean O. Stalley
2015-09-09
1
-0
/
+2
|
*
|
|
mm: add dma_pool_zalloc() call to DMA API
Sean O. Stalley
2015-09-09
1
-0
/
+6
|
*
|
|
mm: drop __nocast from vm_flags_t definition
Kirill A. Shutemov
2015-09-09
1
-1
/
+1
|
*
|
|
mm, page_isolation: make set/unset_migratetype_isolate() file-local
Naoya Horiguchi
2015-09-09
1
-5
/
+0
|
*
|
|
mem-hotplug: handle node hole when initializing numa_meminfo.
Tang Chen
2015-09-09
1
-0
/
+2
|
*
|
|
mm/memblock.c: make memblock_overlaps_region() return bool.
Tang Chen
2015-09-09
1
-1
/
+1
|
*
|
|
hugetlbfs: add hugetlbfs_fallocate()
Mike Kravetz
2015-09-09
1
-0
/
+3
|
*
|
|
hugetlbfs: New huge_add_to_page_cache helper routine
Mike Kravetz
2015-09-09
1
-0
/
+2
|
*
|
|
hugetlbfs: truncate_hugepages() takes a range of pages
Mike Kravetz
2015-09-09
1
-1
/
+3
|
*
|
|
mm/hugetlb: expose hugetlb fault mutex for use by fallocate
Mike Kravetz
2015-09-09
1
-0
/
+5
|
*
|
|
mm/hugetlb: add cache of descriptors to resv_map for region_add
Mike Kravetz
2015-09-09
1
-0
/
+3
|
*
|
|
mm: rename and move get/set_freepage_migratetype
Vlastimil Babka
2015-09-09
1
-12
/
+0
|
*
|
|
memcg: move memcg_proto_active from sock.h
Michal Hocko
2015-09-09
1
-5
/
+0
|
*
|
|
memcg: get rid of extern for functions in memcontrol.h
Michal Hocko
2015-09-09
1
-8
/
+8
|
*
|
|
memcg: get rid of mem_cgroup_root_css for !CONFIG_MEMCG
Michal Hocko
2015-09-09
1
-2
/
+0
|
*
|
|
memcg: export struct mem_cgroup
Michal Hocko
2015-09-09
3
-62
/
+346
|
*
|
|
mm, oom: add description of struct oom_control
David Rientjes
2015-09-09
1
-3
/
+17
|
*
|
|
mm, oom: pass an oom order of -1 when triggered by sysrq
David Rientjes
2015-09-09
1
-1
/
+0
|
*
|
|
mm, oom: organize oom context into struct
David Rientjes
2015-09-09
1
-10
/
+15
|
*
|
|
mm: improve __GFP_NORETRY comment based on implementation
David Rientjes
2015-09-09
1
-1
/
+4
|
*
|
|
mm: /proc/pid/smaps:: show proportional swap share of the mapping
Minchan Kim
2015-09-09
1
-0
/
+6
|
*
|
|
mm: remove put_page_unless_one()
Vineet Gupta
2015-09-09
1
-12
/
+0
|
*
|
|
dax: don't use set_huge_zero_page()
Kirill A. Shutemov
2015-09-09
1
-3
/
+0
|
*
|
|
dax: add huge page fault support
Matthew Wilcox
2015-09-09
1
-0
/
+14
|
*
|
|
mm: add vmf_insert_pfn_pmd()
Matthew Wilcox
2015-09-09
1
-0
/
+2
|
*
|
|
mm: export various functions for the benefit of DAX
Matthew Wilcox
2015-09-09
1
-0
/
+10
|
*
|
|
mm: add a pmd_fault handler
Matthew Wilcox
2015-09-09
1
-0
/
+2
|
*
|
|
thp: prepare for DAX huge pages
Matthew Wilcox
2015-09-09
1
-0
/
+4
|
*
|
|
dax: move DAX-related functions to a new header
Matthew Wilcox
2015-09-09
2
-14
/
+21
|
*
|
|
thp: vma_adjust_trans_huge(): adjust file-backed VMA too
Kirill A. Shutemov
2015-09-09
1
-10
/
+1
|
*
|
|
mm: introduce vma_is_anonymous(vma) helper
Oleg Nesterov
2015-09-09
1
-0
/
+5
*
|
|
|
Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2015-09-09
2
-8
/
+2
|
\
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
|
\
\
\
|
*
-
-
-
-
-
-
-
.
\
\
\
Merge branches 'arm/omap', 'arm/msm', 'arm/smmu', 'arm/tegra', 'x86/vt-d', 'x...
Joerg Roedel
2015-08-25
2
-8
/
+2
|
|
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
iommu/vt-d: Split up iommu->domains array
Joerg Roedel
2015-08-12
1
-1
/
+1
|
|
|
|
_
|
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
Merge tag 'tegra-for-4.3-iommu' of git://git.kernel.org/pub/scm/linux/kernel/...
Joerg Roedel
2015-08-17
1
-7
/
+1
|
|
|
|
|
\
\
\
\
|
|
|
|
|
*
|
|
|
iommu/tegra-smmu: Parameterize number of TLB lines
Thierry Reding
2015-08-13
1
-0
/
+1
|
|
|
|
|
*
|
|
|
iommu/tegra-smmu: Move flush_dcache to tegra-smmu.c
Russell King
2015-08-13
1
-7
/
+0
*
|
|
|
|
|
|
|
|
Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
2015-09-09
2
-51
/
+328
|
\
\
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
\
|
|
\
\
\
\
\
\
\
\
|
*
-
.
\
\
\
\
\
\
\
\
Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...
Mark Brown
2015-09-04
1
-52
/
+311
|
|
\
\
\
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
|
|
|
regmap: Apply optional delay in multi_reg_write/register_patch
Nariman Poushin
2015-07-16
1
-1
/
+4
|
|
*
|
|
|
|
|
|
|
|
|
regmap: Move documentation to regmap.h
Nicolas Boichat
2015-08-11
1
-11
/
+162
[prev]
[next]