Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 gadi atpakaļ |
Linus Torvalds
|
86c5bf7101
Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 gadi atpakaļ |
Andy Lutomirski
|
d17af5056c
mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()
|
8 gadi atpakaļ |
Lorenzo Stoakes
|
f307ab6dce
mm: replace access_process_vm() write parameter with gup_flags
|
8 gadi atpakaļ |
Lorenzo Stoakes
|
c164154f66
mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
|
8 gadi atpakaļ |
Mel Gorman
|
11fb998986
mm: move most file-based accounting to the node
|
9 gadi atpakaļ |
Kirill A. Shutemov
|
dd78fedde4
rmap: support file thp
|
9 gadi atpakaļ |
Minchan Kim
|
bda807d444
mm: migrate: support non-lru movable page migration
|
9 gadi atpakaļ |
Michal Hocko
|
9fbeb5ab59
mm: make vm_mmap killable
|
9 gadi atpakaļ |
Michal Hocko
|
dc0ef0df7b
mm: make mmap_sem for write waits killable for mm syscalls
|
9 gadi atpakaļ |
Andrew Morton
|
1aa8aea535
mm: uninline page_mapped()
|
9 gadi atpakaļ |
Linus Torvalds
|
643ad15d47
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
9 gadi atpakaļ |
Andrey Ryabinin
|
39a1aa8e19
mm: deduplicate memory overcommitment code
|
9 gadi atpakaļ |
Dave Hansen
|
cde70140fe
mm/gup: Overload get_user_pages() functions
|
9 gadi atpakaļ |
Johannes Weiner
|
65376df582
proc: revert /proc/<pid>/maps [stack:TID] annotation
|
9 gadi atpakaļ |
Mateusz Guzik
|
a3b609ef9f
proc read mm's {arg,env}_{start,end} with mmap semaphore taken.
|
9 gadi atpakaļ |
Kirill A. Shutemov
|
b20ce5e03b
mm: prepare page_referenced() and page_idle to new THP refcounting
|
9 gadi atpakaļ |
Kirill A. Shutemov
|
1c290f6421
mm: sanitize page->mapping for tail pages
|
9 gadi atpakaļ |
Al Viro
|
e9d408e107
new helper: memdup_user_nul()
|
9 gadi atpakaļ |
Alexander Kuleshov
|
ea53cde089
mm/util: use offset_in_page macro
|
9 gadi atpakaļ |
Kirill A. Shutemov
|
e39155ea11
mm: uninline and cleanup page-mapping related helpers
|
10 gadi atpakaļ |
Andrzej Hajda
|
a4bb1e43e2
mm/util: add kstrdup_const
|
10 gadi atpakaļ |
Andrea Arcangeli
|
a7b780750e
mm: gup: use get_user_pages_unlocked within get_user_pages_fast
|
10 gadi atpakaļ |
Oleg Nesterov
|
58cb65487e
proc/maps: make vm_is_stack() logic namespace-friendly
|
10 gadi atpakaļ |
Oleg Nesterov
|
4449a51a7c
vm_is_stack: use for_each_thread() rather then buggy while_each_thread()
|
11 gadi atpakaļ |
Andrey Ryabinin
|
928cec9cd6
mm: move slab related stuff from util.c to slab_common.c
|
11 gadi atpakaļ |
Al Viro
|
39f1f78d53
nick kvfree() from apparmor
|
11 gadi atpakaļ |
Linus Torvalds
|
0b747172dc
Merge git://git.infradead.org/users/eparis/audit
|
11 gadi atpakaļ |
Gideon Israel Dsouza
|
3b32123d73
mm: use macros from compiler.h instead of __attribute__((...))
|
11 gadi atpakaļ |
William Roberts
|
a90902531a
mm: Create utility function for accessing a tasks commandline value
|
11 gadi atpakaļ |