All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-01 13:22:26 to 2023-03-01 14:09:24 UTC [more...]

[RFC PATCH 00/12] io_uring: add IORING_OP_FUSED_CMD
 2023-03-01 14:06 UTC  (12+ messages)
` [RFC PATCH 01/12] io_uring: increase io_kiocb->flags into 64bit
` [RFC PATCH 02/12] io_uring: define io_mapped_ubuf->acct_pages as unsigned integer
` [RFC PATCH 03/12] io_uring: extend io_mapped_ubuf to cover external bvec table
` [RFC PATCH 04/12] io_uring: rename io_mapped_ubuf as io_mapped_buf
` [RFC PATCH 05/12] io_uring: export 'struct io_mapped_buf' for fused cmd buffer
` [RFC PATCH 06/12] io_uring: add IO_URING_F_FUSED and prepare for supporting OP_FUSED_CMD
` [RFC PATCH 07/12] io_uring: add IORING_OP_FUSED_CMD
` [RFC PATCH 08/12] io_uring: support OP_READ/OP_WRITE for fused slave request
` [RFC PATCH 09/12] io_uring: support OP_SEND_ZC/OP_RECV "
` [RFC PATCH 11/12] block: ublk_drv: add common exit handling
` [RFC PATCH 12/12] block: ublk_drv: apply io_uring FUSED_CMD for supporting zero copy

[Virtio-fs] [PATCH v3 1/1] vhost-user-fs: add migration type property
 2023-03-01 14:03 UTC  (13+ messages)
                    `  "

[PATCH v15 00/60] Xen HVM support under KVM
 2023-03-01 13:52 UTC  (59+ messages)
` [PATCH v15 01/60] include: import Xen public headers to hw/xen/interface
` [PATCH v15 02/60] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
` [PATCH v15 04/60] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PATCH v15 05/60] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v15 06/60] i386/kvm: Set Xen vCPU ID in KVM
` [PATCH v15 07/60] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v15 08/60] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v15 09/60] i386/xen: handle guest hypercalls
` [PATCH v15 10/60] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v15 11/60] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v15 12/60] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v15 13/60] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v15 14/60] xen: Permit --xen-domid argument when accel is KVM
` [PATCH v15 15/60] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v15 16/60] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v15 17/60] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v15 18/60] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v15 19/60] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v15 20/60] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v15 21/60] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v15 22/60] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v15 23/60] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v15 24/60] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v15 25/60] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [PATCH v15 26/60] i386/xen: implement HVMOP_set_param
` [PATCH v15 27/60] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v15 28/60] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v15 29/60] hw/xen: Implement EVTCHNOP_status
` [PATCH v15 30/60] hw/xen: Implement EVTCHNOP_close
` [PATCH v15 31/60] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v15 32/60] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v15 33/60] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v15 34/60] hw/xen: Implement EVTCHNOP_send
` [PATCH v15 35/60] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v15 36/60] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v15 37/60] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v15 38/60] hw/xen: Implement EVTCHNOP_reset
` [PATCH v15 39/60] i386/xen: add monitor commands to test event injection
` [PATCH v15 40/60] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v15 41/60] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PATCH v15 42/60] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v15 43/60] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v15 44/60] hw/xen: Support mapping grant frames
` [PATCH v15 45/60] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v15 46/60] hw/xen: Implement GNTTABOP_query_size
` [PATCH v15 48/60] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v15 49/60] i386/xen: handle HVMOP_get_param
` [PATCH v15 50/60] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v15 51/60] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v15 52/60] hw/xen: Add basic ring handling to xenstore
` [PATCH v15 53/60] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PATCH v15 54/60] i386/xen: Implement HYPERVISOR_physdev_op
` [PATCH v15 55/60] hw/xen: Implement emulated PIRQ hypercall support
` [PATCH v15 56/60] hw/xen: Support GSI mapping to PIRQ
` [PATCH v15 57/60] hw/xen: Support MSI "
` [PATCH v15 58/60] kvm/i386: Add xen-evtchn-max-pirq property
` [PATCH v15 59/60] i386/xen: Document Xen HVM emulation
` [PATCH v15 60/60] hw/xen: Subsume xen_be_register_common() into xen_be_init()

[PATCH v1] net: phy: adin: Add flags to disable enhanced link detection
 2023-03-01 14:08 UTC  (7+ messages)

[PATCH] ethdev: remove telemetry Rx mbuf alloc failed field
 2023-03-01 14:08 UTC  (3+ messages)

[PATCH 00/19] hw: Set QDev properties using QDev API (part 1/3)
 2023-03-01 14:07 UTC  (6+ messages)
