All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-04 22:20:02 to 2022-05-04 22:53:53 UTC [more...]

[PATCH 0/2] *dma-buf: Add an API for exporting sync files (v13)
 2022-05-04 22:53 UTC  (5+ messages)
` [PATCH 1/2] dma-buf: "
` [PATCH 2/2] dma-buf: Add an API for importing sync files (v8)

[PATCH 000/128] KVM: selftests: Overhaul APIs, purge VCPU_ID
 2022-05-04 22:48 UTC  (73+ messages)
` [PATCH 001/128] KVM: selftests: Fix buggy-but-benign check in test_v3_new_redist_regions()
` [PATCH 002/128] KVM: selftests: Drop stale declarations from kvm_util_base.h
` [PATCH 003/128] KVM: selftests: Unconditionally compile KVM selftests with -Werror
` [PATCH 004/128] KVM: selftests: Always open VM file descriptors with O_RDWR
` [PATCH 005/128] KVM: selftests: Add another underscore to inner ioctl() helpers
` [PATCH 006/128] KVM: selftests: Make vcpu_ioctl() a wrapper to pretty print ioctl name
` [PATCH 007/128] KVM: selftests: Drop @mode from common vm_create() helper
` [PATCH 008/128] KVM: selftests: Split vcpu_set_nested_state() into two helpers
` [PATCH 009/128] KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpers
` [PATCH 010/128] KVM: selftests: Add __vcpu_run() helper
` [PATCH 011/128] KVM: selftests: Use vcpu_access_device_attr() in arm64 code
` [PATCH 012/128] KVM: selftests: Remove vcpu_get_fd()
` [PATCH 013/128] KVM: selftests: Add vcpu_get() to retrieve and assert on vCPU existence
` [PATCH 014/128] KVM: selftests: Make vm_ioctl() a wrapper to pretty print ioctl name
` [PATCH 015/128] KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpers
` [PATCH 016/128] KVM: selftests: Make kvm_ioctl() a wrapper to pretty print ioctl name
` [PATCH 017/128] KVM: selftests: Use kvm_ioctl() helpers
` [PATCH 018/128] KVM: selftests: Use __KVM_SYSCALL_ERROR() to handle non-KVM syscall errors
` [PATCH 019/128] KVM: selftests: Make x86-64's register dump helpers static
` [PATCH 020/128] KVM: selftests: Get rid of kvm_util_internal.h
` [PATCH 021/128] KVM: selftests: Use KVM_IOCTL_ERROR() for one-off arm64 ioctls
` [PATCH 022/128] KVM: selftests: Drop @test param from kvm_create_device()
` [PATCH 023/128] KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to separate helper
` [PATCH 024/128] KVM: selftests: Multiplex return code and fd in __kvm_create_device()
` [PATCH 025/128] KVM: selftests: Rename KVM_HAS_DEVICE_ATTR helpers for consistency
` [PATCH 026/128] KVM: selftests: Drop 'int' return from asserting *_has_device_attr()
` [PATCH 027/128] KVM: selftests: Split get/set device_attr helpers
` [PATCH 028/128] KVM: selftests: Add a VM backpointer to 'struct vcpu'
` [PATCH 029/128] KVM: selftests: Add vm_create_*() variants to expose/return "
` [PATCH 030/128] KVM: selftests: Push vm_adjust_num_guest_pages() into "w/o vCPUs" helper
` [PATCH 031/128] KVM: selftests: Use vm_create_without_vcpus() in set_boot_cpu_id
` [PATCH 032/128] KVM: selftests: Use vm_create_without_vcpus() in dirty_log_test
` [PATCH 033/128] KVM: selftests: Use vm_create_without_vcpus() in hardware_disable_test
` [PATCH 034/128] KVM: selftests: Use vm_create_without_vcpus() in psci_cpu_on_test
` [PATCH 035/128] KVM: selftests: Rename vm_create() => vm_create_barebones(), drop param
` [PATCH 036/128] KVM: selftests: Rename vm_create_without_vcpus() => vm_create()
` [PATCH 037/128] KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULT
` [PATCH 038/128] KVM: selftests: Rename xAPIC state test's vcpu struct
` [PATCH 039/128] KVM: selftests: Rename vcpu.state => vcpu.run
` [PATCH 040/128] KVM: selftests: Rename 'struct vcpu' to 'struct kvm_vcpu'
` [PATCH 041/128] KVM: selftests: Return the created vCPU from vm_vcpu_add()
` [PATCH 042/128] KVM: selftests: Convert memslot_perf_test away from VCPU_ID
` [PATCH 043/128] KVM: selftests: Convert rseq_test "
` [PATCH 044/128] KVM: selftests: Convert xss_msr_test "
` [PATCH 045/128] KVM: selftests: Convert vmx_preemption_timer_test "
` [PATCH 046/128] KVM: selftests: Convert vmx_pmu_msrs_test "
` [PATCH 047/128] KVM: selftests: Convert vmx_set_nested_state_test "
` [PATCH 048/128] KVM: selftests: Convert vmx_tsc_adjust_test "
` [PATCH 049/128] KVM: selftests: Convert mmu_role_test "
` [PATCH 050/128] KVM: selftests: Convert pmu_event_filter_test "
` [PATCH 051/128] KVM: selftests: Convert smm_test "
` [PATCH 052/128] KVM: selftests: Convert state_test "
` [PATCH 053/128] KVM: selftests: Convert svm_int_ctl_test "
` [PATCH 054/128] KVM: selftests: Convert svm_vmcall_test "
` [PATCH 055/128] KVM: selftests: Convert sync_regs_test "
` [PATCH 056/128] KVM: selftests: Convert hyperv_cpuid "
` [PATCH 057/128] KVM: selftests: Convert kvm_pv_test "
` [PATCH 058/128] KVM: selftests: Convert platform_info_test "
` [PATCH 059/128] KVM: selftests: Convert vmx_nested_tsc_scaling_test "
` [PATCH 060/128] KVM: selftests: Convert set_sregs_test "
` [PATCH 061/128] KVM: selftests: Convert vmx_dirty_log_test "
` [PATCH 062/128] KVM: selftests: Convert vmx_close_while_nested_test "
` [PATCH 063/128] KVM: selftests: Convert vmx_apic_access_test "
` [PATCH 064/128] KVM: selftests: Convert userspace_msr_exit_test "
` [PATCH 065/128] KVM: selftests: Convert vmx_exception_with_invalid_guest_state "
` [PATCH 066/128] KVM: selftests: Convert tsc_msrs_test "
` [PATCH 067/128] KVM: selftests: Convert kvm_clock_test "
` [PATCH 068/128] KVM: selftests: Convert hyperv_svm_test "
` [PATCH 069/128] KVM: selftests: Convert hyperv_features "
` [PATCH 070/128] KVM: selftests: Convert hyperv_clock "
` [PATCH 071/128] KVM: selftests: Convert evmcs_test "
` [PATCH 072/128] KVM: selftests: Convert emulator_error_test "

