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
/
include
/
linux
/
damon.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+5
2022-11-30
mm/damon/core: add a callback for scheme target regions check
SeongJae Park
1
-0
/
+5
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-10-12
mm/damon: move sz_damon_region to damon_sz_region
Xin Hao
1
-0
/
+6
2022-10-03
mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()
Kaixu Xia
1
-1
/
+2
2022-10-03
mm/damon: return void from damon_set_schemes()
Kaixu Xia
1
-1
/
+1
2022-10-03
mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()
Kaixu Xia
1
-1
/
+1
2022-10-03
mm/damon/core: reduce parameters for damon_set_attrs()
SeongJae Park
1
-3
/
+1
2022-10-03
mm/damon/core: use a dedicated struct for monitoring attributes
SeongJae Park
1
-10
/
+20
2022-10-03
mm/damon: remove duplicate get_monitoring_region() definitions
Xin Hao
1
-0
/
+2
2022-10-03
mm/damon: introduce struct damos_access_pattern
Yajun Deng
1
-17
/
+20
2022-10-03
mm/damon/core: iterate the regions list from current point in damon_set_regio...
Kaixu Xia
1
-0
/
+8
2022-07-03
mm/damon/schemes: add 'LRU_DEPRIO' action
SeongJae Park
1
-0
/
+2
2022-07-03
mm/damon/schemes: add 'LRU_PRIO' DAMOS action
SeongJae Park
1
-0
/
+2
2022-07-03
mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.h
SeongJae Park
1
-0
/
+6
2022-06-16
mm/damon: remove obsolete comments of kdamond_stop
Chengming Zhou
1
-9
/
+8
2022-05-13
mm/damon: add documentation for Enum value
Gautam Menghani
1
-0
/
+1
2022-05-13
mm/damon/vaddr: move 'damon_set_regions()' to core
SeongJae Park
1
-0
/
+2
2022-05-13
mm/damon/core: add a new callback for watermarks checks
SeongJae Park
1
-0
/
+7
2022-05-13
mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...
SeongJae Park
1
-0
/
+3
2022-05-13
mm/damon/core: add a function for damon_operations registration checks
SeongJae Park
1
-0
/
+1
2022-03-22
mm/damon/core: add number of each enum type values
SeongJae Park
1
-0
/
+4
2022-03-22
mm/damon/core: allow non-exclusive DAMON start/stop
SeongJae Park
1
-1
/
+1
2022-03-22
mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()
SeongJae Park
1
-10
/
+0
2022-03-22
mm/damon: let monitoring operations can be registered and selected
SeongJae Park
1
-0
/
+18
2022-03-22
mm/damon: rename damon_primitives to damon_operations
SeongJae Park
1
-24
/
+24
2022-03-22
mm/damon: remove the target id concept
SeongJae Park
1
-6
/
+5
2022-03-22
mm/damon/core: move damon_set_targets() into dbgfs
SeongJae Park
1
-2
/
+0
2022-01-15
mm/damon: move the implementation of damon_insert_region to damon.h
Guoqing Jiang
1
-2
/
+11
2022-01-15
mm/damon/schemes: account how many times quota limit has exceeded
SeongJae Park
1
-0
/
+2
2022-01-15
mm/damon/schemes: account scheme actions that successfully applied
SeongJae Park
1
-7
/
+21
2022-01-15
mm/damon: remove a mistakenly added comment for a future feature
SeongJae Park
1
-1
/
+1
2022-01-15
mm/damon: convert macro functions to static inline functions
SeongJae Park
1
-6
/
+12
2022-01-15
mm/damon: modify damon_rand() macro to static inline function
Xin Hao
1
-1
/
+4
2022-01-15
mm/damon: move damon_rand() definition into damon.h
Xin Hao
1
-0
/
+4
2022-01-15
mm/damon: remove some unneeded function definitions in damon.h
Xin Hao
1
-21
/
+0
2021-11-06
mm/damon: remove return value from before_terminate callback
Changbin Du
1
-1
/
+1
2021-11-06
mm/damon: simplify stop mechanism
Changbin Du
1
-1
/
+0
2021-11-06
mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on
Xin Hao
1
-0
/
+1
2021-11-06
mm/damon/schemes: activate schemes based on a watermarks mechanism
SeongJae Park
1
-1
/
+51
2021-11-06
mm/damon/vaddr,paddr: support pageout prioritization
SeongJae Park
1
-0
/
+4
2021-11-06
mm/damon/schemes: prioritize regions within the quotas
SeongJae Park
1
-0
/
+26
2021-11-06
mm/damon/schemes: implement time quota
SeongJae Park
1
-5
/
+20
2021-11-06
mm/damon/schemes: skip already charged targets and regions
SeongJae Park
1
-0
/
+5
2021-11-06
mm/damon/schemes: implement size quota for schemes application speed control
SeongJae Park
1
-4
/
+32
2021-11-06
mm/damon/paddr: support the pageout scheme
SeongJae Park
1
-0
/
+2
2021-11-06
mm/damon: implement primitives for physical address space monitoring
SeongJae Park
1
-0
/
+10
2021-11-06
mm/damon/schemes: implement statistics feature
SeongJae Park
1
-1
/
+9
2021-11-06
mm/damon/vaddr: support DAMON-based Operation Schemes
SeongJae Park
1
-0
/
+2
2021-11-06
mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)
SeongJae Park
1
-0
/
+66
[next]