summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | perf expr: Move ID handling to its own functionIan Rogers2021-11-131-26/+35
| * | | | | | | | perf expr: Add metric literals for topology.Ian Rogers2021-11-132-1/+38
| * | | | | | | | perf expr: Add literal values starting with #Ian Rogers2021-11-134-6/+30
| * | | | | | | | perf cputopo: Match thread_siblings to topology ABI nameIan Rogers2021-11-133-18/+25
| * | | | | | | | perf cputopo: Match die_siblings to topology ABI nameIan Rogers2021-11-133-20/+25
| * | | | | | | | perf cputopo: Update to use pakage_cpusIan Rogers2021-11-133-15/+28
| * | | | | | | | perf test: Add expr test for events with hyphensIan Rogers2021-11-131-0/+10
| * | | | | | | | perf test: Remove skip_if_failIan Rogers2021-11-136-23/+8
| * | | | | | | | perf test: Remove is_supported functionIan Rogers2021-11-132-14/+1
| * | | | | | | | perf test: TSC test, remove is_supported useIan Rogers2021-11-131-23/+16
| * | | | | | | | perf test: BP tests, remove is_supported useIan Rogers2021-11-134-74/+51
| * | | | | | | | perf test: Remove non test case style support.Ian Rogers2021-11-132-10/+16
| * | | | | | | | perf test: Convert time to tsc test to test case.Ian Rogers2021-11-131-1/+6
| * | | | | | | | perf test: bp tests use test caseIan Rogers2021-11-133-3/+18
| * | | | | | | | perf test: Remove now unused subtest helpersIan Rogers2021-11-132-13/+1
| * | | | | | | | perf test: Convert llvm tests to test cases.Ian Rogers2021-11-131-23/+54
| * | | | | | | | perf test: Convert bpf tests to test cases.Ian Rogers2021-11-131-29/+43
| * | | | | | | | perf test: Convert clang tests to test cases.Ian Rogers2021-11-133-47/+24
| * | | | | | | | perf test: Convert watch point tests to test cases.Ian Rogers2021-11-131-98/+32
| * | | | | | | | perf test: Convert pmu event tests to test cases.Ian Rogers2021-11-131-62/+16
| * | | | | | | | perf test: Convert pfm tests to use test cases.Ian Rogers2021-11-131-47/+19
| * | | | | | | | perf test: Add skip reason to test case.Ian Rogers2021-11-132-1/+13
| * | | | | | | | perf test: Add test case struct.Ian Rogers2021-11-132-10/+46
| * | | | | | | | perf test: Add helper functions for abstraction.Ian Rogers2021-11-132-29/+71
| * | | | | | | | perf test: Rename struct test to test_suiteIan Rogers2021-11-1381-123/+125
| * | | | | | | | perf test: Move each test suite struct to its testIan Rogers2021-11-1370-348/+397
| * | | | | | | | perf test: Make each test/suite its own struct.Ian Rogers2021-11-1312-170/+216
| * | | | | | | | perf test: Use macro for "suite" definitionsIan Rogers2021-11-121-330/+149
| * | | | | | | | perf test: Use macro for "suite" declarationsIan Rogers2021-11-121-74/+77
| * | | | | | | | perf beauty: Add socket level scnprintf that handles ARCH specific SOL_SOCKETArnaldo Carvalho de Melo2021-11-122-0/+21
| * | | | | | | | perf trace: Beautify the 'level' argument of setsockoptArnaldo Carvalho de Melo2021-11-121-0/+2
| * | | | | | | | perf trace: Beautify the 'level' argument of getsockoptArnaldo Carvalho de Melo2021-11-121-0/+2
| * | | | | | | | perf beauty socket: Add generator for socket level (SOL_*) string tableArnaldo Carvalho de Melo2021-11-123-3/+17
| * | | | | | | | perf beauty socket: Sort the ipproto array entriesArnaldo Carvalho de Melo2021-11-121-1/+1
| * | | | | | | | perf beauty socket: Rename 'regex' to 'ipproto_regex'Arnaldo Carvalho de Melo2021-11-121-3/+3
| * | | | | | | | perf beauty socket: Prep to receive more input header filesArnaldo Carvalho de Melo2021-11-121-1/+5
| * | | | | | | | perf beauty socket: Rename header_dir to uapi_header_dirArnaldo Carvalho de Melo2021-11-121-2/+2
| * | | | | | | | perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table ...Arnaldo Carvalho de Melo2021-11-123-7/+8
| * | | | | | | | perf beauty: Make all sockaddr files use a common naming schemeArnaldo Carvalho de Melo2021-11-123-7/+7
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds2021-11-1476-12941/+27373
|\ \ \ \ \ \ \ \
| * | | | | | | | lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logicalNathan Chancellor2021-11-091-1/+1
| * | | | | | | | MAINTAINERS: Add maintainer entry for zstdNick Terrell2021-11-091-0/+12
| * | | | | | | | lib: zstd: Upgrade to latest upstream zstd version 1.4.10Nick Terrell2021-11-0968-12993/+26861
| * | | | | | | | lib: zstd: Add decompress_sources.h for decompress_unzstdNick Terrell2021-11-092-5/+24
| * | | | | | | | lib: zstd: Add kernel-specific APINick Terrell2021-11-0911-1158/+1691
* | | | | | | | | Merge tag 'virtio-mem-for-5.16' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-11-132-3/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | virtio-mem: support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand2021-11-102-3/+7
* | | | | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-11-1319-48/+105
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clkDmitry Baryshkov2021-11-051-15/+0
| * | | | | | | | | | clk: imx8m: Do not set IMX_COMPOSITE_CORE for non-regular compositesAlexander Stein2021-11-051-2/+2