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
2016-09-25
mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing
Lorenzo Stoakes
2
-8
/
+7
2016-09-24
Merge branch 'hughd-fixes' (patches from Hugh Dickins)
Linus Torvalds
2
-21
/
+3
2016-09-24
mm: delete unnecessary and unsafe init_tlb_ubc()
Hugh Dickins
1
-19
/
+0
2016-09-24
huge tmpfs: fix Committed_AS leak
Hugh Dickins
1
-1
/
+2
2016-09-24
shmem: fix tmpfs to handle the huge= option properly
Toshi Kani
1
-1
/
+1
2016-09-20
mm: usercopy: Check for module addresses
Laura Abbott
1
-1
/
+4
2016-09-19
mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting
Johannes Weiner
1
-9
/
+22
2016-09-19
mm: fix the page_swap_info() BUG_ON check
Santosh Shilimkar
2
-1
/
+3
2016-09-19
mm: avoid endless recursion in dump_page()
Kirill A. Shutemov
1
-2
/
+4
2016-09-19
mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin()
Ebru Akagunduz
1
-5
/
+5
2016-09-19
khugepaged: fix use-after-free in collapse_huge_page()
Kirill A. Shutemov
1
-7
/
+8
2016-09-19
mem-hotplug: don't clear the only node in new_node_page()
Li Zhong
1
-1
/
+3
2016-09-10
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2016-09-09
mm: fix show_smap() for zone_device-pmd ranges
Dan Williams
1
-2
/
+2
2016-09-07
usercopy: remove page-spanning test for now
Kees Cook
1
-26
/
+35
2016-09-01
mm, mempolicy: task->mempolicy must be NULL before dropping final reference
David Rientjes
1
-0
/
+17
2016-09-01
mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...
Mel Gorman
2
-13
/
+13
2016-09-01
mm, oom: prevent premature OOM killer invocation for high order request
Michal Hocko
1
-49
/
+2
2016-08-26
mm: silently skip readahead for DAX inodes
Ross Zwisler
1
-0
/
+9
2016-08-26
mm: memcontrol: avoid unused function warning
Arnd Bergmann
1
-18
/
+18
2016-08-26
mm: clarify COMPACTION Kconfig text
Michal Hocko
1
-1
/
+8
2016-08-26
soft_dirty: fix soft_dirty during THP split
Andrea Arcangeli
1
-1
/
+6
2016-08-22
usercopy: fix overlap check for kernel text
Josh Poimboeuf
1
-1
/
+1
2016-08-22
usercopy: avoid potentially undefined behavior in pointer math
Eric Biggers
1
-1
/
+1
2016-08-11
mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdats
Reza Arbab
1
-0
/
+2
2016-08-11
mm, oom: fix uninitialized ret in task_will_free_mem()
Geert Uytterhoeven
1
-1
/
+1
2016-08-11
kasan: remove the unnecessary WARN_ONCE from quarantine.c
Alexander Potapenko
1
-5
/
+2
2016-08-11
mm: memcontrol: fix memcg id ref counter on swap charge move
Vladimir Davydov
1
-6
/
+18
2016-08-11
mm: memcontrol: fix swap counter leak on swapout from offline cgroup
Vladimir Davydov
1
-6
/
+38
2016-08-11
proc, meminfo: use correct helpers for calculating LRU sizes in meminfo
Mel Gorman
1
-1
/
+1
2016-08-11
mm/hugetlb: fix incorrect hugepages count during mem hotplug
zhong jiang
1
-0
/
+1
2016-08-10
mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lock
Chris Wilson
1
-1
/
+5
2016-08-10
rmap: fix compound check logic in page_remove_file_rmap
Steve Capper
1
-1
/
+1
2016-08-10
mm, rmap: fix false positive VM_BUG() in page_add_file_rmap()
Kirill A. Shutemov
1
-2
/
+3
2016-08-10
mm/page_alloc.c: recalculate some of node threshold when on/offline memory
Joonsoo Kim
1
-15
/
+35
2016-08-10
mm/page_alloc.c: fix wrong initialization when sysctl_min_unmapped_ratio changes
Joonsoo Kim
1
-1
/
+1
2016-08-10
thp: move shmem_huge_enabled() outside of SYSFS ifdef
Arnd Bergmann
1
-1
/
+3
2016-08-09
mm: memcontrol: only mark charged pages with PageKmemcg
Vladimir Davydov
2
-11
/
+17
2016-08-08
Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
4
-0
/
+342
2016-08-07
mm: make __swap_writepage() use bio_set_op_attrs()
Jens Axboe
1
-2
/
+3
2016-08-07
block/mm: make bdev_ops->rw_page() take a bool for read/write
Jens Axboe
1
-2
/
+2
2016-08-05
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-3
/
+22
2016-08-05
Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+9
2016-08-04
mm/memblock.c: fix NULL dereference error
zijun_hu
1
-1
/
+4
2016-08-04
slub: drop bogus inline for fixup_red_left()
Geert Uytterhoeven
1
-1
/
+1
2016-08-04
mm: initialise per_cpu_nodestats for all online pgdats at boot
Mel Gorman
1
-5
/
+5
2016-08-04
mm/memblock: fix a typo in a comment
Alexander Kuleshov
1
-2
/
+2
2016-08-04
mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabled
zhong jiang
1
-0
/
+1
2016-08-04
mm/block: convert rw_page users to bio op use
Mike Christie
1
-3
/
+3
2016-08-04
block: fix bdi vs gendisk lifetime mismatch
Dan Williams
1
-0
/
+19
[next]