messages from 2023-01-20 18:18:08 to 2023-01-25 08:54:09 UTC [more...]
[RFC PATCH v1 0/2] selftests/x86: sysret_rip update for FRED system
2023-01-25 8:53 UTC (37+ messages)
` [RFC PATCH v1 1/2] selftests/x86: sysret_rip: Handle syscall in a "
` [RFC PATCH v1 2/2] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
` [RFC PATCH v2 0/2] selftests/x86: sysret_rip update for FRED system
` [RFC PATCH v2 1/2] selftests/x86: sysret_rip: Handle syscall in a "
` [RFC PATCH v2 2/2] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
` [RFC PATCH v3 0/2] selftests/x86: sysret_rip update for FRED system
` [RFC PATCH v3 1/2] selftests/x86: sysret_rip: Handle syscall in a "
` [RFC PATCH v3 2/2] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
` [RFC PATCH v4 0/2] sysret_rip update for the Intel FRED architecture
` [RFC PATCH v4 1/2] selftests/x86: sysret_rip: Handle syscall in a FRED system
` [RFC PATCH v4 2/2] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
` [RFC PATCH v5 0/2] sysret_rip update for the Intel FRED architecture
` [RFC PATCH v5 1/2] selftests/x86: sysret_rip: Handle syscall in a FRED system
` [RFC PATCH v5 2/2] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
[PATCH] selftests/ftrace: Extend multiple_kprobes.tc to add multiple consecutive probes in a function
2023-01-25 7:09 UTC (7+ messages)
[PATCH] tools/testing/kunit/kunit.py extract handlers
2023-01-25 6:56 UTC (2+ messages)
[PATCH v1] kunit: fix bug in KUNIT_EXPECT_MEMEQ
2023-01-25 6:38 UTC (2+ messages)
[PATCH] selftests/bpf: fix vmtest static compilation error
2023-01-25 6:07 UTC (3+ messages)
selftests: memfd: run_hugetlbfs_test.sh - invalid opcode: 0000 [#1] PREEMPT SMP
2023-01-25 0:34 UTC (2+ messages)
[PATCH] selftests/ftrace: Fix bash specific "==" operator
2023-01-25 0:16 UTC (2+ messages)
[PATCH v6] tracing/probe: add a char type to show the character value of traced arguments
2023-01-24 22:38 UTC (2+ messages)
[PATCH v5 0/3] Checkpoint Support for Syscall User Dispatch
2023-01-24 21:39 UTC (14+ messages)
` [PATCH v5 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration
[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
2023-01-24 19:49 UTC (15+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v7 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
[RESEND RFC PATCH v1 00/20] mm: process/cgroup ksm support
2023-01-24 18:01 UTC (27+ messages)
` [RESEND RFC PATCH v1 01/20] mm: add new flag to enable ksm per process
` [RESEND RFC PATCH v1 02/20] mm: add flag to __ksm_enter
` [RESEND RFC PATCH v1 03/20] mm: add flag to __ksm_exit call
` [RESEND RFC PATCH v1 04/20] mm: invoke madvise for all vmas in scan_get_next_rmap_item
` [RESEND RFC PATCH v1 05/20] mm: support disabling of ksm for a process
` [RESEND RFC PATCH v1 06/20] mm: add new prctl option to get and set "
` [RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm
` [RESEND RFC PATCH v1 08/20] mm: split off pages_volatile function
` [RESEND RFC PATCH v1 09/20] mm: expose general_profit metric
` [RESEND RFC PATCH v1 10/20] docs: document general_profit sysfs knob
` [RESEND RFC PATCH v1 11/20] mm: calculate ksm process profit metric
` [RESEND RFC PATCH v1 12/20] mm: add ksm_merge_type() function
` [RESEND RFC PATCH v1 13/20] mm: expose ksm process profit metric in ksm_stat
` [RESEND RFC PATCH v1 14/20] mm: expose ksm merge type "
` [RESEND RFC PATCH v1 15/20] docs: document new procfs ksm knobs
` [RESEND RFC PATCH v1 16/20] tools: add new prctl flags to prctl in tools dir
` [RESEND RFC PATCH v1 17/20] selftests/vm: add KSM prctl merge test
` [RESEND RFC PATCH v1 18/20] selftests/vm: add KSM get merge type test
` [RESEND RFC PATCH v1 19/20] selftests/vm: add KSM fork test
` [RESEND RFC PATCH v1 20/20] selftests/vm: add two functions for debugging merge outcome
[PATCH v5 0/5] Some improvements of resctrl selftest
2023-01-24 17:19 UTC (7+ messages)
` [PATCH v5 4/5] selftests/resctrl: Cleanup properly when an error occurs in CAT test
[RFC PATCH 01/19] mm: Introduce vm_account
2023-01-24 14:32 UTC (4+ messages)
` [RFC PATCH 19/19] selftests/vm: Add pins-cgroup selftest for mlock/mmap
[PATCH AUTOSEL 6.1 12/35] kselftest: Fix error message for unconfigured LLVM builds
2023-01-24 13:41 UTC
[PATCH v8 0/4] Implement IOCTL to get and/or the clear info about PTEs
2023-01-24 11:15 UTC (10+ messages)
` [PATCH v8 1/4] userfaultfd: Add UFFD WP Async support
` [PATCH v8 2/4] userfaultfd: split mwriteprotect_range()
` [PATCH v8 3/4] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
` [PATCH v8 4/4] selftests: vm: add pagemap ioctl tests
kselftest/next kselftest-seccomp: 5 runs, 5 regressions (v6.2-rc5)
2023-01-24 8:44 UTC
kselftest/next kselftest-lkdtm: 5 runs, 5 regressions (v6.2-rc5)
2023-01-24 8:44 UTC
kselftest/next kselftest-livepatch: 3 runs, 3 regressions (v6.2-rc5)
2023-01-24 8:44 UTC
kselftest/next kselftest-lib: 6 runs, 5 regressions (v6.2-rc5)
2023-01-24 8:44 UTC
kselftest/next kselftest-cpufreq: 4 runs, 2 regressions (v6.2-rc5)
2023-01-24 8:44 UTC
[RFC PATCH v2] kunit: Add "hooks" to call into KUnit when it's built as a module
2023-01-24 8:03 UTC
kselftest/next build: 7 builds: 0 failed, 7 passed, 2 warnings (v6.2-rc5)
2023-01-24 7:45 UTC
[RFC PATCH v3 00/31] TDX KVM selftests
2023-01-24 1:21 UTC (38+ messages)
` [RFC PATCH v3 01/31] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v3 02/31] KVM: selftests: Add support for creating non-default type VMs
` [RFC PATCH v3 03/31] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [RFC PATCH v3 04/31] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [RFC PATCH v3 05/31] KVM: selftests: Refactor steps in vCPU descriptor table initialization
` [RFC PATCH v3 06/31] KVM: selftests: Add helper functions to create TDX VMs
` [RFC PATCH v3 07/31] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [RFC PATCH v3 08/31] KVM: selftests: Require GCC to realign stacks on function entry
` [RFC PATCH v3 09/31] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v3 10/31] KVM: selftests: TDX: Add report_fatal_error test
` [RFC PATCH v3 11/31] KVM: selftests: TDX: Adding test case for TDX port IO
` [RFC PATCH v3 12/31] KVM: selftests: TDX: Add basic TDX CPUID test
` [RFC PATCH v3 13/31] KVM: selftests: TDX: Add basic get_td_vmcall_info test
` [RFC PATCH v3 14/31] KVM: selftests: TDX: Add TDX IO writes test
` [RFC PATCH v3 15/31] KVM: selftests: TDX: Add TDX IO reads test
` [RFC PATCH v3 16/31] KVM: selftests: TDX: Add TDX MSR read/write tests
` [RFC PATCH v3 17/31] KVM: selftests: TDX: Add TDX HLT exit test
` [RFC PATCH v3 18/31] KVM: selftests: TDX: Add TDX MMIO reads test
` [RFC PATCH v3 19/31] KVM: selftests: TDX: Add TDX MMIO writes test
` [RFC PATCH v3 20/31] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test
` [RFC PATCH v3 21/31] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [RFC PATCH v3 22/31] KVM: selftests: TDX: Add TDG.VP.INFO test
` [RFC PATCH v3 23/31] KVM: selftests: Add functions to allow mapping as shared
` [RFC PATCH v3 24/31] KVM: selftests: TDX: Add shared memory test
` [RFC PATCH v3 25/31] KVM: selftests: Add support for restricted memory
` [RFC PATCH v3 26/31] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by restricted memfd
` [RFC PATCH v3 27/31] KVM: selftests: Expose _vm_vaddr_alloc
` [RFC PATCH v3 28/31] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT
` [RFC PATCH v3 29/31] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET
` [RFC PATCH v3 30/31] KVM: selftests: TDX: Add TDX UPM selftest
` [RFC PATCH v3 31/31] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion
[PATCH 0/2] selftests/nolibc: small simplification of test development phase
2023-01-23 19:25 UTC (21+ messages)
` [PATCH 1/2] selftests/nolibc: support "x86_64" for arch name
` [PATCH 2/2] selftests/nolibc: add a "run-user" target to test the program in user land
[PATCH] selftests: iommu: Fix test_cmd_destroy_access() call in user_copy
2023-01-23 18:28 UTC (2+ messages)
[RESEND RFC PATCH v1 07/20] mm: add tracepoints to ksm
2023-01-23 15:45 UTC
Prezentacja
2023-01-23 8:42 UTC
[PATCH v13 3/3] tools/testing - seccomp test fixes for m68k
2023-01-22 16:40 UTC
[PATCH RFC 0/3] vsock: add support for sockmap
2023-01-21 19:22 UTC (4+ messages)
` [PATCH RFC 1/3] vsock: support sockmap
[PATCH v2] selftests: amd-pstate: Don't delete source files via Makefile
2023-01-21 16:58 UTC (2+ messages)
[PATCH v4 0/3] Checkpoint Support for Syscall User Dispatch
2023-01-21 13:04 UTC (7+ messages)
` [PATCH v4 1/3] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension
` [PATCH v4 2/3] fs/proc/array: Add Syscall User Dispatch to proc status
` [PATCH v4 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration
[PATCH v3 0/3] Checkpoint Support for Syscall User Dispatch
2023-01-21 3:27 UTC (4+ messages)
` [PATCH v3 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration
[GIT PULL] Kselftest fixes update for Linux 6.2-rc5
2023-01-20 20:06 UTC (2+ messages)
[PATCH 1/2] kselftest/arm64: Remove the local NUM_VL definition
2023-01-20 18:17 UTC (2+ 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