aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'threads-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Gravatar Linus Torvalds 2-175/+133
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 16-35/+35
2020-10-14Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 5-128/+215
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 2-1/+3
2020-10-14Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 3-15/+18
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+49
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 21-280/+528
2020-10-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-22/+48
2020-10-13selftests/vm: 8x compaction_test speedupGravatar John Hubbard 1-5/+6
2020-10-13tools/testing/selftests/vm/hmm-tests.c: use the new SKIP() macroGravatar Ralph Campbell 1-2/+2
2020-10-13selftests/vm: fix incorrect gcc invocation in some casesGravatar John Hubbard 1-0/+12
2020-10-13selftests/vm: fix false build success on the second and later attemptsGravatar John Hubbard 1-0/+5
2020-10-13mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flagGravatar Barry Song 1-7/+7
2020-10-13device-dax: add dis-contiguous resource supportGravatar Dan Williams 1-6/+14
2020-10-13mm/memremap_pages: convert to 'struct range'Gravatar Dan Williams 1-1/+1
2020-10-13device-dax: make pgmap optional for instance creationGravatar Dan Williams 1-4/+4
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-203/+318
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-35/+19
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 6-147/+355
2020-10-13Merge branches 'acpi-extlog', 'acpi-memhotplug', 'acpi-button', 'acpi-tools' ...Gravatar Rafael J. Wysocki 1-0/+2
2020-10-13perf build: Allow nested externs to enable BUILD_BUG() usageGravatar Vasily Gorbik 1-1/+1
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-3/+3
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-22/+20
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 9-8/+185
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-134/+1465
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-1/+281
2020-10-12Merge tag 'x86_fsgsbase_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+68
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 10-184/+33
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 34-1/+4646
2020-10-09tests: remove O_NONBLOCK before waiting for WSTOPPEDGravatar Christian Brauner 1-2/+2
2020-10-09Merge branch 'lkmm' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/...Gravatar Ingo Molnar 6-134/+1410
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Gravatar Ingo Molnar 1-0/+55
2020-10-08selftests/clone3: Avoid OS-defined clone_argsGravatar Kees Cook 7-44/+41
2020-10-08selftests/seccomp: powerpc: Set syscall return during ptrace syscall exitGravatar Kees Cook 1-4/+21
2020-10-08selftests/seccomp: Allow syscall nr and ret value to be set separatelyGravatar Kees Cook 1-12/+47
2020-10-08selftests/seccomp: Record syscall during ptrace entryGravatar Kees Cook 1-13/+27
2020-10-08ACPICA: Tree-wide: fix various typos and spelling mistakesGravatar Colin Ian King 1-1/+1
2020-10-07tools/power/x86/intel-speed-select: Update version for v5.10Gravatar Srinivas Pandruvada 1-1/+1
2020-10-07tools/power/x86/intel-speed-select: Fix missing base-freq core IDsGravatar Jonathan Doman 3-14/+17
2020-10-07Merge branch 'for-next/late-arrivals' into for-next/coreGravatar Will Deacon 13-1/+2070
2020-10-06objtool: Allow nested externs to enable BUILD_BUG()Gravatar Vasily Gorbik 1-1/+1
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Gravatar Dan Williams 1-0/+1
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Gravatar Dan Williams 10-184/+32
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 3-2/+8
2020-10-05kselftest/arm64: Check mte tagged user address in kernelGravatar Amit Daniel Kachhap 4-0/+127
2020-10-05kselftest/arm64: Verify KSM page merge for MTE pagesGravatar Amit Daniel Kachhap 2-0/+160
2020-10-05kselftest/arm64: Verify all different mmap MTE optionsGravatar Amit Daniel Kachhap 2-0/+263
2020-10-05kselftest/arm64: Check forked child mte memory accessibilityGravatar Amit Daniel Kachhap 2-0/+196
2020-10-05kselftest/arm64: Verify mte tag inclusion via prctlGravatar Amit Daniel Kachhap 2-0/+186
2020-10-05kselftest/arm64: Add utilities and a test to validate mte memoryGravatar Amit Daniel Kachhap 8-1/+1138