` [PATCH 03/19] hw/acpi: Set QDev properties using QDev API
` [RFC PATCH 12/19] hw/i386: "

[PATCH v2 0/2] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-01 14:06 UTC  (4+ messages)
` [PATCH v2 1/2] mips: add <asm-generic/io.h> including

[LTP] [PATCH v4 0/6] Refactor mqns testing suite
 2023-03-01 14:03 UTC  (4+ messages)
` [LTP] [PATCH v4 4/6] Refactor mqns_04 using new LTP API

[PATCH v5 0/7] Pegasos2 fixes and audio output support
 2023-03-01 14:05 UTC  (7+ messages)
` [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model

[PATCH] fpga: bridge: fix kernel-doc parameter description
 2023-03-01 14:03 UTC 

[PATCH] bootconfig: Change message if no bootconfig with CONFIG_BOOT_CONFIG_FORCE=y
 2023-03-01 14:05 UTC  (2+ messages)

[Intel-gfx] [PATCH v5 17/19] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
 2023-03-01 14:04 UTC  (13+ messages)
                    `  "

[PATCH 1/1] iommu/vt-d: Add opt-in for ATS support on discrete devices
 2023-03-01 14:04 UTC  (4+ messages)

[PATCH] ref-manual: simplify internal references
 2023-03-01 14:02 UTC 

[PATCH 0/5] VT82xx PCI fixes and audio output support
 2023-03-01 14:01 UTC  (3+ messages)
` [PATCH 1/5] hw/ppc/pegasos2: Initialize VT8231 PCI IRQ router

[hverkuil-media-tree:saa7146 12/12] av7110_v4l.c:undefined reference to `saa7146_stop_preview'
 2023-03-01 14:01 UTC 

[PATCH] drm/amd/pm: set vangogh_set_apu_thermal_limit storage-class-specifier to static
 2023-03-01 14:00 UTC 

SVSM Attestation and vTPM specification additions - v0.61
 2023-03-01 14:00 UTC  (9+ messages)
      ` [EXTERNAL] "

[PATCH v3] virtio-net: Fix probe of virtio-net on kvmtool
 2023-03-01 13:59 UTC  (2+ messages)

[Intel-gfx] [PATCH v5 00/19] Add vfio_device cdev for iommufd support
 2023-03-01 13:59 UTC  (12+ messages)
` [Intel-gfx] [PATCH v5 14/19] vfio: Make vfio_device_open() single open for device cdev path
        `  "
` [Intel-gfx] [PATCH v5 18/19] vfio: Compile group optionally
      `  "

[PATCH] crypto/qat: fix SM3 auth mode
 2023-03-01 13:59 UTC 

[PATCH v3 0/4] introduce generic implementation of macros from bug.h
 2023-03-01 13:58 UTC  (8+ messages)
` [PATCH v3 3/4] xen/arm: switch ARM to use generic implementation of bug.h

a tiny patch related to two shell scripts that use 2&>1 in place of 2>&1
 2023-03-01 13:58 UTC 

[PATCH] drm/msm: Initialize mode_config earlier
 2023-03-01 13:58 UTC  (10+ messages)

[PATCH v2 0/6] J7 platform hs fix
 2023-03-01 13:56 UTC  (3+ messages)
` [PATCH v2 6/6] arm: mach-k3: Increase SYSFW max image size

[PATCH v3 0/7] soc: imx8m: Support building imx8m soc driver as module
 2023-03-01 13:56 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/6] drm/i915: pm cleanups, rename to clock gating
 2023-03-01 13:54 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/6] drm/i915/wm: remove display/ prefix from include
` [Intel-gfx] [PATCH 2/6] drm/i915/pm: drop intel_pm_setup()
` [Intel-gfx] [PATCH 3/6] drm/i915/pm: drop intel_suspend_hw()
` [Intel-gfx] [PATCH 4/6] drm/i915: remove unnecessary intel_pm.h includes
` [Intel-gfx] [PATCH 5/6] drm/i915: rename intel_pm.[ch] to intel_clock_gating.[ch]
` [Intel-gfx] [PATCH 6/6] drm/i915/clock: mass rename dev_priv to i915

[PATCH 1/3] erofs-utils: get rid of useless nr_dup
 2023-03-01 14:00 UTC  (3+ messages)
