All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-04 09:32:47 to 2024-06-04 10:27:24 UTC [more...]

[PATCH v3] block: Use LVM tools for LV block device truncation
 2024-06-04 10:26 UTC  (2+ messages)

[PATCH 0/3] pinctrl: scmi: support i.MX95 OEM extensions with fsl,pins property
 2024-06-04 10:27 UTC  (4+ messages)
` [PATCH 3/3] pinctrl: imx: support SCMI pinctrl protocol for i.MX95

[kvm-unit-tests PATCH v9 00/31] powerpc improvements
 2024-06-04 10:26 UTC  (3+ messages)
` [kvm-unit-tests PATCH v9 26/31] powerpc: add usermode support

Running qemu-aarch64 emulator inside Termux
 2024-06-04 11:26 UTC  (3+ messages)

[PATCH 00/10] use folio in ksm
 2024-06-04 10:26 UTC  (4+ messages)
` [PATCH 01/10] mm/ksm: reduce the flush action for ksm merging page

[PATCH v2 RESEND] Revert "fpga: disable KUnit test suites when module support is enabled"
 2024-06-04 10:25 UTC 

[PATCH v2] mm: let kswapd work again for node that used to be hopeless but may not now
 2024-06-04 10:25 UTC  (6+ messages)

Need to add TEMPLATECONF in Custom layer
 2024-06-04 10:24 UTC  (2+ messages)
` [yocto] "

[PATCH V2] drm/ttm: increase ttm pre-fault value to PMD size
 2024-06-04 10:24 UTC  (3+ messages)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-04 10:23 UTC  (5+ messages)
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem

[PULL v2 00/27] riscv-to-apply queue
 2024-06-04 10:22 UTC  (2+ messages)

virtio-fs tests between host(x86) and dpu(arm64)
 2024-06-04 10:21 UTC  (15+ messages)
` Addressing architectural differences between FUSE driver and fs - "

[PATCH 0/2] Enable reset_cpu() in SPL for ZynqMP
 2024-06-04 10:20 UTC  (7+ messages)
` [PATCH 2/2] xilinx: zynqmp: Enable reset_cpu() in SPL

[PATCH 00/34] drm/nouveau: misc. cleanups and removal of unused apis
 2024-06-04 10:20 UTC  (5+ messages)
` [PATCH 01/34] drm/nouveau: create pci device once
` [PATCH 02/34] drm/nouveau: store nvkm_device pointer in nouveau_drm

[PATCH 1/1] usb: Assimilate usb_get_descriptor() to linux
 2024-06-04 10:19 UTC  (3+ messages)

[PATCH] mips64el-softmmu: Enable MTTCG
 2024-06-04 10:18 UTC  (3+ messages)

[PATCH v4 0/6] add mTHP support for anonymous shmem
 2024-06-04 10:17 UTC  (7+ messages)
` [PATCH v4 1/6] mm: memory: extend finish_fault() to support large folio
` [PATCH v4 2/6] mm: shmem: add THP validation for PMD-mapped THP related statistics
` [PATCH v4 3/6] mm: shmem: add multi-size THP sysfs interface for anonymous shmem
` [PATCH v4 4/6] mm: shmem: add mTHP support "
` [PATCH v4 5/6] mm: shmem: add mTHP size alignment in shmem_get_unmapped_area
` [PATCH v4 6/6] mm: shmem: add mTHP counters for anonymous shmem

[PATCH 0/5] use the pager in 'add -p'
 2024-06-04 10:17 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/6] "
    ` [PATCH v4 "
      ` [PATCH v4 3/6] pager: introduce wait_for_pager
      ` [PATCH v4 5/6] test-terminal: introduce --no-stdin-pty

[PATCH 0/2] Batch IOTLB/dev-IOTLB invalidation
 2024-06-04 10:15 UTC  (8+ messages)
` [PATCH 1/2] iommu/vt-d: Support batching IOTLB/dev-IOTLB invalidation commands

[PATCH 0/6] target/riscv: Add support for Control Transfer Records Ext
 2024-06-04 10:14 UTC  (3+ messages)
