| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-12-10 | 6 | -43/+422 |
|\ |
|
| * | bpf: improve verifier branch analysis | Alexei Starovoitov | 2018-12-04 | 1 | -2/+2 |
| * | bpf: Improve socket lookup reuseport documentation | Joe Stringer | 2018-12-01 | 1 | -4/+4 |
| * | bpf: Support sk lookup in netns with id 0 | Joe Stringer | 2018-12-01 | 3 | -25/+36 |
| * | bpf: fix pointer offsets in context for 32 bit | Daniel Borkmann | 2018-12-01 | 1 | -5/+12 |
| * | bpf: Fix verifier log string check for bad alignment. | David Miller | 2018-11-30 | 1 | -1/+1 |
| * | tools: bpftool: fix a bitfield pretty print issue | Yonghong Song | 2018-11-29 | 1 | -3/+3 |
| * | tools/bpf: add addition type tests to test_btf | Yonghong Song | 2018-11-29 | 1 | -0/+361 |
| * | tools/bpf: fix two test_btf unit test cases | Martin KaFai Lau | 2018-11-29 | 1 | -7/+7 |
* | | Merge tag 'libnvdimm-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-12-09 | 1 | -2/+33 |
|\ \ |
|
| * | | tools/testing/nvdimm: Align test resources to 128M | Dan Williams | 2018-12-05 | 1 | -2/+33 |
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-12-01 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | x86/speculation: Add prctl() control for indirect branch speculation | Thomas Gleixner | 2018-11-28 | 1 | -0/+1 |
* | | | | proc: fixup map_files test on arm | Alexey Dobriyan | 2018-11-30 | 1 | -2/+7 |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-11-30 | 16 | -4/+93 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'perf-urgent-for-mingo-4.20-20181121' of git://git.kernel.org/pub/s... | Ingo Molnar | 2018-11-21 | 16 | -4/+93 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | perf tools beauty ioctl: Support new ISO7816 commands | Arnaldo Carvalho de Melo | 2018-11-19 | 1 | -0/+1 |
| | * | | | tools uapi asm-generic: Synchronize ioctls.h | Arnaldo Carvalho de Melo | 2018-11-19 | 1 | -0/+2 |
| | * | | | tools arch x86: Update tools's copy of cpufeatures.h | Arnaldo Carvalho de Melo | 2018-11-19 | 1 | -0/+2 |
| | * | | | tools headers uapi: Synchronize i915_drm.h | Arnaldo Carvalho de Melo | 2018-11-19 | 1 | -0/+22 |
| | * | | | perf tools: Restore proper cwd on return from mnt namespace | Jiri Olsa | 2018-11-19 | 2 | -2/+16 |
| | * | | | tools build feature: Check if get_current_dir_name() is available | Arnaldo Carvalho de Melo | 2018-11-19 | 8 | -0/+48 |
| | * | | | perf tools: Fix crash on synthesizing the unit | Jiri Olsa | 2018-11-12 | 2 | -2/+2 |
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-11-30 | 1 | -4/+15 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | objtool: Fix segfault in .cold detection with -ffunction-sections | Artem Savkov | 2018-11-20 | 1 | -3/+14 |
| * | | | | objtool: Fix double-free in .cold detection error path | Artem Savkov | 2018-11-20 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2018-11-28 | 4 | -0/+87 |
|\ \ \ \ |
|
| * | | | | selftests: add script to stress-test nft packet path vs. control plane | Florian Westphal | 2018-11-12 | 4 | -0/+87 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-11-26 | 13 | -23/+734 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | tools: bpftool: fix potential NULL pointer dereference in do_load | Jakub Kicinski | 2018-11-22 | 1 | -3/+7 |
| * | | | bpf: fix off-by-one error in adjust_subprog_starts | Edward Cree | 2018-11-17 | 1 | -0/+19 |
| * | | | kselftests/bpf: use ping6 as the default ipv6 ping binary when it exists | Li Zhijian | 2018-11-09 | 1 | -1/+4 |
| * | | | tools: bpftool: update references to other man pages in documentation | Quentin Monnet | 2018-11-09 | 6 | -7/+42 |
| * | | | tools: bpftool: pass an argument to silence open_obj_pinned() | Quentin Monnet | 2018-11-09 | 2 | -8/+9 |
| * | | | tools: bpftool: fix plain output and doc for --bpffs option | Quentin Monnet | 2018-11-09 | 2 | -3/+3 |
| * | | | tools: bpftool: prevent infinite loop in get_fdinfo() | Quentin Monnet | 2018-11-09 | 1 | -1/+1 |
| * | | | tools/bpftool: copy a few net uapi headers to tools directory | Yonghong Song | 2018-11-09 | 2 | -0/+649 |
* | | | | Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2018-11-23 | 7 | -14/+14 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'linux-cpupower-4.20-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Rafael J. Wysocki | 2018-11-21 | 7 | -14/+14 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | tools cpupower: Override CFLAGS assignments | Jiri Olsa | 2018-11-06 | 1 | -6/+6 |
| | * | | | tools cpupower debug: Allow to use outside build flags | Jiri Olsa | 2018-11-06 | 1 | -2/+2 |
| | * | | | tools/power/cpupower: fix compilation with STATIC=true | Konstantin Khlebnikov | 2018-11-06 | 5 | -6/+6 |
| | |/ / |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-11-19 | 1 | -5/+13 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | tc-testing: tdc.py: Guard against lack of returncode in executed command | Brenda J. Butler | 2018-11-18 | 1 | -3/+11 |
| * | | | tc-testing: tdc.py: ignore errors when decoding stdout/stderr | Lucas Bates | 2018-11-18 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-11-18 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | tools/testing/nvdimm: Fix the array size for dimm devices. | Masayoshi Mizuma | 2018-11-05 | 1 | -4/+4 |
| | |/
| |/| |
|
* | | | Merge tag 'powerpc-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-11-16 | 1 | -3/+18 |
|\ \ \
| |_|/
|/| | |
|
| * | | selftests/powerpc: Adjust wild_bctr to build with old binutils | Gustavo Romero | 2018-11-15 | 1 | -2/+3 |
| * | | selftests/powerpc: Fix wild_bctr test to work on ppc64 | Michael Ellerman | 2018-11-12 | 1 | -1/+15 |
| |/ |
|