Andrew Shewmaker
|
4eeab4f558
mm: replace hardcoded 3% with admin_reserve_pages knob
|
12 years ago |
Andrew Shewmaker
|
c9b1d0981f
mm: limit growth of 3% hardcoded other user reserve
|
12 years ago |
Joonsoo Kim
|
f1c4069e1d
mm, vmalloc: export vmap_area_list, instead of vmlist
|
12 years ago |
Linus Torvalds
|
3c0b9de6d3
vm: add no-mmu vm_iomap_memory() stub
|
12 years ago |
Jan Stancek
|
b6a9b7f6b1
mm: prevent mmap_cache race in find_vma()
|
12 years ago |
Linus Torvalds
|
d895cb1af1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Michel Lespinasse
|
240aadeedc
mm: accelerate mm_populate() treatment of THP pages
|
12 years ago |
Michel Lespinasse
|
28a35716d3
mm: use long type for page counts in mm_populate() and get_user_pages()
|
12 years ago |
Shaohua Li
|
ec8acf20af
swap: add per-partition lock for swapfile
|
12 years ago |
Michel Lespinasse
|
41badc15cb
mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool
|
12 years ago |
Michel Lespinasse
|
bebeb3d68b
mm: introduce mm_populate() for populating new vmas
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Clark Williams
|
cf4aebc292
sched: Move sched.h sysctl bits into separate header
|
12 years ago |
K. Y. Srinivasan
|
997071bcb3
mm: export a function to get vm committed memory
|
12 years ago |
Michel Lespinasse
|
6b2dbba8b6
mm: replace vma prio_tree with an interval tree
|
12 years ago |
Konstantin Khlebnikov
|
314e51b985
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
|
12 years ago |
Konstantin Khlebnikov
|
e9714acf8c
mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas
|
12 years ago |
Konstantin Khlebnikov
|
0b173bc4da
mm: kill vma flag VM_CAN_NONLINEAR
|
12 years ago |
Al Viro
|
cb0942b812
make get_file() return its argument
|
13 years ago |
Greg Ungerer
|
ad1ed2937e
nommu: fix compilation of nommu.c
|
13 years ago |
Al Viro
|
eb36c5873b
new helper: vm_mmap_pgoff()
|
13 years ago |
Al Viro
|
dc982501d9
kill do_mmap() completely
|
13 years ago |
Al Viro
|
e3fc629d7b
switch aio and shm to do_mmap_pgoff(), make do_mmap() static
|
13 years ago |
Al Viro
|
8b3ec6814c
take security_mmap_file() outside of ->mmap_sem
|
13 years ago |
Al Viro
|
e5467859f7
split ->file_mmap() into ->mmap_addr()/->mmap_file()
|
13 years ago |
Al Viro
|
cf74d14c4f
unexport do_mmap()
|
13 years ago |
Al Viro
|
bfce281c28
kill mm argument of vm_munmap()
|
13 years ago |
Linus Torvalds
|
6be5ceb02e
VM: add "vm_mmap()" helper function
|
13 years ago |
Linus Torvalds
|
a46ef99d80
VM: add "vm_munmap()" helper function
|
13 years ago |
Linus Torvalds
|
e4eb1ff61b
VM: add "vm_brk()" helper function
|
13 years ago |