aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linuxLinus Torvalds4-340/+1456
2022-05-24Merge tag 'seccomp-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-1/+427
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds16-559/+712
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds42-116/+2761
2022-05-23Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds2-1/+7
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+1
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds26-26/+101
2022-05-23Merge tag 'lkmm.2022.05.20a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-1/+2
2022-05-23Merge tag 'nolibc.2022.05.20a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds21-2505/+4114
2022-05-23selftests/landlock: Add 11 new test suites dedicated to file reparentingMickaël Salaün1-1/+754
2022-05-23landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFERMickaël Salaün2-2/+3
2022-05-23landlock: Fix same-layer rule unionsMickaël Salaün1-0/+107
2022-05-23landlock: Reduce the maximum number of layers to 16Mickaël Salaün1-1/+1
2022-05-23selftests/landlock: Test landlock_create_ruleset(2) argument check orderingMickaël Salaün1-1/+20
2022-05-23landlock: Change landlock_restrict_self(2) check orderingMickaël Salaün1-10/+37
2022-05-23landlock: Change landlock_add_rule(2) argument check orderingMickaël Salaün1-2/+32
2022-05-23selftests/landlock: Add tests for O_PATHMickaël Salaün1-2/+8
2022-05-23selftests/landlock: Fully test file rename with "remove" accessMickaël Salaün1-4/+37
2022-05-23selftests/landlock: Extend access right tests to directoriesMickaël Salaün1-8/+22
2022-05-23selftests/landlock: Add tests for unknown access rightsMickaël Salaün1-0/+16
2022-05-23selftests/landlock: Extend tests for minimal valid attribute sizeMickaël Salaün1-0/+5
2022-05-23selftests/landlock: Make tests build with old libcMickaël Salaün1-5/+18
2022-05-23selftests/landlock: Format with clang-formatMickaël Salaün4-251/+312
2022-05-21Merge tag 'perf-tools-fixes-for-v5.18-2022-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds13-16/+103
2022-05-21perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li1-5/+21
2022-05-21perf test bpf: Skip test if clang is not presentAthira Rajeev1-4/+6
2022-05-21perf test session topology: Fix test to skip the test in guest environmentAthira Rajeev1-0/+11
2022-05-21perf bench numa: Address compiler error on s390Thomas Richter1-1/+1
2022-05-21perf test: Avoid shell test description infinite loopIan Rogers1-2/+6
2022-05-21perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang1-0/+12
2022-05-21perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpcAthira Rajeev1-0/+10
2022-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+33
2022-05-20perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT eventsIan Rogers1-3/+14
2022-05-20perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo5-1/+22
2022-05-20selftests: kvm/x86: Verify the pmu event filter matches the correct eventAaron Lewis1-0/+19
2022-05-20selftests: kvm/x86: Add the helper function create_pmu_event_filterAaron Lewis1-4/+14
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka3-7/+8
2022-05-20objtool: Fix symbol creationPeter Zijlstra1-69/+129
2022-05-19Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+47
2022-05-18selftests: forwarding: fix missing backslashJoachim Wiberg1-1/+1
2022-05-16kselftest/arm64: Explicitly build no BTI tests with BTI disabledMark Brown1-1/+1
2022-05-16kselftest/arm64: bti: force static linkingAndre Przywara1-2/+2
2022-05-15selftests/arm64: Use switch statements in mte_common_util.cMark Brown1-7/+16
2022-05-15selftests/arm64: Remove casts to/from void in check_tags_inclusionMark Brown1-12/+12
2022-05-15selftests/arm64: Check failures to set tags in check_tags_inclusionMark Brown1-6/+12
2022-05-15selftests/arm64: Allow zero tags in mte_switch_mode()Mark Brown1-1/+1
2022-05-15selftests/arm64: Log errors in verify_mte_pointer_validity()Mark Brown1-3/+9
2022-05-14Merge tag 'perf-tools-fixes-for-v5.18-2022-05-14' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds3-2/+11