All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-20 06:22:52 to 2024-11-20 07:54:12 UTC [more...]

[PATCH] media: staging: drop omap4iss
 2024-11-20  7:54 UTC  (4+ messages)

[PATCH 00/10] refs: optimize ref format migrations
 2024-11-20  7:51 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] refs: allow passing flags when setting up a transaction
  ` [PATCH v2 02/10] refs/files: move logic to commit initial transaction
  ` [PATCH v2 03/10] refs: introduce "initial" transaction flag
  ` [PATCH v2 04/10] refs/files: support symbolic and root refs in initial transaction
  ` [PATCH v2 05/10] refs: use "initial" transaction semantics to migrate refs
  ` [PATCH v2 06/10] refs: skip collision checks in initial transactions
  ` [PATCH v2 07/10] refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG`
  ` [PATCH v2 08/10] reftable/writer: optimize allocations by using a scratch buffer
  ` [PATCH v2 09/10] reftable/block: rename `block_writer::buf` variable
  ` [PATCH v2 10/10] reftable/block: optimize allocations by using scratch buffer

drivers/platform/mellanox/mlxbf-pmc.c:1172:14: sparse: sparse: incorrect type in assignment (different address spaces)
 2024-11-20  7:51 UTC  (2+ messages)
` [PATCH] platform/mellanox: mlxbf-pmc: incorrect type in assignment

[PATCH] i2c: cgbc: Convert to use struct platform_driver::remove()
 2024-11-20  7:51 UTC  (7+ messages)

[PATCH v2 0/2] Add SMI clamp in MediaTek SMI driver
 2024-11-20  7:49 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: memory: mediatek: Add SMI reset and clamp related property
` [PATCH v2 2/2] memory: mtk-smi: mt8188: Add SMI clamp function

[PATCH net-next v3 0/7] Add Aspeed G7 FTGMAC100 support
 2024-11-20  7:50 UTC  (8+ messages)
` [PATCH net-next v3 1/7] dt-bindings: net: ftgmac100: support for AST2700
` [PATCH net-next v3 2/7] net: faraday: Add ARM64 in FTGMAC100 "
` [PATCH net-next v3 3/7] net: ftgmac100: Add reset toggling for Aspeed SOCs
` [PATCH net-next v3 4/7] net: ftgmac100: Add support for AST2700
` [PATCH net-next v3 5/7] net: ftgmac100: add pin strap configuration "
` [PATCH net-next v3 6/7] net: ftgmac100: Add 64-bit DMA support "
` [PATCH net-next v3 7/7] net: ftgmac100: remove extra newline symbols

[PATCH 0/5] Input: Add support for TouchNetix aXiom touchscreen
 2024-11-20  7:50 UTC  (3+ messages)
` [PATCH 3/5] dt-bindings: vendor-prefixes: Add TouchNetix AS

