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 |
David Howells
|
b94cfaf668
NOMMU: Don't need to clear vm_mm when deleting a VMA
|
13 years ago |
David Howells
|
918e556ec2
NOMMU: Lock i_mmap_mutex for access to the VMA prio list
|
13 years ago |
David Vrabel
|
cd12909cb5
xen: map foreign pages for shared rings by updating the PTEs directly
|
13 years ago |
Paul Gortmaker
|
b95f1b31b7
mm: Map most files to use export.h instead of module.h
|
13 years ago |
Dmitry Fink
|
c15bef3099
mmap: fix and tidy up overcommit page arithmetic
|
14 years ago |
Linus Torvalds
|
8209f53d79
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
|
14 years ago |
Bob Liu
|
8f3b1327aa
mm/nommu.c: fix remap_pfn_range()
|
14 years ago |
Tejun Heo
|
a288eecce5
ptrace: kill trivial tracehooks
|
14 years ago |
Bob Liu
|
f67d9b1576
nommu: add page alignment to mmap
|
14 years ago |
Namhyung Kim
|
bb005a59e0
mm: nommu: fix a compile warning in do_mmap_pgoff()
|
14 years ago |
Namhyung Kim
|
7223bb4a82
mm: nommu: fix a potential memory leak in do_mmap_private()
|
14 years ago |
Namhyung Kim
|
d75a310c42
mm: nommu: check the vma list when unmapping file-mapped vma
|
14 years ago |
Namhyung Kim
|
e922c4c536
mm: nommu: find vma using the sorted vma list
|
14 years ago |
Namhyung Kim
|
b951bf2c46
mm: nommu: don't scan the vma list when deleting
|
14 years ago |
Namhyung Kim
|
6038def0d1
mm: nommu: sort mm->mmap list properly
|
14 years ago |
David Rientjes
|
7bf02ea22c
arch, mm: filter disallowed nodes from arch specific show_mem functions
|
14 years ago |
Mike Frysinger
|
f55f199b7d
NOMMU: implement access_remote_vm
|
14 years ago |
Linus Torvalds
|
6c51038900
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
|
14 years ago |
Stephen Wilson
|
cae5d39032
mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm
|
14 years ago |