| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/... | Linus Torvalds | 2020-03-07 | 1 | -0/+1 |
|\ |
|
| * | selftests: pidfd: Add pidfd_fdinfo_test in .gitignore | Christophe Leroy | 2020-02-28 | 1 | -0/+1 |
* | | Merge tag 'linux-kselftest-5.6-rc5' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-03-07 | 1 | -0/+2 |
|\ \ |
|
| * | | selftest/lkdtm: Use local .gitignore | Christophe Leroy | 2020-03-02 | 1 | -0/+2 |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2020-03-02 | 25 | -214/+251 |
|\ \ \ |
|
| * | | | perf annotate: Fix segfault with source toggle | Ravi Bangoria | 2020-02-27 | 1 | -0/+2 |
| * | | | perf annotate: Align struct annotate_args | Ravi Bangoria | 2020-02-27 | 1 | -6/+6 |
| * | | | perf annotate: Simplify disasm_line allocation and freeing code | Ravi Bangoria | 2020-02-27 | 2 | -56/+31 |
| * | | | perf annotate: Remove privsize from symbol__annotate() args | Ravi Bangoria | 2020-02-27 | 4 | -6/+7 |
| * | | | perf probe: Check return value of strlist__add() for -ENOMEM | He Zhe | 2020-02-27 | 2 | -6/+28 |
| * | | | perf config: Document missing config options | Ravi Bangoria | 2020-02-27 | 1 | -0/+44 |
| * | | | perf annotate: Fix perf config option description | Ravi Bangoria | 2020-02-27 | 1 | -1/+29 |
| * | | | perf annotate: Prefer cmdline option over default config | Ravi Bangoria | 2020-02-27 | 1 | -2/+2 |
| * | | | perf annotate: Make perf config effective | Ravi Bangoria | 2020-02-27 | 5 | -55/+33 |
| * | | | perf config: Introduce perf_config_u8() | Ravi Bangoria | 2020-02-27 | 2 | -0/+13 |
| * | | | perf annotate: Fix --show-nr-samples for tui/stdio2 | Ravi Bangoria | 2020-02-27 | 2 | -7/+5 |
| * | | | perf annotate: Fix --show-total-period for tui/stdio2 | Ravi Bangoria | 2020-02-27 | 3 | -7/+6 |
| * | | | perf annotate/tui: Re-render title bar after switching back from script browser | Ravi Bangoria | 2020-02-27 | 1 | -4/+3 |
| * | | | tools headers UAPI: Update tools's copy of kvm.h headers | Arnaldo Carvalho de Melo | 2020-02-27 | 1 | -0/+1 |
| * | | | tools arch x86: Sync the msr-index.h copy with the kernel sources | Arnaldo Carvalho de Melo | 2020-02-27 | 1 | -0/+2 |
| * | | | Merge tag 'perf-urgent-for-mingo-5.6-20200220' of git://git.kernel.org/pub/sc... | Ingo Molnar | 2020-02-26 | 11 | -66/+41 |
| |\ \ \ |
|
| | * | | | perf arch powerpc: Sync powerpc syscall.tbl with the kernel sources | Arnaldo Carvalho de Melo | 2020-02-18 | 1 | -0/+2 |
| | * | | | perf auxtrace: Add auxtrace_record__read_finish() | Adrian Hunter | 2020-02-18 | 6 | -74/+35 |
| | * | | | perf arm-spe: Fix endless record after being terminated | Adrian Hunter | 2020-02-18 | 1 | -1/+4 |
| | * | | | perf cs-etm: Fix endless record after being terminated | Wei Li | 2020-02-18 | 1 | -1/+4 |
| | * | | | perf intel-bts: Fix endless record after being terminated | Wei Li | 2020-02-18 | 1 | -1/+4 |
| | * | | | perf intel-pt: Fix endless record after being terminated | Wei Li | 2020-02-18 | 1 | -1/+4 |
| | * | | | perf test: Fix test trace+probe_vfs_getname.sh on s390 | Thomas Richter | 2020-02-18 | 1 | -1/+1 |
| | * | | | perf bpf: Remove bpf/ subdir from bpf.h headers used to build bpf events | Arnaldo Carvalho de Melo | 2020-02-18 | 3 | -3/+3 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-02-28 | 1 | -10/+45 |
|\ \ \ \ \ |
|
| * | | | | | selftests: nft_concat_range: Add test for reported add/flush/add issue | Stefano Brivio | 2020-02-26 | 1 | -4/+39 |
| * | | | | | selftests: nft_concat_range: Move option for 'list ruleset' before command | Stefano Brivio | 2020-02-25 | 1 | -6/+6 |
| |/ / / / |
|
* | | | | | Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2020-02-26 | 6 | -26/+60 |
|\ \ \ \ \ |
|
| * | | | | | bootconfig: Add append value operator support | Masami Hiramatsu | 2020-02-21 | 1 | -2/+14 |
| * | | | | | bootconfig: Prohibit re-defining value on same key | Masami Hiramatsu | 2020-02-21 | 1 | -0/+6 |
| * | | | | | bootconfig: Reject subkey and value on same parent key | Masami Hiramatsu | 2020-02-20 | 2 | -0/+6 |
| * | | | | | tools/bootconfig: Remove unneeded error message silencer | Masami Hiramatsu | 2020-02-20 | 2 | -12/+1 |
| * | | | | | bootconfig: Add bootconfig magic word for indicating bootconfig explicitly | Masami Hiramatsu | 2020-02-20 | 2 | -12/+33 |
* | | | | | | Merge tag 'linux-kselftest-kunit-5.6-rc4' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2020-02-26 | 2 | -12/+28 |
|\ \ \ \ \ \ |
|
| * | | | | | | kunit: run kunit_tool from any directory | Heidi Fahim | 2020-02-19 | 1 | -0/+12 |
| * | | | | | | kunit: test: Improve error messages for kunit_tool when kunitconfig is invalid | Heidi Fahim | 2020-02-19 | 1 | -12/+16 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge tag 'linux-kselftest-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-02-26 | 5 | -2/+10 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | /
| | |_|_|/
| |/| | | |
|
| * | | | | selftests/rseq: Fix out-of-tree compilation | Michael Ellerman | 2020-02-20 | 1 | -1/+1 |
| * | | | | selftests: Install settings files to fix TIMEOUT failures | Michael Ellerman | 2020-02-20 | 5 | -1/+9 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-02-21 | 8 | -51/+61 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-02-20 | 4 | -12/+25 |
| |\ \ \ \ \ |
|
| | * | | | | | libbpf: Sanitise internal map names so they are not rejected by the kernel | Toke Høiland-Jørgensen | 2020-02-18 | 1 | -1/+7 |
| | * | | | | | bpf, uapi: Remove text about bpf_redirect_map() giving higher performance | Toke Høiland-Jørgensen | 2020-02-18 | 1 | -9/+7 |
| | * | | | | | selftests/bpf: Mark SYN cookie test skipped for UDP sockets | Jakub Sitnicki | 2020-02-12 | 1 | -1/+3 |
| | * | | | | | selftests/bpf: Fix error checking on reading the tcp_fastopen sysctl | Martin KaFai Lau | 2020-02-12 | 1 | -1/+3 |