How to add RTS support for wwan0at0 port
 2024-11-20  7:49 UTC  (4+ messages)
      `  "

[PATCH v4 0/6] Introduce svukte ISA extension
 2024-11-20  7:48 UTC  (7+ messages)
` [PATCH v4 1/6] target/riscv: Add svukte extension capability variable
` [PATCH v4 2/6] target/riscv: Support senvcfg[UKTE] bit when svukte extension is enabled
` [PATCH v4 3/6] target/riscv: Support hstatus[HUKTE] "
` [PATCH v4 4/6] target/riscv: Check memory access to meet svukte rule
` [PATCH v4 5/6] target/riscv: Expose svukte ISA extension
` [PATCH v4 6/6] target/riscv: Check svukte is not enabled in RV32

[openeuler:OLK-6.6 1474/1474] drivers/net/ethernet/nebula-matrix/nbl/nbl_hw/nbl_queue.c:39:9: sparse: sparse: incompatible types in conditional expression (different base types):
 2024-11-20  7:46 UTC 

[Buildroot] [PATCH] package/pkg-generic.mk: add missing quotes
 2024-11-20  7:37 UTC 

[RFC PATCH v1] KVM: arm64: Introduce KVM_CAP_ARM_SIGBUS_ON_SEA
 2024-11-20  7:46 UTC  (6+ messages)

[PATCH V2 0/4] LoongArch: Add PREEMPT_RT support
 2024-11-20  7:46 UTC  (5+ messages)
` [PATCH V2 1/4] LoongArch: Reduce min_delta for the arch clockevent device
  ` [PATCH V2 2/4] LoongArch: Fix sleeping in atomic context for PREEMPT_RT

[PATCH bpf-next v3 00/14] selftests/bpf: migrate test_flow_dissector.sh to test_progs
 2024-11-20  7:43 UTC  (15+ messages)
` [PATCH bpf-next v3 01/14] selftests/bpf: add a macro to compare raw memory
` [PATCH bpf-next v3 02/14] selftests/bpf: use ASSERT_MEMEQ to compare bpf flow keys
` [PATCH bpf-next v3 03/14] selftests/bpf: replace CHECK calls with ASSERT macros in flow_dissector test
` [PATCH bpf-next v3 04/14] selftests/bpf: re-split main function into dedicated tests
` [PATCH bpf-next v3 05/14] selftests/bpf: expose all subtests from flow_dissector
` [PATCH bpf-next v3 06/14] selftests/bpf: add gre packets testing to flow_dissector
` [PATCH bpf-next v3 07/14] selftests/bpf: migrate flow_dissector namespace exclusivity test
` [PATCH bpf-next v3 08/14] selftests/bpf: Enable generic tc actions in selftests config
` [PATCH bpf-next v3 09/14] selftests/bpf: move ip checksum helper to network helpers
` [PATCH bpf-next v3 10/14] selftests/bpf: document pseudo-header checksum helpers
` [PATCH bpf-next v3 11/14] selftests/bpf: use the same udp and tcp headers in tests under test_progs
` [PATCH bpf-next v3 12/14] selftests/bpf: add network helpers to generate udp checksums
` [PATCH bpf-next v3 13/14] selftests/bpf: migrate bpf flow dissectors tests to test_progs
` [PATCH bpf-next v3 14/14] selftests/bpf: remove test_flow_dissector.sh

[PATCH v3 0/5] Introduce svukte ISA extension
 2024-11-20  7:42 UTC  (7+ messages)
` [PATCH v3 4/5] target/riscv: Check memory access to meet svukte rule
` [PATCH v3 5/5] target/riscv: Expose svukte ISA extension

[PATCH] libtracefs: Destroy synthetic and eprobes before other events
 2024-11-20  7:42 UTC  (8+ messages)

[PATCH v6 0/2] btrfs: Don't block system suspend during fstrim
 2024-11-20  7:41 UTC  (5+ messages)
` [PATCH v6 2/2] "

[PATCH 0/2] Add watchdog support for IPQ5424
 2024-11-20  7:40 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: watchdog: Document Qualcomm IPQ5424
` [PATCH 2/2] arm64: dts: qcom: ipq5424: Add watchdog node

[External] : Re: Linux 5.15-rt still misses commit "NFSD: Fix NFSv4's PUTPUBFH operation"
 2024-11-20  7:39 UTC  (5+ messages)

GRE tunnels bound to VRF
 2024-11-20  7:40 UTC  (7+ messages)

OPEN_XOR_DELEGATION performance problems
 2024-11-20  7:39 UTC  (4+ messages)

[Bug 219495] New: [TPM2] tpm_tis driver crashs during the boot time
 2024-11-20  7:38 UTC  (2+ messages)
` [Bug 219495] "

[PATCH v5 0/9] drm/verisilicon : support DC8200 and inno hdmi
 2024-11-20  7:38 UTC  (5+ messages)
