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
mm: /proc/pid/smaps:: show proportional swap share of the mapping
Minchan Kim
1
-0
/
+42
2015-09-08
memtest: remove unused header files
Vladimir Murzin
1
-5
/
+0
2015-09-08
memtest: cleanup log messages
Vladimir Murzin
1
-9
/
+5
2015-09-08
memtest: use kstrtouint instead of simple_strtoul
Vladimir Murzin
1
-3
/
+5
2015-09-08
mm/memblock.c: WARN_ON when flags differs from overlap region
Wei Yang
1
-0
/
+1
2015-09-08
mm/page_alloc.c: remove unused variable in free_area_init_core()
Wei Yang
1
-3
/
+2
2015-09-08
mm/page_alloc.c: refine the calculation of highest possible node id
Wei Yang
1
-4
/
+2
2015-09-08
mm, dax: use i_mmap_unlock_write() in do_cow_fault()
Kirill A. Shutemov
1
-4
/
+4
2015-09-08
mm: take i_mmap_lock in unmap_mapping_range() for DAX
Kirill A. Shutemov
1
-9
/
+2
2015-09-08
dax: don't use set_huge_zero_page()
Kirill A. Shutemov
1
-1
/
+1
2015-09-08
thp: fix zap_huge_pmd() for DAX
Kirill A. Shutemov
1
-40
/
+31
2015-09-08
thp: decrement refcount on huge zero page if it is split
Kirill A. Shutemov
1
-1
/
+3
2015-09-08
dax: fix race between simultaneous faults
Matthew Wilcox
1
-3
/
+8
2015-09-08
thp: change insert_pfn's return type to void
Matthew Wilcox
1
-3
/
+3
2015-09-08
mm: add vmf_insert_pfn_pmd()
Matthew Wilcox
1
-0
/
+43
2015-09-08
mm: export various functions for the benefit of DAX
Matthew Wilcox
1
-6
/
+1
2015-09-08
mm: add a pmd_fault handler
Matthew Wilcox
1
-6
/
+24
2015-09-08
thp: prepare for DAX huge pages
Matthew Wilcox
1
-19
/
+29
2015-09-08
dax: revert userfaultfd change
Andrew Morton
1
-1
/
+4
2015-09-08
thp: vma_adjust_trans_huge(): adjust file-backed VMA too
Kirill A. Shutemov
1
-1
/
+1
2015-09-08
mremap: fix the wrong !vma->vm_file check in copy_vma()
Oleg Nesterov
1
-1
/
+1
2015-09-08
mmap: fix the usage of ->vm_pgoff in special_mapping paths
Oleg Nesterov
1
-10
/
+2
2015-09-08
mm: introduce vma_is_anonymous(vma) helper
Oleg Nesterov
1
-4
/
+4
2015-09-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-22
/
+11
2015-09-04
mm/hugetlb.c: make vma_has_reserves() return bool
Nicholas Krause
1
-6
/
+6
2015-09-04
mm/madvise.c: make madvise_behaviour_valid() return bool
Nicholas Krause
1
-3
/
+3
2015-09-04
mm/memory.c: make tlb_next_batch() return bool
Nicholas Krause
1
-5
/
+5
2015-09-04
mm/dmapool.c: change is_page_busy() return from int to bool
Nicholas Krause
1
-1
/
+1
2015-09-04
mremap: simplify the "overlap" check in mremap_to()
Oleg Nesterov
1
-7
/
+2
2015-09-04
mremap: don't do uneccesary checks if new_len == old_len
Oleg Nesterov
1
-10
/
+11
2015-09-04
mremap: don't do mm_populate(new_addr) on failure
Oleg Nesterov
1
-1
/
+3
2015-09-04
mm: move ->mremap() from file_operations to vm_operations_struct
Oleg Nesterov
1
-2
/
+2
2015-09-04
mremap: don't leak new_vma if f_op->mremap() fails
Oleg Nesterov
1
-9
/
+7
2015-09-04
mm/hugetlb.c: make vma_shareable() return bool
Nicholas Krause
1
-3
/
+3
2015-09-04
mm: make GUP handle pfn mapping unless FOLL_GET is requested
Kirill A. Shutemov
1
-10
/
+50
2015-09-04
mm: fix status code which move_pages() returns for zero page
Kirill A. Shutemov
1
-12
/
+6
2015-09-04
mm: memcontrol: bring back the VM_BUG_ON() in mem_cgroup_swapout()
Sebastian Andrzej Siewior
1
-1
/
+7
2015-09-04
mm/memblock: WARN_ON when nid differs from overlap region
Wei Yang
1
-0
/
+3
2015-09-04
mm: defer flush of writable TLB entries
Mel Gorman
3
-8
/
+31
2015-09-04
mm: send one IPI per CPU to TLB flush all entries after unmapping pages
Mel Gorman
3
-2
/
+136
2015-09-04
userfaultfd: propagate the full address in THP faults
Andrea Arcangeli
1
-4
/
+6
2015-09-04
userfaultfd: avoid mmap_sem read recursion in mcopy_atomic
Andrea Arcangeli
1
-26
/
+65
2015-09-04
userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE prepara...
Andrea Arcangeli
2
-0
/
+270
2015-09-04
userfaultfd: prevent khugepaged to merge if userfaultfd is armed
Andrea Arcangeli
1
-2
/
+4
2015-09-04
userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
Andrea Arcangeli
5
-18
/
+35
2015-09-04
userfaultfd: call handle_userfault() for userfaultfd_missing() faults
Andrea Arcangeli
2
-22
/
+63
2015-09-04
mm/slab.h: fix argument order in cache_from_obj's error message
Daniel Borkmann
1
-1
/
+1
2015-09-04
mm/slub: don't wait for high-order page allocation
Joonsoo Kim
1
-0
/
+2
2015-09-04
mm/slub: fix slab double-free in case of duplicate sysfs filename
Konstantin Khlebnikov
1
-3
/
+1
2015-09-04
mm/slub: move slab initialization into irq enabled region
Thomas Gleixner
1
-47
/
+42
[next]