All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-30 10:42:39 to 2024-05-30 11:28:35 UTC [more...]

[PATCH v2 0/4] allow to deprecate objects and devices
 2024-05-30 11:27 UTC  (5+ messages)
` [PATCH v2 1/4] qom: allow to mark objects (including devices) as deprecated
` [PATCH v2 2/4] usb: add config options for the hub and hid devices
` [PATCH v2 3/4] usb/hub: deprecate, don't build by default
` [PATCH v2 4/4] vga/cirrus: "

Build breakage for imx_v6_v7_defconfig
 2024-05-30 11:28 UTC 

[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
 2024-05-30 11:27 UTC  (20+ messages)
` [PATCH 1/6] riscv: "
` [PATCH 2/6] loongarch: "
` [PATCH 3/6] mips: defconfig: drop RT_GROUP_SCHED=y from generic/db1xxx/eyeq5
` [PATCH 4/6] powerpc: defconfig: drop RT_GROUP_SCHED=y from ppc6xx_defconfig
` [PATCH 5/6] sh: defconfig: drop RT_GROUP_SCHED=y from sdk7786/urquell
` [PATCH 6/6] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2855/tegra/omap2plus

[PATCH v5] drivers: hwmon: max31827: Add PEC support
 2024-05-30 11:25 UTC 

[PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-05-30 11:16 UTC  (32+ messages)
` [PATCH v4 01/31] i386/sev: Replace error_report with error_setg
` [PATCH v4 02/31] linux-headers: Update to current kvm/next
` [PATCH v4 03/31] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v4 04/31] i386/sev: Introduce "sev-common" type to encapsulate common SEV state
` [PATCH v4 05/31] i386/sev: Move sev_launch_update to separate class method
` [PATCH v4 06/31] i386/sev: Move sev_launch_finish "
` [PATCH v4 07/31] i386/sev: Introduce 'sev-snp-guest' object
` [PATCH v4 08/31] i386/sev: Add a sev_snp_enabled() helper
` [PATCH v4 09/31] i386/sev: Add sev_kvm_init() override for SEV class
` [PATCH v4 10/31] i386/sev: Add snp_kvm_init() override for SNP class
` [PATCH v4 11/31] i386/cpu: Set SEV-SNP CPUID bit when SNP enabled
` [PATCH v4 12/31] i386/sev: Don't return launch measurements for SEV-SNP guests
` [PATCH v4 13/31] i386/sev: Add a class method to determine KVM VM type for SNP guests
` [PATCH v4 14/31] i386/sev: Update query-sev QAPI format to handle SEV-SNP
` [PATCH v4 15/31] i386/sev: Add the SNP launch start context
` [PATCH v4 16/31] i386/sev: Add handling to encrypt/finalize guest launch data
` [PATCH v4 17/31] i386/sev: Set CPU state to protected once SNP guest payload is finalized
` [PATCH v4 18/31] hw/i386/sev: Add function to get SEV metadata from OVMF header
` [PATCH v4 19/31] i386/sev: Add support for populating OVMF metadata pages
` [PATCH v4 20/31] i386/sev: Add support for SNP CPUID validation
` [PATCH v4 21/31] i386/sev: Extract build_kernel_loader_hashes
` [PATCH v4 22/31] i386/sev: Reorder struct declarations
` [PATCH v4 23/31] i386/sev: Allow measured direct kernel boot on SNP
` [PATCH v4 24/31] hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled
` [PATCH v4 25/31] i386/sev: Invoke launch_updata_data() for SEV class
` [PATCH v4 26/31] i386/sev: Invoke launch_updata_data() for SNP class
` [PATCH v4 27/31] hw/i386/sev: Use guest_memfd for legacy ROMs
` [PATCH v4 28/31] hw/i386: Add support for loading BIOS using guest_memfd
` [PATCH v4 29/31] hw/i386/sev: Allow use of pflash in conjunction with -bios
` [PATCH v4 30/31] i386/kvm: Add KVM_EXIT_HYPERCALL handling for KVM_HC_MAP_GPA_RANGE
` [PATCH v4 31/31] i386/sev: Enable KVM_HC_MAP_GPA_RANGE hcall for SNP guests

[Semihosting Tests PATCH v2 0/3] add SYS_GET_CMDLINE test
 2024-05-30 11:23 UTC  (4+ messages)
` [Semihosting Tests PATCH v2 1/3] .editorconfig: add code conventions for tooling
` [Semihosting Tests PATCH v2 2/3] update includes for bare metal compiling
` [Semihosting Tests PATCH v2 3/3] add SYS_GET_CMDLINE test

[PATCH v3 0/6] KVM: arm64: emulation for CTR_EL0
 2024-05-30 11:24 UTC  (7+ messages)
` [PATCH v3 2/6] KVM: arm64: maintain per VM value "

[PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp
 2024-05-30 11:24 UTC  (13+ messages)
` [PATCH net-next v2 01/12] virtio_net: independent directory
` [PATCH net-next v2 02/12] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v2 03/12] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v2 04/12] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v2 05/12] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v2 06/12] virtio_net: separate receive_mergeable
` [PATCH net-next v2 07/12] virtio_net: separate receive_buf
` [PATCH net-next v2 08/12] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next v2 09/12] virtio_ring: introduce dma map api for page
` [PATCH net-next v2 10/12] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH net-next v2 11/12] virtio_ring: virtqueue_set_dma_premapped() support to disable
` [PATCH net-next v2 12/12] virtio_net: refactor the xmit type

