summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-10-18proc: test /proc/${pid}/statmSwarup Laxman Kotiaklapudi
2023-10-18compiler.h: move __is_constexpr() to compiler.hDavid Laight
2023-10-18tools/mm: update the usage output to be more organizedAudra Mitchell
2023-10-18tools/mm: fix the default case for page_owner_sortAudra Mitchell
2023-10-18tools/mm: filter out timestamps for correct collationAudra Mitchell
2023-10-18tools/mm: remove references to free_ts from page_owner_sortAudra Mitchell
2023-10-18selftests: add a selftest to verify hugetlb usage in memcgNhat Pham
2023-10-18selftests/mm: add a new test for madv and hugetlbBreno Leitao
2023-10-18selftests/mm: export get_free_hugepages()Breno Leitao
2023-10-18radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()Liam R. Howlett
2023-10-18selftests: mm: add pagemap ioctl testsMuhammad Usama Anjum
2023-10-18tools headers UAPI: update linux/fs.h with the kernel sourcesMuhammad Usama Anjum
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-10-18selftests/resctrl: Fix MBM test failure when MBA unavailableIlpo Järvinen
2023-10-18selftests/clone3: Report descriptive test namesMark Brown
2023-10-18selftests:modify the incorrect print formatzhujun2
2023-10-18selftests/efivarfs: create-read: fix a resource leakzhujun2
2023-10-18selftests/ftrace: Add riscv support for kprobe arg testsYu Liao
2023-10-18selftests/ftrace: add loongarch support for kprobe args char testsYu Liao
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett
2023-10-18selftests/clone3: Fix broken test under !CONFIG_TIME_NSTiezhu Yang
2023-10-18selftests/mm: include mman header to access MREMAP_DONTUNMAP identifierSamasth Norway Ananda
2023-10-18selftests: netfilter: Run nft_audit.sh in its own netnsPhil Sutter
2023-10-18netfilter: nf_tables: audit log object reset once per tablePhil Sutter
2023-10-18net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter
2023-10-18selftests/bpf: Add options and frags to xdp_hw_metadataLarysa Zaremba
2023-10-17tools: ynl: fix converting flags to names after recent cleanupJakub Kicinski
2023-10-17selftests: forwarding: bridge_fdb_learning_limit: Add a new selftestJohannes Nixdorf
2023-10-17tools/power/x86/intel-speed-select: v1.18 releaseSrinivas Pandruvada
2023-10-17selftests/user_events: Fix abi_test for BE archsBeau Belgrave
2023-10-17selftests/bpf: Add additional mprog query test coverageDaniel Borkmann
2023-10-17perf: script: fix missing ',' for fields optionChangbin Du
2023-10-17perf tests: Fix shellcheck warning in stat_all_metricgroupsAthira Rajeev
2023-10-17perf tests: Fix shellcheck warning in record_sideband.shAthira Rajeev
2023-10-17perf tests: Ignore shellcheck warning in lock_contentionAthira Rajeev
2023-10-17tools/perf/arch/powerpc: Fix the CPU ID const char* value by adding 0x prefixAthira Rajeev
2023-10-17perf cs-etm: Respect timestamp optionLeo Yan
2023-10-17perf cs-etm: Validate timestamp tracing in per-thread modeLeo Yan
2023-10-17perf pmu: Lazily compute default configIan Rogers
2023-10-17perf pmu-events: Remember the perf_events_map for a PMUIan Rogers
2023-10-17perf pmu: Const-ify perf_pmu__config_termsIan Rogers
2023-10-17perf pmu: Const-ify file APIsIan Rogers
2023-10-17perf arm-spe: Move PMU initialization from default config codeIan Rogers
2023-10-17perf intel-pt: Move PMU initialization from default config codeIan Rogers
2023-10-17perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_initIan Rogers
2023-10-17perf intel-pt: Prefer get_unaligned_le64 to memcpy_le64Adrian Hunter
2023-10-17perf intel-pt: Use get_unaligned_le16() etcAdrian Hunter
2023-10-17perf intel-pt: Use existing definitions of le16_to_cpu() etcAdrian Hunter
2023-10-17perf intel-pt: Simplify intel_pt_get_vmcs()Adrian Hunter
2023-10-17perf tools: Add get_unaligned_leNN()Adrian Hunter