All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-03 00:21:58 to 2022-06-03 01:21:15 UTC [more...]

[PATCH 0/6] Add support for UFS controller found in FSD SoC
 2022-06-03  1:20 UTC  (5+ messages)
  ` [PATCH 1/6] dt-bindings: phy: Add FSD UFS PHY bindings

[PATCH v2 0/3] dt-bindings: Arm CoreSight binding schema conversions
 2022-06-03  1:19 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: arm: Rename Coresight filenames to match compatible
` [PATCH v2 2/3] dt-bindings: arm: Convert CoreSight bindings to DT schema
` [PATCH v2 3/3] dt-bindings: arm: Convert CoreSight CPU debug "

[PATCH v2 0/6] usage API: add and use a bug() + BUG_if_bug()
 2022-06-03  1:19 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] common-main.o: move non-trace2 exit() behavior out of trace2.c

[PATCH v3 0/1] dt-bindings: Add device-perms property description
 2022-06-03  1:19 UTC  (3+ messages)

[PATCH v3 0/3] x86/sgx: fine grained SGX MCA behavior
 2022-06-03  1:15 UTC  (3+ messages)

[powerpc:fixes-test] BUILD SUCCESS 3e8635fb2e072672cbc650989ffedf8300ad67fb
 2022-06-03  1:11 UTC 

[PATCH v5 0/9] populate/unpopulate memory when domain on static allocation
 2022-06-03  1:11 UTC  (7+ messages)
` [PATCH v5 3/9] xen: update SUPPORT.md for "
` [PATCH v5 6/9] xen/arm: introduce CDF_staticmem
` [PATCH v5 7/9] xen/arm: unpopulate memory when domain is static

RTT-PROBE: lore-subspace-rtt
 2022-06-03  1:11 UTC 

[Intel-gfx] [PATCH 0/3] drm/i915: Parse more eDP link rate stuff from VBT
 2022-06-03  1:10 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Parse more eDP link rate stuff from VBT (rev3)

[PATCHSETS] v14 fsdax-rmap + v11 fsdax-reflink
 2022-06-03  1:07 UTC  (3+ messages)

[PATCH 0/3] Expand CRC to support interface blocks
 2022-06-03  1:02 UTC  (13+ messages)