[PATCH 0/5] mfd: add amd side-band functionality
 2024-05-30 11:23 UTC  (6+ messages)
` [PATCH 1/5] hwmon/mfd sbrmi: Move core sbrmi from hwmon to MFD
` [PATCH 2/5] mfd: sbrmi: Add mfd cell in the probe
` [PATCH 3/5] mfd/hwmon sbrmi: Use regmap subsystem
` [PATCH 4/5] mfd: sbrmi: Clear sbrmi status register bit SwAlertSts
` [PATCH 5/5] mfd/hwmon: sbrmi: Add support for APML protocols

[PATCH net-next v13 00/14] net: Make timestamping selectable
 2024-05-30 11:23 UTC  (3+ messages)
` [PATCH net-next v13 12/14] net: ptp: Move ptp_clock_index() to builtin symbol

NFS write congestion size
 2024-05-30 11:21 UTC  (7+ messages)

[PATCH v3 0/7] drm/msm: make use of the HDMI connector infrastructure
 2024-05-30 11:20 UTC  (4+ messages)
` [PATCH v3 1/7] drm/connector: hdmi: accept NULL for Audio Infoframe

[XEN PATCH v8 0/5] Support device passthrough when dom0 is PVH on Xen
 2024-05-30 11:19 UTC  (14+ messages)
` [RFC XEN PATCH v8 5/5] domctl: Add XEN_DOMCTL_gsi_permission to grant gsi

