| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2021-03-14 | 1 | -0/+3 |
|\ |
|
| * | objtool,x86: Fix uaccess PUSHF/POPF validation | Peter Zijlstra | 2021-03-12 | 1 | -0/+3 |
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2021-03-12 | 1 | -1/+1 |
|\ \ |
|
| * | | kselftest: arm64: Fix exit code of sve-ptrace | Mark Brown | 2021-03-10 | 1 | -1/+1 |
| |/ |
|
* | | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2021-03-10 | 15 | -14/+214 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2021-03-07 | 2 | -1/+100 |
| |\ \ |
|
| | * | | selftests: netfilter: test nat port clash resolution interaction with tcp ear... | Florian Westphal | 2021-02-28 | 2 | -1/+100 |
| * | | | selftest/net/ipsec.c: Remove unneeded semicolon | Xu Wang | 2021-03-05 | 1 | -1/+1 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2021-03-05 | 5 | -6/+65 |
| |\ \ \ |
|
| | * | | | bpf: Explicitly zero-extend R0 after 32-bit cmpxchg | Brendan Jackman | 2021-03-05 | 2 | -0/+50 |
| | * | | | libbpf: Clear map_info before each bpf_obj_get_info_by_fd | Maciej Fijalkowski | 2021-03-04 | 1 | -2/+3 |
| | * | | | selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier | Yauheni Kaliuta | 2021-03-02 | 1 | -1/+2 |
| | * | | | selftests/bpf: Use the last page in test_snprintf_btf on s390 | Ilya Leoshkevich | 2021-03-02 | 1 | -3/+10 |
| | |/ / |
|
| * / / | selftests: fib_nexthops: Test blackhole nexthops when loopback goes down | Ido Schimmel | 2021-03-04 | 1 | -0/+8 |
| |/ / |
|
| * | | selftests: forwarding: Fix race condition in mirror installation | Danielle Ratson | 2021-02-27 | 1 | -0/+9 |
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2021-02-26 | 5 | -6/+31 |
| |\ \ |
|
| | * | | selftests/bpf: No need to drop the packet when there is no geneve opt | Hangbin Liu | 2021-02-24 | 1 | -4/+2 |
| | * | | bpf: Remove blank line in bpf helper description comment | Hangbin Liu | 2021-02-24 | 1 | -1/+0 |
| | * | | tools/resolve_btfids: Fix build error with older host toolchains | Kun-Chuan Hsieh | 2021-02-24 | 1 | -0/+5 |
| | * | | selftests/bpf: Fix a compiler warning in global func test | Dmitrii Banshchikov | 2021-02-24 | 1 | -1/+1 |
| | * | | bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as src | Brendan Jackman | 2021-02-22 | 1 | -0/+23 |
* | | | | Merge tag 'gpio-fixes-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-03-09 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | selftests: gpio: update .gitignore | Bartosz Golaszewski | 2021-03-08 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | perf cs-etm: Fix bitmap for option | Suzuki K Poulose | 2021-03-06 | 1 | -4/+8 |
* | | | | perf trace: Fix race in signal handling | Michael Petlan | 2021-03-06 | 1 | -3/+2 |
* | | | | perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi... | Arnaldo Carvalho de Melo | 2021-03-06 | 1 | -4/+3 |
* | | | | perf report: Fix -F for branch & mem modes | Ravi Bangoria | 2021-03-06 | 1 | -2/+2 |
* | | | | perf tests x86: Move insn.h include to make sure it finds stddef.h | Arnaldo Carvalho de Melo | 2021-03-06 | 2 | -2/+2 |
* | | | | perf test: Support the ins_lat check in the X86 specific test | Kan Liang | 2021-03-06 | 4 | -0/+127 |
* | | | | perf test: Fix sample-parsing failure on non-x86 platforms | Kan Liang | 2021-03-06 | 1 | -4/+0 |
* | | | | perf archive: Fix filtering of empty build-ids | Nicholas Fraser | 2021-03-06 | 1 | -2/+1 |
* | | | | perf daemon: Fix compile error with Asan | Namhyung Kim | 2021-03-06 | 1 | -1/+1 |
* | | | | perf stat: Fix use-after-free when -r option is used | Namhyung Kim | 2021-03-06 | 1 | -0/+1 |
* | | | | libperf: Add perf_evlist__reset_id_hash() | Namhyung Kim | 2021-03-06 | 2 | -4/+11 |
* | | | | perf stat: Fix wrong skipping for per-die aggregation | Jin Yao | 2021-03-06 | 4 | -11/+59 |
* | | | | tools headers UAPI: Sync KVM's kvm.h and vmx.h headers with the kernel sources | Arnaldo Carvalho de Melo | 2021-03-06 | 2 | -1/+4 |
* | | | | tools headers cpufeatures: Sync with the kernel sources | Arnaldo Carvalho de Melo | 2021-03-06 | 1 | -6/+13 |
* | | | | tools headers UAPI: Update tools' copy of linux/coresight-pmu.h | Arnaldo Carvalho de Melo | 2021-03-06 | 1 | -5/+15 |
* | | | | tools headers: Update syscall.tbl files to support mount_setattr | Arnaldo Carvalho de Melo | 2021-03-06 | 4 | -0/+19 |
* | | | | perf test: Fix cpu and thread map leaks in perf_time_to_tsc test | Namhyung Kim | 2021-03-06 | 1 | -0/+2 |
* | | | | perf test: Fix cpu map leaks in cpu_map_print test | Namhyung Kim | 2021-03-06 | 1 | -0/+2 |
* | | | | perf test: Fix a memory leak in thread_map_remove test | Namhyung Kim | 2021-03-06 | 1 | -5/+2 |
* | | | | perf test: Fix a thread map leak in thread_map_synthesize test | Namhyung Kim | 2021-03-06 | 1 | -0/+1 |
* | | | | perf test: Fix cpu and thread map leaks in switch_tracking test | Namhyung Kim | 2021-03-06 | 1 | -3/+2 |
* | | | | perf test: Fix cpu and thread map leaks in keep_tracking test | Namhyung Kim | 2021-03-06 | 1 | -3/+2 |
* | | | | perf test: Fix cpu and thread map leaks in code_reading test | Namhyung Kim | 2021-03-06 | 1 | -7/+3 |
* | | | | perf test: Fix cpu and thread map leaks in sw_clock_freq test | Namhyung Kim | 2021-03-06 | 1 | -8/+4 |
* | | | | perf test: Fix cpu and thread map leaks in task_exit test | Namhyung Kim | 2021-03-06 | 1 | -7/+3 |
* | | | | perf test: Fix a memory leak in attr test | Namhyung Kim | 2021-03-06 | 1 | -1/+7 |
* | | | | perf test: Fix cpu and thread map leaks in basic mmap test | Namhyung Kim | 2021-03-06 | 1 | -2/+0 |