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
/
ksm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-15
mm: more ptep_get() conversion
Ryan Roberts
1
-1
/
+1
2023-10-16
mm/ksm: add pages_skipped metric
Stefan Roesch
1
-0
/
+12
2023-10-16
mm/ksm: add "smart" page scanning mode
Stefan Roesch
1
-0
/
+104
2023-09-05
mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
Tong Tiangen
1
-2
/
+2
2023-08-21
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-9
/
+18
2023-08-21
mm/ksm: add pages scanned metric
Stefan Roesch
1
-1
/
+15
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-9
/
+16
2023-08-18
ksm: consider KSM-placed zeropages when calculating KSM profit
xu xin
1
-2
/
+2
2023-08-18
ksm: add ksm zero pages for each process
xu xin
1
-0
/
+1
2023-08-18
ksm: count all zero pages placed by KSM
xu xin
1
-0
/
+12
2023-08-18
ksm: support unsharing KSM-placed zero pages
xu xin
1
-3
/
+8
2023-08-04
mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
Miaohe Lin
1
-0
/
+2
2023-06-23
mm: remove references to pagevec
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
1
-10
/
+12
2023-06-19
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
1
-3
/
+4
2023-06-19
mm: use pmdp_get_lockless() without surplus barrier()
Hugh Dickins
1
-2
/
+1
2023-05-02
mm/ksm: move disabling KSM from s390/gmap code to KSM code
David Hildenbrand
1
-0
/
+11
2023-05-02
mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
David Hildenbrand
1
-0
/
+59
2023-04-21
mm: add new KSM process and sysfs knobs
Stefan Roesch
1
-0
/
+21
2023-04-21
mm: add new api to enable ksm per process
Stefan Roesch
1
-17
/
+87
2023-04-18
mm: ksm: support hwpoison for ksm page
Longlong Xia
1
-0
/
+45
2023-03-28
mm: add tracepoints to ksm
Stefan Roesch
1
-2
/
+19
2023-03-23
mm/ksm: fix race with VMA iteration and mm_struct teardown
Liam R. Howlett
1
-2
/
+9
2023-02-10
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-2
/
+5
2023-02-09
mm: hwpoison: support recovery from ksm_might_need_to_copy()
Kefeng Wang
1
-2
/
+5
2023-02-02
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
1
-3
/
+2
2022-12-11
mm/ksm: convert break_ksm() to use walk_page_range_vma()
David Hildenbrand
1
-10
/
+39
2022-12-11
mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHARE
David Hildenbrand
1
-7
/
+5
2022-12-11
mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITE
David Hildenbrand
1
-12
/
+13
2022-11-30
mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
David Hildenbrand
1
-5
/
+4
2022-11-08
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
1
-1
/
+1
2022-10-03
ksm: use a folio in replace_page()
Matthew Wilcox (Oracle)
1
-3
/
+5
2022-10-03
ksm: convert to use common struct mm_slot
Qi Zheng
1
-76
/
+56
2022-10-03
ksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
Qi Zheng
1
-7
/
+7
2022-10-03
ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
Qi Zheng
1
-20
/
+20
2022-10-03
ksm: add the ksm prefix to the names of the ksm private structures
Qi Zheng
1
-108
/
+108
2022-09-26
ksm: count allocated ksm rmap_items for each process
xu xin
1
-0
/
+2
2022-09-26
mm: fix the handling Non-LRU pages returned by follow_page
Haiyue Wang
1
-3
/
+9
2022-09-26
mm/ksm: use vma iterators instead of vma linked list
Matthew Wilcox (Oracle)
1
-7
/
+11
2022-09-11
mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast
David Hildenbrand
1
-0
/
+1
2022-09-11
mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage
Zach O'Keefe
1
-0
/
+10
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+5
2022-08-02
mm/folio-compat: Remove migration compatibility functions
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-07-17
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
1
-3
/
+3
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
1
-2
/
+2
2022-05-25
ksm: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-19
mm: don't be stuck to rmap lock on reclaim path
Minchan Kim
1
-2
/
+8
2022-05-09
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
1
-1
/
+12
2022-05-09
mm/rmap: remove do_page_add_anon_rmap()
David Hildenbrand
1
-1
/
+1
2022-04-28
ksm: count ksm merging pages for each process
xu xin
1
-0
/
+8
[next]