index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-22
fix NULL pointer dereference in __vm_enough_memory()
Alan Cox
1
-3
/
+3
2007-07-29
Remove fs.h from mm.h
Alexey Dobriyan
1
-0
/
+34
2007-07-19
mm: variable length argument support
Ollie Wild
1
-26
/
+35
2007-07-19
mm: merge populate and nopage into fault (fixes nonlinear)
Nick Piggin
1
-6
/
+2
2007-07-16
split mmap
Miklos Szeredi
1
-6
/
+19
2007-07-11
security: Protection for exploiting null dereference using mmap
Eric Paris
1
-2
/
+2
2007-06-21
[PARISC] Handle wrapping in expand_upwards()
Helge Deller
1
-2
/
+7
2007-05-09
Fix occurrences of "the the "
Michael Opdenacker
1
-1
/
+1
2007-05-08
Remove unused variable in get_unmapped_area
Roland McGrath
1
-1
/
+0
2007-05-07
get_unmapped_area doesn't need hugetlbfs hacks anymore
Benjamin Herrenschmidt
1
-16
/
+0
2007-05-07
get_unmapped_area handles MAP_FIXED in generic code
Benjamin Herrenschmidt
1
-11
/
+16
2007-05-02
[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction
Jeremy Fitzhardinge
1
-0
/
+4
2007-03-01
[PATCH] Bug in MM_RB debugging
David Miller
1
-0
/
+2
2007-02-09
[PATCH] Add install_special_mapping
Roland McGrath
1
-0
/
+72
2007-01-30
[PATCH] Don't allow the stack to grow into hugetlb reserved regions
Adam Litke
1
-0
/
+7
2006-12-08
[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path
Josef "Jeff" Sipek
1
-5
/
+5
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-2
/
+2
2006-11-14
[PATCH] hugetlb: fix error return for brk() entering a hugepage region
Hugh Dickins
1
-3
/
+2
2006-11-14
[PATCH] hugetlb: check for brk() entering a hugepage region
David Gibson
1
-0
/
+4
2006-11-14
[PATCH] hugetlb: prepare_hugepage_range check offset too
Hugh Dickins
1
-1
/
+1
2006-10-15
Fix VM_MAYEXEC calculation
Linus Torvalds
1
-11
/
+10
2006-09-26
[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLE
Christoph Lameter
1
-1
/
+1
2006-09-26
[PATCH] mm: tracking shared dirty pages
Peter Zijlstra
1
-6
/
+4
2006-09-22
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
Linus Torvalds
1
-0
/
+7
2006-09-08
[PATCH] IA64,sparc: local DoS with corrupted ELFs
Kirill Korotaev
1
-2
/
+15
2006-07-26
[AGPGART] remove private page protection map
Hugh Dickins
1
-0
/
+7
2006-06-30
[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter
Christoph Lameter
1
-1
/
+1
2006-06-23
[PATCH] add page_mkwrite() vm_operations method
David Howells
1
-2
/
+10
2006-04-11
[PATCH] overcommit: use totalreserve_pages
Hideo AOKI
1
-3
/
+15
2006-04-11
[PATCH] mm: fix bug in brk()
Ram Gupta
1
-5
/
+11
2006-04-01
BUG_ON() Conversion in mm/mmap.c
Eric Sesterhenn
1
-6
/
+3
2006-03-25
[PATCH] mm: use kmem_cache_zalloc
Pekka Enberg
1
-4
/
+2
2006-03-22
[PATCH] remove VM_DONTCOPY bogosities
Hugh Dickins
1
-9
/
+1
2006-01-11
[PATCH] move capable() to capability.h
Randy.Dunlap
1
-0
/
+1
2005-12-16
Make sure we copy pages inserted with "vm_insert_page()" on fork
Linus Torvalds
1
-1
/
+1
2005-11-22
[PATCH] unpaged: private write VM_RESERVED
Hugh Dickins
1
-11
/
+0
2005-11-18
[PARISC] Fix compile warning caused by conflicting types of expand_upwards()
Matthew Wilcox
1
-1
/
+1
2005-11-07
[PATCH] mm/{mmap,nommu}.c: several unexports
Adrian Bunk
1
-4
/
+0
2005-10-30
[PATCH] RCU torture-testing kernel module
Paul E. McKenney
1
-1
/
+1
2005-10-29
[PATCH] mm: unmap_vmas with inner ptlock
Hugh Dickins
1
-6
/
+2
2005-10-29
[PATCH] mm: unlink vma before pagetables
Hugh Dickins
1
-17
/
+6
2005-10-29
[PATCH] mm: ia64 use expand_upwards
Hugh Dickins
1
-3
/
+14
2005-10-29
[PATCH] mm: update_hiwaters just in time
Hugh Dickins
1
-0
/
+4
2005-10-29
[PATCH] core remove PageReserved
Nick Piggin
1
-0
/
+11
2005-10-29
[PATCH] mm: exit_mmap need not reset
Hugh Dickins
1
-6
/
+0
2005-10-29
[PATCH] mm: unlink_file_vma, remove_vma
Hugh Dickins
1
-14
/
+27
2005-10-29
[PATCH] mm: remove_vma_list consolidation
Hugh Dickins
1
-24
/
+12
2005-10-29
[PATCH] mm: vm_stat_account unshackled
Hugh Dickins
1
-10
/
+10
2005-09-21
[PATCH] fix locking comment in unmap_region()
Paolo 'Blaisorblade' Giarrusso
1
-1
/
+1
2005-09-14
[PATCH] error path in setup_arg_pages() misses vm_unacct_memory()
Hugh Dickins
1
-0
/
+3
[next]