Kirill A. Shutemov
|
e1f56c89b0
mm: convert mm->nr_ptes to atomic_long_t
|
11 years ago |
Linus Torvalds
|
5cbb3d216e
Merge branch 'akpm' (patches from Andrew Morton)
|
11 years ago |
Jerome Marchand
|
00619bcc44
mm: factor commit limit calculation
|
11 years ago |
Akira Takeuchi
|
2afc745f3e
mm: ensure get_unmapped_area() returns higher address than mmap_min_addr
|
11 years ago |
Heiko Carstens
|
4e99b02131
mmap: arch_get_unmapped_area(): use proper mmap base for bottom up direction
|
11 years ago |
Al Viro
|
72c2d53192
file->f_op is never NULL...
|
11 years ago |
Yanchuan Nian
|
2d8a17813e
mm/mmap: remove unnecessary assignment
|
11 years ago |
Cyrill Gorcunov
|
d9104d1ca9
mm: track vma changes with VM_SOFTDIRTY bit
|
11 years ago |
Oleg Nesterov
|
e86867720e
mm: mmap_region: kill correct_wcount/inode, use allow_write_access()
|
11 years ago |
Oleg Nesterov
|
077bf22b5c
mm: do_mmap_pgoff: cleanup the usage of file_inode()
|
11 years ago |
Oleg Nesterov
|
b2c56e4f7d
mm: shift VM_GROWS* check from mmap_region() to do_mmap_pgoff()
|
11 years ago |
Oleg Nesterov
|
ef0855d334
mm: mempolicy: turn vma_set_policy() into vma_dup_policy()
|
11 years ago |
Linus Torvalds
|
2b047252d0
Fix TLB gather virtual address range invalidation corner cases
|
12 years ago |
Oleg Nesterov
|
3964acd0db
mm: mempolicy: fix mbind_range() && vma_adjust() interaction
|
12 years ago |
Michel Lespinasse
|
98d1e64f95
mm: remove free_area_cache
|
12 years ago |
Andrew Morton
|
c103a4dc4a
ipc/shmc.c: eliminate ugly 80-col tricks
|
12 years ago |
Jörn Engel
|
493af57804
mmap: allow MAP_HUGETLB for hugetlbfs files v2
|
12 years ago |
Libin
|
d6e9321770
mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT
|
12 years ago |
Li Zefan
|
091d0d55b2
shm: fix null pointer deref when userspace specifies invalid hugepage size
|
12 years ago |
Naoya Horiguchi
|
af73e4d950
hugetlbfs: fix mmap failure in unaligned size request
|
12 years ago |
Cyril Hrubis
|
e8420a8ece
mm/mmap: check for RLIMIT_AS before unmapping
|
12 years ago |
Andrew Shewmaker
|
1640879afe
mm: reinititalise user and admin reserves if memory is added or removed
|
12 years ago |
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 |
Hampson, Steven T
|
1444f92c84
mm: merging memory blocks resets mempolicy
|
12 years ago |
Hugh Dickins
|
6ee8630e02
mm: allow arch code to control the user page table ceiling
|
12 years ago |
Zhang Yanfei
|
ee5df0570c
mmap: find_vma: remove the WARN_ON_ONCE(!mm) check
|
12 years ago |
Jan Stancek
|
b6a9b7f6b1
mm: prevent mmap_cache race in find_vma()
|
12 years ago |
Michel Lespinasse
|
09a9f1d278
Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs"
|
12 years ago |
Linus Torvalds
|
0988496433
mm: do not grow the stack vma just because of an overrun on preceding vma
|
12 years ago |