linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-27 21:59:52 to 2020-01-15 22:10:38 UTC [more...]

[PATCH bpf-next v2 00/10] tools: Use consistent libbpf include paths everywhere
 2020-01-15 22:10 UTC  (22+ messages)
` [PATCH bpf-next v2 01/10] samples/bpf: Don't try to remove user's homedir on clean
` [PATCH bpf-next v2 02/10] tools/bpf/runqslower: Fix override option for VMLINUX_BTF
` [PATCH bpf-next v2 03/10] tools/runqslower: Use consistent include paths for libbpf
` [PATCH bpf-next v2 04/10] selftests: "
` [PATCH bpf-next v2 05/10] bpftool: "
` [PATCH bpf-next v2 06/10] perf: "
` [PATCH bpf-next v2 07/10] samples/bpf: "
` [PATCH bpf-next v2 08/10] libbpf: Fix include of bpf_helpers.h when libbpf is installed on system
` [PATCH bpf-next v2 09/10] selftests: Remove tools/lib/bpf from include path
` [PATCH bpf-next v2 10/10] tools/runqslower: "

[PATCH v6 0/6] mm/hmm/test: add self tests for HMM
 2020-01-15 22:09 UTC  (11+ messages)
` [PATCH v6 1/6] mm/mmu_notifier: add mmu_interval_notifier_insert_safe()
` [PATCH v6 2/6] mm/mmu_notifier: add mmu_interval_notifier_put()
` [PATCH v6 3/6] mm/notifier: add mmu_interval_notifier_update()
` [PATCH v6 4/6] mm/mmu_notifier: add mmu_interval_notifier_find()
` [PATCH v6 5/6] nouveau: use new mmu interval notifiers
` [PATCH v6 6/6] mm/hmm/test: add self tests for HMM

[PATCH v5 0/2] mm/hmm/test: add self tests for HMM
 2020-01-15 22:04 UTC  (8+ messages)
` [PATCH v5 1/2] mm/mmu_notifier: make interval notifier updates safe

[PATCH v9 00/13] selftests/resctrl: Add resctrl selftest
 2020-01-15 21:55 UTC 

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-15 21:34 UTC  (34+ messages)
` [PATCH v12 01/22] mm/gup: factor out duplicate code from four routines
` [PATCH v12 02/22] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v12 03/22] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v12 04/22] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v12 05/22] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v12 06/22] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v12 07/22] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v12 08/22] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v12 09/22] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v12 10/22] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v12 11/22] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v12 12/22] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v12 13/22] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v12 14/22] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v12 15/22] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v12 16/22] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v12 17/22] net/xdp: "
` [PATCH v12 18/22] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v12 19/22] vfio, mm: "
` [PATCH v12 20/22] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v12 21/22] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v12 22/22] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[BUGFIX PATCH] selftests: Fix pthread link option
 2020-01-15 19:25 UTC  (2+ messages)

[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-01-15  7:30 UTC  (8+ messages)
` [PATCH v15 14/23] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v15 23/23] selftests: vm: pkeys: Use the correct page size on powerpc

[PATCH] kselftest: Minimise dependency of get_size on C library interfaces
 2020-01-15  6:14 UTC  (2+ messages)

[PATCH v10 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-01-15  1:26 UTC  (8+ messages)
` [PATCH v10 2/8] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v10 3/8] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v10 4/8] hugetlb: disable region_add file_region coalescing
` [PATCH v10 5/8] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v10 6/8] hugetlb_cgroup: support noreserve mappings
` [PATCH v10 7/8] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v10 8/8] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH] software node: introduce CONFIG_KUNIT_DRIVER_PE_TEST
 2020-01-14 23:52 UTC  (6+ messages)

[PATCH v9 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-01-14 22:55 UTC  (17+ messages)
` [PATCH v9 2/8] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v9 3/8] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v9 6/8] hugetlb_cgroup: support noreserve mappings
` [PATCH v9 8/8] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH v5 00/19] x86/cpu: Clean up handling of VMX features
 2020-01-14 17:27 UTC  (10+ messages)
` [PATCH v5 17/19] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
          ` [PATCH] KVM: VMX: Rename define to CPU_BASED_USE_TSC_OFFSETTING

linux-next: Tree for Jan 13 (drivers/base/test/property-entry-test.o)
 2020-01-14 16:14 UTC  (4+ messages)

[PATCH v2 0/8] vdso: Complete the conversion to 32bit syscalls
 2020-01-14 11:15 UTC  (8+ messages)
` [PATCH v2 2/8] lib: vdso: Build 32 bit specific functions in the right context

