messages from 2021-01-15 00:27:24 to 2021-01-23 00:18:57 UTC [more...]
[PATCH] kunit: make kunit_tool accept optional path to .kunitconfig fragment
2021-01-23 0:17 UTC
[PATCH v2 bpf-next 0/4] libbpf: BTF dumper support for typed data
2021-01-22 20:05 UTC (12+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: add btf_has_size() and btf_int() inlines
` [PATCH v2 bpf-next 2/4] libbpf: make skip_mods_and_typedefs available internally in libbpf
` [PATCH v2 bpf-next 3/4] libbpf: BTF dumper support for typed data
` [PATCH v2 bpf-next 4/4] selftests/bpf: add dump type data tests to btf dump tests
[PATCH] mm: Optimizing error condition detection in do_mprotect_pkey()
2021-01-22 17:38 UTC (4+ messages)
[PATCH v27 00/12] Landlock LSM
2021-01-22 10:46 UTC (14+ messages)
` [PATCH v27 01/12] landlock: Add object management
` [PATCH v27 02/12] landlock: Add ruleset and domain management
` [PATCH v27 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v27 04/12] landlock: Add ptrace restrictions
` [PATCH v27 05/12] LSM: Infrastructure management of the superblock
` [PATCH v27 06/12] fs,security: Add sb_delete hook
` [PATCH v27 07/12] landlock: Support filesystem access-control
` [PATCH v27 08/12] landlock: Add syscall implementations
` [PATCH v27 09/12] arch: Wire up Landlock syscalls
` [PATCH v27 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v27 12/12] landlock: Add user and kernel documentation
[PATCH v7 00/14] prohibit pinning pages in ZONE_MOVABLE
2021-01-22 3:37 UTC (15+ messages)
` [PATCH v7 01/14] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH v7 02/14] mm/gup: check every subpage of a compound page during isolation
` [PATCH v7 03/14] mm/gup: return an error on migration failure
` [PATCH v7 04/14] mm/gup: check for isolation errors
` [PATCH v7 05/14] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [PATCH v7 06/14] mm: apply per-task gfp constraints in fast path
` [PATCH v7 07/14] mm: honor PF_MEMALLOC_PIN for all movable pages
` [PATCH v7 08/14] mm/gup: do not migrate zero page
` [PATCH v7 09/14] mm/gup: migrate pinned pages out of movable zone
` [PATCH v7 10/14] memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinning
` [PATCH v7 11/14] mm/gup: change index type to long as it counts pages
` [PATCH v7 12/14] mm/gup: longterm pin migration cleanup
` [PATCH v7 13/14] selftests/vm: test flag is broken
` [PATCH v7 14/14] selftests/vm: test faulting in kernel, and verify pinnable pages
[PATCH RFC v2] tools: Factor Clang, LLC and LLVM utils definitions
2021-01-22 0:32 UTC
[PATCH RFC] tools: Factor Clang, LLC and LLVM utils definitions
2021-01-22 0:25 UTC (7+ messages)
[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
2021-01-21 22:18 UTC (13+ messages)
` [PATCH v16 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v16 02/11] mmap: make mlock_future_check() global
` [PATCH v16 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v16 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v16 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v16 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v16 08/11] secretmem: add memcg accounting
` [PATCH v16 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v16 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v16 11/11] secretmem: test: add basic selftest for memfd_secret(2)
[PATCH v6 00/16] Fix several bad kernel-doc markups
2021-01-21 19:09 UTC (2+ messages)
[PATCH v3 0/7] selftests: gpio: rework and port to GPIO uAPI v2
2021-01-21 9:10 UTC (9+ messages)
` [PATCH v3 1/7] selftests: gpio: rework and simplify test implementation
` [PATCH v3 2/7] selftests: gpio: remove obsolete gpio-mockup-chardev.c
` [PATCH v3 3/7] selftests: remove obsolete build restriction for gpio
` [PATCH v3 4/7] selftests: remove obsolete gpio references from kselftest_deps.sh
` [PATCH v3 5/7] tools: gpio: remove uAPI v1 code no longer used by selftests
` [PATCH v3 6/7] selftests: gpio: port to GPIO uAPI v2
` [PATCH v3 7/7] selftests: gpio: add CONFIG_GPIO_CDEV to config
test-definitions: kselftest upgrade to v5.10
2021-01-21 6:28 UTC
[PATCH v15 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
2021-01-21 0:12 UTC (15+ messages)
` [PATCH v15 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v15 02/11] mmap: make mlock_future_check() global
` [PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v15 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v15 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v15 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v15 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v15 08/11] secretmem: add memcg accounting
` [PATCH v15 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v15 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v15 11/11] secretmem: test: add basic selftest for memfd_secret(2)
[PATCH] x86/sgx: Allows ioctl PROVISION to execute before CREATE
2021-01-20 22:37 UTC (6+ messages)
[PATCH] selftest/bpf: fix typo
2021-01-20 19:24 UTC
[PATCH v6 00/14] prohibit pinning pages in ZONE_MOVABLE
2021-01-20 14:28 UTC (21+ messages)
` [PATCH v6 01/14] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH v6 02/14] mm/gup: check every subpage of a compound page during isolation
` [PATCH v6 03/14] mm/gup: return an error on migration failure
` [PATCH v6 04/14] mm/gup: check for isolation errors
` [PATCH v6 05/14] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [PATCH v6 06/14] mm: apply per-task gfp constraints in fast path
` [PATCH v6 07/14] mm: honor PF_MEMALLOC_PIN for all movable pages
` [PATCH v6 08/14] mm/gup: do not migrate zero page
` [PATCH v6 09/14] mm/gup: migrate pinned pages out of movable zone
` [PATCH v6 10/14] memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinning
` [PATCH v6 11/14] mm/gup: change index type to long as it counts pages
` [PATCH v6 12/14] mm/gup: longterm pin migration cleaup
` [PATCH v6 13/14] selftests/vm: test flag is broken
` [PATCH v6 14/14] selftests/vm: test faulting in kernel, and verify pinnable pages
[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
2021-01-20 17:04 UTC (6+ messages)
` [PATCH v14 05/10] "
[PATCH] selftests/x86: Simplify the code of getting vdso base address in sgx
2021-01-20 14:34 UTC (2+ messages)
[PATCH] x86/sgx: Remove redundant if conditions in sgx_encl_create
2021-01-20 14:39 UTC (3+ messages)
[PATCH] x86/sgx: Fix free_cnt counting logic in epc section
2021-01-20 14:36 UTC (3+ messages)
[PATCH] arm64: mte: style: Simplify bool comparison
2021-01-20 13:01 UTC (2+ messages)
[PATCH net-next v2 0/2] Add nci suit and virtual nci device driver
2021-01-20 11:56 UTC (3+ messages)
` [PATCH net-next v2 1/2] nfc: Add a "
` [PATCH net-next v2 2/2] selftests: Add nci suite
[RFC v8 18/20] selftests/um: lkl: add test programs for library mode of UML
2021-01-20 2:27 UTC
[PATCH][next] selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"
2021-01-20 1:50 UTC (2+ messages)
[PATCH] KUnit: Docs: make start.rst example Kconfig follow style.rst
2021-01-19 23:52 UTC
[PATCH v5 00/14] prohibit pinning pages in ZONE_MOVABLE
2021-01-19 23:35 UTC (25+ messages)
` [PATCH v5 01/14] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH v5 02/14] mm/gup: check every subpage of a compound page during isolation
` [PATCH v5 03/14] mm/gup: return an error on migration failure
` [PATCH v5 04/14] mm/gup: check for isolation errors
` [PATCH v5 05/14] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [PATCH v5 06/14] mm: apply per-task gfp constraints in fast path
` [PATCH v5 07/14] mm: honor PF_MEMALLOC_PIN for all movable pages
` [PATCH v5 08/14] mm/gup: do not allow zero page for pinned pages
` [PATCH v5 09/14] mm/gup: migrate pinned pages out of movable zone
` [PATCH v5 10/14] memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinning
` [PATCH v5 11/14] mm/gup: change index type to long as it counts pages
` [PATCH v5 12/14] mm/gup: longterm pin migration cleaup
` [PATCH v5 13/14] selftests/vm: test flag is broken
` [PATCH v5 14/14] selftests/vm: test faulting in kernel, and verify pinnable pages
[PATCH v3] lib: add basic KUnit test for lib/math
2021-01-19 23:30 UTC
[PATCH v2] lib: add basic KUnit test for lib/math
2021-01-19 23:28 UTC (3+ messages)
[PATCH v2 0/7] selftests: gpio: rework and port to GPIO uAPI v2
2021-01-19 11:21 UTC (9+ messages)
` [PATCH v2 1/7] selftests: gpio: rework and simplify test implementation
[PATCH 0/6] KVM: selftests: Perf test cleanups and memslot modification test
2021-01-18 18:18 UTC (8+ messages)
` [PATCH 2/6] KVM: selftests: Avoid flooding debug log while populating memory
` [PATCH 4/6] KVM: selftests: Fix population stage in dirty_log_perf_test
` [PATCH 6/6] KVM: selftests: Add memslot modification stress test
[PATCH v3] selftests: drivers: fpga: A test for interrupt support
2021-01-17 16:18 UTC
[PATCH v2] selftests: drivers: fpga: A test for interrupt support
2021-01-17 16:12 UTC (3+ messages)
[PATCH v26 00/12] Landlock LSM
2021-01-16 17:16 UTC (8+ messages)
` [PATCH v26 07/12] landlock: Support filesystem access-control
[PATCH v4 4/4] selftest/x86/signal: Include test cases for validating sigaltstack
2021-01-15 21:10 UTC
[PATCH v4 00/10] prohibit pinning pages in ZONE_MOVABLE
2021-01-15 18:40 UTC (10+ messages)
` [PATCH v4 08/10] mm/gup: limit number of gup migration failures, honor failures
[RFC PATCH bpf-next 0/2] bpf, libbpf: share BTF data show functionality
2021-01-15 3:51 UTC (4+ messages)
` [RFC PATCH bpf-next 1/2] bpf: share BTF "show" implementation between kernel and libbpf
[PATCH v4 1/3] kunit: tool: surface and address more typing issues
2021-01-15 0:51 UTC (6+ messages)
` [PATCH v4 2/3] kunit: tool: fix minor typing issue with None status
` [PATCH v4 3/3] kunit: tool: move kunitconfig parsing into __init__, make it optional
[PATCH v3 1/3] kunit: tool: surface and address more typing issues
2021-01-15 0:32 UTC (2+ messages)
[PATCH] kunit: tool: Fix spelling of "diagnostic" in kunit_parser
2021-01-15 0:28 UTC (3+ messages)
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