` [PATCH v5 1/9] dt-bindings: display: bindings for starfive, JH7110 display pipeline
` [PATCH v5 3/9] drm: bridge: inno-hdmi: add inno bridge driver
` [PATCH v5 6/9] drm/vs: Add CRTC Functions

[djwong-xfs:defrag-freespace 258/258] fs/xfs/xfs_bmap_util.c:2328 xfs_map_free_rt_extent() warn: missing error code 'error'
 2024-11-20  7:36 UTC 

[PATCH] hw/i386/amd_iommu: Allow migration
 2024-11-20  7:31 UTC 

[PATCH 3/3] LoongArch: Allow to enable PREEMPT_RT
 2024-11-20  7:36 UTC  (10+ messages)

[PATCH] Fix a potential abuse of seq_printf() format string in drivers
 2024-11-20  7:35 UTC  (2+ messages)

[PATCH] virtio_balloon: Use outer variable 'page'
 2024-11-20  5:49 UTC 

[RFC] ALSA: usb-audio: Fix missing xrun report in lowlatency mode
 2024-11-20  7:31 UTC  (2+ messages)

[RFC PATCH v6 0/2] Support RISC-V CSR read/write in Qtest environment
 2024-11-20  7:27 UTC  (3+ messages)
` [RFC PATCH v7 1/2] target/riscv: Add RISC-V CSR qtest support
` [RFC PATCH v7 2/2] tests/qtest: QTest example for RISC-V CSR register

[PULL 0/5] More changes for QEMU 9.2 rc
 2024-11-20  7:27 UTC  (6+ messages)
` [PULL 1/5] hw/i386/pc: Remove vmport value assertion
` [PULL 2/5] hvf: remove unused but set variable
` [PULL 3/5] hw/core/machine-smp: Initialize caches_bitmap before reading
` [PULL 4/5] hw/core/machine-smp: Fix error message parameter
` [PULL 5/5] scsi: fix allocation for s390x loadparm

[PATCH 0/2] x86/bugs: RSB tweaks
 2024-11-20  7:27 UTC  (3+ messages)
` [PATCH 1/2] x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline
` [PATCH 2/2] x86/bugs: Don't fill RSB on context switch with eIBRS

[i-g-t] lib/igt_kms: Clear all pipe properties on reset
 2024-11-20  7:27 UTC  (3+ messages)
` ✓ CI.xeBAT: success for lib/igt_kms: Clear all pipe properties on reset (rev3)
` ✓ Fi.CI.BAT: "

[PATCH 0/6] Consider joiner calculation for panel fitting
 2024-11-20  7:27 UTC  (3+ messages)
` ✗ CI.BAT: failure for "
` ✓ Fi.CI.BAT: success for Consider joiner calculation for panel fitting (rev5)

[PATCH 1/4] vdpa/octeon_ep: enable support for multiple interrupts per device
 2024-11-20  7:26 UTC  (5+ messages)
` [PATCH 2/4] vdpa/octeon_ep: handle device config change events
` [PATCH 3/4] vdpa/octeon_ep: read vendor-specific PCI capability
` [PATCH 4/4] vdpa/octeon_ep: add interrupt handler for virtio crypto device

[RFC PATCH nand/next 0/4] mtd: nand: spi: Add CASN page support
 2024-11-20  7:24 UTC  (4+ messages)

can't mount LUKS partition with cryptsetup
 2024-11-20  7:23 UTC  (3+ messages)

Block based OTA update needs mtdblock
 2024-11-20  7:22 UTC  (3+ messages)

[PATCH v3 0/4] Implement Wa_14022698537
 2024-11-20  7:21 UTC  (3+ messages)
` [PATCH v3 1/4] drm/intel/pciids: Refactor DG2 PCI IDs into segment ranges

[PATCH v2 0/2] x86/ioremap: clean up the mess in xxx_is_setup_data
 2024-11-20  7:21 UTC  (6+ messages)
` [PATCH v2 1/2] x86/ioremap: introduce helper to implement xxx_is_setup_data()

[PATCH] fs: fat: Handle 'FAT sector size mismatch'
 2024-11-20  7:21 UTC  (3+ messages)

Error patching file pcm_native.c
 2024-11-20  7:17 UTC  (2+ messages)
` [alsa-devel] "

[PATCHv5 0/8] Display Global Histogram
 2024-11-20  7:17 UTC  (3+ messages)
` [PATCHv2 1/8] drm/i915/histogram: Define registers for histogram

[android-common:chromeos-6.6-ea7682dbe6cf 88/520] arch/arm64/boot/dts/mediatek/mt8186-corsola-tentacool-sku327681.dtb: gpu@13040000: clocks: [[114, 0], [45, 2], [3, 10], [3, 10], [45, 75]] is too long
 2024-11-20  7:15 UTC 

[PATCH v4 00/11] dmaengine: qcom: bam_dma: add cmd descriptor support
 2024-11-20  7:15 UTC  (2+ messages)

[PATCH v1 0/3] doc: orthographic delights
 2024-11-20  7:15 UTC  (3+ messages)
` [PATCH v1 2/3] doc: develop: Fix typos and wording in gdb.rst

