Commit Graph

95 Commits (97445c3b86e0b64e059b4829a7193f8e26fb5bfc)

Author SHA1 Message Date
David Howells 7e6608724c nommu: fix shared mmap after truncate shrinkage problems 15 years ago
David Howells efc1a3b169 nommu: don't need get_unmapped_area() for NOMMU 15 years ago
David Howells 779c10232c nommu: remove a superfluous check of vm_region::vm_usage 15 years ago
David Howells 1e2ae599d3 nommu: struct vm_region's vm_usage count need not be atomic 15 years ago
Jie Zhang 7959722b95 NOMMU: Use copy_*_user_page() in access_process_vm() 15 years ago
Mike Frysinger cfe79c00a2 NOMMU: Avoiding duplicate icache flushes of shared maps 15 years ago
Hugh Dickins 66f0dc481e mm: move sys_mmap_pgoff from util.c 15 years ago
Jie Zhang ea63763959 nommu: fix malloc performance by adding uninitialized flag 15 years ago
David Howells 89a8640279 NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff() 16 years ago
Alexey Dobriyan f0f37e2f77 const: mark struct vm_struct_operations 16 years ago
David Howells 06aab5a308 NOMMU: Ignore mmap() address param as it is a hint 16 years ago
David Howells 645d83c5db NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directly 16 years ago
npiggin@suse.de 25d9e2d152 truncate: new helpers 16 years ago
Hugh Dickins 4266c97a3e nommu: fix two build breakages 16 years ago
Bernd Schmidt eb8cdec4a9 nommu: add support for Memory Protection Units (MPU) 16 years ago
Hugh Dickins 58fa879e1e mm: FOLL flags for GUP flags 16 years ago
Hugh Dickins 1c3aff1cee mm: remove unused GUP flags 16 years ago
Jaswinder Singh Rajput 72ff13b703 mm: includecheck fix for mm/nommu.c 16 years ago
David Howells a190887b58 nommu: fix error handling in do_mmap_pgoff() 16 years ago
Graff Yang 28d7a6ae92 nommu: check fd read permission in validate_mmap_request() 16 years ago
Eric Paris 788084aba2 Security/SELinux: seperate lsm specific mmap_min_addr 16 years ago
Eric Paris a2551df7ec Security/SELinux: seperate lsm specific mmap_min_addr 16 years ago
Paul Mundt dfc2f91ac2 nommu: provide follow_pfn(). 16 years ago
Peter Zijlstra 9d73777e50 clarify get_user_pages() prototype 16 years ago
Paul Mundt 35f2c2f6f6 nommu: Provide mmap_min_addr definition. 16 years ago
David Howells 8c9ed899b4 NOMMU: Don't check vm_region::vm_start is page aligned in add_nommu_region() 16 years ago
David Howells fc4d5c292b nommu: make the initial mmap allocation excess behaviour Kconfig configurable 16 years ago
KOSAKI Motohiro 00a62ce91e mm: fix Committed_AS underflow on large NR_CPUS environment 16 years ago
David Howells 33e5d76979 nommu: fix a number of issues with the per-MM VMA patch 16 years ago
Greg Ungerer 05ae6fa318 uclinux: add process name to allocation error message 16 years ago
Paul Mundt eb6434d9e7 nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases(). 16 years ago
Heiko Carstens 6a6160a7b5 [CVE-2009-0029] System call wrappers part 13 16 years ago
Heiko Carstens 2ed7c03ec1 [CVE-2009-0029] Convert all system calls to return a long 16 years ago
Paul Mundt ab2e83ead4 NOMMU: Teach kobjsize() about VMA regions. 16 years ago
Paul Mundt dd8632a12e NOMMU: Make mmap allocation page trimming behaviour configurable. 16 years ago
David Howells 8feae13110 NOMMU: Make VMAs per MM as for MMU-mode linux 16 years ago
David Howells 41836382eb NOMMU: Delete askedalloc and realalloc variables 16 years ago
Al Viro acfa4380ef inode->i_op is never NULL 16 years ago
Alan Cox 731572d39f nfsd: fix vm overcommit crash 17 years ago
Nick Piggin b291f00039 mlock: mlocked pages are unevictable 17 years ago
Paul Mundt 1af446edfe nommu: Provide vmalloc_exec(). 17 years ago
Roland McGrath fa8e26ccd4 tracehook: tracehook_expect_breakpoints 17 years ago
Paul Mundt 5a1603be58 nommu: Correct kobjsize() page validity checks. 17 years ago
Paul Mundt 6cfd53fc03 nommu: fix kobjsize() for SLOB and SLUB 17 years ago
Alan Cox 80119ef5c8 mm: fix atomic_t overflow in vm 17 years ago
Matt Helsley 925d1c401f procfs task exe symlink 17 years ago
Michael Hennerich 4016a1390d mm/nommu.c: return 0 from kobjsize with invalid objects 17 years ago
Paul Mundt f905bc447c nommu: add new vmalloc_user() and remap_vmalloc_range() interfaces. 17 years ago
Christoph Lameter b3bdda02aa vmalloc: add const to void* parameters 17 years ago
Eric Paris 7cd94146cd Security: round mmap hint address above mmap_min_addr 17 years ago