[PATCH -next] soc: ti: wkup_m3_ipc: remove unneeded semicolon
 2022-05-04 22:51 UTC 

[PATCH v3 00/21] TDX host kernel support
 2022-05-04 22:50 UTC  (11+ messages)

[PATCH v2 0/2] begin KTAP spec v2 process
 2022-05-04 22:51 UTC  (3+ messages)
` [PATCH v2 1/2] ktap_v2: change version to 2-rc in KTAP specification
` [PATCH v2 2/2] ktap_v2: change "version 1" to "version 2" in examples

[PATCH v5 0/3] Add TDX Guest Attestation support
 2022-05-04 22:49 UTC  (6+ messages)
` [PATCH v5 3/3] x86/tdx: Add Quote generation support

[Bluez PATCH v3 0/3] Adding bonded flag to D-Bus property
 2022-05-04 22:50 UTC  (2+ messages)

[PATCH -next] fs: Remove duplicated include in inode.c
 2022-05-04 22:50 UTC 

[Intel-gfx] [PATCH 01/12] drm/i915: Drop IPC from display 13 and newer
 2022-05-04 22:49 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/12] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH] drm/msm: Fix shutdown
 2022-05-04 22:49 UTC  (2+ messages)

[PATCH v3] [PATCH v3] uwb: nxp: sr1xx: UWB driver support for sr1xx series chip
 2022-05-04 22:48 UTC  (2+ messages)

[PATCH] mm: fix is_pinnable_page against on cma page
 2022-05-04 22:48 UTC  (7+ messages)

[PATCH -next 1/2] drm/i915: Remove duplicated include in intel_sseu.c
 2022-05-04 22:48 UTC  (4+ messages)
` [PATCH -next 2/2] drm/i915/migrate: remove unneeded semicolon

[PATCH mlx5-next 0/5] Improve mlx5 live migration driver
 2022-05-04 22:48 UTC  (5+ messages)

[PATCH v6] drm/amdgpu: Ensure the DMA engine is deactivated during set ups
 2022-05-04 22:48 UTC  (2+ messages)

