index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
pcmcia
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-22
perf python: Fix cpu_map__item() building
Ian Rogers
1
-3
/
+3
2022-01-22
perf script: Fix printing 'phys_addr' failure issue
Yao Jin
1
-1
/
+1
2022-01-20
tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscall
Arnaldo Carvalho de Melo
5
-1
/
+8
2022-01-19
tools headers UAPI: Sync x86 arch prctl headers with the kernel sources
Arnaldo Carvalho de Melo
1
-12
/
+14
2022-01-19
perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...
Arnaldo Carvalho de Melo
1
-1
/
+2
2022-01-18
perf evlist: No need to setup affinities when disabling events for pid targets
Arnaldo Carvalho de Melo
1
-5
/
+9
2022-01-18
perf evlist: No need to setup affinities when enabling events for pid targets
Arnaldo Carvalho de Melo
1
-5
/
+9
2022-01-18
perf stat: No need to setup affinities when starting a workload
Arnaldo Carvalho de Melo
1
-7
/
+10
2022-01-18
perf affinity: Allow passing a NULL arg to affinity__cleanup()
Arnaldo Carvalho de Melo
1
-1
/
+7
2022-01-18
perf probe: Fix ppc64 'perf probe add events failed' case
Zechuan Chen
1
-0
/
+3
2022-01-18
vfs: fs_context: fix up param length parsing in legacy_parse_param
Jamie Hill-Daniel
1
-1
/
+1
2022-01-17
devtmpfs regression fix: reconfigure on each mount
NeilBrown
3
-2
/
+11
2022-01-17
unicode: fix .gitignore for generated utfdata file
Linus Torvalds
1
-1
/
+1
2022-01-15
perf record: Disable debuginfod by default
Jiri Olsa
7
-12
/
+70
2022-01-15
perf evlist: No need to do any affinity setup when profiling pids
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-01-15
perf cpumap: Add is_dummy() method
Arnaldo Carvalho de Melo
1
-0
/
+10
2022-01-15
perf metric: Fix metric_leader
Ian Rogers
1
-1
/
+1
2022-01-15
cifs: fix FILE_BOTH_DIRECTORY_INFO definition
Eugene Korenevsky
1
-1
/
+1
2022-01-15
cifs: move superblock magic defitions to magic.h
Jeff Layton
6
-8
/
+11
2022-01-15
cifs: Fix smb311_update_preauth_hash() kernel-doc comment
Yang Li
1
-0
/
+1
2022-01-15
mm/damon: hide kernel pointer from tracepoint event
SeongJae Park
2
-5
/
+7
2022-01-15
mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure log
SeongJae Park
1
-2
/
+8
2022-01-15
mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure logging
SeongJae Park
1
-1
/
+1
2022-01-15
mm/damon/dbgfs: remove an unnecessary variable
SeongJae Park
1
-3
/
+2
2022-01-15
mm/damon: move the implementation of damon_insert_region to damon.h
Guoqing Jiang
2
-13
/
+11
2022-01-15
mm/damon: add access checking for hugetlb pages
Baolin Wang
1
-0
/
+96
2022-01-15
Docs/admin-guide/mm/damon/usage: update for schemes statistics
SeongJae Park
1
-4
/
+5
2022-01-15
mm/damon/dbgfs: support all DAMOS stats
SeongJae Park
1
-2
/
+4
2022-01-15
Docs/admin-guide/mm/damon/reclaim: document statistics parameters
SeongJae Park
1
-0
/
+25
2022-01-15
mm/damon/reclaim: provide reclamation statistics
SeongJae Park
1
-0
/
+46
2022-01-15
mm/damon/schemes: account how many times quota limit has exceeded
SeongJae Park
2
-0
/
+4
2022-01-15
mm/damon/schemes: account scheme actions that successfully applied
SeongJae Park
5
-33
/
+53
2022-01-15
mm/damon: remove a mistakenly added comment for a future feature
SeongJae Park
1
-1
/
+1
2022-01-15
Docs/admin-guide/mm/damon/usage: update for kdamond_pid and (mk|rm)_contexts
SeongJae Park
1
-3
/
+49
2022-01-15
Docs/admin-guide/mm/damon/usage: mention tracepoint at the beginning
SeongJae Park
1
-1
/
+8
2022-01-15
Docs/admin-guide/mm/damon/usage: remove redundant information
SeongJae Park
1
-22
/
+22
2022-01-15
Docs/admin-guide/mm/damon/usage: update for scheme quotas and watermarks
SeongJae Park
1
-25
/
+98
2022-01-15
mm/damon: convert macro functions to static inline functions
SeongJae Park
3
-9
/
+20
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
3
-8
/
+4
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
3
-34
/
+16
2022-01-15
mm/damon/core: use abs() instead of diff_of()
Xin Hao
1
-4
/
+2
2022-01-15
mm/damon: add 'age' of region tracepoint support
Xin Hao
1
-2
/
+5
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
3
-2
/
+69
2022-01-15
mm: make some vars and functions static or __init
Ting Liu
3
-5
/
+4
2022-01-15
mm: fix some comment errors
Quanfa Fu
4
-4
/
+4
2022-01-15
zram: use ATTRIBUTE_GROUPS
Luis Chamberlain
1
-9
/
+2
[next]