messages from 2021-02-08 10:59:52 to 2021-02-16 16:27:37 UTC [more...]
[PATCH v17 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
2021-02-16 16:25 UTC (53+ messages)
` [PATCH v17 07/10] "
` [PATCH v17 08/10] PM: hibernate: disable when there are active secretmem users
[RFC PATCH 00/13] Add futex2 syscalls
2021-02-16 12:42 UTC (23+ messages)
` [RFC PATCH 01/13] futex2: Implement wait and wake functions
` [RFC PATCH 02/13] futex2: Add support for shared futexes
` [RFC PATCH 03/13] futex2: Implement vectorized wait
` [RFC PATCH 04/13] futex2: Implement requeue operation
` [RFC PATCH 05/13] futex2: Add compatibility entry point for x86_x32 ABI
` [RFC PATCH 06/13] docs: locking: futex2: Add documentation
` [RFC PATCH 07/13] selftests: futex2: Add wake/wait test
` [RFC PATCH 08/13] selftests: futex2: Add timeout test
` [RFC PATCH 09/13] selftests: futex2: Add wouldblock test
` [RFC PATCH 10/13] selftests: futex2: Add waitv test
` [RFC PATCH 11/13] selftests: futex2: Add requeue test
` [RFC PATCH 12/13] perf bench: Add futex2 benchmark tests
` [RFC PATCH 13/13] kernel: Enable waitpid() for futex2
[PATCH v5 0/3] Some optimizations related to sgx
2021-02-16 8:29 UTC (5+ messages)
` [PATCH v5 1/3] selftests/x86: Use getauxval() to simplify the code in sgx
` [PATCH v5 2/3] x86/sgx: Allows ioctl PROVISION to execute before CREATE
` [PATCH v5 3/3] x86/sgx: Remove redundant if conditions in sgx_encl_create
[PATCH v3 0/5] Some optimizations related to sgx
2021-02-16 3:30 UTC (6+ messages)
` [PATCH v3 3/5] x86/sgx: Optimize the free_cnt count in sgx_epc_section
[PATCH] selftests: kvm: add hardware_disable test
2021-02-15 16:43 UTC (2+ messages)
[PATCH v11 00/14] prohibit pinning pages in ZONE_MOVABLE
2021-02-15 16:13 UTC (15+ messages)
` [PATCH v11 01/14] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH v11 02/14] mm/gup: check every subpage of a compound page during isolation
` [PATCH v11 03/14] mm/gup: return an error on migration failure
` [PATCH v11 04/14] mm/gup: check for isolation errors
` [PATCH v11 05/14] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [PATCH v11 06/14] mm: apply per-task gfp constraints in fast path
` [PATCH v11 07/14] mm: honor PF_MEMALLOC_PIN for all movable pages
` [PATCH v11 08/14] mm/gup: do not migrate zero page
` [PATCH v11 09/14] mm/gup: migrate pinned pages out of movable zone
` [PATCH v11 10/14] memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinning
` [PATCH v11 11/14] mm/gup: change index type to long as it counts pages
` [PATCH v11 12/14] mm/gup: longterm pin migration cleanup
` [PATCH v11 13/14] selftests/vm: gup_test: fix test flag
` [PATCH v11 14/14] selftests/vm: gup_test: test faulting in kernel, and verify pinnable pages
[PATCH] testptp: Fix compile with musl libc
2021-02-15 11:24 UTC (4+ messages)
[PATCH v4 0/5] Some optimizations related to sgx
2021-02-12 12:20 UTC (17+ messages)
` [PATCH v4 1/5] selftests/x86: Use getauxval() to simplify the code in sgx
` [PATCH v4 2/5] x86/sgx: Reduce the locking range in sgx_sanitize_section()
` [PATCH v4 3/5] x86/sgx: Optimize the free_cnt count in sgx_epc_section
` [PATCH v4 4/5] x86/sgx: Allows ioctl PROVISION to execute before CREATE
` [PATCH v4 5/5] x86/sgx: Remove redundant if conditions in sgx_encl_create
[PATCH v3 0/2] kunit: fail tests on UBSAN errors
2021-02-11 21:33 UTC (10+ messages)
` [PATCH v3 1/2] kunit: support failure from dynamic analysis tools
` [PATCH v3 2/2] kunit: ubsan integration
[PATCH v10 00/14] prohibit pinning pages in ZONE_MOVABLE
2021-02-11 16:24 UTC (15+ messages)
` [PATCH v10 01/14] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH v10 02/14] mm/gup: check every subpage of a compound page during isolation
` [PATCH v10 03/14] mm/gup: return an error on migration failure
` [PATCH v10 04/14] mm/gup: check for isolation errors
` [PATCH v10 05/14] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [PATCH v10 06/14] mm: apply per-task gfp constraints in fast path
` [PATCH v10 07/14] mm: honor PF_MEMALLOC_PIN for all movable pages
` [PATCH v10 08/14] mm/gup: do not migrate zero page
` [PATCH v10 09/14] mm/gup: migrate pinned pages out of movable zone
` [PATCH v10 10/14] memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinning
` [PATCH v10 11/14] mm/gup: change index type to long as it counts pages
` [PATCH v10 12/14] mm/gup: longterm pin migration cleanup
` [PATCH v10 13/14] selftests/vm: gup_test: fix test flag
` [PATCH v10 14/14] selftests/vm: gup_test: test faulting in kernel, and verify pinnable pages
[PATCH v6 1/4] lib: vsprintf: scanf: Negative number must have field width > 1
2021-02-11 13:48 UTC (6+ messages)
` [PATCH v6 2/4] lib: vsprintf: Fix handling of number field widths in vsscanf
` [PATCH v6 3/4] lib: test_scanf: Add tests for sscanf number conversion
` [PATCH v6 4/4] selftests: lib: Add wrapper script for test_scanf
[PATCH v5 1/4] lib: vsprintf: scanf: Negative number must have field width > 1
2021-02-11 13:32 UTC (8+ messages)
` [PATCH v5 2/4] lib: vsprintf: Fix handling of number field widths in vsscanf
` [PATCH v5 3/4] lib: test_scanf: Add tests for sscanf number conversion
` [PATCH v5 4/4] selftests: lib: Add wrapper script for test_scanf
[PATCH] selftests/harness: pass variant to teardown
2021-02-10 20:57 UTC (4+ messages)
[PATCH bpf-next] selftests/bpf: Simplify the calculation of variables
2021-02-10 20:20 UTC (2+ messages)
[PATCH v28 00/12] Landlock LSM
2021-02-10 20:17 UTC (4+ messages)
` [PATCH v28 07/12] landlock: Support filesystem access-control
[PATCH bpf 0/4] Expose network namespace cookies to user space
2021-02-10 12:04 UTC (3+ messages)
` [PATCH bpf 3/4] tools/testing: add test for NS_GET_COOKIE
` [PATCH bpf 4/4] tools/testing: add a selftest for SO_NETNS_COOKIE
[RFC PATCH 0/2] Add a test for kvm page table code
2021-02-10 9:36 UTC (19+ messages)
` [RFC PATCH 1/2] KVM: selftests: Add a macro to get string of vm_mem_backing_src_type
` [RFC PATCH 2/2] KVM: selftests: Add a test for kvm page table code
[PATCH] selftests/vDSO: fix ABI selftest on riscv
2021-02-10 8:06 UTC (6+ messages)
[PATCH] selftests/seccomp: Accept any valid fd in user_notification_addfd
2021-02-10 0:35 UTC (4+ messages)
[PATCH v2 0/2] kunit: fail tests on UBSAN errors
2021-02-09 22:21 UTC (6+ messages)
` [PATCH v2 1/2] kunit: support failure from dynamic analysis tools
[PATCH] kunit: tool: Disable PAGE_POISONING under --alltests
2021-02-09 12:30 UTC (2+ messages)
Correct .gitignore in several places for kselftest outputs
2021-02-09 10:36 UTC (6+ messages)
` [PATCH] Correct leftover directories from make kselftest
` [PATCH] selftests/gpio: Adjust .gitignore to ignore tools-gpio build dir
[PATCH] selftests/bpf: Simplify the calculation of variables
2021-02-09 8:39 UTC
[PATCH] selftests/bpf: Simplify the calculation of variables
2021-02-09 5:20 UTC (2+ messages)
[PATCH] selftests: bpf: remove unneeded semicolon
2021-02-09 2:05 UTC (2+ messages)
[PATCH] selftests/timens: add futex binary to .gitignore
2021-02-09 0:26 UTC (2+ messages)
[PATCH] selftests/core: fix close_range_test build after XFAIL removal
2021-02-09 0:24 UTC (3+ messages)
[PATCH] selftests: breakpoints: Use correct error messages in breakpoint_test_arm64.c
2021-02-09 0:05 UTC (2+ messages)
[PATCH 1/5] kselftests: dmabuf-heaps: Fix Makefile's inclusion of the kernel's usr/include dir
2021-02-08 23:51 UTC (3+ messages)
[PATCH] selftests/x86/ldt_gdt: remove unneeded semicolon
2021-02-08 23:34 UTC (2+ messages)
[PATCH] selftests/ipc: remove unneeded semicolon
2021-02-08 23:33 UTC (2+ messages)
[PATCH] selftests: tc-testing: u32: Add tests covering sample option
2021-02-08 23:30 UTC (2+ messages)
[PATCH] selftests/net: so_txtime: remove unneeded semicolon
2021-02-08 23:00 UTC (2+ messages)
[PATCH] bpf/benchs/bench_ringbufs: remove unneeded semicolon
2021-02-08 21:50 UTC (2+ messages)
[PATCH v4 0/3] kunit: support running subsets of test suites from kunit.py
2021-02-08 18:53 UTC (2+ messages)
[PATCH v4 1/4] lib: vsprintf: scanf: Negative number must have field width > 1
2021-02-08 17:56 UTC (8+ messages)
` [PATCH v4 2/4] lib: vsprintf: Fix handling of number field widths in vsscanf
[PATCH 1/3] kunit: add kunit.filter_glob cmdline option to filter suites
2021-02-08 11:12 UTC (4+ messages)
[PATCH 1/2] KVM: selftests: Keep track of memslots more efficiently
2021-02-08 11:09 UTC (3+ messages)
` [PATCH 2/2] KVM: selftests: add a memslot-related performance benchmark
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox