summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | objtool: Remove useless tests before save_reg()Julien Thierry2020-09-181-4/+2
| * | | | | | | | | | objtool: Decode unwind hint register depending on architectureJulien Thierry2020-09-103-26/+40
| * | | | | | | | | | objtool: Make unwind hint definitions available to other architecturesJulien Thierry2020-09-106-41/+144
| * | | | | | | | | | objtool: Refactor jump table code to support other architecturesRaphael Gault2020-09-104-87/+103
| * | | | | | | | | | objtool: Make relocation in alternative handling arch dependentJulien Thierry2020-09-104-13/+29
| * | | | | | | | | | objtool: Abstract alternative special case handlingJulien Thierry2020-09-106-29/+47
| * | | | | | | | | | objtool: Move macros describing structures to arch-dependent codeJulien Thierry2020-09-102-15/+21
| * | | | | | | | | | objtool: Make sync-check consider the target architectureJulien Thierry2020-09-101-0/+7
| * | | | | | | | | | objtool: Group headers to check in a single listJulien Thierry2020-09-101-9/+14
| * | | | | | | | | | objtool: Define 'struct orc_entry' only when neededJulien Thierry2020-09-023-0/+8
| * | | | | | | | | | objtool: Skip ORC entry creation for non-text sectionsJulien Thierry2020-09-021-0/+3
| * | | | | | | | | | objtool: Move ORC logic out of check()Julien Thierry2020-09-025-21/+32
| * | | | | | | | | | objtool: Move object file loading out of check()Julien Thierry2020-09-026-35/+60
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-146-22/+48
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | selftests/vm: 8x compaction_test speedupJohn Hubbard2020-10-141-5/+6
| * | | | | | | | | | | tools/testing/selftests/vm/hmm-tests.c: use the new SKIP() macroRalph Campbell2020-10-141-2/+2
| * | | | | | | | | | | selftests/vm: fix incorrect gcc invocation in some casesJohn Hubbard2020-10-141-0/+12
| * | | | | | | | | | | selftests/vm: fix false build success on the second and later attemptsJohn Hubbard2020-10-141-0/+5
| * | | | | | | | | | | mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flagBarry Song2020-10-141-7/+7
| * | | | | | | | | | | device-dax: add dis-contiguous resource supportDan Williams2020-10-141-6/+14
| * | | | | | | | | | | mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-141-1/+1
| * | | | | | | | | | | device-dax: make pgmap optional for instance creationDan Williams2020-10-141-4/+4
* | | | | | | | | | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-147-203/+318
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | selftests/clone3: Avoid OS-defined clone_argsKees Cook2020-10-087-44/+41
| * | | | | | | | | | | selftests/seccomp: powerpc: Set syscall return during ptrace syscall exitKees Cook2020-10-081-4/+21
| * | | | | | | | | | | selftests/seccomp: Allow syscall nr and ret value to be set separatelyKees Cook2020-10-081-12/+47
| * | | | | | | | | | | selftests/seccomp: Record syscall during ptrace entryKees Cook2020-10-081-13/+27
| * | | | | | | | | | | selftests/seccomp: powerpc: Fix seccomp return value testingKees Cook2020-09-191-0/+15
| * | | | | | | | | | | selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SETKees Cook2020-09-191-10/+23
| * | | | | | | | | | | selftests/seccomp: Avoid redundant register flushesKees Cook2020-09-191-2/+4
| * | | | | | | | | | | selftests/seccomp: Convert REGSET calls into ARCH_GETREG/ARCH_SETREGKees Cook2020-09-191-27/+15
| * | | | | | | | | | | selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREGKees Cook2020-09-191-12/+15
| * | | | | | | | | | | selftests/seccomp: Remove syscall setting #ifdefsKees Cook2020-09-191-13/+3
| * | | | | | | | | | | selftests/seccomp: mips: Remove O32-specific macroKees Cook2020-09-191-6/+12
| * | | | | | | | | | | selftests/seccomp: arm64: Define SYSCALL_NUM_SET macroKees Cook2020-09-191-14/+13
| * | | | | | | | | | | selftests/seccomp: arm: Define SYSCALL_NUM_SET macroKees Cook2020-09-191-10/+6
| * | | | | | | | | | | selftests/seccomp: mips: Define SYSCALL_NUM_SET macroKees Cook2020-09-191-8/+9
| * | | | | | | | | | | selftests/seccomp: Provide generic syscall setting macroKees Cook2020-09-191-2/+13
| * | | | | | | | | | | selftests/seccomp: Refactor arch register macros to avoid xtensa special caseKees Cook2020-09-191-50/+47
| * | | | | | | | | | | selftests/seccomp: Use __NR_mknodat instead of __NR_mknodKees Cook2020-09-191-1/+1
| * | | | | | | | | | | selftests/seccomp: Use bitwise instead of arithmetic operator for flagsZou Wei2020-09-091-4/+4
| * | | | | | | | | | | selftests/seccomp: Add test for unknown SECCOMP_RET kill behaviorKees Cook2020-09-091-6/+37
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-35/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | blk-iocost: update iocost_monitor.pyTejun Heo2020-09-021-35/+19
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-10-136-147/+355
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tools: gpio: add debounce support to gpio-event-monKent Gibson2020-09-301-3/+17
| * | | | | | | | | | | tools: gpio: add multi-line monitoring to gpio-event-monKent Gibson2020-09-301-11/+34
| * | | | | | | | | | | tools: gpio: port gpio-event-mon to v2 uAPIKent Gibson2020-09-301-44/+47
| * | | | | | | | | | | tools: gpio: port gpio-hammer to v2 uAPIKent Gibson2020-09-303-45/+197
| * | | | | | | | | | | tools: gpio: rename nlines to num_linesKent Gibson2020-09-303-26/+26