Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
de8967214d8ce536161a1ad6538ad1cb82e7428d
/
mm
/
nommu.c
89a8640
NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()
by David Howells
· 15 years ago
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
06aab5a
NOMMU: Ignore mmap() address param as it is a hint
by David Howells
· 15 years ago
645d83c
NOMMU: Fix MAP_PRIVATE mmap() of objects where the data can be mapped directly
by David Howells
· 15 years ago
25d9e2d
truncate: new helpers
by npiggin@suse.de
· 15 years ago
4266c97
nommu: fix two build breakages
by Hugh Dickins
· 15 years ago
eb8cdec
nommu: add support for Memory Protection Units (MPU)
by Bernd Schmidt
· 15 years ago
58fa879
mm: FOLL flags for GUP flags
by Hugh Dickins
· 15 years ago
1c3aff1
mm: remove unused GUP flags
by Hugh Dickins
· 15 years ago
72ff13b
mm: includecheck fix for mm/nommu.c
by Jaswinder Singh Rajput
· 15 years ago
a190887
nommu: fix error handling in do_mmap_pgoff()
by David Howells
· 15 years ago
28d7a6a
nommu: check fd read permission in validate_mmap_request()
by Graff Yang
· 15 years ago
788084a
Security/SELinux: seperate lsm specific mmap_min_addr
by Eric Paris
· 15 years ago
5a475ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 15 years ago
dfc2f91
nommu: provide follow_pfn().
by Paul Mundt
· 15 years ago
9d73777
clarify get_user_pages() prototype
by Peter Zijlstra
· 15 years ago
35f2c2f
nommu: Provide mmap_min_addr definition.
by Paul Mundt
· 15 years ago
8c9ed89
NOMMU: Don't check vm_region::vm_start is page aligned in add_nommu_region()
by David Howells
· 16 years ago
fc4d5c2
nommu: make the initial mmap allocation excess behaviour Kconfig configurable
by David Howells
· 16 years ago
00a62ce
mm: fix Committed_AS underflow on large NR_CPUS environment
by KOSAKI Motohiro
· 16 years ago
33e5d769
nommu: fix a number of issues with the per-MM VMA patch
by David Howells
· 16 years ago
05ae6fa
uclinux: add process name to allocation error message
by Greg Ungerer
· 16 years ago
eb6434d
nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases().
by Paul Mundt
· 16 years ago
6a6160a
[CVE-2009-0029] System call wrappers part 13
by Heiko Carstens
· 16 years ago
2ed7c03
[CVE-2009-0029] Convert all system calls to return a long
by Heiko Carstens
· 16 years ago
ab2e83e
NOMMU: Teach kobjsize() about VMA regions.
by Paul Mundt
· 16 years ago
dd8632a
NOMMU: Make mmap allocation page trimming behaviour configurable.
by Paul Mundt
· 16 years ago
8feae13
NOMMU: Make VMAs per MM as for MMU-mode linux
by David Howells
· 16 years ago
4183638
NOMMU: Delete askedalloc and realalloc variables
by David Howells
· 16 years ago
acfa438
inode->i_op is never NULL
by Al Viro
· 16 years ago
731572d
nfsd: fix vm overcommit crash
by Alan Cox
· 16 years ago
b291f00
mlock: mlocked pages are unevictable
by Nick Piggin
· 16 years ago
1af446e
nommu: Provide vmalloc_exec().
by Paul Mundt
· 16 years ago
fa8e26c
tracehook: tracehook_expect_breakpoints
by Roland McGrath
· 16 years ago
5a1603b
nommu: Correct kobjsize() page validity checks.
by Paul Mundt
· 16 years ago
6cfd53f
nommu: fix kobjsize() for SLOB and SLUB
by Paul Mundt
· 16 years ago
80119ef
mm: fix atomic_t overflow in vm
by Alan Cox
· 16 years ago
925d1c4
procfs task exe symlink
by Matt Helsley
· 17 years ago
4016a13
mm/nommu.c: return 0 from kobjsize with invalid objects
by Michael Hennerich
· 17 years ago
f905bc4
nommu: add new vmalloc_user() and remap_vmalloc_range() interfaces.
by Paul Mundt
· 17 years ago
b3bdda0
vmalloc: add const to void* parameters
by Christoph Lameter
· 17 years ago
7cd9414
Security: round mmap hint address above mmap_min_addr
by Eric Paris
· 17 years ago
f2b8544
NOMMU: mm/nommu.c needs linux/module.h
by David Howells
· 17 years ago
8518609
Explain clearly why kmalloc() can't use __GFP_HIGHMEM.
by Robert P. J. Day
· 17 years ago
cbfee34
security/ cleanups
by Adrian Bunk
· 17 years ago
34b4e4a
fix NULL pointer dereference in __vm_enough_memory()
by Alan Cox
· 17 years ago
b507317
nommu: vmalloc_32_user()/vm_insert_page() and symbol exports.
by Paul Mundt
· 17 years ago
d0217ac
mm: fault feedback #1
by Nick Piggin
· 17 years ago
54cb882
mm: merge populate and nopage into fault (fixes nonlinear)
by Nick Piggin
· 17 years ago
57c8f63
nommu: stub expand_stack() for nommu case
by Greg Ungerer
· 17 years ago
ed03218
security: Protection for exploiting null dereference using mmap
by Eric Paris
· 17 years ago
1eeb66a
move die notifier handling to common code
by Christoph Hellwig
· 18 years ago
6a04de6
[PATCH] nommu: fix bug ip_conntrack does not work on nommu
by Wu, Bryan
· 18 years ago
165b239
[PATCH] NOMMU: make SYSV SHM nattch work correctly
by David Howells
· 18 years ago
d56e03c
[PATCH] NOMMU: supply get_unmapped_area() to fix NOMMU SYSV SHM
by David Howells
· 18 years ago
e9536ae
[PATCH] struct path: convert mm
by Josef Sipek
· 18 years ago
4668edc
[PATCH] kernel core: replace kmalloc+memset with kzalloc
by Burman Yan
· 18 years ago
f81cff0
[PATCH] uclinux: fix mmap() of directory for nommu case
by Mike Frysinger
· 18 years ago
c1c8897
Spelling fix: "control" instead of "cotrol"
by Michael Opdenacker
· 18 years ago
3fcd03e
[PATCH] NOMMU: don't try and give NULL to fput()
by Gavin Lambert
· 18 years ago
930e652
[PATCH] NOMMU: Make futexes work under NOMMU conditions
by David Howells
· 18 years ago
6fa5f80
[PATCH] NOMMU: Make mremap() partially work for NOMMU kernels
by David Howells
· 18 years ago
3034097
[PATCH] NOMMU: Order the per-mm_struct VMA list
by David Howells
· 18 years ago
d00c7b9
[PATCH] NOMMU: Permit ptrace to ignore non-PROT_WRITE VMAs in NOMMU mode
by David Howells
· 18 years ago
7b4d5b8
[PATCH] NOMMU: Check VMA protections
by David Howells
· 18 years ago
910e46d
[PATCH] Check if start address is in vma region in NOMMU function get_user_pages()
by Sonic Zhang
· 18 years ago
0159b14
[PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA search
by David Howells
· 18 years ago
0ec76a1
[PATCH] NOMMU: Check that access_process_vm() has a valid target
by David Howells
· 18 years ago
972d1a7
[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE
by Christoph Lameter
· 18 years ago
22c4af4
[PATCH] nommu: export two symbols for drivers to use
by Luke Yang
· 18 years ago
347ce43
[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter
by Christoph Lameter
· 18 years ago
d5ddc79
[PATCH] overcommit: use totalreserve_pages for nommu
by Hideo AOKI
· 19 years ago
8409751
[PATCH] mm: nommu use compound pages
by Nick Piggin
· 19 years ago
f613888
[PATCH] nommu: implement vmalloc_node()
by Andrew Morton
· 19 years ago
7a9166e
[PATCH] Fix undefined symbols for nommu architecture
by Luke Yang
· 19 years ago
b0e1519
[PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMU
by David Howells
· 19 years ago
6aab341
mm: re-architect the VM_UNPAGED logic
by Linus Torvalds
· 19 years ago
55be570
[PATCH] mm/{mmap,nommu}.c: several unexports
by Adrian Bunk
· 19 years ago
deceb6c
[PATCH] mm: follow_page with inner ptlock
by Hugh Dickins
· 19 years ago
365e9c87
[PATCH] mm: update_hiwaters just in time
by Hugh Dickins
· 19 years ago
4294621
[PATCH] mm: rss = file_rss + anon_rss
by Hugh Dickins
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
66aa2b4
[PATCH] uclinux: add NULL check, 0 end valid check and some more exports to nommu.c
by Greg Ungerer
· 19 years ago
2f60f8d
[PATCH] __vm_enough_memory() signedness fix
by Simon Derr
· 19 years ago
1363c3c
[PATCH] Avoiding mmap fragmentation
by Wolfgang Wander
· 19 years ago
7a01922
[PATCH] mm/nommu.c: try to fix __vmalloc
by Adrian Bunk
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago