| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | perf synthetic events: Avoid write of uninitialized memory when generating PE... | Ian Rogers | 2021-03-30 | 1 | -4/+5 |
* | perf auxtrace: Fix auxtrace queue conflict | Adrian Hunter | 2021-03-30 | 1 | -4/+0 |
* | libbpf: Fix BTF dump of pointer-to-array-of-struct | Jean-Philippe Brucker | 2021-03-30 | 1 | -1/+1 |
* | selftests: forwarding: vxlan_bridge_1d: Fix vxlan ecn decapsulate value | Hangbin Liu | 2021-03-30 | 1 | -1/+1 |
* | libbpf: Use SOCK_CLOEXEC when opening the netlink socket | Kumar Kartikeya Dwivedi | 2021-03-30 | 1 | -1/+1 |
* | libbpf: Fix error path in bpf_object__elf_init() | Namhyung Kim | 2021-03-30 | 1 | -1/+2 |
* | selftests/net: fix warnings on reuseaddr_ports_exhausted | Carlos Llamas | 2021-03-30 | 1 | -16/+16 |
* | selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failed | Hangbin Liu | 2021-03-30 | 1 | -4/+2 |
* | libbpf: Fix INSTALL flag order | Georgi Valkov | 2021-03-30 | 1 | -1/+1 |
* | static_call: Allow module use without exposing static_call_key | Josh Poimboeuf | 2021-03-30 | 2 | -4/+40 |
* | static_call: Pull some static_call declarations to the type headers | Peter Zijlstra | 2021-03-30 | 1 | -0/+27 |
* | kselftest: arm64: Fix exit code of sve-ptrace | Mark Brown | 2021-03-30 | 1 | -1/+1 |
* | bpf, selftests: Fix up some test_verifier cases for unprivileged | Piotr Krysiuk | 2021-03-20 | 4 | -10/+59 |
* | perf report: Fix -F for branch & mem modes | Ravi Bangoria | 2021-03-17 | 1 | -2/+2 |
* | perf traceevent: Ensure read cmdlines are null terminated. | Ian Rogers | 2021-03-17 | 1 | -0/+1 |
* | selftests: forwarding: Fix race condition in mirror installation | Danielle Ratson | 2021-03-17 | 1 | -0/+9 |
* | perf build: Fix ccache usage in $(CC) when generating arch errno table | Antonio Terceiro | 2021-03-17 | 1 | -1/+1 |
* | tools/resolve_btfids: Fix build error with older host toolchains | Kun-Chuan Hsieh | 2021-03-17 | 1 | -0/+5 |
* | libbpf: Clear map_info before each bpf_obj_get_info_by_fd | Maciej Fijalkowski | 2021-03-17 | 1 | -2/+3 |
* | selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier | Yauheni Kaliuta | 2021-03-17 | 1 | -1/+2 |
* | selftests/bpf: No need to drop the packet when there is no geneve opt | Hangbin Liu | 2021-03-17 | 1 | -4/+2 |
* | selftests/bpf: Use the last page in test_snprintf_btf on s390 | Ilya Leoshkevich | 2021-03-17 | 1 | -3/+10 |
* | wireguard: selftests: test multiple parallel streams | Jason A. Donenfeld | 2021-03-04 | 1 | -1/+14 |
* | kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE | Chris Wilson | 2021-03-04 | 1 | -1/+1 |
* | perf test: Fix unaligned access in sample parsing test | Namhyung Kim | 2021-03-04 | 1 | -1/+1 |
* | perf intel-pt: Fix IPC with CYC threshold | Adrian Hunter | 2021-03-04 | 3 | -0/+41 |
* | perf intel-pt: Fix premature IPC | Adrian Hunter | 2021-03-04 | 3 | -11/+17 |
* | perf intel-pt: Fix missing CYC processing in PSB | Adrian Hunter | 2021-03-04 | 1 | -0/+3 |
* | perf record: Fix continue profiling after draining the buffer | Yang Jihong | 2021-03-04 | 3 | -1/+13 |
* | perf symbols: Fix return value when loading PE DSO | Nicholas Fraser | 2021-03-04 | 1 | -1/+3 |
* | perf symbols: Use (long) for iterator for bfd symbols | Dmitry Safonov | 2021-03-04 | 1 | -2/+1 |
* | selftests/ftrace: Update synthetic event syntax errors | Tom Zanussi | 2021-03-04 | 1 | -8/+27 |
* | kselftests: dmabuf-heaps: Fix Makefile's inclusion of the kernel's usr/includ... | John Stultz | 2021-03-04 | 1 | -1/+1 |
* | kunit: tool: fix unit test cleanup handling | Daniel Latypov | 2021-03-04 | 1 | -8/+6 |
* | perf vendor events arm64: Fix Ampere eMag event typo | John Garry | 2021-03-04 | 1 | -1/+1 |
* | perf tools: Fix DSO filtering when not finding a map for a sampled address | Arnaldo Carvalho de Melo | 2021-03-04 | 1 | -0/+2 |
* | objtool: Fix ".cold" section suffix check for newer versions of GCC | Josh Poimboeuf | 2021-03-04 | 1 | -2/+2 |
* | objtool: Fix retpoline detection in asm code | Josh Poimboeuf | 2021-03-04 | 3 | -2/+14 |
* | objtool: Fix error handling for STD/CLD warnings | Josh Poimboeuf | 2021-03-04 | 1 | -2/+6 |
* | selftests/powerpc: Make the test check in eeh-basic.sh posix compliant | Po-Hsu Lin | 2021-03-04 | 1 | -1/+1 |
* | selftests: mptcp: fix ACKRX debug message | Matthieu Baerts | 2021-03-04 | 1 | -1/+1 |
* | libbpf: Ignore non function pointer member in struct_ops | Martin KaFai Lau | 2021-03-04 | 1 | -11/+11 |
* | selftests/bpf: Convert test_xdp_redirect.sh to bash | Björn Töpel | 2021-03-04 | 1 | -7/+3 |
* | selftests: txtimestamp: fix compilation issue | Vadim Fedorenko | 2021-02-17 | 1 | -3/+3 |
* | selftests: netfilter: fix current year | Fabian Frederick | 2021-02-17 | 1 | -1/+1 |
* | objtool: Fix seg fault with Clang non-section symbols | Josh Poimboeuf | 2021-02-17 | 4 | -26/+42 |
* | objtool: Don't fail the kernel build on fatal errors | Josh Poimboeuf | 2021-02-07 | 1 | -9/+5 |
* | selftests/powerpc: Only test lwm/stmw on big endian | Michael Ellerman | 2021-02-07 | 1 | -1/+4 |
* | objtool: Don't add empty symbols to the rbtree | Josh Poimboeuf | 2021-02-07 | 1 | -0/+7 |
* | tools/power/x86/intel-speed-select: Set higher of cpuinfo_max_freq or base_fr... | Srinivas Pandruvada | 2021-02-07 | 1 | -0/+11 |