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-01-15
mm/damon: convert macro functions to static inline functions
SeongJae Park
2
-3
/
+8
2022-01-15
mm/damon: move damon_rand() definition into damon.h
Xin Hao
2
-8
/
+0
2022-01-15
mm/damon/schemes: add the validity judgment of thresholds
Xin Hao
1
-0
/
+7
2022-01-15
mm/damon/vaddr: remove swap_ranges() and replace it with swap()
Yihao Han
1
-13
/
+3
2022-01-15
mm/damon: remove some unneeded function definitions in damon.h
Xin Hao
2
-13
/
+16
2022-01-15
mm/damon/core: use abs() instead of diff_of()
Xin Hao
1
-4
/
+2
2022-01-15
mm/damon: unified access_check function naming rules
Xin Hao
1
-4
/
+4
2022-01-15
mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault
Alistair Popple
1
-2
/
+3
2022-01-15
mm: make some vars and functions static or __init
Ting Liu
2
-4
/
+4
2022-01-15
mm: fix some comment errors
Quanfa Fu
4
-4
/
+4
2022-01-15
zpool: remove the list of pools_head
Zhaoyu Liu
1
-12
/
+0
2022-01-15
mm/rmap: fix potential batched TLB flush race
Huang Ying
1
-7
/
+36
2022-01-15
mm: memcg/percpu: account extra objcg space to memory cgroups
Qi Zheng
2
-5
/
+23
2022-01-15
mm/hwpoison: fix unpoison_memory()
Naoya Horiguchi
2
-19
/
+117
2022-01-15
mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGE
Naoya Horiguchi
1
-2
/
+0
2022-01-15
mm/hwpoison: mf_mutex for soft offline and unpoison
Naoya Horiguchi
1
-44
/
+18
2022-01-15
mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copy
Nanyong Sun
1
-2
/
+2
2022-01-15
mm/migrate: remove redundant variables used in a for-loop
Colin Ian King
1
-3
/
+2
2022-01-15
mm/migrate: move node demotion code to near its user
Huang Ying
1
-133
/
+132
2022-01-15
mm: migrate: add more comments for selecting target node randomly
Baolin Wang
1
-0
/
+8
2022-01-15
mm: migrate: support multiple target nodes demotion
Baolin Wang
1
-35
/
+129
2022-01-15
mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()
Baolin Wang
1
-3
/
+4
2022-01-15
mm: migrate: correct the hugetlb migration stats
Baolin Wang
1
-9
/
+8
2022-01-15
mm: migrate: fix the return value of migrate_pages()
Baolin Wang
1
-16
/
+47
2022-01-15
mm, oom: OOM sysrq should always kill a process
Jann Horn
1
-1
/
+1
2022-01-15
mm/mempolicy: fix all kernel-doc warnings
Randy Dunlap
1
-2
/
+3
2022-01-15
mm/mempolicy: add set_mempolicy_home_node syscall
Aneesh Kumar K.V
1
-0
/
+79
2022-01-15
mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
Aneesh Kumar K.V
1
-2
/
+3
2022-01-15
mm/page_isolation: unset migratetype directly for non Buddy page
Chen Wandun
1
-1
/
+1
2022-01-15
vmscan: make drop_slab_node static
Gang Li
1
-1
/
+1
2022-01-15
mm/vmstat: add events for THP max_ptes_* exceeds
Yang Yang
2
-0
/
+10
2022-01-15
hugetlb: add hugetlb.*.numa_stat file
Mina Almasry
1
-10
/
+123
2022-01-15
mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pages
Baoquan He
1
-1
/
+3
2022-01-15
mm_zone: add function to check if managed dma zone exists
Baoquan He
1
-0
/
+15
2022-01-15
mm/page_alloc.c: modify the comment section for alloc_contig_pages()
Anshuman Khandual
1
-2
/
+2
2022-01-15
mm: drop node from alloc_pages_vma
Michal Hocko
2
-3
/
+3
2022-01-15
mm: page_alloc: fix building error on -Werror=array-compare
Xiongwei Song
1
-1
/
+1
2022-01-15
mm: make slab and vmalloc allocators __GFP_NOLOCKDEP aware
Michal Hocko
1
-1
/
+1
2022-01-15
mm: allow !GFP_KERNEL allocations for kvmalloc
Michal Hocko
1
-11
/
+4
2022-01-15
mm/vmalloc: be more explicit about supported gfp flags.
Michal Hocko
1
-6
/
+8
2022-01-15
mm/vmalloc: add support for __GFP_NOFAIL
Michal Hocko
1
-5
/
+17
2022-01-15
mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc
Michal Hocko
1
-2
/
+21
2022-01-15
mm/dmapool.c: revert "make dma pool to use kmalloc_node"
Christian König
1
-1
/
+1
2022-01-15
mm: remove the total_mapcount argument from page_trans_huge_mapcount()
Matthew Wilcox (Oracle)
2
-21
/
+11
2022-01-15
mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()
Matthew Wilcox (Oracle)
1
-20
/
+12
2022-01-15
mm: remove last argument of reuse_swap_page()
Matthew Wilcox (Oracle)
4
-10
/
+4
2022-01-15
mm: page table check
Pasha Tatashin
5
-0
/
+303
2022-01-15
mm: ptep_clear() page table helper
Pasha Tatashin
2
-11
/
+3
2022-01-15
mm: change page type prior to adding page table entry
Pasha Tatashin
4
-12
/
+12
2022-01-15
mm/oom_kill: allow process_mrelease to run under mmap_lock protection
Suren Baghdasaryan
1
-12
/
+15
[prev]
[next]