[android-common:android16-6.12 203/328] arch/arm64/kvm/hyp_events.c:235:19: warning: no previous prototype for '__hyp_trace_find_event_name'
 2024-11-20  7:12 UTC 

[PATCH v5 0/3] iommu/arm-smmu-v3: Parse out event records
 2024-11-20  7:12 UTC  (4+ messages)

[PATCH i-g-t v2 0/1] tests/intel-ci: Block all gem_exec_fair tests
 2024-11-20  7:12 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for tests/intel-ci: Block all gem_exec_fair tests (rev2)

[PATCH v2 0/2] nvme: make pr code more readble
 2024-11-20  7:10 UTC  (3+ messages)
` [PATCH v2 1/2] nvme: introduce change ptpl and iekey definition
` [PATCH v2 2/2] nvme: tuning pr code by using defined structs and macros

[PATCH v2 0/5] Add A5 SoC PLLs and Peripheral clock
 2024-11-20  7:01 UTC  (18+ messages)
` [PATCH v2 1/5] dt-bindings: clock: add Amlogic A5 PLL clock controller
` [PATCH v2 2/5] dt-bindings: clock: add Amlogic A5 SCMI clock controller support
` [PATCH v2 3/5] dt-bindings: clock: add Amlogic A5 peripherals clock controller
` [PATCH v2 4/5] clk: meson: add support for the A5 SoC PLL clock
` [PATCH v2 5/5] clk: meson: add A5 clock peripherals controller driver

[PATCH 0/2] QPIC v2 fixes for SDX75
 2024-11-20  7:06 UTC  (7+ messages)
` [PATCH 1/2] mtd: rawnand: qcom: Pass 18 bit offset from QPIC base address to BAM
` [PATCH 2/2] mtd: rawnand: qcom: Fix onfi param page read

platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
 2024-11-20  7:06 UTC  (11+ messages)

[PATCH] cpuidle: psci: Init cpuidle only for present CPUs
 2024-11-20  7:06 UTC 

[PATCH 0/2] Fix beep notifications by Thinkpad's ACPI firmware
 2024-11-20  7:04 UTC  (16+ messages)

[PATCH v5] media: i2c: Add Omnivision OV02C10 sensor driver
 2024-11-20  7:02 UTC  (2+ messages)

[PATCH v2 0/5] Congatec Board Controller drivers
 2024-11-20  7:02 UTC  (4+ messages)
` [PATCH v2 3/5] i2c: Congatec Board Controller i2c bus driver

[PATCH] ALSA: hda: Poll jack events for LS7A HD-Audio
 2024-11-20  7:02 UTC  (2+ messages)

[PATCH 6.1 000/321] 6.1.107-rc1 review
 2024-11-20  7:01 UTC  (4+ messages)
` [PATCH 6.1 175/321] x86: Increase brk randomness entropy for 64-bit systems

[PATCH blktests] nvme/052: don't remove the def_nsid namespace during the test
 2024-11-20  6:59 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: print message if fscorrupted was found in f2fs_new_node_page()
 2024-11-20  6:58 UTC  (2+ messages)
`  "

[RFC v1] MAINTAINERS: transfer i2c-aspeed maintainership from Brendan to Ryan
 2024-11-20  6:54 UTC  (7+ messages)

[PATCH topic/xe-for-ci] drm/xe/ptl: Update PTL GuC revision
 2024-11-20  6:54 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/xe/ptl: Update PTL GuC revision (rev2)

[PATCH v1] perf string: Avoid undefined NULL+1
 2024-11-20  6:52 UTC 

[f2fs-dev] [PATCH] f2fs: cache more dentry pages
 2024-11-20  6:51 UTC  (2+ messages)

[PATCH v3 0/4] mdadm: remove bitmap file support
 2024-11-20  6:46 UTC  (5+ messages)
` [PATCH v3 1/4] tests/04update-uuid: remove bitmap file test
` [PATCH v3 2/4] tests/05r1-re-add-nosuper: "
` [PATCH v3 3/4] mdadm: remove bitmap file support
` [PATCH v3 4/4] Manage: forbid re-add to the array without metadata

[PATCH 0/4] Convert some simple call_rcu() to kfree_rcu()/kvfree_rcu()
 2024-11-20  6:47 UTC  (5+ messages)