` [PATCH 2/3] drm/msm/dpu: Add MISR register support for interface
` [PATCH 3/3] drm/msm/dpu: Add interface support for CRC debugfs
    ` [Freedreno] "

[PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
 2022-06-03  0:43 UTC  (145+ messages)
` [PATCH v2 001/144] KVM: Fix references to non-existent KVM_CAP_TRIPLE_FAULT_EVENT
` [PATCH v2 002/144] KVM: selftests: Fix buggy-but-benign check in test_v3_new_redist_regions()
` [PATCH v2 003/144] KVM: selftests: Fix typo in vgic_init test
` [PATCH v2 004/144] KVM: selftests: Drop stale declarations from kvm_util_base.h
` [PATCH v2 005/144] KVM: selftests: Always open VM file descriptors with O_RDWR
` [PATCH v2 006/144] KVM: selftests: Add another underscore to inner ioctl() helpers
` [PATCH v2 007/144] KVM: selftests: Make vcpu_ioctl() a wrapper to pretty print ioctl name
` [PATCH v2 008/144] KVM: selftests: Drop @mode from common vm_create() helper
` [PATCH v2 009/144] KVM: selftests: Split vcpu_set_nested_state() into two helpers
` [PATCH v2 010/144] KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpers
` [PATCH v2 011/144] KVM: selftests: Add __vcpu_run() helper
` [PATCH v2 012/144] KVM: selftests: Use vcpu_access_device_attr() in arm64 code
` [PATCH v2 013/144] KVM: selftests: Remove vcpu_get_fd()
` [PATCH v2 014/144] KVM: selftests: Add vcpu_get() to retrieve and assert on vCPU existence
` [PATCH v2 015/144] KVM: selftests: Make vm_ioctl() a wrapper to pretty print ioctl name
` [PATCH v2 016/144] KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpers
` [PATCH v2 017/144] KVM: selftests: Make kvm_ioctl() a wrapper to pretty print ioctl name
` [PATCH v2 018/144] KVM: selftests: Use kvm_ioctl() helpers
` [PATCH v2 019/144] KVM: selftests: Use __KVM_SYSCALL_ERROR() to handle non-KVM syscall errors
` [PATCH v2 020/144] KVM: selftests: Make x86-64's register dump helpers static
` [PATCH v2 021/144] KVM: selftests: Get rid of kvm_util_internal.h
` [PATCH v2 022/144] KVM: selftests: Use KVM_IOCTL_ERROR() for one-off arm64 ioctls
` [PATCH v2 023/144] KVM: selftests: Drop @test param from kvm_create_device()
` [PATCH v2 024/144] KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to separate helper
` [PATCH v2 025/144] KVM: selftests: Multiplex return code and fd in __kvm_create_device()
` [PATCH v2 026/144] KVM: selftests: Rename KVM_HAS_DEVICE_ATTR helpers for consistency
` [PATCH v2 027/144] KVM: selftests: Drop 'int' return from asserting *_has_device_attr()
` [PATCH v2 028/144] KVM: selftests: Split get/set device_attr helpers
` [PATCH v2 029/144] KVM: selftests: Add a VM backpointer to 'struct vcpu'
` [PATCH v2 030/144] KVM: selftests: Consolidate KVM_ENABLE_CAP usage
` [PATCH v2 031/144] KVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
` [PATCH v2 032/144] KVM: selftests: Cache list of MSRs to save/restore
` [PATCH v2 033/144] KVM: selftests: Harden and comment XSS / KVM_SET_MSRS interaction
` [PATCH v2 034/144] KVM: selftests: Dedup MSR index list helpers, simplify dedicated test
` [PATCH v2 035/144] KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistency
` [PATCH v2 036/144] KVM: selftest: Add proper helpers for x86-specific save/restore ioctls
` [PATCH v2 037/144] KVM: selftests: Add vm_create_*() variants to expose/return 'struct vcpu'
` [PATCH v2 038/144] KVM: selftests: Push vm_adjust_num_guest_pages() into "w/o vCPUs" helper
` [PATCH v2 039/144] KVM: selftests: Use vm_create_without_vcpus() in set_boot_cpu_id
` [PATCH v2 040/144] KVM: selftests: Use vm_create_without_vcpus() in dirty_log_test
` [PATCH v2 041/144] KVM: selftests: Use vm_create_without_vcpus() in hardware_disable_test
` [PATCH v2 042/144] KVM: selftests: Use vm_create_without_vcpus() in psci_test
` [PATCH v2 043/144] KVM: selftests: Rename vm_create() => vm_create_barebones(), drop param
` [PATCH v2 044/144] KVM: selftests: Rename vm_create_without_vcpus() => vm_create()
` [PATCH v2 045/144] KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULT
` [PATCH v2 046/144] KVM: selftests: Rename xAPIC state test's vcpu struct
` [PATCH v2 047/144] KVM: selftests: Rename vcpu.state => vcpu.run
` [PATCH v2 048/144] KVM: selftests: Rename 'struct vcpu' to 'struct kvm_vcpu'
` [PATCH v2 049/144] KVM: selftests: Return the created vCPU from vm_vcpu_add()
` [PATCH v2 050/144] KVM: selftests: Convert memslot_perf_test away from VCPU_ID
` [PATCH v2 051/144] KVM: selftests: Convert rseq_test "
` [PATCH v2 052/144] KVM: selftests: Convert xss_msr_test "
` [PATCH v2 053/144] KVM: selftests: Convert vmx_preemption_timer_test "
` [PATCH v2 054/144] KVM: selftests: Convert vmx_pmu_msrs_test "
` [PATCH v2 055/144] KVM: selftests: Convert vmx_set_nested_state_test "
` [PATCH v2 056/144] KVM: selftests: Convert vmx_tsc_adjust_test "
` [PATCH v2 057/144] KVM: selftests: Convert mmu_role_test "
` [PATCH v2 058/144] KVM: selftests: Convert pmu_event_filter_test "
` [PATCH v2 059/144] KVM: selftests: Convert smm_test "
` [PATCH v2 060/144] KVM: selftests: Convert state_test "
` [PATCH v2 061/144] KVM: selftests: Convert svm_int_ctl_test "
` [PATCH v2 062/144] KVM: selftests: Convert svm_vmcall_test "
` [PATCH v2 063/144] KVM: selftests: Convert sync_regs_test "
` [PATCH v2 064/144] KVM: selftests: Convert hyperv_cpuid "
` [PATCH v2 065/144] KVM: selftests: Convert kvm_pv_test "
` [PATCH v2 066/144] KVM: selftests: Convert platform_info_test "
` [PATCH v2 067/144] KVM: selftests: Convert vmx_nested_tsc_scaling_test "
` [PATCH v2 068/144] KVM: selftests: Convert set_sregs_test "
` [PATCH v2 069/144] KVM: selftests: Convert vmx_dirty_log_test "
` [PATCH v2 070/144] KVM: selftests: Convert vmx_close_while_nested_test "
` [PATCH v2 071/144] KVM: selftests: Convert vmx_apic_access_test "
` [PATCH v2 072/144] KVM: selftests: Convert userspace_msr_exit_test "
` [PATCH v2 073/144] KVM: selftests: Convert vmx_exception_with_invalid_guest_state "
` [PATCH v2 074/144] KVM: selftests: Convert tsc_msrs_test "
` [PATCH v2 075/144] KVM: selftests: Convert kvm_clock_test "
` [PATCH v2 076/144] KVM: selftests: Convert hyperv_svm_test "
` [PATCH v2 077/144] KVM: selftests: Convert hyperv_features "
` [PATCH v2 078/144] KVM: selftests: Convert hyperv_clock "
` [PATCH v2 079/144] KVM: selftests: Convert evmcs_test "
` [PATCH v2 080/144] KVM: selftests: Convert emulator_error_test "
` [PATCH v2 081/144] KVM: selftests: Convert debug_regs "
` [PATCH v2 082/144] KVM: selftests: Add proper helper for advancing RIP in debug_regs
` [PATCH v2 083/144] KVM: selftests: Convert amx_test away from VCPU_ID
` [PATCH v2 084/144] KVM: selftests: Convert cr4_cpuid_sync_test "
` [PATCH v2 085/144] KVM: selftests: Convert cpuid_test "
` [PATCH v2 086/144] KVM: selftests: Convert userspace_io_test "
` [PATCH v2 087/144] KVM: selftests: Convert vmx_invalid_nested_guest_state "
` [PATCH v2 088/144] KVM: selftests: Convert xen_vmcall_test "
` [PATCH v2 089/144] KVM: selftests: Convert xen_shinfo_test "
` [PATCH v2 090/144] KVM: selftests: Convert dirty_log_test "
` [PATCH v2 091/144] KVM: selftests: Convert set_memory_region_test "
` [PATCH v2 092/144] KVM: selftests: Convert system_counter_offset_test "
` [PATCH v2 093/144] KVM: selftests: Track kvm_vcpu object in tsc_scaling_sync
` [PATCH v2 094/144] KVM: selftests: Convert xapic_state_test away from hardcoded vCPU ID
` [PATCH v2 095/144] KVM: selftests: Convert debug-exceptions away from VCPU_ID
` [PATCH v2 096/144] KVM: selftests: Convert fix_hypercall_test "
` [PATCH v2 097/144] KVM: selftests: Convert vgic_irq "
` [PATCH v2 098/144] KVM: selftests: Make arm64's guest_get_vcpuid() declaration arm64-only
` [PATCH v2 099/144] KVM: selftests: Move vm_is_unrestricted_guest() to x86-64
` [PATCH v2 100/144] KVM: selftests: Add "arch" to common utils that have arch implementations
` [PATCH v2 101/144] KVM: selftests: Return created vcpu from vm_vcpu_add_default()
` [PATCH v2 102/144] KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
` [PATCH v2 103/144] KVM: selftests: Convert set_boot_cpu_id away from global VCPU_IDs
` [PATCH v2 104/144] KVM: selftests: Convert psci_test away from VCPU_ID
` [PATCH v2 105/144] KVM: selftests: Convert hardware_disable_test to pass around vCPU objects
` [PATCH v2 106/144] KVM: selftests: Add VM creation helper that "returns" vCPUs
` [PATCH v2 107/144] KVM: selftests: Convert steal_time away from VCPU_ID
` [PATCH v2 108/144] KVM: selftests: Convert arch_timer "
` [PATCH v2 109/144] KVM: selftests: Convert svm_nested_soft_inject_test "
` [PATCH v2 110/144] KVM: selftests: Convert triple_fault_event_test "
` [PATCH v2 111/144] KVM: selftests: Convert vgic_init away from vm_create_default_with_vcpus()
` [PATCH v2 112/144] KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpers
` [PATCH v2 113/144] KVM: selftests: Sync stage before VM is freed in hypercalls test
` [PATCH v2 114/144] KVM: selftests: Convert hypercalls test away from vm_create_default()
` [PATCH v2 115/144] KVM: selftests: Convert xapic_ipi_test away from *_VCPU_ID
` [PATCH v2 116/144] KVM: selftests: Convert sync_regs_test away from VCPU_ID
` [PATCH v2 117/144] KVM: selftests: Convert s390's "resets" test "
` [PATCH v2 118/144] KVM: selftests: Convert memop "
` [PATCH v2 119/144] KVM: selftests: Convert s390x/diag318_test_handler "
` [PATCH v2 120/144] KVM: selftests: Convert tprot "
` [PATCH v2 121/144] KVM: selftests: Use vm_create() in tsc_scaling_sync
` [PATCH v2 122/144] KVM: selftests: Use vm_create_with_vcpus() in max_guest_memory_test
` [PATCH v2 123/144] KVM: selftests: Drop vm_create_default* helpers
` [PATCH v2 124/144] KVM: selftests: Drop @vcpuids param from VM creators
` [PATCH v2 125/144] KVM: selftests: Convert kvm_page_table_test away from reliance on vcpu_id
` [PATCH v2 126/144] KVM: selftests: Convert kvm_binary_stats_test away from vCPU IDs
` [PATCH v2 127/144] KVM: selftests: Convert get-reg-list away from its "VCPU_ID"
` [PATCH v2 128/144] KVM: selftests: Stop hardcoding vCPU IDs in vcpu_width_config
` [PATCH v2 129/144] KVM: selftests: Stop conflating vCPU index and ID in perf tests
` [PATCH v2 130/144] KVM: selftests: Remove vcpu_get() usage from dirty_log_test
` [PATCH v2 131/144] KVM: selftests: Require vCPU output array when creating VM with vCPUs
` [PATCH v2 132/144] KVM: selftests: Purge vm+vcpu_id == vcpu silliness
` [PATCH v2 133/144] KVM: selftests: Drop vcpu_get(), rename vcpu_find() => vcpu_exists()
` [PATCH v2 134/144] KVM: selftests: Remove vcpu_state() helper
` [PATCH v2 135/144] KVM: selftests: Open code and drop 'struct kvm_vm' accessors
` [PATCH v2 136/144] KVM: selftests: Drop @slot0_mem_pages from __vm_create_with_vcpus()
` [PATCH v2 137/144] KVM: selftests: Drop @num_percpu_pages "
` [PATCH v2 138/144] KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()
` [PATCH v2 139/144] KVM: selftests: Trust that MAXPHYADDR > memslot0 in vmx_apic_access_test
` [PATCH v2 140/144] KVM: selftests: Drop DEFAULT_GUEST_PHY_PAGES, open code the magic number
` [PATCH v2 141/144] KVM: selftests: Return an 'unsigned int' from kvm_check_cap()
` [PATCH v2 142/144] KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
` [PATCH v2 143/144] KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
` [PATCH v2 144/144] KVM: selftests: Sanity check input to ioctls() at build time

RTT-PROBE: lore-subspace-rtt
 2022-06-03  1:01 UTC 

[Intel-gfx] [PATCH] drm/i915/display/adlp: More updates to voltage swing table
 2022-06-03  1:00 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[RFC PATCH 0/3] Allow Capstone 3.0.5 again and remove the submodule
 2022-06-03  0:56 UTC  (6+ messages)
` [PATCH 3/3] capstone: Remove the capstone submodule

