LinuxLists
Users
About
John Hubbard (
[email protected]
)
Number of posts: 2277 (0.63 per day)
First post: 2014-06-30 03:29:10
Last post: 2024-06-15 02:51:47
Previous Page
/
Next Page
Date
List
Subject
2023-06-20 01:33:12
linux-kernel
[PATCH v2 04/11] selftests/mm: fix invocation of tests that are run via shell scripts
2023-06-20 01:31:52
linux-kernel
[PATCH v2 05/11] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
2023-06-20 01:30:49
linux-kernel
[PATCH] mm/memory_hotplug.c: don't fail hot unplug quite so eagerly
2023-06-20 01:29:58
linux-kernel
[PATCH v2 00/11] A minor flurry of selftest/mm fixes
2023-06-20 01:27:51
linux-kernel
[PATCH v2 07/11] selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h
2023-06-20 01:26:40
linux-kernel
[PATCH v2 02/11] selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c
2023-06-20 01:25:50
linux-kernel
[PATCH v2 09/11] selftests/mm: move psize(), pshift() into vm_utils.c
2023-06-20 01:23:56
linux-kernel
[PATCH v2 03/11] selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-tests.c
2023-06-20 01:23:03
linux-kernel
[PATCH v2 10/11] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c
2023-06-16 22:51:22
linux-kernel
Re: [PATCH] mm: Move mm_count into its own cache line
2023-06-16 22:42:37
linux-kernel
Re: [PATCH] mm: Move mm_count into its own cache line
2023-06-14 23:58:10
linux-kernel
Re: [PATCH] selftests: lib.mk: fix out-of-tree builds
2023-06-14 02:43:29
linux-kernel
Re: [PATCH] selftests: lib.mk: fix out-of-tree builds
2023-06-06 20:14:30
linux-kernel
Re: [PATCH v3 11/11] selftests: error out if kernel header files are not yet built
2023-06-06 07:42:52
linux-kernel
[PATCH v3 04/11] selftests/mm: fix invocation of tests that are run via shell scripts
2023-06-06 07:42:34
linux-kernel
[PATCH v3 07/11] selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h
2023-06-06 07:42:14
linux-kernel
[PATCH v3 03/11] selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-tests.c
2023-06-06 07:42:06
linux-kernel
[PATCH v3 09/11] selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.c
2023-06-06 07:41:41
linux-kernel
[PATCH v3 10/11] Documentation: kselftest: "make headers" is a prerequisite
2023-06-06 07:36:10
linux-kernel
[PATCH v3 06/11] selftests/mm: fix two -Wformat-security warnings in uffd builds
2023-06-06 07:33:10
linux-kernel
[PATCH v3 11/11] selftests: error out if kernel header files are not yet built
2023-06-06 07:29:10
linux-kernel
[PATCH v3 08/11] selftests/mm: fix build failures due to missing MADV_COLLAPSE
2023-06-06 07:28:59
linux-kernel
[PATCH v3 00/11] A minor flurry of selftest/mm fixes
2023-06-06 07:21:10
linux-kernel
[PATCH v3 05/11] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
2023-06-06 07:21:05
linux-kernel
[PATCH v3 01/11] selftests/mm: fix uffd-stress unused function warning
2023-06-06 07:19:56
linux-kernel
[PATCH v3 02/11] selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c
2023-06-06 06:41:58
linux-kernel
Re: [PATCH v1 2/3] selftests/mm: gup_longterm: new functional test for FOLL_LONGTERM
2023-06-05 20:11:48
linux-kernel
Re: [PATCH v2 03/11] selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-tests.c
2023-06-05 19:44:13
linux-kernel
Re: [PATCH v2 05/11] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
2023-06-05 19:44:06
linux-kernel
Re: [PATCH v2 10/11] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c
2023-06-05 19:43:09
linux-kernel
Re: [PATCH v2 10/11] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c
2023-06-05 18:56:04
linux-kernel
Re: [PATCH 04/12] selftests/mm: fix a char* assignment in mlock2-tests.c
2023-06-04 04:42:28
linux-kernel
Re: [PATCH v2 08/11] selftests/mm: fix uffd-unit-tests.c build failure due to missing MADV_COLLAPSE
2023-06-04 02:13:23
linux-kernel
[PATCH 0/1] selftests: error out if kernel header files are not yet built
2023-06-04 01:50:17
linux-kernel
[PATCH 1/1] selftests: error out if kernel header files are not yet built
2023-06-04 00:00:21
linux-kernel
Re: [PATCH 11/12] selftests/mm: fix missing UFFDIO_CONTINUE_MODE_WP and similar build failures
2023-06-03 02:30:36
linux-kernel
[PATCH v2 06/11] selftests/mm: fix two -Wformat-security warnings in uffd builds
2023-06-03 02:30:27
linux-kernel
[PATCH v2 03/11] selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-tests.c
2023-06-03 02:29:57
linux-kernel
[PATCH v2 00/11] A minor flurry of selftest/mm fixes
2023-06-03 02:29:30
linux-kernel
[PATCH v2 08/11] selftests/mm: fix uffd-unit-tests.c build failure due to missing MADV_COLLAPSE
2023-06-03 02:29:10
linux-kernel
[PATCH v2 02/11] selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c
2023-06-03 02:29:01
linux-kernel
[PATCH v2 09/11] selftests/mm: move psize(), pshift() into vm_utils.c
2023-06-03 02:28:00
linux-kernel
[PATCH v2 04/11] selftests/mm: fix invocation of tests that are run via shell scripts
2023-06-03 02:25:49
linux-kernel
[PATCH v2 05/11] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
2023-06-03 02:18:37
linux-kernel
[PATCH v2 07/11] selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h
2023-06-03 02:17:55
linux-kernel
[PATCH v2 01/11] selftests/mm: fix uffd-stress unused function warning
2023-06-03 02:17:31
linux-kernel
[PATCH v2 10/11] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c
2023-06-03 02:17:30
linux-kernel
[PATCH v2 11/11] Documentation: kselftest: "make headers" is a prerequisite
2023-06-03 02:07:06
linux-kernel
Re: [PATCH 10/12] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c
2023-06-03 00:59:23
linux-kernel
Re: [PATCH 10/12] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c
2023-06-02 22:58:57
linux-kernel
Re: [PATCH 10/12] selftests/mm: move uffd* routines from vm_util.c to uffd-common.c