summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-03-20tools/nolibc: Add statx() and make stat() rely on statx() if necessaryFeiyang Chen
2023-03-20tools/nolibc: Include linux/fcntl.h and remove duplicate codeFeiyang Chen
2023-03-20tools/nolibc: check for S_I* macros before defining themWilly Tarreau
2023-03-20selftests/nolibc: skip the chroot_root and link_dir tests when not privilegedWilly Tarreau
2023-03-20tools/nolibc: add getuid() and geteuid()Willy Tarreau
2023-03-20tools/nolibc: add tests for the integer limits in stdint.hVincent Dagonneau
2023-03-20tools/nolibc: enlarge column width of testsVincent Dagonneau
2023-03-20tools/nolibc: add integer types and integer limit macrosVincent Dagonneau
2023-03-20tools/nolibc: add stdint.hVincent Dagonneau
2023-03-20tools/nolibc: Add gitignore to avoid git complaints about sysrootPaul E. McKenney
2023-03-20tools/nolibc: always disable stack protector for testsThomas Weißschuh
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-17selftests/bpf: Add --json-summary option to test_progsManu Bretelle
2023-03-17selftests/bpf: Add test for bpf_ksym_exists().Alexei Starovoitov
2023-03-17libbpf: Introduce bpf_ksym_exists() macro.Alexei Starovoitov
2023-03-17libbpf: Fix relocation of kfunc ksym in ld_imm64 insn.Alexei Starovoitov
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-17kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.pyDaniel Latypov
2023-03-17kunit: tool: remove unused imports and variablesDaniel Latypov
2023-03-17kunit: tool: add subscripts for type annotations where appropriateDaniel Latypov
2023-03-17Merge tag 'pm-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-03-17Merge tag 'acpi-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-03-17Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds
2023-03-17tools/power turbostat: version 2023.03.17Len Brown
2023-03-17tools/power turbostat: fix decoding of HWP_STATUSAntti Laakso
2023-03-17tools/power turbostat: Introduce support for EMRZhang Rui
2023-03-17tools/power turbostat: remove stray newlines from warn/warnx stringsLen Brown
2023-03-17tools/power turbostat: Fix /dev/cpu_dma_latency warningsPrarit Bhargava
2023-03-17tools/power turbostat: Provide better debug messages for failed capabilities ...Prarit Bhargava
2023-03-17tools/power turbostat: update dump of SECONDARY_TURBO_RATIO_LIMITLen Brown
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17selftests: net: Add VXLAN MDB testIdo Schimmel
2023-03-17selftests: bonding: add tests for ether type changesNikolay Aleksandrov
2023-03-16selftests/bpf: fix "metadata marker" getting overwritten by the netstackAlexander Lobakin
2023-03-16ynl: make the tooling check the licenseJakub Kicinski
2023-03-16ynl: broaden the license even moreJakub Kicinski
2023-03-16tools: ynl: make definitions optional againJakub Kicinski
2023-03-16selftests: net: devlink_port_split.py: skip test if no suitable device availablePo-Hsu Lin
2023-03-16selftests/x86/lam: Add test cases for LAM vs thread creationKirill A. Shutemov
2023-03-16selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVA test cases for linear-address ma...Weihong Zhang
2023-03-16selftests/x86/lam: Add inherit test cases for linear-address maskingWeihong Zhang
2023-03-16selftests/x86/lam: Add io_uring test cases for linear-address maskingWeihong Zhang
2023-03-16selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address maskingWeihong Zhang
2023-03-16selftests/x86/lam: Add malloc and tag-bits test cases for linear-address maskingWeihong Zhang
2023-03-16bpf: Remove bpf_cpumask_kptr_get() kfuncDavid Vernet
2023-03-16bpf/selftests: Test using global cpumask kptr with RCUDavid Vernet
2023-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-03-16test/vsock: copy to user failure testArseniy Krasnov
2023-03-16libbpf: Ignore warnings about "inefficient alignment"Daniel Müller
2023-03-16selftests/bpf: Fix a fd leak in an error path in network_helpers.cMartin KaFai Lau