[PATCH] drm/i915/pvc: Add Wa_16015675438:pvc
 2022-06-03  0:59 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[congwang:sk_data_ready 6/7] drivers/nvme/target/tcp.c:1421:26: error: incompatible function pointer types assigning to 'int (*)(struct sock *)' from 'void (*)(struct sock *)'
 2022-06-03  0:58 UTC 

[PATCH] drm/i915/pvc: GuC depriv applies to PVC
 2022-06-03  0:54 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH v3 i-g-t 0/2] Update DRM UAPI and add test for new hw info query
 2022-06-03  0:54 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3 i-g-t 1/2] include/drm-uapi: Update to latest i915_drm.h
  ` [igt-dev] "
` [Intel-gfx] [PATCH v3 i-g-t 2/2] tests/i915/query: Query, parse and validate the hwconfig table

[PATCH] drm/i915/pvc: Add register steering
 2022-06-03  0:53 UTC  (2+ messages)
` [Intel-gfx] "

RTT-PROBE: lore-subspace-rtt
 2022-06-03  0:51 UTC 

[PATCH v2 0/4] Spectre BHB follow up
 2022-06-03  0:51 UTC  (6+ messages)
` [PATCH v2 1/4] xen/arm: Sync sysregs and cpuinfo with Linux 5.18-rc3
` [PATCH v2 3/4] arm: add ISAR2, MMFR0 and MMFR1 fields in cpufeature

[PATCH] ksmbd: clean up a type in ksmbd_vfs_stream_write()
 2022-06-03  0:45 UTC  (4+ messages)

[PATCH v4 0/2] Remove extra param of dev_coredumpv and fix bugs
 2022-06-03  0:42 UTC  (4+ messages)
` [PATCH v4 1/2] devcoredump: remove the useless gfp_t parameter in dev_coredumpv

