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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-20
mm/huge_memory: do not clobber swp_entry_t during THP split
Mel Gorman
1
-1
/
+10
2022-10-20
hugetlb: fix memory leak associated with vma_lock structure
Mike Kravetz
1
-8
/
+27
2022-10-20
mm/page_alloc: reduce potential fragmentation in make_alloc_exact()
Liam R. Howlett
1
-8
/
+12
2022-10-20
mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages
Rik van Riel
1
-1
/
+1
2022-10-20
mm/mmap: fix MAP_FIXED address return on VMA merge
Liam Howlett
1
-8
/
+7
2022-10-20
mm/mmap.c: __vma_adjust(): suppress uninitialized var warning
Andrew Morton
1
-1
/
+2
2022-10-20
mm/mmap: undo ->mmap() when mas_preallocate() fails
Mike Kravetz
1
-1
/
+1
2022-10-20
zsmalloc: zs_destroy_pool: add size_class NULL check
Alexey Romanov
1
-0
/
+3
2022-10-20
mm/mempolicy: fix mbind_range() arguments to vma_merge()
Liam Howlett
1
-6
/
+11
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-6
/
+6
2022-10-15
Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-18
/
+19
2022-10-15
mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation
Hyeonggon Yoo
1
-18
/
+19
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
14
-147
/
+383
2022-10-12
highmem: fix kmap_to_page() for kmap_local_page() addresses
Ira Weiny
1
-12
/
+31
2022-10-12
mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order page
Yafang Shao
1
-2
/
+2
2022-10-12
mm/hugetlb: use hugetlb_pte_stable in migration race check
Peter Xu
1
-4
/
+3
2022-10-12
mm/hugetlb: fix race condition of uffd missing/minor handling
Peter Xu
1
-7
/
+52
2022-10-12
mm: use update_mmu_tlb() on the second thread
Qi Zheng
1
-1
/
+1
2022-10-12
kasan: fix array-bounds warnings in tests
Andrey Konovalov
1
-1
/
+8
2022-10-12
mm/migrate_device.c: add migrate_device_range()
Alistair Popple
1
-7
/
+82
2022-10-12
mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()
Alistair Popple
1
-65
/
+85
2022-10-12
mm/memremap.c: take a pgmap reference on page allocation
Alistair Popple
1
-6
/
+19
2022-10-12
mm: free device private pages have zero refcount
Alistair Popple
2
-0
/
+17
2022-10-12
mm/memory.c: fix race when faulting a device private page
Alistair Popple
3
-20
/
+48
2022-10-12
mm/damon: use damon_sz_region() in appropriate place
Xin Hao
2
-11
/
+10
2022-10-12
mm/damon: move sz_damon_region to damon_sz_region
Xin Hao
1
-7
/
+2
2022-10-12
kmsan: unpoison @tlb in arch_tlb_gather_mmu()
Alexander Potapenko
1
-0
/
+10
2022-10-12
mm/mmap: undo ->mmap() when arch_validate_flags() fails
Carlos Llamas
1
-1
/
+4
2022-10-12
mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in
Peter Xu
3
-0
/
+8
2022-10-12
mm/mmap: preallocate maple nodes for brk vma expansion
Liam Howlett
1
-12
/
+6
2022-10-12
mmap: fix copy_vma() failure path
Liam Howlett
1
-0
/
+5
2022-10-12
mm/compaction: fix set skip in fast_find_migrateblock
Chuyi Zhou
1
-1
/
+0
2022-10-12
mm/hugetlb.c: make __hugetlb_vma_unlock_write_put() static
Andrew Morton
1
-1
/
+1
2022-10-12
Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
3
-15
/
+27
2022-10-11
mm/damon/core: initialize damon_target->list in damon_new_target()
SeongJae Park
1
-0
/
+1
2022-10-11
mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
Baolin Wang
2
-15
/
+26
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2
-2
/
+2
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2
-4
/
+4
2022-10-10
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
109
-5803
/
+14326
2022-10-10
Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+2
2022-10-10
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-10-10
Merge tag 'slab-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-751
/
+718
2022-10-10
Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-42
/
+25
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2022-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-1
/
+7
2022-10-07
hugetlb: allocate vma lock for all sharable vmas
Mike Kravetz
1
-35
/
+15
2022-10-07
hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointer
Mike Kravetz
1
-10
/
+32
2022-10-07
hugetlb: fix vma lock handling during split vma and range unmapping
Mike Kravetz
2
-20
/
+27
2022-10-07
mglru: mm/vmscan.c: fix imprecise comments
Yu Zhao
1
-5
/
+4
[next]