| Commit message (Expand) | Author | Age | Files | Lines |
* | selftests/x86/entry_from_vm86: Add test cases for POPF | Andy Lutomirski | 2018-03-21 | 1 | -3/+27 |
* | selftests/x86/entry_from_vm86: Exit with 1 if we fail | Andy Lutomirski | 2018-03-21 | 1 | -1/+1 |
* | rcutorture/configinit: Fix build directory error message | SeongJae Park | 2018-03-19 | 1 | -1/+1 |
* | test_firmware: fix setting old custom fw path back on exit | Luis R. Rodriguez | 2018-03-19 | 1 | -1/+4 |
* | bpf: allow xadd only on aligned memory | Daniel Borkmann | 2018-03-11 | 1 | -0/+58 |
* | bpf, arm64: fix out of bounds access in tail call | Daniel Borkmann | 2018-03-11 | 1 | -0/+26 |
* | selftests/x86/mpx: Fix incorrect bounds with old _sigfault | Rui Wang | 2018-02-22 | 1 | -2/+30 |
* | selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems | Dominik Brodowski | 2018-02-22 | 1 | -7/+13 |
* | selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c | Dominik Brodowski | 2018-02-22 | 2 | -1/+6 |
* | selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c | Dominik Brodowski | 2018-02-22 | 1 | -0/+4 |
* | selftests/x86: Fix build bug caused by the 5lvl test which has been moved to ... | Dominik Brodowski | 2018-02-22 | 1 | -1/+1 |
* | selftests/x86/pkeys: Remove unused functions | Ingo Molnar | 2018-02-22 | 1 | -28/+0 |
* | selftests/x86: Clean up and document sscanf() usage | Dominik Brodowski | 2018-02-22 | 2 | -6/+16 |
* | selftests/x86: Fix vDSO selftest segfault for vsyscall=none | Dominik Brodowski | 2018-02-22 | 1 | -7/+43 |
* | kselftest: fix OOM in memory compaction test | Arnd Bergmann | 2018-02-22 | 1 | -0/+2 |
* | selftests: seccomp: fix compile error seccomp_bpf | Anders Roxell | 2018-02-22 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-01-18 | 1 | -3/+149 |
|\ |
|
| * | bpf: mark dst unknown on inconsistent {s, u}bounds adjustments | Daniel Borkmann | 2018-01-17 | 1 | -1/+122 |
| * | bpf: reject stores into ctx via st and xadd | Daniel Borkmann | 2018-01-16 | 1 | -2/+27 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-01-16 | 1 | -0/+40 |
|\| |
|
| * | bpf: arsh is not supported in 32 bit alu thus reject it | Daniel Borkmann | 2018-01-10 | 1 | -0/+40 |
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-01-14 | 2 | -1/+501 |
|\ \
| |/
|/| |
|
| * | selftests/x86: Add test_vsyscall | Andy Lutomirski | 2018-01-13 | 2 | -1/+501 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-01-10 | 1 | -21/+1 |
|\ \ |
|
| * | | selftests/bpf: fix test_align | Alexei Starovoitov | 2018-01-07 | 1 | -21/+1 |
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-12-29 | 1 | -2/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | x86/ldt: Make the LDT mapping RO | Thomas Gleixner | 2017-12-23 | 1 | -2/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-12-28 | 1 | -1/+1 |
|\ \ |
|
| * | | selftests/bpf: fix Makefile for passing LLC to the command line | Quentin Monnet | 2017-12-22 | 1 | -1/+1 |
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-12-23 | 1 | -6/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | x86/ldt: Prevent LDT inheritance on exec | Thomas Gleixner | 2017-12-22 | 1 | -6/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2017-12-20 | 3 | -48/+567 |
|\ \ |
|
| * | | bpf: do not allow root to mangle valid pointers | Alexei Starovoitov | 2017-12-21 | 1 | -27/+29 |
| * | | selftests/bpf: add tests for recent bugfixes | Jann Horn | 2017-12-21 | 1 | -16/+533 |
| * | | bpf: Fix tools and testing build. | David Miller | 2017-12-20 | 2 | -5/+5 |
* | | | selftests: net: Adding config fragment CONFIG_NUMA=y | Naresh Kamboju | 2017-12-20 | 1 | -0/+1 |
|/ / |
|
* | | bpf: add test case for ld_abs and helper changing pkt data | Daniel Borkmann | 2017-12-15 | 1 | -0/+24 |
* | | bpf: fix broken BPF selftest build | Daniel Borkmann | 2017-12-12 | 1 | -12/+1 |
* | | selftests/bpf: sync kernel headers and introduce arch support in Makefile | Hendrik Brueckner | 2017-12-05 | 1 | -1/+13 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2017-12-03 | 1 | -0/+7 |
|\ \ |
|
| * | | tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_verifier_log | Yonghong Song | 2017-11-30 | 1 | -0/+7 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-11-26 | 5 | -9/+189 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86/pkeys/selftests: Fix protection keys write() warning | Dave Hansen | 2017-11-21 | 1 | -1/+4 |
| * | | x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey' | Dave Hansen | 2017-11-21 | 1 | -5/+5 |
| * | | x86/mpx/selftests: Fix up weird arrays | Dave Hansen | 2017-11-21 | 1 | -2/+2 |
| * | | x86/selftests: Add test for mapping placement for 5-level paging | Kirill A. Shutemov | 2017-11-16 | 2 | -1/+178 |
* | | | bpf: introduce ARG_PTR_TO_MEM_OR_NULL | Gianluca Borello | 2017-11-22 | 1 | -7/+106 |
* | | | bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier | Yonghong Song | 2017-11-21 | 1 | -23/+16 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-17 | 2 | -0/+92 |
|\ \ \ |
|
| * | | | mm: add infrastructure for get_user_pages_fast() benchmarking | Kirill A. Shutemov | 2017-11-17 | 2 | -0/+92 |