[PATCH v9 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-05-30 11:18 UTC  (12+ messages)
` [PATCH v9 3/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings

[PATCH] riscv: dts: thead: th1520: Add PMU event node
 2024-05-30 11:18 UTC  (2+ messages)

[PATCH] drm/xe: Split MCR initialization
 2024-05-30 11:19 UTC  (3+ messages)
` ✗ CI.FULL: failure for "

[PATCH 6.10 0/5] ASoC: SOF: ipc4-topology: Fix nhlt configuration blob selection
 2024-05-30 11:19 UTC  (6+ messages)
` [PATCH 6.10 1/5] ASoC: SOF: ipc4-topology: Add support for NHLT with 16-bit only DMIC blob
` [PATCH 6.10 2/5] ASoC: SOF: ipc4-topology: Print out the channel count in sof_ipc4_dbg_audio_format
` [PATCH 6.10 3/5] ASoC: SOF: ipc4-topology/pcm: Rename sof_ipc4_copier_is_single_format()
` [PATCH 6.10 4/5] ASoC: SOF: ipc4-topology: Improve readability of sof_ipc4_prepare_dai_copier()
` [PATCH 6.10 5/5] ASoC: SOF: ipc4-topology: Adjust the params based on DAI formats

[syzbot] [net?] INFO: rcu detected stall in packet_release
 2024-05-30 11:19 UTC  (2+ messages)

[PATCH v2 00/27] Update IXGBE base driver
 2024-05-30 11:14 UTC  (32+ messages)
` [PATCH v3 00/30] "
  ` [PATCH v3 01/30] net/ixgbe/base: revert remove default advertising for x550 2.5G/5G
  ` [PATCH v3 02/30] net/ixgbe/base: fix wrong 5G link speed reported on VF
  ` [PATCH v3 03/30] net/ixgbe/base: fix PHY ID for X550
  ` [PATCH v3 04/30] net/ixgbe/base: rename message type macros
  ` [PATCH v3 05/30] net/ixgbe/base: correct registers names to match datasheet
  ` [PATCH v3 06/30] net/ixgbe/base: introduce new mailbox API
  ` [PATCH v3 07/30] net/ixgbe/base: increase DCB BW calculation for MTU from 4088 to 9128
  ` [PATCH v3 08/30] net/ixgbe/base: improve function comments
  ` [PATCH v3 09/30] net/ixgbe/base: add fw_rst_cnt field to ixgbe_hw struct
  ` [PATCH v3 10/30] net/ixgbe/base: replace HIC with direct register access
  ` [PATCH v3 11/30] net/ixgbe/base: added link state handling
  ` [PATCH v3 12/30] net/ixgbe/base: handle -Wimplicit-fallthrough
  ` [PATCH v3 13/30] net/ixgbe/base: remove non-inclusive language
  ` [PATCH v3 14/30] net/ixgbe/base: filter out spurious link up indication
  ` [PATCH v3 15/30] net/ixgbe/base: remove circular header dependency
  ` [PATCH v3 16/30] net/ixgbe/base: add missing QV defines
  ` [PATCH v3 17/30] net/ixgbe/base: improve SWFW semaphore acquisition
  ` [PATCH v3 18/30] net/ixgbe/base: prevent untrusted loop bound
  ` [PATCH v3 19/30] net/ixgbe/base: remove prototypes of unimplemented functions
  ` [PATCH v3 20/30] net/ixgbe/base: add definitions for E610
  ` [PATCH v3 21/30] net/ixgbe/base: add support for E610 Admin Command Interface
  ` [PATCH v3 22/30] net/ixgbe/base: add support for E610 device capabilities detection
  ` [PATCH v3 23/30] net/ixgbe/base: add link management support for E610 device
  ` [PATCH v3 24/30] net/ixgbe/base: add support for NVM handling in "
  ` [PATCH v3 25/30] net/ixgbe/base: enable E610 device support
  ` [PATCH v3 26/30] net/ixgbe/base: add i2c and GPIO read/write API
  ` [PATCH v3 27/30] net/ixgbe/base: add NVM init and populate
  ` [PATCH v3 28/30] net/ixgbe/base: alternate structure operations support
  ` [PATCH v3 29/30] net/ixgbe/base: support more NVM-related operations
  ` [PATCH v3 30/30] net/ixgbe/base: add various miscellaneous features

[PATCH v2] drm/xe: flush gtt before signalling user fence on all engines
 2024-05-30 11:17 UTC  (2+ messages)

[PATCH] Sanity: Check if tar is gnutar
 2024-05-30 11:15 UTC 

[PATCH 0/8] gpio-tqmx86 fixes
 2024-05-30 11:15 UTC  (6+ messages)
` [PATCH 8/8] gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type

[PATCH] Makefile: Fix include directory for OF_UPSTREAM
 2024-05-30 11:15 UTC  (6+ messages)

[PATCH v3 0/9] Add missing features to FastRPC driver
 2024-05-30 11:14 UTC  (9+ messages)
` [PATCH v3 2/9] misc: fastrpc: Fix DSP capabilities request
` [PATCH v3 3/9] misc: fastrpc: Fix memory corruption in DSP capabilities
` [PATCH v3 4/9] misc: fastrpc: Add static PD restart support
` [PATCH v3 5/9] misc: fastrpc: Redesign remote heap management

[GIT FIXES FOR 6.10] MEI and IPU6 fixes
 2024-05-30 11:11 UTC 

[PATCH v1] crypto: fix build issues on crypto callbacks macro undefined
 2024-05-30 11:13 UTC  (5+ messages)
` [PATCH v2 1/2] crypto: fix build issues on unsetting crypto callbacks macro
  ` [EXTERNAL] "

gitlab -stable-rc: mirroring not working?
 2024-05-30 11:12 UTC  (5+ messages)
` [cip-dev] "
  ` CVE-2017-5715 on simatic-ipc227e -- was "
      ` Siemens targets timing out?

[PATCH] tools: (Actually) drop libsystemd as a dependency
 2024-05-30 11:12 UTC  (3+ messages)

[PATCH v6] ASoC: dt-bindings: omap-mcpdm: Convert to DT schema
 2024-05-30 11:12 UTC 

[PATCH v2] vnc: increase max display size
 2024-05-30 11:10 UTC 

[PATCH v4 00/16] selftests/resctrl: resctrl_val() related cleanups & improvements
 2024-05-30 11:11 UTC  (9+ messages)
` [PATCH v4 02/16] selftests/resctrl: Calculate resctrl FS derived mem bw over sleep(1) only

[PATCH v2] sched/rt: Clean up usage of rt_task()
 2024-05-30 11:10 UTC  (7+ messages)

Bug Report according to thermal_core.c
 2024-05-30 10:49 UTC  (3+ messages)
  ` Regression, thermal: core: battery reading wrong after wake from S3 [Was: Bug Report according to thermal_core.c]

[PATCH 0/4] Zone write plugging and DM zone fixes
 2024-05-30 11:09 UTC  (4+ messages)
` [PATCH 3/4] block: Fix zone write plugging handling of devices with a runt zone

[PATCH v3 0/6] x86: Expose consistent topology to guests
 2024-05-30 11:08 UTC  (3+ messages)
` [PATCH v3 2/6] xen/x86: Add initial x2APIC ID to the per-vLAPIC save area

[PATCH v2] cpufreq/cppc: Take policy->cur into judge when set target
 2024-05-30 11:08 UTC  (2+ messages)
` [PATCH v3] cpufreq/cppc: Remove the desired_perf compare "

[PATCH] hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()
 2024-05-30 11:06 UTC  (3+ messages)

[PATCH 1/2] ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()
 2024-05-30 11:06 UTC  (2+ messages)
` [PATCH 2/2] ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()

Fwd: ebtables rule rewriten to nft 'set host' does not work
 2024-05-30 11:06 UTC 

[PATCH] stdvga: fix screen blanking
 2024-05-30 11:04 UTC 

[PATCH 00/10] drm/i915: identify all platforms in display probe
 2024-05-30 11:04 UTC  (5+ messages)
` ✓ CI.BAT: success for drm/i915: identify all platforms in display probe (rev2)
` ✗ Fi.CI.CHECKPATCH: warning "
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH v2 0/2] Support Tegra I2S client format conversion
 2024-05-30 11:02 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: simple-card-utils: Split simple_fixup_sample_fmt func

[PATCH i-g-t 0/4] Panel Replay eDP changes
 2024-05-30 11:04 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH v8 00/17] power: sequencing: implement the subsystem and add first users
 2024-05-30 11:02 UTC  (2+ messages)

[RESEND PATCH] btrfs-progs: convert: Add 64 bit block numbers support
 2024-05-30 11:00 UTC  (2+ messages)

[PATCH 5/6] perf/x86: Enable NMI source reporting for perfmon
 2024-05-30 10:59 UTC  (2+ messages)

[PATCH V3] drm/xe/xe2lpm: Add permanent Wa_14020756599
 2024-05-30 10:58 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✗ CI.KUnit: failure "

[PATCH v3] can: m_can: don't enable transceiver when probing
 2024-05-30 10:57 UTC 

[PATCH] irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update()
 2024-05-30 10:57 UTC  (2+ messages)

[PATCH i-g-t v3 0/2] check drmModeGetConnector() return value in some missing places
 2024-05-30 10:57 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for check drmModeGetConnector() return value in some missing places (rev4)

[linux-linus test] 186189: regressions - FAIL
 2024-05-30 10:57 UTC 

[RFC PATCH] sbitmap: fix io hung due to race on sbitmap_word::cleared
 2024-05-30 10:55 UTC  (3+ messages)

