Age | Commit message (Expand) | Author | Files | Lines |
2022-04-11 | selftests: kvm: add tsc_scaling_sync to .gitignore | Like Xu | 1 | -0/+1 |
2022-04-11 | x86/tsx: Disable TSX development mode at boot | Pawan Gupta | 1 | -2/+2 |
2022-04-10 | Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -5/+25 |
2022-04-10 | Merge tag 'perf-tools-fixes-for-v5.18-2022-04-09' of git://git.kernel.org/pub... | Linus Torvalds | 26 | -71/+234 |
2022-04-10 | Merge tag 'cxl+nvdimm-for-5.18-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2022-04-09 | perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ... | Ian Rogers | 1 | -0/+1 |
2022-04-09 | perf tools: Add external commands to list-cmds | Michael Petlan | 1 | -0/+4 |
2022-04-09 | perf docs: Add perf-iostat link to manpages | Michael Petlan | 1 | -1/+1 |
2022-04-09 | perf session: Remap buf if there is no space for event | Denis Nikitin | 1 | -3/+12 |
2022-04-09 | perf bench: Fix epoll bench to correct usage of affinity for machines with #C... | Athira Rajeev | 2 | -12/+38 |
2022-04-09 | perf bench: Fix futex bench to correct usage of affinity for machines with #C... | Athira Rajeev | 5 | -28/+83 |
2022-04-09 | perf tools: Fix perf's libperf_print callback | Adrian Hunter | 1 | -1/+1 |
2022-04-09 | perf: arm-spe: Fix perf report --mem-mode | James Clark | 1 | -0/+6 |
2022-04-09 | perf unwind: Don't show unwind error messages when augmenting frame pointer s... | James Clark | 8 | -14/+32 |
2022-04-09 | tools headers arm64: Sync arm64's cputype.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2022-04-09 | perf test tsc: Fix error message when not supported | Chengdong Li | 1 | -9/+27 |
2022-04-09 | perf build: Don't use -ffat-lto-objects in the python feature test when build... | Arnaldo Carvalho de Melo | 2 | -0/+5 |
2022-04-09 | perf python: Fix probing for some clang command line options | Arnaldo Carvalho de Melo | 1 | -2/+4 |
2022-04-09 | tools build: Filter out options and warnings not supported by clang | Arnaldo Carvalho de Melo | 2 | -0/+10 |
2022-04-09 | tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2022-04-09 | tools include UAPI: Sync linux/vhost.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+7 |
2022-04-09 | KVM: selftests: riscv: Fix alignment of the guest_hang() function | Anup Patel | 1 | -1/+1 |
2022-04-09 | KVM: selftests: riscv: Set PTE A and D bits in VS-stage page table | Anup Patel | 1 | -1/+3 |
2022-04-09 | Merge tag 'linux-kselftest-fixes-5.18-rc2' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 6 | -31/+54 |
2022-04-08 | tools/testing/nvdimm: Fix security_init() symbol collision | Dan Williams | 1 | -2/+2 |
2022-04-08 | Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 6 | -28/+134 |
2022-04-07 | selftests: KVM: Free the GIC FD when cleaning up in arch_timer | Oliver Upton | 1 | -4/+11 |
2022-04-07 | selftests: KVM: Don't leak GIC FD across dirty log test iterations | Oliver Upton | 1 | -3/+31 |
2022-04-07 | KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3) | Andrew Jones | 1 | -4/+10 |
2022-04-07 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 5 | -28/+120 |
2022-04-06 | bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack sockets | Maxim Mikityanskiy | 1 | -19/+59 |
2022-04-06 | KVM: arm64: selftests: Introduce vcpu_width_config | Reiji Watanabe | 3 | -0/+124 |
2022-04-05 | objtool: Fix SLS validation for kcov tail-call replacement | Peter Zijlstra | 1 | -0/+11 |
2022-04-05 | objtool: Fix IBT tail-call detection | Peter Zijlstra | 1 | -5/+14 |
2022-04-04 | selftests/harness: Pass variant to teardown | Willem de Bruijn | 1 | -5/+7 |
2022-04-04 | selftests/harness: Run TEARDOWN for ASSERT failures | Kees Cook | 1 | -15/+34 |
2022-04-04 | selftests: fix an unused variable warning in pidfd selftest | Axel Rasmussen | 1 | -1/+0 |
2022-04-04 | selftests: fix header dependency for pid_namespace selftests | Axel Rasmussen | 1 | -3/+3 |
2022-04-04 | selftests: x86: add 32bit build warnings for SUSE | Geliang Tang | 1 | -0/+4 |
2022-04-04 | selftests/proc: fix array_size.cocci warning | Guo Zhengkui | 1 | -2/+4 |
2022-04-04 | selftests/vDSO: fix array_size.cocci warning | Guo Zhengkui | 1 | -6/+3 |
2022-04-03 | Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+14 |
2022-04-03 | selftests: net: fix nexthop warning cleanup double ip typo | Nikolay Aleksandrov | 1 | -2/+2 |
2022-04-01 | perf python: Convert tracepoint.py example to python3 | Tanu M | 1 | -2/+2 |
2022-04-01 | perf evlist: Directly return instead of using local ret variable | Haowen Bai | 1 | -2/+1 |
2022-04-01 | perf cpumap: More cpu map reuse by merge. | Ian Rogers | 1 | -10/+5 |
2022-04-01 | perf cpumap: Add is_subset function | Ian Rogers | 2 | -0/+21 |
2022-04-01 | perf evlist: Rename cpus to user_requested_cpus | Ian Rogers | 19 | -53/+62 |
2022-04-01 | perf tools: Stop depending on .git files for building PERF-VERSION-FILE | John Garry | 1 | -12/+2 |
2022-04-01 | tools headers cpufeatures: Sync with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+1 |