aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-12kselftest/arm64: Expand the set of ZA writes fp-ptrace doesMark Brown1-10/+8
2024-11-12kselftets/arm64: Use flag bits for features in fp-ptrace assembler codeMark Brown3-18/+41
2024-11-12kselftest/arm64: Enable build of PAC tests with LLVM=1Mark Brown1-0/+6
2024-11-12kselftest/arm64: Check that SVCR is 0 in signal handlersMark Brown3-0/+23
2024-11-11kselftest/arm64: Fix printf() compiler warnings in the arm64 syscall-abi.c testsCatalin Marinas1-4/+4
2024-11-11kselftest/arm64: Fix printf() warning in the arm64 MTE prctl() testCatalin Marinas1-1/+1
2024-11-11kselftest/arm64: Fix printf() compiler warnings in the arm64 fp testsCatalin Marinas3-13/+19
2024-11-11kselftest/arm64: Fix build with stricter assemblersMark Brown2-2/+2
2024-11-07kselftest/arm64: Test signal handler state modification in fp-stressMark Brown1-1/+1
2024-11-07kselftest/arm64: Provide a SIGUSR1 handler in the kernel mode FP stress testMark Brown1-0/+4
2024-11-07kselftest/arm64: Implement irritators for ZA and ZTMark Brown2-16/+8
2024-11-07kselftest/arm64: Remove unused ADRs from irritator handlersMark Brown4-4/+0
2024-11-07kselftest/arm64: Correct misleading comments on fp-stress irritatorsMark Brown2-4/+2
2024-11-07kselftest/arm64: Poll less often while waiting for fp-stress childrenMark Brown1-1/+3
2024-11-07kselftest/arm64: Increase frequency of signal delivery in fp-stressMark Brown1-11/+15
2024-11-01kselftest/arm64: Fix encoding for SVE B16B16 testMark Brown1-2/+2
2024-11-01kselftest/arm64: Use ksft_perror() to log MTE failuresMark Brown1-7/+7
2024-10-23kselftest/arm64: Log fp-stress child startup errors to stdoutMark Brown1-8/+7
2024-10-22kselftest/arm64: Fail the overall fp-stress test if any test failsMark Brown1-3/+1
2024-10-17kselftest/arm64: mte: fix printf type warnings about longsAndre Przywara1-2/+2
2024-10-17kselftest/arm64: mte: fix printf type warnings about pointersAndre Przywara2-4/+4
2024-10-17kselftest/arm64: mte: fix printf type warnings about __u64Andre Przywara1-2/+2
2024-10-17kselftest/arm64: mte: use string literal for printf-style functionsAndre Przywara1-3/+3
2024-10-17kselftest/arm64: mte: use proper SKIP syntaxAndre Przywara1-4/+3
2024-10-17kselftest/arm64: hwcap: fix f8dp2 cpuinfo nameAndre Przywara1-1/+1
2024-10-17kselftest/arm64: signal: drop now redundant GNU_SOURCE definitionAndre Przywara1-1/+1
2024-09-29Linux 6.12-rc1Linus Torvalds1-2/+2
2024-09-29x86: kvm: fix build errorLinus Torvalds1-0/+2
2024-09-28Reduce Coccinelle choices in string_choices.cocciJulia Lawall1-50/+41
2024-09-28coccinelle: Remove unnecessary parentheses for only one possible change.Hongbo Li1-8/+0
2024-09-28coccinelle: Add rules to find str_yes_no() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_on_off() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_write_read() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_read_write() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_enable{d}_disable{d}() replacementsHongbo Li1-0/+38
2024-09-28coccinelle: Add rules to find str_lo{w}_hi{gh}() replacementsHongbo Li1-0/+38
2024-09-28coccinelle: Add rules to find str_hi{gh}_lo{w}() replacementsHongbo Li1-0/+42
2024-09-28coccinelle: Add rules to find str_false_true() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_true_false() replacementsHongbo Li1-0/+19
2024-09-27bcachefs: check_subvol_path() now prints subvol root inodeKent Overstreet2-20/+14
2024-09-27bcachefs: remove_backpointer() now checks if dirent points to inodeKent Overstreet1-6/+9
2024-09-27bcachefs: dirent_points_to_inode() now warns on mismatchKent Overstreet1-28/+56
2024-09-27bcachefs: Fix lost wake upAlan Huang1-3/+9
2024-09-27bcachefs: Check for logged ops when cleanKent Overstreet2-3/+13
2024-09-27bcachefs: BCH_FS_clean_recoveryKent Overstreet4-3/+8
2024-09-27bcachefs: Convert disk accounting BUG_ON() to WARN_ON()Kent Overstreet1-1/+1
2024-09-27bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_applyKent Overstreet1-16/+20
2024-09-27bcachefs: Check for accounting keys with bversion=0Kent Overstreet3-3/+8
2024-09-27bcachefs: rename version -> bversionKent Overstreet17-30/+30
2024-09-27bcachefs: Don't delete unlinked inodes before logged op resumeKent Overstreet4-21/+36