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
/
damon
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-12
mm/damon/core: make damon_start() waits until kdamond_fn() starts
SeongJae Park
1
-0
/
+6
2023-12-06
mm/damon/sysfs-schemes: add timeout for update_schemes_tried_regions
SeongJae Park
1
-6
/
+43
2023-12-06
mm/damon/core: copy nr_accesses when splitting region
SeongJae Park
1
-0
/
+1
2023-11-15
mm/damon/core.c: avoid unintentional filtering out of schemes
Hyeongtak Ji
1
-1
/
+1
2023-11-15
mm/damon/sysfs-schemes: handle tried region directory allocation failure
SeongJae Park
1
-0
/
+2
2023-11-15
mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failure
SeongJae Park
1
-0
/
+3
2023-11-15
mm/damon/sysfs: check error from damon_sysfs_update_target()
SeongJae Park
1
-1
/
+3
2023-11-15
mm/damon/sysfs: eliminate potential uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+1
2023-11-01
mm/damon/sysfs: update monitoring target regions for online input commit
SeongJae Park
1
-17
/
+30
2023-11-01
mm/damon/sysfs: remove requested targets when online-commit inputs
SeongJae Park
1
-34
/
+36
2023-10-25
mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets()
SeongJae Park
3
-0
/
+100
2023-10-25
mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculation
SeongJae Park
1
-1
/
+1
2023-10-25
mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculation
SeongJae Park
1
-3
/
+1
2023-10-25
mm/damon/ops-common: avoid divide-by-zero during region hotness calculation
SeongJae Park
1
-3
/
+2
2023-10-25
mm/damon/core: avoid divide-by-zero during monitoring results update
SeongJae Park
1
-8
/
+2
2023-10-18
mm/damon/sysfs: avoid empty scheme tried regions for large apply interval
SeongJae Park
3
-4
/
+48
2023-10-18
mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshot
SeongJae Park
1
-0
/
+77
2023-10-18
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-2
/
+5
2023-10-18
mm/damon/sysfs: check DAMOS regions update progress from before_terminate()
SeongJae Park
1
-2
/
+5
2023-10-16
mm/damon/core: remove unnecessary si_meminfo invoke.
Huan Yang
1
-4
/
+2
2023-10-04
kthread: add kthread_stop_put
Andreas Gruenbacher
1
-2
/
+1
2023-10-04
mm/damon/core-test: fix memory leak in damon_new_ctx()
Jinjie Ruan
1
-0
/
+4
2023-10-04
mm/damon/core-test: fix memory leak in damon_new_region()
Jinjie Ruan
1
-1
/
+3
2023-10-04
mm/damon/sysfs-schemes: support DAMOS apply interval
SeongJae Park
1
-4
/
+34
2023-10-04
mm/damon/core: implement scheme-specific apply interval
SeongJae Park
5
-9
/
+72
2023-10-04
mm/damon/sysfs-schemes: use nr_accesses_bp as the source of tried_regions/<N>...
SeongJae Park
1
-1
/
+1
2023-10-04
mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accesses
SeongJae Park
1
-2
/
+3
2023-10-04
mm/damon/core: mark damon_moving_sum() as a static function
SeongJae Park
1
-1
/
+1
2023-10-04
mm/damon/core: skip updating nr_accesses_bp for each aggregation interval
SeongJae Park
1
-2
/
+0
2023-10-04
mm/damon/core: use pseudo-moving sum for nr_accesses_bp
SeongJae Park
3
-10
/
+27
2023-10-04
mm/damon/core: introduce nr_accesses_bp
SeongJae Park
2
-0
/
+11
2023-10-04
mm/damon/core-test: add a unit test for damon_moving_sum()
SeongJae Park
1
-0
/
+16
2023-10-04
mm/damon/core: implement a pseudo-moving sum function
SeongJae Park
1
-0
/
+40
2023-10-04
mm/damon/vaddr: call damon_update_region_access_rate() always
SeongJae Park
1
-3
/
+7
2023-10-04
mm/damon/core: define and use a dedicated function for region access rate update
SeongJae Park
3
-8
/
+20
2023-10-04
mm/damon/core: use number of passed access sampling as a timer
SeongJae Park
1
-49
/
+47
2023-10-04
mm/damon/core: add a tracepoint for damos apply target regions
SeongJae Park
1
-1
/
+31
2023-10-04
mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace...
SeongJae Park
1
-1
/
+1
2023-10-04
mm/damon/core: fix a comment about damon_set_attrs() call timings
SeongJae Park
1
-1
/
+5
2023-09-29
mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()
Jinjie Ruan
1
-0
/
+2
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
1
-1
/
+2
2023-08-21
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
2
-0
/
+3
2023-08-21
mm/damon/sysfs-schemes: support target damos filter
SeongJae Park
1
-0
/
+27
2023-08-21
mm/damon/core: implement target type damos filter
SeongJae Park
1
-6
/
+16
2023-08-21
mm/damon/core-test: add a unit test for __damos_filter_out()
SeongJae Park
1
-0
/
+61
2023-08-21
mm/damon/sysfs-schemes: support address range type DAMOS filter
SeongJae Park
1
-0
/
+56
2023-08-21
mm/damon/core: introduce address range type damos filter
SeongJae Park
1
-0
/
+52
2023-08-21
mm/damon/sysfs: implement a command for updating only schemes tried total bytes
SeongJae Park
3
-8
/
+27
2023-08-21
mm/damon/sysfs-schemes: implement DAMOS tried total bytes file
SeongJae Park
1
-0
/
+17
[next]