` [PATCH 3/6] target/riscv: Add support for Control Transfer Records extension CSRs

[PATCH 0/2] arm64: dts: qcom: switch RB1 and RB2 platforms to i2c2-gpio
 2024-06-04 10:14 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: qcom: qrb2210-rb1: switch I2C2 to i2c-gpio
` [PATCH 2/2] arm64: dts: qcom: qrb4210-rb2: "

[RESEND PATCH] drm: Combine identical if/elif code blocks
 2024-06-04 10:13 UTC 

[PATCH 0/13] leak fixes for sparse-checkout code
 2024-06-04 10:13 UTC  (24+ messages)
` [PATCH 02/13] sparse-checkout: pass string literals directly to add_pattern()
` [PATCH 09/13] sparse-checkout: refactor temporary sparse_checkout_patterns
` [PATCH 10/13] sparse-checkout: free sparse_filename after use
` [PATCH v2 0/13] leak fixes for sparse-checkout code
  ` [PATCH v2 01/13] sparse-checkout: free string list in write_cone_to_file()
  ` [PATCH v2 02/13] sparse-checkout: pass string literals directly to add_pattern()
  ` [PATCH v2 03/13] dir.c: free strings in sparse cone pattern hashmaps
  ` [PATCH v2 04/13] sparse-checkout: clear patterns when init() sees existing sparse file
  ` [PATCH v2 05/13] dir.c: free removed sparse-pattern hashmap entries
  ` [PATCH v2 06/13] dir.c: always copy input to add_pattern()
  ` [PATCH v2 07/13] sparse-checkout: reuse --stdin buffer when reading patterns
  ` [PATCH v2 08/13] sparse-checkout: always free "line" strbuf after reading input
  ` [PATCH v2 09/13] sparse-checkout: refactor temporary sparse_checkout_patterns
  ` [PATCH v2 10/13] sparse-checkout: free sparse_filename after use
  ` [PATCH v2 11/13] sparse-checkout: free pattern list in sparse_checkout_list()
  ` [PATCH v2 12/13] sparse-checkout: free string list after displaying
  ` [PATCH v2 13/13] sparse-checkout: free duplicate hashmap entries

[OE-core] mesa: build failure in CI, dependency not found
 2024-06-04 10:13 UTC  (3+ messages)

[PATCH] ASoC: atmel: atmel-classd: Re-add dai_link->platform to fix card init
 2024-06-04 10:10 UTC 

[RFC][PATCH 08/10] sched/fair: Implement delayed dequeue
 2024-06-04 10:11 UTC  (11+ messages)

[PATCH 1/4] wireless-regdb: Update regulatory info for Malaysia (MY) on 6GHz
 2024-06-04 10:09 UTC  (7+ messages)
` [PATCH 2/4] wireless-regdb: Update regulatory info for Morocco (MA) "
` [PATCH 3/4] wireless-regdb: Update regulatory info for Chile (CL) "

[PULL 00/63] First batch of i386 and build system patch for QEMU 9.1
 2024-06-04 10:07 UTC  (3+ messages)
` [PULL 17/63] stubs: include stubs only if needed

[PATCH net] net/mlx5: Fix tainted pointer delete is case of flow rules creation fail
 2024-06-04 10:05 UTC 

[PATCH 1/4] arm64: dts: stratix10: socdk: drop unneeded flash address/size-cells
 2024-06-04 10:07 UTC  (3+ messages)

[isilence:zcrx/next 19/23] drivers/net/ethernet/broadcom/bnxt/bnxt.c:14885:13: warning: 'bnxt_init_rx_ring_rxbd_pages' defined but not used
 2024-06-04 10:06 UTC 

[PATCH v2 0/2] Disable SS instances in park mode for SC7180/ SC7280
 2024-06-04 10:05 UTC  (7+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: sc7180: Disable SuperSpeed instances in park mode

[rt-devel:linux-6.10.y-rt-rebase 63/93] kernel/printk/printk.o: warning: objtool: __jump_table+0x0: special: can't find orig instruction
 2024-06-04 10:03 UTC  (6+ messages)

[HELP] FUSE writeback performance bottleneck
 2024-06-04 10:02 UTC  (8+ messages)

[PATCH] drm/i915/gt: Fix potential UAF by revoke of fence registers
 2024-06-04 10:01 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PULL 00/32] Misc HW / accel patches
 2024-06-04  9:56 UTC  (33+ messages)