[PATCH] ksmbd: validate length in fsctl_pipe_transceive()
 2022-05-04 22:48 UTC 

[PATCH v3] ksmbd: validate length in smb2_write()
 2022-05-04 22:46 UTC 

cleanup btrfs bio handling, part 2 v3
 2022-05-04 22:44 UTC  (6+ messages)
` [PATCH 04/10] btrfs: split btrfs_submit_data_bio

[PATCH net-next v3 0/3] Broadcom PTP PHY support
 2022-05-04 22:43 UTC  (4+ messages)
` [PATCH net-next v3 1/3] net: phy: broadcom: Add Broadcom PTP hooks to bcm-phy-lib
` [PATCH net-next v3 2/3] net: phy: broadcom: Hook up the PTP PHY functions
` [PATCH net-next v3 3/3] net: phy: broadcom: Add PTP support for some Broadcom PHYs

[PATCH printk v5 1/1] printk: extend console_lock for per-console locking
 2022-05-04 22:42 UTC  (14+ messages)

[PATCH v2] drm/etnaviv: avoid cleaning up sched_job when submit succeeded
 2022-05-04 22:43 UTC  (3+ messages)

[PATCH v2 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
 2022-05-04 22:40 UTC  (41+ messages)
` [PATCH v2 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT
    ` [PATCH 0/9] ptrace: cleaning up ptrace_stop
      ` [PATCH 0/12] "
        ` [PATCH v3 0/11] "
          ` [PATCH v3 01/11] signal: Rename send_signal send_signal_locked
          ` [PATCH v3 02/11] signal: Replace __group_send_sig_info with send_signal_locked
          ` [PATCH v3 03/11] ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
          ` [PATCH v3 04/11] ptrace/xtensa: Replace PT_SINGLESTEP "
          ` [PATCH v3 05/11] ptrace: Remove arch_ptrace_attach
          ` [PATCH v3 06/11] signal: Use lockdep_assert_held instead of assert_spin_locked
          ` [PATCH v3 07/11] ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
          ` [PATCH v3 08/11] ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
          ` [PATCH v3 09/11] ptrace: Don't change __state
          ` [PATCH v3 10/11] ptrace: Always take siglock in ptrace_resume
          ` [PATCH v3 11/11] sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
            ` [PATCH v3 11/11] sched, signal, ptrace: "

[PATCH v2 0/3] Add device tree for Intel n6000
 2022-05-04 22:41 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: misc: add bindings for Intel HPS Copy Engine

[PATCH 00/13] btrfs: make read repair work in synchronous mode
 2022-05-04 22:40 UTC  (6+ messages)
` [PATCH 05/13] btrfs: add btrfs_read_repair_ctrl to record corrupted sectors

[igt-dev] [PATCH i-g-t] tests/kms_concurrent: Skip the subtest if the resolution is not supported
 2022-05-04 22:40 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Bluez PATCH v3 1/3] device: Add "Bonded" flag to dbus property
 2022-05-04 22:40 UTC  (2+ messages)
` Adding bonded flag to D-Bus property

[PATCH 5.4] block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern
 2022-05-04 22:39 UTC 

[PATCH v3 00/12] Add new Renesas RZ/V2M SoC and Renesas RZ/V2M EVK support
 2022-05-04 22:33 UTC  (4+ messages)
` [PATCH v3 04/12] dt-bindings: timer: arm,arch_timer: Add optional clock and reset

ld.lld: error: inline assembly requires more registers than available at line 523
 2022-05-04 22:32 UTC  (3+ messages)

[PATCH] timers: Provide a better debugobjects hint for delayed works
 2022-05-04 22:31 UTC 

stable-rc/linux-4.19.y build: 197 builds: 8 failed, 189 passed, 2 errors, 32 warnings (v4.19.241-59-g7070c1b6eeed)
 2022-05-04 22:31 UTC 

[PATCH v13 0/4] Add lpass pin control support for audio on sc7280 based targets
 2022-05-04 22:31 UTC  (3+ messages)
` [PATCH v13 4/4] arm64: dts: qcom: sc7280-herobrine: Add lpi pinmux properties for CRD 3.0/3.1

gateway field missing in netlink message
 2022-05-04 22:31 UTC  (2+ messages)

[PATCH v3 00/15] Support OVTI7251 on Microsoft Surface line
 2022-05-04 22:30 UTC  (16+ messages)
` [PATCH v3 01/15] media: uapi: Add IPU3 packed Y10 format
` [PATCH v3 02/15] media: ipu3-cio2: Add support for V4L2_PIX_FMT_IPU3_Y10
` [PATCH v3 03/15] media: i2c: Add acpi support to ov7251
` [PATCH v3 04/15] media: i2c: Provide ov7251_check_hwcfg()
` [PATCH v3 05/15] media: i2c: Remove per-mode frequencies from ov7251
` [PATCH v3 06/15] media: i2c: Add ov7251_pll_configure()
` [PATCH v3 07/15] media: i2c: Add support for new frequencies to ov7251
` [PATCH v3 08/15] media: i2c: Add ov7251_detect_chip()
` [PATCH v3 09/15] media: i2c: Add pm_runtime support to ov7251
` [PATCH v3 10/15] media: i2c: Remove .s_power() from ov7251
` [PATCH v3 11/15] media: ipu3-cio2: Add INT347E to cio2-bridge
` [PATCH v3 12/15] media: i2c: Extend .get_selection() for ov7251
` [PATCH v3 13/15] media: i2c: add ov7251_init_ctrls()
` [PATCH v3 14/15] media: i2c: Add hblank control to ov7251
` [PATCH v3 15/15] media: i2c: Add vblank control to ov7251 driver

[Intel-gfx] [PATCH v2 00/20] drm/edid: CEA data block iterators, and more
 2022-05-04 22:30 UTC  (3+ messages)
  `  "

[PATCH v2 0/2] Add support for NXP PCA6408
 2022-05-04 22:29 UTC  (3+ messages)
` [PATCH v2 1/2] gpio: pca953xx: Add support for pca6408
` [PATCH v2 2/2] dt-bindings: gpio: pca95xx: add entry "

[PATCH v1 2/4] powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
 2022-05-04 22:27 UTC  (3+ messages)

[SPDK] Today's SPDK community meeting is cancelled
 2022-05-04 22:29 UTC 

[dm-devel] [PATCH v3 2/3] LoadPin: Enable loading from trusted dm-verity devices
 2022-05-04 22:26 UTC  (3+ messages)
`  "

GICv3: RWP timeout, gone fishing
 2022-05-04 22:27 UTC  (2+ messages)

stable-rc/queue/5.17 build: 178 builds: 2 failed, 176 passed, 4 errors, 1 warning (v5.17.5-225-g122bb8acc8dc)
 2022-05-04 22:28 UTC 

[agd5f:drm-next 375/460] include/linux/kern_levels.h:5:25: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'size_t' {aka 'unsigned int'}
 2022-05-04 22:27 UTC 

[agd5f:drm-next 429/460] drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:1945:6: warning: no previous prototype for 'gfx_v11_0_rlc_stop'
 2022-05-04 22:27 UTC 

IPMI Restriction Mode
 2022-05-04 22:25 UTC  (8+ messages)

[PATCH v2 0/2] ppc/xive: Update for guest interrupt handling
 2022-05-04 22:26 UTC  (2+ messages)

[OpenRISC] [PATCH] hw/openrisc: use right OMPIC size variable
 2022-05-04 22:23 UTC  (6+ messages)
` [OpenRISC] [PATCH v2] "
  `  "

[PATCH] openrisc: remove bogus nops and shutdowns
 2022-05-04 22:24 UTC  (3+ messages)

[PATCH] net: atlantic: always deep reset on pm op, fixing null deref regression
 2022-05-04 22:24 UTC  (2+ messages)

[PATCH v2 0/2] drm/amdgpu: Fix a couple of clang warnings
 2022-05-04 22:24 UTC  (3+ messages)
` [PATCH 1/2] drm/amdgpu/gfx10: Avoid uninitialised variable 'index'
` [PATCH 2/2] drm/amdgpu/gfx11: "

[Devel] [PATCH 0/2] ACPI: ARM CoreSight Performance Monitoring Unit
 2022-05-04 22:08 UTC  (4+ messages)
` [Devel] [PATCH 2/2] ACPI: ARM Performance Monitoring Unit Table (APMT) initial support
  ` [Devel] "
    `  "

[GIT PULL] mediatek drm next for 5.19
 2022-05-04 22:22 UTC  (2+ messages)

[Buildroot] [PATC] package/google-breakpad: add option to build target tools
 2022-05-04 22:21 UTC 

Crash on resume after suspend (5.17.5 and 5.15.36)
 2022-05-04 22:21 UTC  (3+ messages)

[PATCH] dt-bindings: pci: apple,pcie: Drop max-link-speed from example
 2022-05-04 22:18 UTC  (2+ messages)


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.