index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
3
-6
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248
Thomas Gleixner
1
-2
/
+1
2019-06-18
mm/hmm: Use lockdep instead of comments
Jason Gunthorpe
1
-2
/
+2
2019-06-18
mm/hmm: Hold on to the mmget for the lifetime of the range
Jason Gunthorpe
1
-21
/
+11
2019-06-18
mm/hmm: Do not use list*_rcu() for hmm->ranges
Jason Gunthorpe
1
-2
/
+2
2019-06-18
mm/hmm: Simplify hmm_get_or_create and make it reliable
Jason Gunthorpe
1
-47
/
+30
2019-06-16
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-6
/
+8
2019-06-14
Merge tag 'v5.2-rc4' into mauro
Jonathan Corbet
47
-121
/
+67
2019-06-13
mm/devm_memremap_pages: fix final page put race
Dan Williams
1
-11
/
+3
2019-06-13
mm/vmscan.c: fix trying to reclaim unevictable LRU page
Minchan Kim
1
-1
/
+1
2019-06-13
coredump: fix race condition between collapse_huge_page() and core dumping
Andrea Arcangeli
1
-0
/
+3
2019-06-13
mm/mlock.c: change count_mm_mlocked_page_nr return type
swkhack
1
-2
/
+2
2019-06-13
mm: mmu_gather: remove __tlb_reset_range() for force flush
Yang Shi
1
-5
/
+19
2019-06-13
mm/vmscan.c: fix recent_rotated history
Kirill Tkhai
1
-2
/
+2
2019-06-13
mm/mlock.c: mlockall error for flag MCL_ONFAULT
Potyra, Stefan
1
-1
/
+2
2019-06-13
mm/list_lru.c: fix memory leak in __memcg_init_list_lru_node
Shakeel Butt
1
-1
/
+1
2019-06-13
mm: memcontrol: don't batch updates of local VM stats and events
Johannes Weiner
1
-13
/
+28
2019-06-10
mm/hmm: Hold a mmgrab from hmm to mm
Jason Gunthorpe
1
-18
/
+4
2019-06-10
mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
Jason Gunthorpe
1
-9
/
+4
2019-06-09
vfs: add missing checks to copy_file_range
Amir Goldstein
1
-0
/
+53
2019-06-09
vfs: remove redundant checks from generic_remap_checks()
Amir Goldstein
1
-21
/
+12
2019-06-09
vfs: introduce generic_file_rw_checks()
Amir Goldstein
1
-0
/
+24
2019-06-09
Merge 5.2-rc4 into char-misc-next
Greg Kroah-Hartman
47
-121
/
+67
2019-06-08
docs: fix broken documentation links
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-07
mm/hmm: fix use after free with struct hmm in the mmu notifiers
Jason Gunthorpe
1
-6
/
+17
2019-06-06
mm/hmm: Only set FAULT_FLAG_ALLOW_RETRY for non-blocking
Kuehling, Felix
1
-1
/
+1
2019-06-06
mm/hmm: support automatic NUMA balancing
Philip Yang
1
-1
/
+1
2019-06-06
mm/hmm: clean up some coding style and comments
Ralph Campbell
1
-30
/
+32
2019-06-06
mm/hmm.c: suppress compilation warnings when CONFIG_HUGETLB_PAGE is not set
Jason Gunthorpe
1
-7
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-5
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
4
-8
/
+4
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403
Thomas Gleixner
1
-4
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
2
-27
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 263
Thomas Gleixner
1
-4
/
+1
2019-06-05
mm/zsmalloc.c: remove unused variable
Anders Roxell
1
-2
/
+0
2019-06-03
backing-dev: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-19
/
+5
2019-06-03
mm: cleancache: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-2
/
+1
2019-06-03
hwpoison-inject: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-39
/
+16
2019-06-03
mm: kmemleak: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-6
/
+1
2019-06-03
zsmalloc: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-17
/
+3
2019-06-03
zswap: ignore debugfs_create_dir() return value
Greg Kroah-Hartman
1
-2
/
+0
2019-06-03
mm/vmalloc: Avoid rare case of flushing TLB with weird arguments
Rick Edgecombe
1
-1
/
+3
2019-06-03
mm/vmalloc: Fix calculation of direct map addr range
Rick Edgecombe
1
-5
/
+5
2019-06-01
mm, compaction: make sure we isolate a valid PFN
Suzuki K Poulose
1
-1
/
+1
2019-06-01
kasan: initialize tag to 0xff in __kasan_kmalloc
Nathan Chancellor
1
-1
/
+1
2019-06-01
z3fold: fix sheduling while atomic
Vitaly Wool
1
-5
/
+6
2019-06-01
mm/gup: continue VM_FAULT_RETRY processing even for pre-faults
Mike Rapoport
1
-7
/
+8
2019-06-01
memcg: make it work on sparse non-0-node systems
Jiri Slaby
1
-5
/
+3
2019-06-01
prctl_set_mm: downgrade mmap_sem to read lock
Michal Koutný
1
-2
/
+2
2019-06-01
mm/vmalloc.c: fix typo in comment
Andrew Morton
1
-1
/
+1
[prev]
[next]