` [PULL 01/32] target/riscv: Remove unused 'instmap.h' header in translate.c
` [PULL 02/32] target/riscv: Restrict 'rv128' machine to TCG accelerator
` [PULL 03/32] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu
` [PULL 04/32] target/mips: Remove unused 'hw/misc/mips_itu.h' header
` [PULL 05/32] target/arm: Replace sprintf() by snprintf()
` [PULL 06/32] target/i386/kvm: Improve KVM_EXIT_NOTIFY warnings
` [PULL 07/32] disas/m68k: Replace sprintf() by snprintf()
` [PULL 08/32] disas/microblaze: "
` [PULL 09/32] util/hexdump: Remove b parameter from qemu_hexdump_line
` [PULL 10/32] util/hexdump: Remove ascii "
` [PULL 11/32] MAINTAINERS: drop usb maintainership
` [PULL 12/32] system/runstate: Remove unused 'qemu/plugin.h' header
` [PULL 13/32] accel/tcg: Move common declarations to 'internal-common.h'
` [PULL 14/32] accel/kvm: Fix two lines with hard-coded tabs
` [PULL 15/32] hw/core: expand on the alignment of CPUState
` [PULL 16/32] cpu: move Qemu[Thread|Cond] setup into common code
` [PULL 17/32] cpu-target: don't set cpu->thread_id to bogus value
` [PULL 18/32] plugins: remove special casing for cpu->realized
` [PULL 19/32] core/cpu-common: initialise plugin state before thread creation
` [PULL 20/32] xen: Add xen_mr_is_memory()
` [PULL 21/32] physmem: Always pass offset + addr to xen_map_cache
` [PULL 22/32] physmem: Replace check for RAMBlock offset 0 with xen_mr_is_memory
` [PULL 23/32] hw/xen: Constify XenLegacyDevice::XenDevOps
` [PULL 24/32] hw/xen: Constify xenstore_be::XenDevOps
` [PULL 25/32] hw/xen: Make XenDevOps structures const
` [PULL 26/32] hw/xen: Register framebuffer backend via xen_backend_init()
` [PULL 27/32] hw/misc/debugexit: use runstate API instead of plain exit()
` [PULL 28/32] hw/dma/xlnx_dpdma: Read descriptor into buffer, not into pointer-to-buffer
` [PULL 29/32] hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR event
` [PULL 30/32] trace: Remove deprecated 'vcpu' field from QMP trace events
` [PULL 31/32] qga: Remove deprecated 'blacklist' argument / config key
` [PULL 32/32] usb: add config options for the hub and hid devices

[PATCH] PCI: vmd: Create domain symlink before pci_bus_add_devices
 2024-06-04 10:00 UTC  (3+ messages)

[PATCH v1] ARM: dts: Aspeed: Add Facebook Minerva DTS
 2024-06-04  9:57 UTC 

[PATCH 0/4] hw/s390x: Alias @dump-skeys -> @dump-s390-skey and deprecate
 2024-06-04 10:00 UTC  (8+ messages)

[PATCH v3 0/6] add mTHP support for anonymous shmem
 2024-06-04  9:59 UTC  (10+ messages)

[PATCH v4 0/3] Rust block device driver API and null block driver
 2024-06-04  9:59 UTC  (6+ messages)
` [PATCH v4 1/3] rust: block: introduce `kernel::block::mq` module

[Intel-wired-lan] [PATCH iwl-net v3] ice: implement AQ download pkg retry
 2024-06-04  9:58 UTC  (3+ messages)

[PATCH] mailbox: ARM_MHU_V3 should depend on ARM64
 2024-06-04  9:57 UTC  (10+ messages)

[PATCH] HID: Ignore battery for ELAN touchscreens 2F2C and 4116 on ASUS Zenbook 14 OLED (2023) and ASUS Zenbook Pro 14 OLED (2023)
 2024-06-04  9:57 UTC 

[ovmf test] 186245: all pass - PUSHED
 2024-06-04  9:57 UTC 

[PATCH v6] ASoC: tas2781: Fix wrong loading calibrated data sequence
 2024-06-04  9:55 UTC  (5+ messages)
  ` [EXTERNAL] "