[PATCH] [RFC] kunit: move binary assertion out of line
 2020-01-14  8:42 UTC  (4+ messages)

[PATCH 0/2] selftests/livepatch: Trivial cleanups
 2020-01-14  8:19 UTC  (7+ messages)
` [PATCH 1/2] selftests/livepatch: Replace set_dynamic_debug() with setup_config() in README
` [PATCH 2/2] selftests/livepatch: Remove unused local variable in set_ftrace_enabled()

[PATCH kunit] kunit: building kunit as a module breaks allmodconfig
 2020-01-14  2:18 UTC  (3+ messages)

[PATCH 0/3] riscv: add support for restartable sequence
 2020-01-13 18:47 UTC  (2+ messages)

Investment opportunity
 2020-01-12  5:00 UTC 

[PATCH v3] selftests/lkdtm: Add tests for LKDTM targets
 2020-01-10  5:02 UTC 

[PATCH v2] selftests/lkdtm: Add tests for LKDTM targets
 2020-01-09 23:19 UTC  (2+ messages)

What is the best way to compare an unsigned and a constant?
 2020-01-08 14:26 UTC  (6+ messages)
`  "
    `  "
        `  "

[PATCH v3 0/8] Create a userfaultfd demand paging test
 2020-01-08 14:07 UTC  (25+ messages)
` [PATCH v3 1/8] KVM: selftests: Create a "
` [PATCH v3 2/8] KVM: selftests: Add demand paging content to the "
` [PATCH v3 3/8] KVM: selftests: Add configurable demand paging delay
` [PATCH v3 4/8] KVM: selftests: Add memory size parameter to the demand paging test
` [PATCH v3 5/8] KVM: selftests: Pass args to vCPU instead of using globals
` [PATCH v3 6/8] KVM: selftests: Support multiple vCPUs in demand paging test
` [PATCH v3 8/8] KVM: selftests: Move large memslots above KVM internal memslots in _vm_create

[PATCH] selftests: Uninitialized variable in test_cgcore_proc_migration()
 2020-01-08 10:17 UTC  (2+ messages)

[RESEND PATCH v7 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2020-01-08  9:20 UTC  (9+ messages)
` [RESEND PATCH v7 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit
` [RESEND PATCH v7 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
` [RESEND PATCH v7 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
` [RESEND PATCH v7 linux-kselftest-test 4/6] kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds
` [RESEND PATCH v7 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
` [RESEND PATCH v7 linux-kselftest-test 6/6] kunit: update documentation to describe module-based build

[PATCH 2/7] arm64: Implement copy_thread_tls
 2020-01-07 19:30 UTC  (5+ messages)

[bug report] selftests/tls: add a test for fragmented messages
 2020-01-07 18:14 UTC  (2+ messages)

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2020-01-07  1:26 UTC  (13+ messages)

[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests
 2020-01-06 22:40 UTC  (2+ messages)

[PATCH v6 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
 2020-01-06 18:56 UTC  (4+ messages)

[PATCH v6 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2020-01-06 18:54 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 08/10] selftests: firmware: Fix it to do root uid check and skip
 2020-01-04  3:36 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 09/10] rseq/selftests: Turn off timeout setting

[PATCH AUTOSEL 4.19 4/5] selftests: firmware: Fix it to do root uid check and skip
 2020-01-04  3:36 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 5/5] rseq/selftests: Turn off timeout setting

[PATCH AUTOSEL 4.14 4/4] rseq/selftests: Turn off timeout setting
 2020-01-04  3:36 UTC 

[PATCH AUTOSEL 4.9 4/4] rseq/selftests: Turn off timeout setting
 2020-01-04  3:37 UTC 

[PATCH AUTOSEL 4.4 2/2] rseq/selftests: Turn off timeout setting
 2020-01-04  3:37 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).