` [PATCH 2/3] erofs-utils: use compressed pclusters to mark fragments

[igt-dev] [PATCH i-g-t] tests/kms_plane: add invalid pixel format tests
 2023-03-01 13:53 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_plane: add invalid pixel format tests (rev4)

[PATCH] dt-bindings: leds: add "usbport" trigger
 2023-03-01 13:52 UTC  (5+ messages)

[PATCH v2 2/2] leds: add aw20xx driver
 2023-03-01 13:51 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/gem_exercise_blt: Don't allow hangs
 2023-03-01 13:53 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[Patch V6 0/3] Tegra TPM driver with HW flow control
 2023-03-01 13:51 UTC  (9+ messages)
` [Patch V6 1/3] spi: Add TPM HW flow flag
` [Patch V6 2/3] tpm_tis-spi: Support hardware wait polling
` [Patch V6 3/3] spi: tegra210-quad: Enable TPM "

[Android 5.10] kernel BUG in ext4_free_blocks (2)
 2023-03-01 13:51 UTC  (2+ messages)

[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
 2023-03-01 13:51 UTC  (5+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE

[PATCH] gpu: host1x: Don't rely on dma_fence_wait_timeout return value
 2023-03-01 13:51 UTC  (2+ messages)

[PATCH 0/5] Pegasos2 fixes and audio output support
 2023-03-01 13:49 UTC  (14+ messages)

[PATCH] net : fix adding same ip rule multiple times
 2023-03-01 13:50 UTC 

[PATCH 0/6] Assorted patches relating to mdmon
 2023-03-01 13:50 UTC  (3+ messages)
` [PATCH 6/6] mdmon improvements for switchroot

[PATCH RESEND v7 0/9] target/arm: Allow CONFIG_TCG=n builds
 2023-03-01 13:50 UTC  (10+ messages)
` [PATCH RESEND v7 9/9] tests/qtest: Fix tests when no KVM or TCG are present

[PATCH 0/7] PHY: Add support for USXGMII and dual refclk configurations in Cadence Torrent PHY
 2023-03-01 13:11 UTC  (2+ messages)
` [PATCH 6/7] dt-bindings: phy: cadence-torrent: Add a separate compatible for TI J7200

ERROR: Execution of event handler 'uninative_event_fetchloader' failed
 2023-02-22 12:17 UTC 

Transaction error after trying to add systemd
 2023-03-01 13:45 UTC 

[GIT PULL] nvme fix for Linux 6.3
 2023-03-01 13:48 UTC 

[PATCH 1/2] firmware: tegra: bpmp: Fix error paths in debugfs
 2023-03-01 13:47 UTC  (2+ messages)
` [PATCH 2/2] soc/tegra: bpmp: Actually free memory on error path

[PATCH 0/3] udf: Fix handling of in-ICB files
 2023-03-01 13:46 UTC  (4+ messages)
` [PATCH 1/3] udf: Fix lost writes in udf_adinicb_writepage()
` [PATCH 2/3] udf: Fix reading of in-ICB files
` [PATCH 3/3] udf: Warn if block mapping is done for "

[LTP] [PATCH v5] fsconfig03: New test CVE-2022-0185
 2023-03-01 13:46 UTC  (3+ messages)
` [LTP] [PATCH v6] "

[Patch V5 0/3] Tegra TPM driver with HW flow control
 2023-03-01 13:45 UTC  (9+ messages)
` [Patch V5 2/3] tpm_tis-spi: Support hardware wait polling

[PATCH BlueZ 0/2] Add initial BASS support
 2023-03-01 13:42 UTC  (3+ messages)
` [PATCH BlueZ 1/2] lib: Add BASS UUIDs and auxiliary defines
` [PATCH BlueZ 2/2] shared: Add initial BASS code

[PATCH keyutils] Fix format specifier for pointer subtraction
 2023-03-01 13:42 UTC 

improve type safety by passing struct btrfs_bio around
 2023-03-01 13:42 UTC  (11+ messages)
` [PATCH 01/10] btrfs: remove unused members from struct btrfs_encoded_read_private
` [PATCH 02/10] btrfs: cleanup btrfs_encoded_read_regular_fill_pages
` [PATCH 03/10] btrfs: move zero filling of compressed read bios into common code
` [PATCH 04/10] btrfs: pass a btrfs_bio to btrfs_submit_bio
` [PATCH 05/10] btrfs: pass a btrfs_bio to btrfs_submit_compressed_read
` [PATCH 06/10] btrfs: store a pointer to the original btrfs_bio in struct compressed_bio
` [PATCH 07/10] btrfs: simplify finding the inode in submit_one_bio
` [PATCH 08/10] btrfs: store a pointer to a btrfs_bio in struct btrfs_bio_ctrl
` [PATCH 09/10] btrfs: return a btrfs_bio from btrfs_bio_alloc
` [PATCH 10/10] btrfs: make btrfs_split_bio work on struct btrfs_bio

[PATCH] xfs: fix off-by-one-block in xfs_discard_folio()
 2023-03-01 13:41 UTC  (4+ messages)

[PATCH net v2] net/smc: fix application data exception
 2023-03-01 13:41 UTC  (3+ messages)

[PATCH] fbcon: Use kzalloc() in fbcon_prepare_logo()
 2023-03-01 13:41 UTC  (8+ messages)

[RFC PATCH 8/9] v4l2-core: zero field base in struct v4l2_framebuffer
 2023-03-01 13:40 UTC  (2+ messages)

[PATCH] ext4: Fix comment about the 64BIT feature
 2023-03-01 13:38 UTC 

[PATCH v1] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
 2023-03-01 13:38 UTC 

[GIT PULL] exfat update for 6.3-rc1
 2023-03-01 13:38 UTC 

[RFC] ACPI: PCC: Support shared interrupt for multiple subspaces
 2023-03-01 13:36 UTC  (6+ messages)
` [PATCH 0/2] mailbox: pcc: Support platform notification for type4 and shared interrupt
  ` [PATCH 1/2] mailbox: pcc: Add processing platform notification for slave subspaces
  ` [PATCH 2/2] mailbox: pcc: Support shared interrupt for multiple subspaces

[PATCH] kernel: Add kernel specific OBJDUMP
 2023-03-01 13:34 UTC  (2+ messages)

[PATCH 1/6] habanalabs: add helper function to get vm hash node
 2023-03-01 13:34 UTC  (5+ messages)
` [PATCH 4/6] habanalabs: assert return value of hw_fini
` [PATCH 5/6] habanalabs: use notifications and graceful reset for decoder

[PATCH 0/2] Hyper-V VTL support
 2023-03-01 13:34 UTC  (3+ messages)
` [PATCH 2/2] x86/hyperv: VTL support for Hyper-V

[PATCH] configure: Disable thread-safety warnings on macOS
 2023-03-01 13:31 UTC  (2+ messages)

[PATCH net] net: use indirect calls helpers for sk_exit_memory_pressure()
 2023-03-01 13:32 UTC 

[RFC 0/2] Add high-performance timer facility
 2023-03-01 13:31 UTC  (4+ messages)

Writing TCG plugin - how to hook interrupts?
 2023-03-01 13:30 UTC 

[PATCH v6 1/2] drm: add kms driver for loongson display controller
 2023-03-01 13:30 UTC  (3+ messages)

[ammarfaizi2-block:google/android/kernel/common/upstream-f2fs-stable-linux-4.19.y 482/1172] fs/f2fs/inode.c:307:7: warning: format specifies type 'unsigned long' but the argument has type 'blkcnt_t' (aka 'unsigned long long')
 2023-03-01 13:30 UTC 

[RFC PATCH] sched/fair: update the vruntime to be max vruntime when yield
 2023-03-01 13:29 UTC  (14+ messages)

Conflict between video-lut and pmu on meson-g12
 2023-03-01 13:28 UTC  (5+ messages)

Network do not works with linux >= 6.1.2. Issue bisected to "425c9bd06b7a70796d880828d15c11321bdfb76d" (RDMA/irdma: Report the correct link speed)
 2023-03-01 13:27 UTC  (6+ messages)

[PATCH 0/8] aspeed: I2C fixes, -drive removal (first step)
 2023-03-01 13:27 UTC  (4+ messages)
` [PATCH 7/8] aspeed: Introduce a spi_boot region under the SoC

[kvm-unit-tests PATCH v1] s390x: spec_ex: Add test for misaligned load
 2023-03-01 13:26 UTC 

[Buildroot] [Bug 15361] New: Buildroot linking error on Apple Silicon
 2023-03-01 13:26 UTC 

AUTOSEL process
 2023-03-01 13:26 UTC  (11+ messages)

[RFC] hw/block/m25p80: implement Octal SPI commands
 2023-03-01 13:25 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 1/2] runner/resultgen: relax results processing
 2023-03-01 13:25 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/2] runner/resume: change exit code for results gen fail

[ANNOUNCE] libgpiod v2.0-rc3 released
 2023-03-01 13:25 UTC  (3+ messages)

[BUG v6.0-rc2] lockdep splat on ct_kernel_enter()
 2023-03-01 14:14 UTC  (2+ messages)

[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
 2023-03-01 13:21 UTC  (11+ messages)
` [PATCH v3 07/10] qapi: implement conditional command arguments


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.