[Intel-wired-lan] [PATCH net, v2] ice: avoid IRQ collision to fix init failure on ACPI S3 resume
 2024-06-04  9:55 UTC  (3+ messages)

[PATCH v9 0/5] Add C3 SoC PLLs and Peripheral clock
 2024-06-04  9:53 UTC  (4+ messages)

[PATCH] drm/i915/gt: Delete the live_hearbeat_fast selftest
 2024-06-04  9:52 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels
 2024-06-04  9:51 UTC  (2+ messages)

[PATCH net-next v4 0/2] net: allow dissecting/matching tunnel control flags
 2024-06-04  9:50 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: x1e80100-crd: add USB DisplayPort audio
 2024-06-04  9:49 UTC 

[PATCH 1/2] dt-bindings: display: bridge: tc358867: Document default DP preemphasis
 2024-06-04  9:49 UTC  (4+ messages)
` [PATCH 2/2] drm/bridge: tc358767: Add configurable default preemphasis

[PATCH v2] ARM: dts: Aspeed: Add Facebook Harma DTS
 2024-06-04  9:45 UTC 

[PATCH v2 3/3] drm/panic: Add a kmsg panic screen
 2024-06-04  9:48 UTC  (2+ messages)

[PATCH] bootstd: Fix a handful of doc typos in bootmeth
 2024-06-04  9:47 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: renesas: gray-hawk: Add video capture pipeline
 2024-06-04  9:47 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: renesas: gray-hawk-csi-dsi: Add and connect MAX96724

[PATCH] ASoC: qcom: x1e80100: Add USB DisplayPort plug support
 2024-06-04  9:46 UTC 

[PATCH v3 4/6] mm: shmem: add mTHP support for anonymous shmem
 2024-06-04  9:46 UTC  (2+ messages)

[PATCH v5 0/2] Add notifier for PLL0 clock and set it 1.5GHz on
 2024-06-04  9:45 UTC  (10+ messages)

[PATCH] rust: rustdoc reproducibility - disable PGO
 2024-06-04  9:45 UTC  (5+ messages)
` [OE-core] "

[PATCHv11 00/19] x86/tdx: Add kexec support
 2024-06-04  9:43 UTC  (12+ messages)
` [PATCH v7 0/3] x86/snp: "
  ` [PATCH v7 1/3] efi/x86: Fix EFI memory map corruption with kexec

[PATCH v3] can: m_can: don't enable transceiver when probing
 2024-06-04  9:44 UTC  (2+ messages)

Kernel panic triggered while removing mlx5_core devices from the pci bus
 2024-06-04  9:44 UTC  (5+ messages)

[PATCH] target/i386: fix SSE and SSE2 featue check
 2024-06-04  9:42 UTC  (3+ messages)

[PATCH v6 00/11] enable bs > ps in XFS
 2024-06-04  9:43 UTC  (7+ messages)
` [PATCH v6 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v6 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size

[igt-dev] [PATCH i-g-t] tests/intel/kms_flip_scaled_crc: Add support for FP16 format of MTL compressed modifier
 2024-06-04  9:42 UTC  (2+ messages)
` ✗ GitLab.Pipeline: warning for tests/intel/kms_flip_scaled_crc: Add support for FP16 format of MTL compressed modifier (rev22)

[PATCH v1 0/4] MediaTek MT6357/8/9 PMIC Auxiliary ADC support
 2024-06-04  9:42 UTC  (10+ messages)
` [PATCH v1 1/4] dt-bindings: iio: adc: Add MediaTek MT6359 PMIC AUXADC
` [PATCH v1 2/4] iio: adc: Add support for MediaTek MT6357/8/9 Auxiliary ADC

[PATCH 0/7] arm64: dts: ti: McASP fixes
 2024-06-04  9:41 UTC  (16+ messages)
