messages from 2023-08-07 19:46:31 to 2023-08-09 15:55:05 UTC [more...]
[PATCH v3 0/7] kunit: Add dynamically-extending log
2023-08-09 15:54 UTC (7+ messages)
` [PATCH v3 1/7] kunit: Replace fixed-size log with dynamically-extending buffer
` [PATCH v3 2/7] kunit: kunit-test: Add test cases for extending log buffer
` [PATCH v3 3/7] kunit: Handle logging of lines longer than the fragment buffer size
` [PATCH v3 4/7] kunit: kunit-test: Test logging a line that exactly fills a fragment
` [PATCH v3 5/7] kunit: kunit-test: Add test cases for logging very long lines
` [PATCH v3 6/7] kunit: kunit-test: Add test of logging only a newline
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-09 15:34 UTC (39+ messages)
` [PATCH v4 01/36] prctl: arch-agnostic prctl for shadow stack
` [PATCH v4 02/36] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v4 03/36] arm64/gcs: Document the ABI "
` [PATCH v4 04/36] arm64/sysreg: Add new system registers for GCS
` [PATCH v4 05/36] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v4 06/36] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v4 07/36] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v4 08/36] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v4 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v4 10/36] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v4 11/36] arm64/mm: Map pages for guarded control stack
` [PATCH v4 12/36] KVM: arm64: Manage GCS registers for guests
` [PATCH v4 13/36] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v4 14/36] arm64/idreg: Add overrride for GCS
` [PATCH v4 15/36] arm64/hwcap: Add hwcap "
` [PATCH v4 16/36] arm64/traps: Handle GCS exceptions
` [PATCH v4 17/36] arm64/mm: Handle GCS data aborts
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v4 20/36] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
` [PATCH v4 22/36] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v4 23/36] arm64/signal: Expose GCS state in signal frames
` [PATCH v4 24/36] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v4 25/36] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v4 26/36] kselftest/arm64: Verify the GCS hwcap
` [PATCH v4 27/36] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v4 28/36] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v4 29/36] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v4 30/36] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v4 31/36] kselftest/arm64: Add very basic GCS test program
` [PATCH v4 32/36] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v4 33/36] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v4 34/36] selftests/arm64: Add GCS signal tests
` [PATCH v4 35/36] kselftest/arm64: Add a GCS stress test
` [PATCH v4 36/36] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH v2 0/6] kunit: Add dynamically-extending log
2023-08-09 14:37 UTC (13+ messages)
` [PATCH v2 1/6] kunit: Replace fixed-size log with dynamically-extending buffer
` [PATCH v2 2/6] kunit: kunit-test: Add test cases for extending log buffer
` [PATCH v2 3/6] kunit: Handle logging of lines longer than the fragment buffer size
` [PATCH v2 4/6] kunit: kunit-test: Add test cases for logging very long lines
` [PATCH v2 5/6] kunit: kunit-test: Add test of logging only a newline
` [PATCH v2 6/6] kunit: Don't waste first attempt to format string in kunit_log_append()
[PATCH net-next v3 0/6] tls: implement key updates for TLS1.3
2023-08-09 12:58 UTC (7+ messages)
` [PATCH net-next v3 1/6] tls: remove tls_context argument from tls_set_sw_offload
` [PATCH net-next v3 2/6] tls: block decryption when a rekey is pending
` [PATCH net-next v3 3/6] tls: implement rekey for TLS1.3
` [PATCH net-next v3 4/6] docs: tls: document TLS1.3 key updates
` [PATCH net-next v3 5/6] selftests: tls: add key_generation argument to tls_crypto_info_init
` [PATCH net-next v3 6/6] selftests: tls: add rekey tests
[PATCH v6 00/13] RISCV: Add KVM_GET_REG_LIST API
2023-08-09 12:21 UTC (7+ messages)
[PATCH 5.4 134/154] test_firmware: prevent race conditions by a correct implementation of locking
2023-08-09 10:42 UTC
[PATCH 0/2] x86/BPF: Add new BPF helper call bpf_rdtsc
2023-08-09 11:31 UTC (10+ messages)
` [PATCH 1/2] x86/tsc: "
[PATCH 4.19 312/323] test_firmware: fix a memory leak with reqs buffer
2023-08-09 10:42 UTC
[PATCH 4.14 203/204] test_firmware: fix a memory leak with reqs buffer
2023-08-09 10:42 UTC
[PATCH v6 0/4] iommufd: Add iommu hardware info reporting
2023-08-09 10:16 UTC (6+ messages)
` [PATCH v6 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v6 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v6 3/4] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v6 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
[PATCH v4 00/12] Add Intel VT-d nested translation
2023-08-09 9:30 UTC (11+ messages)
` [PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
[PATCH bpf-next v11 0/5] bpf: Force to MPTCP
2023-08-09 8:19 UTC (6+ messages)
` [PATCH bpf-next v11 2/5] selftests/bpf: Use random netns name for mptcp
[PATCH 0/2] v2: F_OFD_GETLK extension to read lock info
2023-08-09 7:56 UTC (6+ messages)
` [PATCH 2/2] selftests: add OFD lock tests
[PATCH v9 0/4] RISC-V: mm: Make SV48 the default address space
2023-08-09 7:42 UTC (6+ messages)
` [PATCH v9 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v9 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v9 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v9 4/4] RISC-V: mm: Document mmap changes
[PATCH] selftests/mm: FOLL_LONGTERM need to be updated to 0x100
2023-08-09 7:40 UTC (3+ messages)
[PATCH v28 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-08-09 6:16 UTC (7+ messages)
` [PATCH v28 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v28 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v28 3/6] fs/proc/task_mmu: Add fast paths to get/clear PAGE_IS_WRITTEN flag
` [PATCH v28 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v28 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v28 6/6] selftests: mm: add pagemap ioctl tests
[PATCH v27 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-08-09 4:31 UTC (11+ messages)
` [PATCH v27 1/6] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v27 2/6] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v27 3/6] fs/proc/task_mmu: Add fast paths to get/clear PAGE_IS_WRITTEN flag
` [PATCH v27 4/6] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v27 5/6] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v27 6/6] selftests: mm: add pagemap ioctl tests
kselftest/next kselftest-seccomp: 2 runs, 1 regressions (v6.5-rc3-26-g2b2fe6052dd01)
2023-08-09 3:22 UTC
kselftest/next build: 6 builds: 0 failed, 6 passed, 1 warning (v6.5-rc3-26-g2b2fe6052dd01)
2023-08-09 2:24 UTC
[PATCH v2 1/2] selftests: mm: ksm: Fix incorrect evaluation of parameter
2023-08-08 17:31 UTC (2+ messages)
[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-08 20:42 UTC (11+ messages)
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()
[PATCH 1/5] kselftest/arm64: add float-point feature to hwcap test
2023-08-08 12:57 UTC (10+ messages)
` [PATCH 2/5] kselftest/arm64: add crc32 "
` [PATCH 3/5] kselftest/arm64: add DEF_SIGHANDLER_FUNC() and DEF_INST_RAISE_SIG() helpers
` [PATCH 4/5] kselftest/arm64: add test item that support to capturing the SIGBUS signal
` [PATCH 5/5] kselftest/arm64: add lse and lse2 features to hwcap test
` [PATCH 0/5] kselftest/arm64: add features check "
[PATCH 0/4] RSEQ selftests updates
2023-08-08 20:44 UTC (5+ messages)
[PATCH v3 4.14 1/1] test_firmware: fix the memory leaks with the reqs buffer
2023-08-08 19:26 UTC (7+ messages)
[PATCH bpf-next v6 0/8] Add SO_REUSEPORT support for TC bpf_sk_assign
2023-08-08 16:35 UTC (4+ messages)
` [PATCH bpf-next v6 7/8] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
[PATCH v5] tools/nolibc: fix up size inflate regression
2023-08-08 18:49 UTC (2+ messages)
[PATCH v5 0/3] kunit: Expose some built-in features to modules
2023-08-08 7:47 UTC (8+ messages)
` [PATCH v5 1/3] kunit: Report the count of test suites in a module
` [PATCH v5 2/3] kunit: Make 'list' action available to kunit test modules
` [PATCH v5 3/3] kunit: Allow kunit test modules to use test filtering
[PATCH v2 0/5] kselftest/arm64: add features check to hwcap test
2023-08-08 13:52 UTC (7+ messages)
` [PATCH v2 1/5] kselftest/arm64: add float-point feature "
` [PATCH v2 2/5] kselftest/arm64: add crc32 "
` [PATCH v2 3/5] kselftest/arm64: add DEF_SIGHANDLER_FUNC() and DEF_INST_RAISE_SIG() helpers
` [PATCH v2 4/5] kselftest/arm64: add test item that support to capturing the SIGBUS signal
` [PATCH v2 5/5] kselftest/arm64: add lse and lse2 features to hwcap test
[PATCH v2 0/7] Split a folio to any lower order folios
2023-08-08 14:45 UTC (4+ messages)
` [PATCH v2 5/7] mm: thp: split huge page to any lower order pages
[PATCH V1 0/6] AMD Pstate Preferred Core
2023-08-08 15:43 UTC (14+ messages)
` [PATCH V1 1/6] ACPI: CPPC: Add get the highest performance cppc control
` [PATCH V1 2/6] cpufreq: amd-pstate: Enable AMD Pstate Preferred Core Supporting
` [PATCH V1 3/6] cpufreq: Add a notification message that the highest perf has changed
` [PATCH V1 4/6] cpufreq: amd-pstate: Update AMD Pstate Preferred Core ranking dynamically
` [PATCH V1 5/6] Documentation: amd-pstate: introduce AMD Pstate Preferred Core
` [PATCH V1 6/6] Documentation: introduce AMD Pstate Preferrd Core mode kernel command line options
[PATCH v5 0/4] iommufd: Add iommu hardware info reporting
2023-08-08 15:36 UTC (7+ messages)
` [PATCH v5 3/4] iommufd: Add IOMMU_GET_HW_INFO
selftests: net/af_unix test_unix_oob [FAILED]
2023-08-08 8:53 UTC (4+ messages)
[PATCH 0/7] selftests/resctrl: Rework benchmark command handling
2023-08-08 9:16 UTC (8+ messages)
` [PATCH 1/7] selftests/resctrl: Ensure the benchmark commands fits to its array
` [PATCH 2/7] selftests/resctrl: Correct benchmark command help
` [PATCH 3/7] selftests/resctrl: Remove bw_report and bm_type from main()
` [PATCH 4/7] selftests/resctrl: Simplify span lifetime
` [PATCH 5/7] selftests/resctrl: Use pointers to build benchmark cmd and make it const
` [PATCH 6/7] selftests/resctrl: remove ben_count variable
` [PATCH 7/7] selftests/resctrl: Cleanup benchmark argument parsing
[net-next 0/2] seg6: add NEXT-C-SID support for SRv6 End.X behavior
2023-08-08 13:52 UTC (6+ messages)
` [net-next 1/2] "
[RFC PATCH 00/11] New KVM ioctl to link a gmem inode to a new gmem file
2023-08-07 23:01 UTC (12+ messages)
` [RFC PATCH 01/11] KVM: guest_mem: Refactor out kvm_gmem_alloc_file()
` [RFC PATCH 02/11] KVM: guest_mem: Add ioctl KVM_LINK_GUEST_MEMFD
` [RFC PATCH 03/11] KVM: selftests: Add tests for KVM_LINK_GUEST_MEMFD ioctl
` [RFC PATCH 04/11] KVM: selftests: Test transferring private memory to another VM
` [RFC PATCH 05/11] KVM: x86: Refactor sev's flag migration_in_progress to kvm struct
` [RFC PATCH 06/11] KVM: x86: Refactor common code out of sev.c
` [RFC PATCH 07/11] KVM: x86: Refactor common migration preparation code out of sev_vm_move_enc_context_from
` [RFC PATCH 08/11] KVM: x86: Let moving encryption context be configurable
` [RFC PATCH 09/11] KVM: x86: Handle moving of memory context for intra-host migration
` [RFC PATCH 10/11] KVM: selftests: Generalize migration functions from sev_migrate_tests.c
` [RFC PATCH 11/11] KVM: selftests: Add tests for migration of private mem
[PATCH v8 0/4] RISC-V: mm: Make SV48 the default address space
2023-08-07 21:12 UTC (4+ messages)
` [PATCH v8 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
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