RTT-PROBE: lore-subspace-rtt
 2022-06-03  0:41 UTC 

[PATCH v6 0/2] Introduce MediaTek CCI devfreq driver
 2022-06-03  0:39 UTC  (5+ messages)
  ` [PATCH v6 1/2] dt-bindings: interconnect: Add MediaTek CCI dt-bindings

[PATCH v2 0/4] run-command.h: rename "env_array" to "env"
 2022-06-03  0:37 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] run-command API: "

[qemu-mainline test] 170809: tolerable FAIL - PUSHED
 2022-06-03  0:35 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-03  0:31 UTC 

[akpm-mm:mm-unstable 154/159] mm/memory-failure.c:1538:9: error: implicit declaration of function 'hugetlb_set_page_hwpoison'
 2022-06-03  0:27 UTC 

[PATCH v2] usb: hub: port: add sysfs entry to switch port power
 2022-06-03  0:25 UTC  (6+ messages)

RDMA (smbdirect) testing
 2022-06-03  0:07 UTC  (15+ messages)

[kirkstone][PATCH 1/2] libseccomp: Correct LIC_FILES_CHKSUM
 2022-06-03  0:22 UTC  (2+ messages)
` [kirkstone][PATCH 2/2] license.bbclass: Bound beginline and endline in copy_license_files()

RTT-PROBE: lore-subspace-rtt
 2022-06-03  0:21 UTC 

[PATCH V9 0/2] Virtio support for toolstack on Arm (Was "IOREQ feature (+ virtio-mmio) on Arm")
 2022-06-03  0:21 UTC  (3+ messages)
` [PATCH V9 2/2] libxl: Introduce basic virtio-mmio support on Arm


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.