` [PATCH 1/4] sched/topology: convert call_rcu(free_ctx) to kfree_rcu()
` [PATCH 2/4] perf/core: "
` [PATCH 3/4] net: openvswitch: convert call_rcu(dp_meter_instance_free_rcu) to kvfree_rcu()
` [PATCH 4/4] net: sysfs: convert call_rcu() "

[PATCH v1 0/1] Fix peripheral USB mode detection
 2024-11-20  6:45 UTC  (5+ messages)
` [PATCH v1 1/1] usb: ci_udc: don't use "advance" feature when setting address

[PATCH] p2sb: Do not scan and remove the P2SB device when it is hidden
 2024-11-20  6:40 UTC 

[PATCH net v3 0/4] Correcting switch hardware versions and reported speeds
 2024-11-20  6:40 UTC  (11+ messages)
` [PATCH net v3 2/4] rtase: Correct the speed for RTL907XD-V1
` [PATCH net v3 4/4] rtase: Add defines for hardware version id

[PATCH net v4 0/4] Correcting switch hardware versions and reported speeds
 2024-11-20  6:40 UTC  (4+ messages)
` [PATCH net v4 4/4] rtase: Add defines for hardware version id

[PATCH v7 0/7] Add ITE IT6263 LVDS to HDMI converter support
 2024-11-20  6:38 UTC  (8+ messages)
` [PATCH v7 2/7] Revert "clk: imx: clk-imx8mp: Allow media_disp pixel clock reconfigure parent rate"

[PATCH v4 0/5] move per-vma lock into vm_area_struct
 2024-11-20  6:37 UTC  (4+ messages)
` [PATCH v4 4/5] mm: make vma cache SLAB_TYPESAFE_BY_RCU

[PATCH v1 00/10] Add MediaTek ISP7 camera system driver
 2024-11-20  6:35 UTC  (4+ messages)
` [PATCH v1 03/10] media: platform: mediatek: add isp_7x seninf unit

sane-airscan 0.99.30
 2024-11-20  6:36 UTC  (2+ messages)

[PATCH v2 0/2] Add MediaTek SMI reset controller driver
 2024-11-20  6:32 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: reset: mediatek: Add mt8188 SMI reset control binding
` [PATCH v2 2/2] reset: mediatek: Add reset controller driver for SMI

[PATCH] scsi: fix allocation for s390x loadparm
 2024-11-20  6:34 UTC  (2+ messages)

[PATCH] net: phylink: Separating two unrelated definitions for improving code readability
 2024-11-20  6:27 UTC 

[PATCH] arm64: dts: qcom: qcs9100: Update memory map for QCS9100 Ride and QCS9100 Ride Rev3
 2024-11-20  6:34 UTC  (3+ messages)

[openeuler:OLK-6.6 1487/1487] vmlinux.o: warning: objtool: exc_nmi+0x7: call to sev_es_nmi_complete() leaves .noinstr.text section
 2024-11-20  6:31 UTC 

sound/ac97/bus.c:192: warning: Function parameter or member 'drv' not described in 'snd_ac97_codec_driver_register'
 2024-11-20  6:30 UTC  (4+ messages)
` [PATCH] ALSA: ac97: bus: Fix the mistake in the comment

[PATCH 0/7] Enhance documentation for new developers
 2024-11-20  6:29 UTC  (6+ messages)
` [PATCH 2/7] docs/devel: add git-publish for patch submitting

[PATCH v2 3/4] t5300: move --window clamp test next to unclamped
 2024-11-20  6:29 UTC  (3+ messages)
` [PATCH v2] index-pack: teach --promisor to forbid pack name

DEFINE_FLEX_test: EXPECTATION FAILED at lib/overflow_kunit.c:1200:
 2024-11-20  6:28 UTC  (4+ messages)

[PATCH] scsi: ufs: core: sysfs: Prevent div by zero
 2024-11-20  6:25 UTC 

[PATCH] PCI/pwrctrl: Create device link only if both platform device and supplies are present
 2024-11-20  6:24 UTC 

[PATCH v3 0/3] Add AS_SDP to fastset
 2024-11-20  6:23 UTC  (7+ messages)
` [PATCH v3 2/3] drm/i915/dp: Set FAVT mode in DP SDP with fixed refresh rate
` [PATCH v3 3/3] drm/i915/dp: Compute as_sdp based on if vrr possible


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.