summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-11perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h...Leo Yan
2022-08-11perf tools: Tidy guest option documentationAdrian Hunter
2022-08-11perf inject: Fix missing guestmount option documentationAdrian Hunter
2022-08-11perf script: Fix missing guest option documentationAdrian Hunter
2022-08-11perf offcpu: Update offcpu test for child processNamhyung Kim
2022-08-11perf offcpu: Track child processesNamhyung Kim
2022-08-11perf offcpu: Parse process id separatelyNamhyung Kim
2022-08-11perf offcpu: Check process id for the given workloadNamhyung Kim
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter
2022-08-10perf tests: Fix Track with sched_switch test for hybrid caseAdrian Hunter
2022-08-10perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter
2022-08-10perf machine: Fix missing free of machine->kallsyms_filenameAdrian Hunter
2022-08-10perf script: Fix reference to perf insert instead of perf injectAdrian Hunter
2022-08-10perf sched latency: Fix subcommand matching errorYang Jihong
2022-08-10perf kvm: Fix subcommand matching errorYang Jihong
2022-08-10perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET
2022-08-10perf inject jit: Ignore memfd and anonymous mmap events if jitdump presentBrian Robbins
2022-08-10perf list: Add PMU pai_crypto event description for IBM z16Thomas Richter
2022-08-10perf vendor events: Remove bad jaketown uncore eventsIan Rogers
2022-08-10perf vendor events: Remove bad ivytown uncore eventsIan Rogers
2022-08-10perf vendor events: Remove bad broadwellde uncore eventsIan Rogers
2022-08-10perf jevents: Add JEVENTS_ARCH make optionIan Rogers
2022-08-10perf jevents: Simplify generation of C-stringIan Rogers
2022-08-10perf jevents: Clean up pytype warningsIan Rogers
2022-08-10tools build: Switch to new openssl API for test-libcryptoRoberto Sassu
2022-08-10Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto fea...Arnaldo Carvalho de Melo
2022-08-10perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...Roberto Sassu
2022-08-10bpftool: Complete libbfd feature detectionRoberto Sassu
2022-08-10tools, build: Retry detection of bfd-related featuresRoberto Sassu
2022-08-10perf test: JSON format checkingClaire Jensen
2022-08-10perf stat: Add JSON output optionClaire Jensen
2022-08-08Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-08fix copy_page_from_iter() for compound destinationsAl Viro
2022-08-08hugetlbfs: copy_page_to_iter() can deal with compound pagesAl Viro
2022-08-08copy_page_to_iter(): don't split high-order page in case of ITER_PIPEAl Viro
2022-08-08expand those iov_iter_advance()...Al Viro
2022-08-08pipe_get_pages(): switch to append_pipe()Al Viro
2022-08-08get rid of non-advancing variantsAl Viro
2022-08-08ceph: switch the last caller of iov_iter_get_pages_alloc()Al Viro
2022-08-089p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro
2022-08-08af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()Al Viro
2022-08-08iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()Al Viro
2022-08-08block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-08iov_iter: saner helper for page array allocationAl Viro
2022-08-08fold __pipe_get_pages() into pipe_get_pages()Al Viro
2022-08-08ITER_XARRAY: don't open-code DIV_ROUND_UP()Al Viro
2022-08-08unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() gutsAl Viro
2022-08-08unify xarray_get_pages() and xarray_get_pages_alloc()Al Viro