linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-11 02:54:37 to 2019-12-17 21:50:32 UTC [more...]

[PATCH v5 0/2] mm/hmm/test: add self tests for HMM
 2019-12-17 21:50 UTC  (5+ messages)
` [PATCH v5 1/2] mm/mmu_notifier: make interval notifier updates safe
` [PATCH v5 2/2] mm/hmm/test: add self tests for HMM

[PATCH v2] selftests: livepatch: Fix it to do root uid check and skip
 2019-12-17 15:08 UTC  (4+ messages)

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

[PATCH v9 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-17 13:56 UTC  (31+ messages)
` [PATCH v9 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v9 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v9 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v9 05/25] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v9 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v9 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v9 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v9 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v9 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v9 12/25] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v9 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v9 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v9 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v9 16/25] net/xdp: "
` [PATCH v9 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v9 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v9 19/25] vfio, mm: "
` [PATCH v9 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v9 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v9 23/25] mm/gup: track FOLL_PIN pages
  ` [RFC PATCH] mm/gup: try_pin_compound_head() can be static
` [PATCH v9 24/25] mm/gup_benchmark: support pin_user_pages() and related calls

[PATCH] openat2: switch to __attribute__((packed)) for open_how
 2019-12-17 10:14 UTC  (8+ messages)

[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests
 2019-12-17  8:21 UTC  (13+ messages)
` [RFC v1 1/6] vmlinux.lds.h: add linker section for KUnit test suites
` [RFC v1 2/6] arch: um: "
` [RFC v1 3/6] kunit: test: create a single centralized executor for all tests
` [RFC v1 4/6] init: main: add KUnit to kernel init
` [RFC v1 5/6] kunit: test: add test plan to KUnit TAP format
` [RFC v1 6/6] kunit: Add 'kunit_shutdown' option

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

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-17  6:39 UTC  (3+ messages)
` [PATCH v18 11/13] "

[PATCH v3 0/8] Create a userfaultfd demand paging test
 2019-12-16 21:39 UTC  (9+ 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 7/8] KVM: selftests: Time guest demand paging
` [PATCH v3 8/8] KVM: selftests: Move large memslots above KVM internal memslots in _vm_create

[PATCH 0/9] Create a userfaultfd demand paging test
 2019-12-16 21:35 UTC  (10+ messages)
` [PATCH v2 1/8] KVM: selftests: Create a "
` [PATCH v2 2/8] KVM: selftests: Add demand paging content to the "
` [PATCH v2 3/8] KVM: selftests: Add configurable demand paging delay
` [PATCH v2 4/8] KVM: selftests: Add memory size parameter to the demand paging test
` [PATCH v2 5/8] KVM: selftests: Pass args to vCPU instead of using globals
` [PATCH v2 6/8] KVM: selftests: Support multiple vCPUs in demand paging test
` [PATCH v2 7/8] KVM: selftests: Time guest demand paging
` [PATCH v2 8/8] KVM: selftests: Add parameter to _vm_create for memslot 0 base paddr
` [PATCH v2 8/8] KVM: selftests: Move large memslots above KVM internal memslots in _vm_create

[GIT PULL] Kselftest fixes update for Linux 5.5-rc3
 2019-12-16 19:35 UTC  (2+ messages)

[PATCH 5.3 131/180] seccomp: avoid overflow in implicit constant conversion
 2019-12-16 17:49 UTC 

[PATCH 5.4 151/177] seccomp: avoid overflow in implicit constant conversion
 2019-12-16 17:50 UTC 

next-20191216 kselftest results
 2019-12-16 15:00 UTC 

[PATCH] selftests: livepatch: Fix it to do root uid check and skip
 2019-12-16  8:37 UTC  (4+ messages)

[PATCH] selftests: net: tls: remove recv_rcvbuf test
 2019-12-15  3:57 UTC  (3+ messages)

[PATCH] selftests: firmware: Fix it to do root uid check and skip
 2019-12-13  7:31 UTC  (2+ messages)

[PATCH v6 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-12-13  1:11 UTC  (2+ messages)

[PATCH v6 0/6] Fix nits in the kunit
 2019-12-12 21:44 UTC  (9+ messages)
` [PATCH v6 1/6] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH v6 2/6] kunit: Remove duplicated defconfig creation
` [PATCH v6 3/6] kunit: Create default config in '--build_dir'
` [PATCH v6 4/6] kunit: Place 'test.log' under the 'build_dir'
` [PATCH v6 5/6] kunit: Rename 'kunitconfig' to '.kunitconfig'
` [PATCH v6 6/6] kunit/kunit_tool_test: Test '--build_dir' option run

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-12 18:32 UTC  (21+ messages)
` [PATCH v4 10/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v4 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*

[PATCH v4 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
 2019-12-12 18:19 UTC  (6+ messages)

[PATCH v5 0/6] Fix nits in the kunit
 2019-12-12  2:12 UTC  (13+ messages)
` [PATCH v5 3/6] kunit: Create default config in '--build_dir'
` [PATCH v5 4/6] kunit: Place 'test.log' under the 'build_dir'
` [PATCH v5 6/6] kunit/kunit_tool_test: Test '--build_dir' option run

[PATCH 1/2] kselftest/runner: Print new line in print of timeout log
 2019-12-11 17:20 UTC  (6+ messages)
` [PATCH 2/2] kselftest: Support old perl versions

[PATCH] selftests: Fix dangling documentation references to kselftest_module.sh
 2019-12-11 17:17 UTC  (3+ messages)

Linux 5.5=rc1 kselftest rseq test build failure
 2019-12-11 15:45 UTC  (3+ messages)

next-20191210 kselftest results
 2019-12-11 12:00 UTC 

next-20191211 kselftest results
 2019-12-11  9:00 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).