` [PATCH 1/7] arm64: dts: ti: k3-am62x: Drop McASP AFIFOs
` [PATCH 2/7] arm64: dts: ti: k3-am62a7: "
` [PATCH 3/7] arm64: dts: ti: k3-am62p5: "
` [PATCH 4/7] arm64: dts: ti: k3-am625-beagleplay: "
` [PATCH 5/7] arm64: dts: ti: k3-am62-verdin: "
` [PATCH 6/7] arm64: dts: ti: k3-am625-phyboard-lyra-rdk: "
` [PATCH 7/7] arm64: dts: ti: k3-am62p5-sk: Fix pinmux for McASP1 TX

[PATCH v3 6/8] fsverity: improve performance by using multibuffer hashing
 2024-06-04  9:39 UTC  (9+ messages)

[RFC PATCH 0/8] arm64/memblock: Handling of CXL Fixed Memory Windows
 2024-06-04  9:39 UTC  (11+ messages)
` [RFC PATCH 8/8] HACK: mm: memory_hotplug: Drop memblock_phys_free() call in try_remove_memory()

[PATCH v2 0/2] drm/xe: flush engine buffers before signalling user fence on all engines
 2024-06-04  9:38 UTC  (3+ messages)
` [PATCH v2 1/2] Revert "drm/xe: flush gtt before signalling user fence on all engines"
` [PATCH v2 2/2] drm/xe: flush engine buffers before signalling user fence on all engines

[PATCH v6 00/19] Add a host IOMMU device abstraction to check with vIOMMU
 2024-06-04  9:38 UTC  (14+ messages)
` [PATCH v6 11/19] backends/iommufd: Implement HostIOMMUDeviceClass::get_cap() handler
` [PATCH v6 18/19] intel_iommu: Implement [set|unset]_iommu_device() callbacks

[PATCH] HID: Ignore battery for ELAN touchscreens 2F2C and 4116 on ASUS Zenbook 14 OLED (2023) and ASUS Zenbook Pro 14 OLED (2023)
 2024-06-04  9:38 UTC 

[PATCH 1/2] EDAC/amd64: Convert PCIBIOS_* return codes to errnos
 2024-06-04  9:38 UTC  (2+ messages)

[PATCH v4 0/8] Optimize dm-verity and fsverity using multibuffer hashing
 2024-06-04  9:37 UTC  (4+ messages)
` [PATCH v4 6/8] fsverity: improve performance by "

[PATCH V3] ext4: check hash version and filesystem casefolded consistent
 2024-06-04  9:36 UTC  (2+ messages)

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-06-04  9:36 UTC  (5+ messages)
` [PATCH RFC v2 15/19] export __wake_on_current_cpu

[PATCH] erofs-utils: introduce io manager
 2024-06-04  9:35 UTC 

[PATCH] HID: Ignore battery for ELAN touchscreens 2F2C and 4116 on ASUS Zenbook 14 OLED (2023) and ASUS Zenbook Pro 14 OLED (2023)
 2024-06-04  9:35 UTC 

[XEN PATCH v1] x86/cpufreq: separate powernow/hwp cpufreq code
 2024-06-04  9:34 UTC 

[PATCH v3 0/9] Add missing features to FastRPC driver
 2024-06-04  9:34 UTC  (5+ messages)
` [PATCH v3 4/9] misc: fastrpc: Add static PD restart support

[PATCH net-next v3] net: mana: Allow variable size indirection table
 2024-06-04  9:33 UTC  (2+ messages)

[PATCH] fix: prevent date underflow when using positive timezone offset
 2024-06-04  9:33 UTC  (7+ messages)
` [PATCH v2] date: detect underflow when parsing dates with "

[RFC v2 0/7] Introduce SMP Cache Topology
 2024-06-04  9:32 UTC  (4+ messages)
` [RFC v2 3/7] hw/core: Add cache topology options in -smp

[PATCH v1 0/6] perf: build: Fix cross compilation
 2024-06-04  9:32 UTC  (4+ messages)
` [PATCH v1 4/6] perf: build: Only link libebl.a for old libdw
` [PATCH v1 5/6] perf: build: Link lib 'lzma' for static build
` [PATCH v1 6/6] perf: build: Link lib 'zstd' "


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.