index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
nommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2023-10-18
mm: make vma_merge() and split_vma() internal
Lorenzo Stoakes
1
-2
/
+2
2023-10-18
mm: make __access_remote_vm() static
Lorenzo Stoakes
1
-2
/
+2
2023-10-03
mm: Remove unused vm_brk()
Kees Cook
1
-5
/
+0
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2023-08-21
mm/nommu.c: use helper macro K()
ZhangPeng
1
-2
/
+2
2023-08-18
mm: set up vma iterator for vma_iter_prealloc() calls
Liam R. Howlett
1
-19
/
+14
2023-08-18
mm: use vma_iter_clear_gfp() in nommu
Liam R. Howlett
1
-8
/
+4
2023-08-18
mm: make show_free_areas() static
Kefeng Wang
1
-4
/
+4
2023-07-11
mm: Re-introduce vm_flags to do_mmap()
Yu-cheng Yu
1
-2
/
+2
2023-07-01
xtensa: fix lock_mm_and_find_vma in case VMA not found
Max Filippov
1
-1
/
+6
2023-06-30
xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion
Linus Torvalds
1
-0
/
+11
2023-06-27
mm: always expand the stack with the mmap write lock held
Linus Torvalds
1
-11
/
+7
2023-06-24
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
1
-1
/
+2
2023-04-05
mm: vmalloc: convert vread() to vread_iter()
Lorenzo Stoakes
1
-5
/
+5
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-5
/
+6
2023-02-09
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
1
-3
/
+5
2023-02-09
nommu: pass through vma iterator to shrink_vma()
Liam R. Howlett
1
-46
/
+17
2023-02-09
nommu: convert nommu to using the vma iterator
Liam R. Howlett
1
-48
/
+31
2023-02-02
maple_tree: remove the parameter entry of mas_preallocate
Vernon Yang
1
-4
/
+4
2023-01-18
mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings
David Hildenbrand
1
-21
/
+30
2023-01-18
mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...
David Hildenbrand
1
-5
/
+6
2023-01-11
nommu: fix split_vma() map_count error
Liam Howlett
1
-1
/
+3
2023-01-11
nommu: fix do_munmap() error path
Liam Howlett
1
-1
/
+2
2023-01-11
nommu: fix memory leak in do_mmap() error path
Liam Howlett
1
-1
/
+1
2022-09-26
mm: remove the vma linked list
Liam R. Howlett
1
-6
/
+0
2022-09-26
nommu: remove uses of VMA linked list
Matthew Wilcox (Oracle)
1
-37
/
+109
2022-09-26
mm: remove vmacache
Liam R. Howlett
1
-33
/
+4
2022-09-26
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
1
-0
/
+11
2022-09-26
mm: remove rb tree.
Liam R. Howlett
1
-63
/
+24
2022-09-26
mm: start tracking VMAs with maple tree
Liam R. Howlett
1
-0
/
+13
2022-07-17
mm: nommu: pass a pointer to virt_to_page()
Linus Walleij
1
-1
/
+1
2022-04-25
no-MMU: expose vmalloc_huge() for alloc_large_system_hash()
Linus Torvalds
1
-0
/
+2
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-6
/
+0
2021-11-06
mm: nommu: kill arch_get_unmapped_area()
Kefeng Wang
1
-6
/
+0
2021-10-18
mm: remove spurious blkdev.h includes
Christoph Hellwig
1
-1
/
+0
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
1
-2
/
+0
2021-09-03
mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
David Hildenbrand
1
-2
/
+0
2021-08-23
fs: remove mandatory file locking support
Jeff Layton
1
-3
/
+0
2021-06-30
mm/nommu: unexport do_munmap()
Liam Howlett
1
-1
/
+0
2021-06-30
nommu: remove __GFP_HIGHMEM in vmalloc/vzalloc
Chen Li
1
-2
/
+2
2021-06-29
mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()
David Hildenbrand
1
-1
/
+1
2021-05-07
mm/vmalloc: remove vwrite()
David Hildenbrand
1
-10
/
+0
2021-01-28
mm/nommu: Fix return type of filemap_map_pages()
Geert Uytterhoeven
1
-1
/
+2
2020-12-15
mm: cleanup: remove unused tsk arg from __access_remote_vm
John Hubbard
1
-4
/
+4
2020-10-18
mm: remove alloc_vm_area
Christoph Hellwig
1
-7
/
+0
2020-09-24
Fix references to nommu-mmap.rst
Stephen Kitt
1
-1
/
+1
2020-08-12
mm/nommu.c: delete duplicated words
Randy Dunlap
1
-2
/
+2
2020-08-07
mm: remove unnecessary wrapper function do_mmap_pgoff()
Peter Collingbourne
1
-3
/
+3
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
[next]