index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page_vma_mapped.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-12
perf mem: Print snoop peer flag
Leo Yan
1
-3
/
+15
2022-08-12
perf tools: Sync addition of PERF_MEM_SNOOPX_PEER
Ali Saidi
1
-1
/
+1
2022-08-12
perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h...
Leo Yan
1
-0
/
+1
2022-08-11
perf tools: Tidy guest option documentation
Adrian Hunter
5
-57
/
+38
2022-08-11
perf inject: Fix missing guestmount option documentation
Adrian Hunter
1
-0
/
+12
2022-08-11
perf script: Fix missing guest option documentation
Adrian Hunter
1
-0
/
+23
2022-08-11
perf offcpu: Update offcpu test for child process
Namhyung Kim
1
-7
/
+50
2022-08-11
perf offcpu: Track child processes
Namhyung Kim
2
-0
/
+37
2022-08-11
perf offcpu: Parse process id separately
Namhyung Kim
1
-2
/
+43
2022-08-11
perf offcpu: Check process id for the given workload
Namhyung Kim
2
-1
/
+8
2022-08-10
perf tools: Do not pass NULL to parse_events()
Adrian Hunter
22
-35
/
+45
2022-08-10
perf tests: Fix Track with sched_switch test for hybrid case
Adrian Hunter
1
-5
/
+13
2022-08-10
perf parse-events: Fix segfault when event parser gets an error
Adrian Hunter
1
-3
/
+11
2022-08-10
perf machine: Fix missing free of machine->kallsyms_filename
Adrian Hunter
1
-0
/
+1
2022-08-10
perf script: Fix reference to perf insert instead of perf inject
Adrian Hunter
1
-1
/
+1
2022-08-10
perf sched latency: Fix subcommand matching error
Yang Jihong
1
-1
/
+1
2022-08-10
perf kvm: Fix subcommand matching error
Yang Jihong
1
-4
/
+4
2022-08-10
perf probe: Fix an error handling path in 'parse_perf_probe_command()'
Christophe JAILLET
1
-2
/
+4
2022-08-10
perf inject jit: Ignore memfd and anonymous mmap events if jitdump present
Brian Robbins
1
-2
/
+7
2022-08-10
perf list: Add PMU pai_crypto event description for IBM z16
Thomas Richter
2
-0
/
+1102
2022-08-10
perf vendor events: Remove bad jaketown uncore events
Ian Rogers
3
-54
/
+0
2022-08-10
perf vendor events: Remove bad ivytown uncore events
Ian Rogers
4
-123
/
+0
2022-08-10
perf vendor events: Remove bad broadwellde uncore events
Ian Rogers
2
-110
/
+0
2022-08-10
perf jevents: Add JEVENTS_ARCH make option
Ian Rogers
1
-1
/
+5
2022-08-10
perf jevents: Simplify generation of C-string
Ian Rogers
1
-10
/
+4
2022-08-10
perf jevents: Clean up pytype warnings
Ian Rogers
1
-7
/
+6
2022-08-10
tools build: Switch to new openssl API for test-libcrypto
Roberto Sassu
1
-4
/
+11
2022-08-10
Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto fea...
Arnaldo Carvalho de Melo
1
-6
/
+0
2022-08-10
perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...
Roberto Sassu
1
-10
/
+3
2022-08-10
bpftool: Complete libbfd feature detection
Roberto Sassu
1
-2
/
+4
2022-08-10
tools, build: Retry detection of bfd-related features
Roberto Sassu
1
-5
/
+9
2022-08-10
perf test: JSON format checking
Claire Jensen
3
-1
/
+245
2022-08-10
perf stat: Add JSON output option
Claire Jensen
5
-106
/
+307
2022-08-09
fix copy_page_from_iter() for compound destinations
Al Viro
1
-4
/
+18
2022-08-09
hugetlbfs: copy_page_to_iter() can deal with compound pages
Al Viro
1
-30
/
+1
2022-08-09
copy_page_to_iter(): don't split high-order page in case of ITER_PIPE
Al Viro
1
-15
/
+6
2022-08-09
expand those iov_iter_advance()...
Al Viro
1
-2
/
+9
2022-08-09
pipe_get_pages(): switch to append_pipe()
Al Viro
1
-29
/
+6
2022-08-09
get rid of non-advancing variants
Al Viro
2
-31
/
+20
2022-08-09
ceph: switch the last caller of iov_iter_get_pages_alloc()
Al Viro
1
-1
/
+1
2022-08-09
9p: convert to advancing variant of iov_iter_get_pages_alloc()
Al Viro
3
-19
/
+26
2022-08-09
af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()
Al Viro
2
-4
/
+4
2022-08-09
iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()
Al Viro
1
-23
/
+24
2022-08-09
block: convert to advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2
-14
/
+18
2022-08-09
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
13
-30
/
+34
2022-08-09
iov_iter: saner helper for page array allocation
Al Viro
1
-45
/
+32
2022-08-09
fold __pipe_get_pages() into pipe_get_pages()
Al Viro
1
-37
/
+38
2022-08-09
ITER_XARRAY: don't open-code DIV_ROUND_UP()
Al Viro
1
-9
/
+1
2022-08-09
unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts
Al Viro
1
-59
/
+27
2022-08-09
unify xarray_get_pages() and xarray_get_pages_alloc()
Al Viro
1
-39
/
+10
[next]