All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-29 06:19:15 to 2024-04-29 07:18:36 UTC [more...]

[PATCH v2 0/5] docs: stable-kernel-rules: fine-tuning and 'no stable backport' tag
 2024-04-29  7:18 UTC  (6+ messages)
` [PATCH v2 1/5] docs: stable-kernel-rules: reduce redundancy
` [PATCH v2 2/5] docs: stable-kernel-rules: call mainline by its name and change example
` [PATCH v2 3/5] docs: stable-kernel-rules: remove code-labels tags and a indention level
` [PATCH v2 4/5] docs: stable-kernel-rules: explain use of stable@kernel.org (w/o @vger.)
` [PATCH v2 5/5] docs: stable-kernel-rules: create special tag to flag 'no backporting'

[PATCH 0/2] mm/gup: Fix hugepd for longterm R/O pin on Power
 2024-04-29  7:17 UTC  (3+ messages)
` [PATCH 1/2] mm/gup: Fix hugepd handling in hugetlb rework

After suspend/resume cycle ASPEED VGA monitor suffers with "No Signal" state
 2024-04-29  7:16 UTC  (2+ messages)

[PATCH net-next v2] net: ti: icssg_prueth: Add SW TX / RX Coalescing based on hrtimers
 2024-04-29  7:15 UTC  (2+ messages)

[PATCH 0/3] iio: cleanup masklength usage
 2024-04-29  7:17 UTC  (6+ messages)

[PATCH 0/8] hwtracing: Convert to platform remove callback returning void
 2024-04-29  7:13 UTC  (9+ messages)
` [PATCH 7/8] intel_th: "

[PATCH] mfd: axp20x: convert to use maple tree register cache
 2024-04-29  7:12 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-29  7:12 UTC 

[PATCH v5 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-04-29  7:11 UTC  (10+ messages)
` [PATCH v5 4/9] xfs: convert delayed extents to unwritten when zeroing post eof blocks

[RFC PATCH] spi: dt-bindings: ti,qspi: convert to dtschema
 2024-04-29  7:10 UTC  (3+ messages)

[PATCHv3] wifi: ath11k: skip status ring entry processing
 2024-04-29  7:09 UTC  (5+ messages)

[PATCH] Adding quirks for 2024 HP Spectre x360 touchpads
 2024-04-29  7:09 UTC 

[PATCH v3 1/1] mmc: core: increase the timeout period of the ACMD41 command
 2024-04-29  7:09 UTC  (2+ messages)

[openeuler:OLK-6.6 7604/7624] drivers/net/ethernet/huawei/hinic3/cqm/cqm_bitmap_table.c:371:3: error: a randomized struct can only be initialized with a designated initializer
 2024-04-29  7:08 UTC 

[PATCH v2 0/1] mmc: sdhci-of-dwcmshc: enhance framework
 2024-04-29  7:08 UTC  (3+ messages)
` [PATCH v2 1/1] mmc: sdhci-of-dwcmshc: add callback functions for dwcmshc_priv

[PATCH bpf-next 0/2] Free strdup memory in selftests
 2024-04-29  7:07 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Free strdup memory in test_sockmap
` [PATCH bpf-next 2/2] selftests/bpf: Free strdup memory in veristat

[PATCH v2 0/7] x86: Make MAX_ALTP2M configurable
 2024-04-29  7:07 UTC  (3+ messages)
` [PATCH v2 1/7] x86/p2m: Add braces for better code clarity

[PATCH v3] gpio: nuvoton: Fix sgpio irq handle error
 2024-04-29  7:05 UTC  (2+ messages)

General Protection Fault in md raid10
 2024-04-29  7:06 UTC  (5+ messages)

[PATCH 0/3] virtio-net: Convert feature properties to OnOffAuto
 2024-04-29  7:05 UTC  (2+ messages)

[PATCH v3 00/14] Generic line based metadata, without sensor API changes
 2024-04-29  7:05 UTC  (3+ messages)
` [PATCH] media: uapi: v4l: Don't expose generic metadata formats to userspace

[PATCH 1/2] x86/cpufeatures: Add AMD FAST CPPC feature flag
 2024-04-29  7:03 UTC  (2+ messages)
` [PATCH 2/2] cpufreq: amd-pstate: change cpu freq transition delay for some models

[PATCH v3 0/8] refs: add symref support to 'git-update-ref'
 2024-04-29  7:02 UTC  (6+ messages)
` [PATCH v4 0/7] add symref-* commands to 'git-update-ref --stdin'
  ` [PATCH v4 1/7] refs: accept symref values in `ref_transaction[_add]_update`

[PATCH 0/4] vhost: Cleanup
 2024-04-29  7:02 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-29  7:02 UTC 

fix h_size validation
 2024-04-29  7:02 UTC  (4+ messages)
` [PATCH 1/3] xfs: fix log recovery buffer allocation for the legacy h_size fixup
` [PATCH 2/3] xfs: restrict the h_size fixup in xlog_do_recovery_pass
` [PATCH 3/3] xfs: clean up buffer allocation "

[PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
 2024-04-29  6:50 UTC  (20+ messages)
` [PATCH v3 01/19] backends: Introduce HostIOMMUDevice abstract
` [PATCH v3 02/19] vfio/container: Introduce HostIOMMUDeviceLegacyVFIO device
` [PATCH v3 03/19] backends/iommufd: Introduce abstract HostIOMMUDeviceIOMMUFD device
` [PATCH v3 04/19] vfio/iommufd: Introduce HostIOMMUDeviceIOMMUFDVFIO device
` [PATCH v3 05/19] backends/host_iommu_device: Introduce HostIOMMUDeviceCaps
` [PATCH v3 06/19] range: Introduce range_get_last_bit()
` [PATCH v3 07/19] vfio/container: Implement HostIOMMUDeviceClass::realize() handler
` [PATCH v3 08/19] backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
` [PATCH v3 09/19] vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handler
` [PATCH v3 10/19] vfio/container: Implement HostIOMMUDeviceClass::check_cap() handler
` [PATCH v3 11/19] backends/iommufd: "
` [PATCH v3 12/19] vfio: Introduce VFIOIOMMUClass::hiod_typename attribute
` [PATCH v3 13/19] vfio: Create host IOMMU device instance
` [PATCH v3 14/19] hw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()
` [PATCH v3 15/19] hw/pci: Introduce pci_device_[set|unset]_iommu_device()
` [PATCH v3 16/19] vfio/pci: Pass HostIOMMUDevice to vIOMMU
` [PATCH v3 17/19] intel_iommu: Extract out vtd_cap_init() to initialize cap/ecap
` [PATCH v3 18/19] intel_iommu: Implement [set|unset]_iommu_device() callbacks
` [PATCH v3 19/19] intel_iommu: Check compatibility with host IOMMU capabilities

[PATCH v2] arm64: dts: ti: k3-am625-sk: Add bootph-all property in phy_gmii_sel node
 2024-04-29  6:58 UTC  (7+ messages)

[PATCH] drm/amd/pm: fix warning using uninitialized value of max_vid_step
 2024-04-29  6:57 UTC  (2+ messages)

[freescale-fslc:5.15-2.2.x-imx 3842/29983] drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-ceetm.c:862:28: warning: variable 'priv' set but not used
 2024-04-29  6:56 UTC 

[PATCH] mmc: core: resume not check card exist before powerup
 2024-04-29  6:56 UTC  (5+ messages)

[PATCH] [RFC PATCH] ALSA: usb-audio: endpoint: Prevent NULL pointer deference in snd_usb_endpoint_close
 2024-04-29  6:57 UTC  (4+ messages)

[PATCH 00/15] i2c: use 'time_left' with wait_for_*
 2024-04-29  6:56 UTC  (3+ messages)
` [PATCH 10/15] i2c: synquacer: use 'time_left' variable with wait_for_completion_timeout()

[PATCH 0/2] advice: add "all" option to disable all hints
 2024-04-29  6:55 UTC  (7+ messages)
` [PATCH v2 0/1] advice: add --no-advice global option
  ` [PATCH v2 1/1] "

[PATCH] drm/amd/display: Refactor construct_phy function in dc/link/link_factory.c
 2024-04-29  6:54 UTC 

[PATCH] PCI: dwc: keystone: Fix potential NULL dereference
 2024-04-29  6:53 UTC  (3+ messages)
` [PATCH v2] "

RTT-PROBE: lore-subspace-rtt
 2024-04-29  6:52 UTC 

[PATCH 0/3] perf: Add Arm Network-on-Chip PMU driver
 2024-04-29  6:49 UTC  (4+ messages)
` [PATCH 3/3] MAINTAINERS: List Arm interconnect PMUs as supported

[PATCH] builtin/tag.c: add --trailer arg
 2024-04-29  6:50 UTC  (2+ messages)

[PATCH v2] usb: ohci: Prevent missed ohci interrupts
 2024-04-29  6:49 UTC  (4+ messages)

[PATCH] drm/amdgpu/vpe: fix vpe dpm clk ratio setup failed
 2024-04-29  6:52 UTC 

[PULL 0/9] Trivial patches for 2024-04-29
 2024-04-29  6:45 UTC  (10+ messages)
` [PULL 1/9] target/i386/cpu: Remove "x86" prefix from the CPU list
` [PULL 2/9] target/s390x/cpu_models: Rework the output of "-cpu help"
` [PULL 3/9] target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list
` [PULL 4/9] scripts/checkpatch: Avoid author email mangled by qemu-*@nongnu.org
` [PULL 5/9] scripts/checkpatch: Do not use mailmap
` [PULL 6/9] backends/cryptodev-builtin: Fix local_error leaks
` [PULL 7/9] target/loongarch/cpu.c: typo fix: expection
` [PULL 8/9] target/riscv/kvm: remove sneaky strerrorname_np() instance
` [PULL 9/9] checkpatch.pl: forbid strerrorname_np()

[PATCH v2] drm/xe/mocs: Add debugfs node to dump mocs
 2024-04-29  6:46 UTC  (4+ messages)
` ✗ CI.KUnit: failure for drm/xe/mocs: Add debugfs node to dump mocs (rev3)

[xilinx-xlnx:xlnx_rebase_v6.6_LTS 643/992] ERROR: modpost: "ulpi_write" [drivers/usb/dwc3/dwc3.ko] undefined!
 2024-04-29  6:46 UTC 

[PATCH v3] arm64: dts: ti: Fix csi2-dual-imx219 dtb names
 2024-04-29  6:44 UTC  (2+ messages)

[PATCH v9 1/5] drm/amdgpu: Implement a new userqueue fence driver
 2024-04-29  6:43 UTC  (5+ messages)
` [PATCH v9 2/5] drm/amdgpu: Add mqd support for the fence address
` [PATCH v9 3/5] drm/amdgpu: UAPI headers for userqueue Secure semaphore
` [PATCH v9 4/5] drm/amdgpu: Implement userqueue signal/wait IOCTL
` [PATCH v9 5/5] drm/amdgpu: Enable userq fence interrupt support

[PATCH 00/15] Remaining patches for dynamic node programming using overlay dtbo
 2024-04-29  6:43 UTC  (5+ messages)
` [PATCH 07/15] xen/overlay: Enable device tree overlay assignment to running domains

[PATCH v2] arm64: dts: ti: Fix csi2-dual-imx219 dtb names
 2024-04-29  6:43 UTC  (2+ messages)

[PATCH v1 0/2] riscv: sophgo: add spi nor support for cv1800 series
 2024-04-29  6:43 UTC  (7+ messages)
` [PATCH v1 1/2] dt-bindings: mtd: add sophgo spi-nor-controller

[groeck-staging:hwmon-next] BUILD SUCCESS 2ba3ec0d5d4a6b380a10a295d4c83e4a9bcfc51a
 2024-04-29  6:42 UTC 

[PATCH] MIPS: Take in account load hazards for HI/LO restoring
 2024-04-29  6:42 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-04-29  6:42 UTC 

[PATCH -next 0/4] crypto: starfive - Minor fixes for AES and RSA
 2024-04-29  6:06 UTC  (5+ messages)
` [PATCH -next 1/4] crypto: starfive - Skip dma setup for zeroed message
` [PATCH -next 2/4] crypto: starfive: Skip unneeded fallback allocation
` [PATCH -next 3/4] crypto: starfive: Do not free stack buffer
` [PATCH -next 4/4] crypto: starfive: Use fallback for unaligned dma access

[PATCH] Fixes [YOCTO #15473]
 2024-04-29  6:41 UTC 

[RFC PATCH v4 00/20] RISC-V: ACPI: Add external interrupt controller support
 2024-04-29  6:41 UTC  (6+ messages)

[PATCH 0/2] Fix the iio-gts-helpers available times table sorting
 2024-04-29  6:40 UTC  (4+ messages)
` [PATCH 1/2] iio: Fix the sorting functionality in iio_gts_build_avail_time_table
` [PATCH 2/2] iio: test: gts: test available times and gains sorting

[PATCH] serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
 2024-04-29  6:39 UTC  (2+ messages)

[PATCH v2 0/4] target/arm: Make the counter frequency default 1GHz for new CPUs, machines
 2024-04-29  6:37 UTC  (3+ messages)
` [PATCH v2 2/4] hw/arm/sbsa-ref: Force CPU generic timer to 62.5MHz

[PATCH v1] crypto: nuvoton: npcm_sha: Support SHA 384/512
 2024-04-29  6:38 UTC 

[PATCH v5 0/7] MSI-X support with qemu in stubdomain, and other related changes
 2024-04-29  6:37 UTC  (5+ messages)
` [PATCH v5 3/7] x86/hvm: Allow access to registers on the same page as MSI-X table

[PATCH] xen/spinlock: use correct pointer
 2024-04-29  6:36 UTC  (4+ messages)

[PATCH v4 0/1] ARM Sbsa-ref: Enable CPU cluster topology
 2024-04-29  6:35 UTC  (4+ messages)
` [PATCH v4 1/1] hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machine

[PATCH 00/11] Stop relying on SHA1 fallback for `the_hash_algo`
 2024-04-29  6:35 UTC  (15+ messages)
` [PATCH v3 00/13] "
  ` [PATCH v3 01/13] path: harden validation of HEAD with non-standard hashes
  ` [PATCH v3 02/13] path: move `validate_headref()` to its only user
  ` [PATCH v3 03/13] parse-options-cb: only abbreviate hashes when hash algo is known
  ` [PATCH v3 04/13] attr: don't recompute default attribute source
  ` [PATCH v3 05/13] attr: fix BUG() when parsing attrs outside of repo
  ` [PATCH v3 06/13] remote-curl: fix parsing of detached SHA256 heads
  ` [PATCH v3 07/13] builtin/rev-parse: allow shortening to more than 40 hex characters
  ` [PATCH v3 08/13] builtin/blame: don't access potentially unitialized `the_hash_algo`
  ` [PATCH v3 09/13] builtin/bundle: abort "verify" early when there is no repository
  ` [PATCH v3 10/13] builtin/diff: explicitly set hash algo when there is no repo
  ` [PATCH v3 11/13] builtin/shortlog: don't set up revisions without repo
  ` [PATCH v3 12/13] oss-fuzz/commit-graph: set up hash algorithm
  ` [PATCH v3 13/13] repository: stop setting SHA1 as the default object hash

[PATCH 0/7] Add Mule I2C multiplexer support
 2024-04-29  6:33 UTC  (9+ messages)
` [PATCH 2/7] dt-bindings: i2c: mux: mule: add dt-bindings for mule i2c multiplexer
` [PATCH 3/7] i2c: muxes: add support "

[PATCH v2 0/2] Add support for CPSW3G port 2 on AM62A7-SK
 2024-04-29  6:32 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: dts: ti: k3-am62a7: Add overlay for second CPSW3G Port

RTT-PROBE: lore-subspace-rtt
 2024-04-29  6:32 UTC 

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-04-29  6:31 UTC  (3+ messages)
` [PATCH v2 10/25] KVM: VMX: Add support for FRED context save/restore

[PATCH v4 0/2] caam: init-clk based on caam-page0-access
 2024-04-29  6:28 UTC  (6+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] drivers: crypto: caam: i.MX8ULP donot have CAAM page0 access

[PATCH v2] gpio: nuvoton: Fix sgpio irq handle error
 2024-04-29  6:30 UTC  (3+ messages)

[PATCH 0/2 v5] pwm: add axi-pwm-gen driver
 2024-04-29  6:30 UTC  (5+ messages)
` [PATCH 1/2 v5] dt-bindings: pwm: Add AXI PWM generator

[PATCH] iio: adc: xilinx-ams: Use device_for_each_child_node_scoped()
 2024-04-29  6:28 UTC  (5+ messages)

[PATCH 0/4] cgroup: Introduce cpu controller test suite
 2024-04-29  6:29 UTC  (3+ messages)
` [PATCH v2 3/4] cgroup: Add test_cpucg_weight_overprovisioned() testcase

[PATCH v4] arm64: dts: imx8ulp: add caam jr
 2024-04-29  6:25 UTC  (5+ messages)

[xilinx-xlnx:xlnx_rebase_v6.6_LTS 643/992] ld.lld: error: undefined symbol: ulpi_write
 2024-04-29  6:25 UTC 

[PATCH] drm/virtio: fix memory leak of vbuf
 2024-04-29  6:24 UTC  (2+ messages)

[oe][meta-webserver][kirkstone][PATCH 1/1] nginx: fix CVE-2023-44487
 2024-04-29  6:23 UTC 

[PATCH] dt-bindings: Drop unnecessary quotes on keys
 2024-04-29  6:22 UTC  (4+ messages)

[PATCH v13 00/20] Automatic Disk Unlock with TPM2
 2024-04-29  6:21 UTC  (4+ messages)
` [PATCH v13 08/20] libtasn1: Add the documentation

RTT-PROBE: lore-subspace-rtt
 2024-04-29  6:22 UTC 

[PATCH] regulator: dt-bindings: fixed-regulator: Add a preferred node name
 2024-04-29  6:21 UTC  (2+ messages)

[PATCH 0/3] Misc. musl libc fixes
 2024-04-27  7:11 UTC  (7+ messages)
` [PATCH 1/3] Define _LARGEFILE64_SOURCE for musl libc
` [PATCH 2/3] Change sys/poll.h to poll.h

[DPDK/core Bug 1425] enable_stdatomic=true breaks C++ on GCC 11 and earlier
 2024-04-29  6:21 UTC 

[PATCH v3 0/7] ipq9574: Enable PCI-Express support
 2024-04-29  6:20 UTC  (8+ messages)
` [PATCH v3 6/7] phy: qcom-qmp-pcie: add support for ipq9574 gen3x2 PHY

[PATCH] ethdev: document that stats reset APIs are not thread-safe
 2024-04-29  6:20 UTC  (6+ messages)

[PATCH v7 00/18] Intel IPU6 and IPU6 input system drivers
 2024-04-29  6:18 UTC  (13+ messages)
` [PATCH v7 07/18] media: intel/ipu6: add IPU6 DMA mapping API and MMU table
` [PATCH v7 08/18] media: intel/ipu6: add syscom interfaces between firmware and driver
` [PATCH v7 09/18] media: intel/ipu6: input system ABI "
` [PATCH v7 10/18] media: intel/ipu6: add IPU6 CSI2 receiver v4l2 sub-device
` [PATCH v7 11/18] media: intel/ipu6: add the CSI2 DPHY implementation
` [PATCH v7 12/18] media: intel/ipu6: input system video nodes and buffer queues
` [PATCH v7 13/18] media: intel/ipu6: add the main input system driver
` [PATCH v7 14/18] media: intel/ipu6: add Kconfig and Makefile
` [PATCH v7 15/18] media: MAINTAINERS: add maintainers for Intel IPU6 input system driver
` [PATCH v7 16/18] media: intel/ipu6: support line-based metadata capture support
` [PATCH v7 17/18] media: Documentation: add Intel IPU6 ISYS driver admin-guide doc
` [PATCH v7 18/18] media: Documentation: add documentation of Intel IPU6 driver and hardware overview


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.