Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | objtool: Remove useless tests before save_reg() | Julien Thierry | 2020-09-18 | 1 | -4/+2 | |
| * | | | | | | | | | | objtool: Decode unwind hint register depending on architecture | Julien Thierry | 2020-09-10 | 3 | -26/+40 | |
| * | | | | | | | | | | objtool: Make unwind hint definitions available to other architectures | Julien Thierry | 2020-09-10 | 6 | -41/+144 | |
| * | | | | | | | | | | objtool: Refactor jump table code to support other architectures | Raphael Gault | 2020-09-10 | 4 | -87/+103 | |
| * | | | | | | | | | | objtool: Make relocation in alternative handling arch dependent | Julien Thierry | 2020-09-10 | 4 | -13/+29 | |
| * | | | | | | | | | | objtool: Abstract alternative special case handling | Julien Thierry | 2020-09-10 | 6 | -29/+47 | |
| * | | | | | | | | | | objtool: Move macros describing structures to arch-dependent code | Julien Thierry | 2020-09-10 | 2 | -15/+21 | |
| * | | | | | | | | | | objtool: Make sync-check consider the target architecture | Julien Thierry | 2020-09-10 | 1 | -0/+7 | |
| * | | | | | | | | | | objtool: Group headers to check in a single list | Julien Thierry | 2020-09-10 | 1 | -9/+14 | |
| * | | | | | | | | | | objtool: Define 'struct orc_entry' only when needed | Julien Thierry | 2020-09-02 | 3 | -0/+8 | |
| * | | | | | | | | | | objtool: Skip ORC entry creation for non-text sections | Julien Thierry | 2020-09-02 | 1 | -0/+3 | |
| * | | | | | | | | | | objtool: Move ORC logic out of check() | Julien Thierry | 2020-09-02 | 5 | -21/+32 | |
| * | | | | | | | | | | objtool: Move object file loading out of check() | Julien Thierry | 2020-09-02 | 6 | -35/+60 | |
* | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-10-14 | 6 | -22/+48 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | selftests/vm: 8x compaction_test speedup | John Hubbard | 2020-10-14 | 1 | -5/+6 | |
| * | | | | | | | | | | | tools/testing/selftests/vm/hmm-tests.c: use the new SKIP() macro | Ralph Campbell | 2020-10-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | selftests/vm: fix incorrect gcc invocation in some cases | John Hubbard | 2020-10-14 | 1 | -0/+12 | |
| * | | | | | | | | | | | selftests/vm: fix false build success on the second and later attempts | John Hubbard | 2020-10-14 | 1 | -0/+5 | |
| * | | | | | | | | | | | mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flag | Barry Song | 2020-10-14 | 1 | -7/+7 | |
| * | | | | | | | | | | | device-dax: add dis-contiguous resource support | Dan Williams | 2020-10-14 | 1 | -6/+14 | |
| * | | | | | | | | | | | mm/memremap_pages: convert to 'struct range' | Dan Williams | 2020-10-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | device-dax: make pgmap optional for instance creation | Dan Williams | 2020-10-14 | 1 | -4/+4 | |
* | | | | | | | | | | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-10-14 | 7 | -203/+318 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | selftests/clone3: Avoid OS-defined clone_args | Kees Cook | 2020-10-08 | 7 | -44/+41 | |
| * | | | | | | | | | | | selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit | Kees Cook | 2020-10-08 | 1 | -4/+21 | |
| * | | | | | | | | | | | selftests/seccomp: Allow syscall nr and ret value to be set separately | Kees Cook | 2020-10-08 | 1 | -12/+47 | |
| * | | | | | | | | | | | selftests/seccomp: Record syscall during ptrace entry | Kees Cook | 2020-10-08 | 1 | -13/+27 | |
| * | | | | | | | | | | | selftests/seccomp: powerpc: Fix seccomp return value testing | Kees Cook | 2020-09-19 | 1 | -0/+15 | |
| * | | | | | | | | | | | selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SET | Kees Cook | 2020-09-19 | 1 | -10/+23 | |
| * | | | | | | | | | | | selftests/seccomp: Avoid redundant register flushes | Kees Cook | 2020-09-19 | 1 | -2/+4 | |
| * | | | | | | | | | | | selftests/seccomp: Convert REGSET calls into ARCH_GETREG/ARCH_SETREG | Kees Cook | 2020-09-19 | 1 | -27/+15 | |
| * | | | | | | | | | | | selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREG | Kees Cook | 2020-09-19 | 1 | -12/+15 | |
| * | | | | | | | | | | | selftests/seccomp: Remove syscall setting #ifdefs | Kees Cook | 2020-09-19 | 1 | -13/+3 | |
| * | | | | | | | | | | | selftests/seccomp: mips: Remove O32-specific macro | Kees Cook | 2020-09-19 | 1 | -6/+12 | |
| * | | | | | | | | | | | selftests/seccomp: arm64: Define SYSCALL_NUM_SET macro | Kees Cook | 2020-09-19 | 1 | -14/+13 | |
| * | | | | | | | | | | | selftests/seccomp: arm: Define SYSCALL_NUM_SET macro | Kees Cook | 2020-09-19 | 1 | -10/+6 | |
| * | | | | | | | | | | | selftests/seccomp: mips: Define SYSCALL_NUM_SET macro | Kees Cook | 2020-09-19 | 1 | -8/+9 | |
| * | | | | | | | | | | | selftests/seccomp: Provide generic syscall setting macro | Kees Cook | 2020-09-19 | 1 | -2/+13 | |
| * | | | | | | | | | | | selftests/seccomp: Refactor arch register macros to avoid xtensa special case | Kees Cook | 2020-09-19 | 1 | -50/+47 | |
| * | | | | | | | | | | | selftests/seccomp: Use __NR_mknodat instead of __NR_mknod | Kees Cook | 2020-09-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | selftests/seccomp: Use bitwise instead of arithmetic operator for flags | Zou Wei | 2020-09-09 | 1 | -4/+4 | |
| * | | | | | | | | | | | selftests/seccomp: Add test for unknown SECCOMP_RET kill behavior | Kees Cook | 2020-09-09 | 1 | -6/+37 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-13 | 1 | -35/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | blk-iocost: update iocost_monitor.py | Tejun Heo | 2020-09-02 | 1 | -35/+19 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2020-10-13 | 6 | -147/+355 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | tools: gpio: add debounce support to gpio-event-mon | Kent Gibson | 2020-09-30 | 1 | -3/+17 | |
| * | | | | | | | | | | | tools: gpio: add multi-line monitoring to gpio-event-mon | Kent Gibson | 2020-09-30 | 1 | -11/+34 | |
| * | | | | | | | | | | | tools: gpio: port gpio-event-mon to v2 uAPI | Kent Gibson | 2020-09-30 | 1 | -44/+47 | |
| * | | | | | | | | | | | tools: gpio: port gpio-hammer to v2 uAPI | Kent Gibson | 2020-09-30 | 3 | -45/+197 | |
| * | | | | | | | | | | | tools: gpio: rename nlines to num_lines | Kent Gibson | 2020-09-30 | 3 | -26/+26 |