summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-293-3/+5
|\
| * perf/x86/regs: Use PERF_REG_EXTENDED_MASKKan Liang2019-06-243-3/+5
* | Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-06-291-0/+46
|\ \
| * | idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)2019-06-021-0/+46
* | | Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-243-2/+92
|\ \ \
| * \ \ Merge branch 'context-id-fix' into fixesMichael Ellerman2019-06-133-2/+92
| |\ \ \
| | * | | selftests/powerpc: Add test of fork with mapping above 512TBMichael Ellerman2019-06-133-2/+92
* | | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2174-208/+74
|\ \ \ \ \
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner2019-06-191-2/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1929-112/+29
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-192-5/+2
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 485Thomas Gleixner2019-06-191-9/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-1925-53/+25
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 481Thomas Gleixner2019-06-192-2/+2
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 480Thomas Gleixner2019-06-191-0/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 479Thomas Gleixner2019-06-191-2/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 472Thomas Gleixner2019-06-195-5/+5
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 466Thomas Gleixner2019-06-191-0/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 247Thomas Gleixner2019-06-191-0/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 232Thomas Gleixner2019-06-193-3/+3
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-06-209-41/+233
|\ \ \ \ \
| * | | | | KVM: nVMX: reorganize initial steps of vmx_set_nested_statePaolo Bonzini2019-06-201-12/+20
| * | | | | tests: kvm: Check for a kernel warningAaron Lewis2019-06-197-0/+184
| * | | | | kvm: tests: Sort tests in the Makefile alphabeticallyAaron Lewis2019-06-191-10/+10
| * | | | | KVM: x86: Modify struct kvm_nested_state to have explicit fields for dataLiran Alon2019-06-192-22/+22
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-1719-58/+922
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-153-9/+50
| |\ \ \ \
| | * | | | bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao2019-06-131-4/+10
| | * | | | bpf: sync BPF_FIB_LOOKUP flag changes with BPF uapiMartynas Pumputis2019-06-131-2/+2
| | * | | | bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-06-111-3/+38
| * | | | | selftests: tc_flower: Add TOS matching testJiri Pirko2019-06-121-1/+35
| * | | | | selftests: mlxsw: Test nexthop offload indicationIdo Schimmel2019-06-121-0/+47
| |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-0715-48/+790
| |\ \ \ \
| | * | | | bpf: expand section tests for test_section_namesDaniel Borkmann2019-06-061-0/+10
| | * | | | bpf: more msg_name rewrite tests to test_sock_addrDaniel Borkmann2019-06-061-16/+197
| | * | | | bpf, bpftool: enable recvmsg attach typesDaniel Borkmann2019-06-065-6/+15
| | * | | | bpf, libbpf: enable recvmsg attach typesDaniel Borkmann2019-06-061-0/+4
| | * | | | bpf: sync tooling uapi headerDaniel Borkmann2019-06-061-0/+2
| | * | | | tools: bpftool: Fix JSON output when lookup failsKrzesimir Nowak2019-06-051-0/+2
| | * | | | selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu2019-06-051-3/+4
| | * | | | libbpf: Return btf_fd for load_sk_storage_btfMichal Rostecki2019-05-313-23/+22
| | * | | | selftests: bpf: fix compiler warning in flow_dissector testAlakesh Haloi2019-05-291-0/+1
| | * | | | selftests: bpf: complete sub-register zero extension checksJiong Wang2019-05-291-11/+505
| | * | | | selftests: bpf: move sub-register zero extension checks into subreg.cJiong Wang2019-05-292-39/+39
| | * | | | selftests: bpf: add zero extend checks for ALU32 and/or/xorBjörn Töpel2019-05-231-0/+39
* | | | | | mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-131-0/+2
* | | | | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-08111-848/+111
|\ \ \ \ \ \
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 444Thomas Gleixner2019-06-051-4/+1