[PATCH 1/1] iommu: Return right value in iommu_sva_bind_device()
 2024-05-30 10:55 UTC  (2+ messages)

CXL volatile memory: How to restore the previous region/Interleave set
 2024-05-30 10:54 UTC  (5+ messages)

[syzbot] [wireguard?] INFO: task hung in wg_netns_pre_exit (4)
 2024-05-30 10:55 UTC 

[DPDK/ethdev Bug 1448] cannot disable RTE_ETHDEV_RXTX_CALLBACKS from rte_config.h
 2024-05-30 10:54 UTC  (2+ messages)

[core-for-CI PATCH] PCI: Fix missing lockdep annotation for pci_cfg_access_trylock()
 2024-05-30 10:53 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] drm/i915: Fix assert on pending async-put power domain work when it requeues itself
 2024-05-30 10:53 UTC 

[LTP] [PATCH 0/3] Add ioctl_ficlone testing suite
 2024-05-30 10:52 UTC  (7+ messages)
` [LTP] [PATCH 1/3] Add ioctl_ficlone01 test
` [LTP] [PATCH 2/3] Add ioctl_ficlone02 test
` [LTP] [PATCH 3/3] Add ioctl_ficlone03 test

[PATCH 0/3] hwmon: Add support for SPD5118 compliant temperature sensors
 2024-05-30 10:51 UTC  (3+ messages)
` [PATCH 2/3] "

[RESEND PATCH 00/10] memblock: introduce memsize showing reserved memory
 2024-05-30 10:49 UTC  (10+ messages)
    `  "
      ` (2) "
                    `  "

[PATCH 0/2] drm/i915: prevent some static analyzer warnings
 2024-05-30 10:48 UTC  (2+ messages)

[f2fs-dev] [Bug 218870] New: F2FS mount/unmount results in invalid_blkaddr
 2024-05-30 10:48 UTC  (2+ messages)
` [f2fs-dev] [Bug 218870] "

[PATCH 1/1] media: ipu6: Rework CSI-2 sub-device streaming control
 2024-05-30 10:48 UTC 

lvm2 deadlock
 2024-05-30 10:21 UTC 

[PATCH v2 00/20] pinctrl: Use scope based of_node_put() cleanups
 2024-05-30 10:46 UTC  (6+ messages)
` [PATCH v2 02/20] pinctrl: tegra: "

[PATCH v5] sched: Consolidate cpufreq updates
 2024-05-30 10:46 UTC 

[REGRESSION] USB flash drive unusable with constant resets, since commit 4f53138fff
 2024-05-30  9:46 UTC  (3+ messages)

[PATCH v3 00/21] block atomic writes for XFS
 2024-05-30 10:40 UTC  (4+ messages)
` [PATCH v3 14/21] iomap: Sub-extent zeroing


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.