summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-312-3/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tools/vm/slabinfo: fix sanity checks enablingDaniel Wagner2020-01-311-2/+2
| * | | | | | | | | | | mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"John Hubbard2020-01-311-1/+5
* | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu2020-01-221-1/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-314-9/+13
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | tools/kvm_stat: Fix kvm_exit filter nameGavin Shan2020-01-231-2/+6
| * | | | | | | | | | KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTINGXiaoyao Li2020-01-082-2/+2
| * | | | | | | | | | KVM: VMX: Rename NMI_PENDING to NMI_WINDOWXiaoyao Li2020-01-081-1/+1
| * | | | | | | | | | KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOWXiaoyao Li2020-01-082-4/+4
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-302-0/+402
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-20116-598/+1809
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-01-031-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis2019-12-171-1/+1
| * | | | | | | | | | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-172-0/+402
| |\| | | | | | | | | | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | kselftests: Add dma-heap testJohn Stultz2019-12-112-0/+402
| | * | | | | | | | Revert "kselftests: Add dma-heap test"Sean Paul2019-10-302-247/+0
| | * | | | | | | | kselftests: Add dma-heap testJohn Stultz2019-10-252-0/+247
* | | | | | | | | | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-294-1/+260
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test: Add test for pidfd getfdSargun Dhillon2020-01-134-1/+260
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'linux-kselftest-5.6-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-2911-18/+210
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | selftests/ftrace: fix glob selftestSven Schnelle2020-01-281-1/+1
| * | | | | | | | | | selftests: settings: tests can be in subsubdirsMatthieu Baerts2020-01-271-1/+1
| * | | | | | | | | | kselftest: Minimise dependency of get_size on C library interfacesSiddhesh Poyarekar2020-01-161-6/+18
| * | | | | | | | | | selftests/livepatch: Remove unused local variable in set_ftrace_enabled()Miroslav Benes2020-01-161-1/+0
| * | | | | | | | | | selftests/livepatch: Replace set_dynamic_debug() with setup_config() in READMEMiroslav Benes2020-01-161-1/+1
| * | | | | | | | | | selftests/lkdtm: Add tests for LKDTM targetsKees Cook2020-01-105-0/+177
| * | | | | | | | | | selftests: Uninitialized variable in test_cgcore_proc_migration()Dan Carpenter2020-01-091-1/+1
| * | | | | | | | | | selftests: fix build behaviour on targets' failuresCristian Marussi2020-01-061-7/+11
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-298-0/+1220
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | selftests: add openat2(2) selftestsAleksa Sarai2020-01-188-0/+1220
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-01-292-7/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | objtool: Fix ARCH=x86_64 build errorShile Zhang2020-01-221-5/+1
| * | | | | | | | | | objtool: Silence build outputOlof Johansson2020-01-221-2/+0
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-293-36/+38
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Merge 5.5-rc7 into usb-nextGreg Kroah-Hartman2020-01-216-7/+19
| |\| | | | | | | |
| * | | | | | | | | Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman2020-01-1316-46/+133
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | usbip: Fix unsafe unaligned pointer usageShuah Khan2020-01-092-25/+27
| * | | | | | | | | tools: usb: usbip: Get rid of driver name printout in READMEMagnus Damm2020-01-061-11/+11
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-28296-2786/+20141
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-2714-72/+295
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | selftests/bpf: Add test based on port range for BPF flow dissectorYoshiki Komachi2020-01-271-0/+14
| | * | | | | | | | | | tools/bpf: Allow overriding llvm tools for runqslowerAndrey Ignatov2020-01-271-3/+3
| | * | | | | | | | | | selftest/bpf: Add test for allowed trampolines countJiri Olsa2020-01-252-0/+133
| | * | | | | | | | | | libbpf: Fix realloc usage in bpf_core_find_candsAndrii Nakryiko2020-01-241-1/+3
| | * | | | | | | | | | libbpf: Improve handling of failed CO-RE relocationsAndrii Nakryiko2020-01-242-40/+61
| | * | | | | | | | | | selftests: bpf: Reset global state between reuseport test runsLorenz Bauer2020-01-241-2/+14
| | * | | | | | | | | | selftests: bpf: Make reuseport test output more legibleLorenz Bauer2020-01-241-4/+24
| | * | | | | | | | | | selftests: bpf: Ignore FIN packets for reuseport testsLorenz Bauer2020-01-241-0/+6
| | * | | | | | | | | | selftests: bpf: Use a temporary file in test_sockmapLorenz Bauer2020-01-241-10/+5