index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-22
/
+11
2015-09-05
mm/hugetlb.c: make vma_has_reserves() return bool
Nicholas Krause
1
-6
/
+6
2015-09-05
mm/madvise.c: make madvise_behaviour_valid() return bool
Nicholas Krause
1
-3
/
+3
2015-09-05
mm/memory.c: make tlb_next_batch() return bool
Nicholas Krause
1
-5
/
+5
2015-09-05
mm/dmapool.c: change is_page_busy() return from int to bool
Nicholas Krause
1
-1
/
+1
2015-09-05
mremap: simplify the "overlap" check in mremap_to()
Oleg Nesterov
1
-7
/
+2
2015-09-05
mremap: don't do uneccesary checks if new_len == old_len
Oleg Nesterov
1
-10
/
+11
2015-09-05
mremap: don't do mm_populate(new_addr) on failure
Oleg Nesterov
1
-1
/
+3
2015-09-05
mm: move ->mremap() from file_operations to vm_operations_struct
Oleg Nesterov
1
-2
/
+2
2015-09-05
mremap: don't leak new_vma if f_op->mremap() fails
Oleg Nesterov
1
-9
/
+7
2015-09-05
mm/hugetlb.c: make vma_shareable() return bool
Nicholas Krause
1
-3
/
+3
2015-09-05
mm: make GUP handle pfn mapping unless FOLL_GET is requested
Kirill A. Shutemov
1
-10
/
+50
2015-09-05
mm: fix status code which move_pages() returns for zero page
Kirill A. Shutemov
1
-12
/
+6
2015-09-05
mm: memcontrol: bring back the VM_BUG_ON() in mem_cgroup_swapout()
Sebastian Andrzej Siewior
1
-1
/
+7
2015-09-05
mm/memblock: WARN_ON when nid differs from overlap region
Wei Yang
1
-0
/
+3
2015-09-05
mm: defer flush of writable TLB entries
Mel Gorman
3
-8
/
+31
2015-09-05
mm: send one IPI per CPU to TLB flush all entries after unmapping pages
Mel Gorman
3
-2
/
+136
2015-09-05
userfaultfd: propagate the full address in THP faults
Andrea Arcangeli
1
-4
/
+6
2015-09-05
userfaultfd: avoid mmap_sem read recursion in mcopy_atomic
Andrea Arcangeli
1
-26
/
+65
2015-09-05
userfaultfd: mcopy_atomic|mfill_zeropage: UFFDIO_COPY|UFFDIO_ZEROPAGE prepara...
Andrea Arcangeli
2
-0
/
+270
2015-09-05
userfaultfd: prevent khugepaged to merge if userfaultfd is armed
Andrea Arcangeli
1
-2
/
+4
2015-09-05
userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx
Andrea Arcangeli
5
-18
/
+35
2015-09-05
userfaultfd: call handle_userfault() for userfaultfd_missing() faults
Andrea Arcangeli
2
-22
/
+63
2015-09-05
mm/slab.h: fix argument order in cache_from_obj's error message
Daniel Borkmann
1
-1
/
+1
2015-09-05
mm/slub: don't wait for high-order page allocation
Joonsoo Kim
1
-0
/
+2
2015-09-05
mm/slub: fix slab double-free in case of duplicate sysfs filename
Konstantin Khlebnikov
1
-3
/
+1
2015-09-05
mm/slub: move slab initialization into irq enabled region
Thomas Gleixner
1
-47
/
+42
2015-09-05
slub: add support for kmem_cache_debug in bulk calls
Jesper Dangaard Brouer
1
-9
/
+19
2015-09-05
slub: initial bulk free implementation
Jesper Dangaard Brouer
1
-1
/
+33
2015-09-05
slub: improve bulk alloc strategy
Jesper Dangaard Brouer
1
-10
/
+16
2015-09-05
slub bulk alloc: extract objects from the per cpu slab
Jesper Dangaard Brouer
1
-2
/
+47
2015-09-05
slab: infrastructure for bulk object allocation and freeing
Christoph Lameter
5
-0
/
+72
2015-09-05
slub: fix spelling succedd to succeed
Jesper Dangaard Brouer
1
-1
/
+1
2015-09-05
memory-hotplug: add hot-added memory ranges to memblock before allocate node_...
Tang Chen
1
-1
/
+9
2015-09-03
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-7
/
+1
2015-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+41
2015-09-02
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+8
2015-09-02
Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...
Linus Torvalds
1
-3
/
+2
2015-09-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-5
/
+5
2015-09-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-3
/
+3
2015-08-31
lib: move strncpy_from_unsafe() into mm/maccess.c
Alexei Starovoitov
1
-0
/
+41
2015-08-22
x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()
Andrey Ryabinin
2
-1
/
+153
2015-08-22
mm: make page pfmemalloc check more robust
Michal Hocko
3
-6
/
+9
2015-08-21
mm: fix potential data race in SyS_swapon
Hugh Dickins
1
-18
/
+7
2015-08-21
Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...
Al Viro
1
-4
/
+4
2015-08-18
inode: rename i_wb_list to i_io_list
Dave Chinner
1
-4
/
+4
2015-08-15
mm: cma: mark cma_bitmap_maxno() inline in header
Gregory Fong
1
-1
/
+1
2015-08-15
memory-hotplug: fix wrong edge when hot add a new node
Xishi Qiu
2
-0
/
+11
2015-08-15
.mailmap: Andrey Ryabinin has moved
Andrey Ryabinin
2
-2
/
+2
2015-08-15
mm/hwpoison: fix panic due to split huge zero page
Wanpeng Li
1
-2
/
+5
[next]