All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-12 09:12:09 to 2025-08-12 10:06:20 UTC [more...]

[patch V2 RESEND 0/6] perf: Convert mmap() related reference counts to refcount_t
 2025-08-12 10:06 UTC  (4+ messages)
` [patch V2 RESEND 4/6] perf/core: Split out AUX buffer allocation

[PATCH v7 0/8] Enable QUPs and Serial on SA8255p Qualcomm platforms
 2025-08-12 10:05 UTC  (3+ messages)
` [PATCH v7 7/8] serial: qcom-geni: Enable PM runtime for serial driver

[PATCH v2 0/8] Add AMD ISP4 driver
 2025-08-12 10:04 UTC  (10+ messages)
` [PATCH v2 4/8] media: platform: amd: Add isp4 fw and hw interface

[PATCH master walnascar] go-helloworld: fix license
 2025-08-12  9:54 UTC 

[PULL 0/4] Uefi 20250812 patches
 2025-08-12 10:01 UTC  (5+ messages)
` [PULL 1/4] hw/uefi: clear uefi-vars buffer in uefi_vars_write callback
` [PULL 2/4] hw/uefi: return success for notifications
` [PULL 3/4] hw/uefi: check access for first variable
` [PULL 4/4] hw/uefi: open json file in binary mode

[syzbot] [kvm?] [net?] [virt?] WARNING in virtio_transport_send_pkt_info
 2025-08-12 10:03 UTC  (5+ messages)

[Buildroot] [PATCH 1/4] package/openconnect: add CPE vendor
 2025-08-12 10:01 UTC  (4+ messages)
` [Buildroot] [PATCH 2/4] package/rrdtool: mark CPE as valid
` [Buildroot] [PATCH 3/4] package/openocd: add CPE vendor and product
` [Buildroot] [PATCH 4/4] package/libcue: add CPE vendor

Guide for Launching Full Linux VM on Xen (R-Car H3e Board)
 2025-08-12  9:55 UTC  (2+ messages)

[PATCH v3 00/12] man2: document "new" mount API
 2025-08-12 10:00 UTC  (5+ messages)
` [PATCH v3 07/12] man/man2/fsmount.2: "
` [PATCH v3 08/12] man/man2/move_mount.2: "

[PATCH] sched: change MAX_SHARES to NR_CPUS
 2025-08-12 10:00 UTC  (2+ messages)

[PATCH] arch-arm.inc: Only add -mcpu options if it exists
 2025-08-12  9:58 UTC  (2+ messages)
` [OE-core] "

[syzbot] [net?] BUG: unable to handle kernel paging request in nsim_queue_free
 2025-08-12  9:58 UTC  (2+ messages)

[PATCH V2 1/1] md: add legacy_async_del_gendisk mode
 2025-08-12  9:57 UTC  (2+ messages)

[PATCH] mm: remove redundant __GFP_NOWARN
 2025-08-12  9:57 UTC 

[PATCH v4 0/2] ceph: fix client race conditions with stale r_parent
 2025-08-12  9:57 UTC  (3+ messages)
` [PATCH v4 1/2] ceph: fix client race condition validating r_parent before applying state
` [PATCH v4 2/2] ceph: fix client race condition where r_parent becomes stale before sending message

[PATCH linux] of: resolves TODO for copy_from_slice
 2025-08-12  9:55 UTC  (2+ messages)

[PATCH v6 00/19] amd-cppc CPU Performance Scaling Driver
 2025-08-12  9:56 UTC  (4+ messages)
` [PATCH v6 15/19] tools/cpufreq: introduce helper to deal with CPPC-related parameters

[PATCH v12] Add CRIU support for amdgpu dmabuf
 2025-08-12  9:56 UTC  (8+ messages)
` [PATCH v12 1/3] drm/amdgpu: Add ioctl to get all gem handles for a process
` [PATCH v12 2/3] drm/amdgpu: Add mapping info option for GEM_OP ioctl

[PATCH net v2] phy: mscc: Fix timestamping for vsc8584
 2025-08-12  9:55 UTC  (2+ messages)

[PATCH v2 0/4] media: Add Sony IMX585 image sensor support
 2025-08-12  9:55 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: media: Add Sony IMX585 CMOS image sensor

[PATCH] spi: spi-qpic-snand: handle 'use_ecc' parameter of qcom_spi_config_cw_read()
 2025-08-12  9:55 UTC  (2+ messages)

[PATCH] misra: add ASSERT_UNREACHABLE() in default clauses
 2025-08-12  9:55 UTC  (4+ messages)

[PATCH 00/22] x86: FRED support, part 1 (stacks and exceptions)
 2025-08-12  9:54 UTC  (11+ messages)
` [PATCH 09/22] x86/traps: Move load_system_tables() into traps-setup.c
` [PATCH 10/22] x86/traps: Move subarch_percpu_traps_init() "
` [PATCH 11/22] x86/traps: Fold x86_64/traps.c into traps.c
` [PATCH 12/22] x86/traps: Unexport show_code() and show_stack_overflow()

[PATCH V4 mm-hotfixes 0/3] mm, x86: fix crash due to missing page table sync and make it harder to miss
 2025-08-12  9:53 UTC  (6+ messages)
` [PATCH V4 mm-hotfixes 2/3] mm: introduce and use {pgd,p4d}_populate_kernel()

[PATCH 0/5] reftable: a couple of improvements for libgit2
 2025-08-12  9:54 UTC  (17+ messages)
` [PATCH 3/5] reftable/stack: fix compiler warning due to missing braces
` [PATCH v3 0/8] reftable: a couple of improvements for libgit2
  ` [PATCH v3 1/8] reftable/writer: fix type used for number of records
  ` [PATCH v3 2/8] reftable/writer: drop Git-specific `QSORT()` macro
  ` [PATCH v3 3/8] reftable/stack: reorder code to avoid forward declarations
  ` [PATCH v3 4/8] reftable/stack: fix compiler warning due to missing braces
  ` [PATCH v3 5/8] reftable/stack: allow passing flags to `reftable_stack_add()`
  ` [PATCH v3 6/8] reftable/stack: handle outdated stacks when compacting
  ` [PATCH v3 7/8] reftable: don't second-guess errors from flock interface
  ` [PATCH v3 8/8] refs/reftable: always reload stacks when creating lock

[PATCH] net/mlx5: fix connection tracking state item validation
 2025-08-12  9:51 UTC  (6+ messages)

[PATCH v9 0/4] drm/xe: Improve wedged mode handling
 2025-08-12  9:53 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Improve wedged mode handling (rev9)

[PATCH v2 0/3] Simplify image size checks
 2025-08-12  9:51 UTC  (6+ messages)
` [PATCH v2 3/3] Image size checks: Simplify help text

[PATCH 0/3] Enable QoS configuration on SA8775P
 2025-08-12  9:51 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: qcom: sa8775p: Add clocks for QoS configuration

[RFC PATCH 0/6] virtio: Add support for Virtio message transport
 2025-08-12  9:49 UTC  (3+ messages)

[PATCH 2/2] docs: rcu: Update dead OLS link in RTFP.txt
 2025-08-12  9:48 UTC 

[PATCH v2 0/4] platform/mellanox: Add mlxbf_pka driver for BlueField DPU
 2025-08-12  9:47 UTC  (3+ messages)
` [PATCH v2 4/4] platform/mellanox/mlxbf_pka: add __free(kfree) to handle memory allocation

[PATCH] platform/x86: barco-p50-gpio: use software nodes for gpio-leds/keys
 2025-08-12  9:47 UTC  (9+ messages)

[PATCH v2 04/22] drivers: mtd: spi-nand: add missed add missed MODULE_DEVICE_TABLE()
 2025-08-12  9:47 UTC  (27+ messages)
` [PATCH v4 00/24] mtd: spinand: driver improvements
  ` [PATCH v4 01/24] spi-mem: sync a bit with linux-6.16
  ` [PATCH v4 02/24] mtd: spinand: Use the spi-mem dirmap API
  ` [PATCH v4 03/24] mtd: nand: Add a NAND page I/O request type
  ` [PATCH v4 05/24] mtd: spinand: simulate behavior of linux's function spinand_wait()
  ` [PATCH v4 06/24] mtd: spinand: more use of spinand_to_{something} helpers
  ` [PATCH v4 07/24] mtd: spinand: replace enable_ecc variable with disable_ecc and update corresponding logic
  ` [PATCH v4 08/24] mtd: spinand: minor refactoring
  ` [PATCH v4 09/24] mtd: spinand: more refactoring
  ` [PATCH v4 10/24] mtd: spinand: sync code with linux-6.10
  ` [PATCH v4 19/24] mtd: spinand: propagate spinand_wait() errors from spinand_write_page()
  ` [PATCH v4 20/24] mtd: spinand: Add a ->configure_chip() hook
  ` [PATCH v4 21/24] mtd: spinand: sync with linux-6.17-rc1

[PATCH] media: platform: qcom: Add a media/platform/qcom MAINTAINERS entry
 2025-08-12  9:47 UTC 

[PATCH] dt-bindings: clock: adi,axi-clkgen: add clock-output-names property
 2025-08-12  9:46 UTC  (2+ messages)

[PATCH] app/testpmd: fix conntrack action query
 2025-08-12  9:43 UTC 

nft_flowtable.sh selftest failures
 2025-08-12  9:45 UTC  (4+ messages)

[PATCH] phy: qualcomm: phy-qcom-eusb2-repeater: fix override properties
 2025-08-12  9:44 UTC  (2+ messages)

[PATCH v5 00/10] aspeed: OTP model, SBC integration, tests, and docs
 2025-08-12  9:40 UTC  (22+ messages)
` [PATCH v5 01/10] hw/nvram/aspeed_otp: Add ASPEED OTP memory device model
` [PATCH v5 02/10] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC
` [PATCH v5 03/10] hw/arm: Integrate ASPEED OTP memory support into AST2600 SoCs
` [PATCH v5 04/10] hw/nvram/aspeed_otp: Add 'drive' property to support block backend
` [PATCH v5 05/10] hw/nvram/aspeed_otp: Add OTP programming semantics and tracing
` [PATCH v5 06/10] hw/arm: Integrate ASPEED OTP memory support into AST1030 SoCs
` [PATCH v5 07/10] hw/misc/aspeed_sbc: Add CAMP2 support for OTP data reads
` [PATCH v5 08/10] hw/misc/aspeed_sbc: Handle OTP write command for voltage mode registers
` [PATCH v5 09/10] tests/function/aspeed: Add OTP functional test
` [PATCH v5 10/10] docs/system/arm/aspeed: Document OTP memory options

[LTP] [PATCH] cve: add CVE-2025-38236 test
 2025-08-12  9:43 UTC  (2+ messages)

[PATCH] md/raid1,raid10: don't broken array on failfast metadata write fails
 2025-08-12  9:01 UTC 

[PATCH net-next 0/9] net: stmmac: improbe suspend/resume architecture
 2025-08-12  7:53 UTC  (3+ messages)
` [PATCH net-next 1/9] net: stmmac: add suspend()/resume() platform ops

[PATCH 4/4] clk: thead: th1520-ap: fix parent of padctrl0 clock
 2025-08-12  9:17 UTC  (3+ messages)
` [PATCH 4/4 FIXED] "

[PATCH v2] riscv: Add sysctl to control discard of vstate during syscall
 2025-08-12  5:46 UTC  (6+ messages)

[PATCH v2 00/12] media: rkvdec: Add support for VDPU381 and VDPU383
 2025-08-12  7:20 UTC  (2+ messages)

[PATCH ath-current v4] wifi: ath11k: fix group data packet drops during rekey
 2025-08-12  6:46 UTC  (2+ messages)

[PATCH v3 0/5] Add driver for 1Gbe network chips from MUCSE
 2025-08-12  9:39 UTC  (6+ messages)
` [PATCH v3 1/5] net: rnpgbe: Add build support for rnpgbe
` [PATCH v3 2/5] net: rnpgbe: Add n500/n210 chip support
` [PATCH v3 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH v3 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH v3 5/5] net: rnpgbe: Add register_netdev

[PATCH v5 00/15] kunit: Introduce UAPI testing framework
 2025-08-12  9:41 UTC  (6+ messages)

[PATCH v2 0/3] media: iris: Add support for SM8750 (VPU v3.5)
 2025-08-12  9:40 UTC  (6+ messages)

[pci:dt-bindings] BUILD SUCCESS ddb81c5c911227f0c2ef4cc94a106ebfb3cb2d56
 2025-08-12  9:39 UTC 

[CI 0/5] drm/i915/tc: Fix enabled/disconnected DP-alt sink handling
 2025-08-12  9:39 UTC  (3+ messages)
` ✗ i915.CI.Full: failure for drm/i915/tc: Fix enabled/disconnected DP-alt sink handling (rev4)

[PATCH] KVM: x86: Synchronize APIC State with QEMU when irqchip=split
 2025-08-12  9:39 UTC  (7+ messages)

[PATCH] utils.py: use multiprocessing from bb
 2025-08-12  9:39 UTC 

[PATCH 00/72] media: i2c: Reduce cargo-cult
 2025-08-12  9:39 UTC  (5+ messages)
` (subset) "

[PATCH BlueZ v1 1/1] Fix memory leak when adding GATT Characteristic
 2025-08-12  9:39 UTC  (2+ messages)
`  "

[PATCH] net: libwx: cleanup VF register macros
 2025-08-12  9:37 UTC 

[PATCH net] ppp: fix race conditions in ppp_fill_forward_path
 2025-08-12  9:38 UTC  (4+ messages)

[CfP] Confidential Computing Microconference @ LPC 2025
 2025-08-12  9:38 UTC 

+ iov_iter-iterate_folioq-fix-handling-of-offset-=-folio-size.patch added to mm-hotfixes-unstable branch
 2025-08-12  9:38 UTC  (2+ messages)

[isar-cip-core][PATCH] swupdate-handler-roundrobin: Update revision for rdiff_file handler support
 2025-08-12  9:28 UTC 

[PATCH] Makefile: mrproper deletes signing_key.x509
 2025-08-12  9:37 UTC  (2+ messages)

[PATCH v2] loop: use vfs_getattr_nosec() for accurate file size
 2025-08-12  9:34 UTC  (7+ messages)

[PATCH] mempool: rename struct mempool_s to struct mempool
 2025-08-12  9:34 UTC  (2+ messages)

[PATCH 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
 2025-08-12  9:34 UTC  (5+ messages)
` [PATCH 0/2] iterate_folioq bug when offset==size (Was: [REGRESSION] 9pfs issues on 6.12-rc1)

[GIT PULL for v6.17-rc2] add a generic yaml parser integrated with Netlink specs generation
 2025-08-12  9:33 UTC 

[PATCH mptcp-next v3 0/3] mptcp: improve ADD_ADDR timeout handling
 2025-08-12  9:32 UTC  (11+ messages)
` [PATCH mptcp-next v3 2/3] mptcp: make ADD_ADDR retransmission timeout adaptive

[PATCH] media: iris: vpu3x: Add MNoC low power handshake during hardware power-off
 2025-08-12  9:31 UTC  (5+ messages)

[PATCH] mfd: kempld: use PTR_ERR_OR_ZERO() to simplify code
 2025-08-12  9:31 UTC 

[PATCH] Makefile: mrproper deletes signing_key.x509
 2025-08-12  9:31 UTC  (5+ messages)
  `  "

[PATCH v10 00/14] Don't generate netlink .rst files inside $(srctree)
 2025-08-12  9:29 UTC  (4+ messages)

[bitbake-devel][PATCH] cooker: Add layer-specific ignore for dangling appends
 2025-08-12  9:29 UTC  (5+ messages)

[PATCH] media: nxp: imx8-isi: Add suspend/resume support for ISI mem2mem
 2025-08-12  9:29 UTC  (2+ messages)

[PATCH] mmc: meson-mx-sdhc: use PTR_ERR_OR_ZERO() to simplify code
 2025-08-12  9:29 UTC 

[Buildroot] [PATCH 1/1] package/llvm-project/lld: fix broken symlink in SDK
 2025-08-12  9:28 UTC  (2+ messages)
` [Buildroot] [PATCH v2] "

[PATCH v2 0/6] reftable: a couple of improvements for libgit2
 2025-08-12  9:28 UTC  (7+ messages)
` [PATCH v2 5/6] reftable/stack: allow passing flags to `reftable_stack_add()`
` [PATCH v2 6/6] reftable/stack: handle outdated stacks when compacting

[PATCH v12 0/3] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-08-12  9:27 UTC  (6+ messages)
  ` [PATCH v12 3/3] rust: pwm: Add complete abstraction layer

[RFC/PATCH 0/3] PM: QoS: Introduce a system-wakeup QoS limit for s2idle and genpd
 2025-08-12  9:26 UTC  (6+ messages)
` [RFC/PATCH 1/3] PM: QoS: Introduce a system-wakeup QoS limit

[PATCH] configfs: use PTR_ERR_OR_ZERO() to simplify code
 2025-08-12  9:25 UTC  (2+ messages)

[PATCH] pinctrl: rp1: Add regmap ranges to RP1 gpio controller
 2025-08-12  9:26 UTC 

[PATCH] LoongArch: time: Fix the issue of high cpu usage of vcpu threads in virtual machines
 2025-08-12  9:00 UTC 

[PATCH 0/6] Account for DSC bubble overhead for horizontal slices
 2025-08-12  9:23 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH] dt-bindings: powerpc: Drop duplicate fsl/mpic.txt
 2025-08-12  8:42 UTC  (2+ messages)

[PATCHv2 net 0/3] bonding: fix negotiation flapping in 802.3ad passive mode
 2025-08-12  9:23 UTC  (5+ messages)
` [PATCHv2 net 2/3] bonding: send LACPDUs periodically in passive mode after receiving partner's LACPDU
` [PATCHv2 net 3/3] selftests: bonding: add test for passive LACP mode

[PATCH] perf parse-events: Fix potential null pointer dereference in __add_event()
 2025-08-12  9:22 UTC  (2+ messages)

[PATCH v3 0/8] dmaengine: mmp_pdma: Add SpacemiT K1 SoC support with 64-bit addressing
 2025-08-12  9:23 UTC  (3+ messages)
` [PATCH v3 4/8] dmaengine: mmp_pdma: Add operations structure for controller abstraction

[PATCH v2 1/5] config/riscv: detect V extension
 2025-08-12  9:22 UTC  (10+ messages)
` [PATCH v2 2/5] eal/riscv/spinlock: add rte_cpuflag.h
` [PATCH v2 3/5] lib/lpm: R-V V rte_lpm_lookupx4
` [PATCH v2 4/5] lib/fib: R-V V rte_fib_lookup_bulk
` [PATCH v2 5/5] riscv: override machine_args only when default

[PATCH v3 0/3] media: imx8mq-mipi-csi2: Enhance the driver to meet more usage case
 2025-08-12  9:23 UTC  (5+ messages)
` [PATCH v3 1/3] media: imx8mq-mipi-csi2: Add data type field in pixel format
` [PATCH v3 2/3] media: imx8mq-mipi-csi2: Add RGB format support
` [PATCH v3 3/3] media: imx8mq-mipi-csi2: Implement .get_frame_desc subdev callback

[PATCH v2 0/2] md: fix sync_action show
 2025-08-12  9:22 UTC  (3+ messages)
` [PATCH v2 2/2] md: fix sync_action incorrect display during resync

[PATCH] Revert "drm/amdgpu: Use dma_buf from GEM object instance"
 2025-08-12  9:21 UTC  (4+ messages)

[PATCH 0/2] kbuild: enable CONFIG_WERROR for more build steps
 2025-08-12  9:21 UTC  (2+ messages)

[PATCH] squashfs: Avoid mem leak in squashfs_fill_super
 2025-08-12  9:20 UTC  (6+ messages)
      `  "

[PATCH] sched/deadline: Fix dl_server_stopped()
 2025-08-12  9:19 UTC  (2+ messages)

[PATCH] block: fix "prefered"->"preferred"
 2025-08-12  9:18 UTC 

Seeking advice on API return type inconsistency
 2025-08-12  9:17 UTC  (3+ messages)

[PATCH 000/114] clk: convert drivers from deprecated round_rate() to determine_rate()
 2025-08-12  9:17 UTC  (9+ messages)
` [PATCH 053/114] clk: sprd: div: convert from "
` [PATCH 054/114] clk: sprd: pll: "
` [PATCH 090/114] clk: qcom: alpha-pll: "
` [PATCH 091/114] clk: qcom: regmap-divider: "

[PATCH v3] ufs: ufs-qcom: Align programming sequence of Shared ICE for UFS controller v5
 2025-08-12  9:17 UTC 

[PATCH] drm/ttm: WIP limit the TTM pool to 32bit CPUs
 2025-08-12  9:17 UTC  (7+ messages)

[PATCH v4 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-12  9:16 UTC  (3+ messages)
` [PATCH v4 01/15] devres: provide devm_kmemdup_const()

[PATCH 0/3] Fix SSR issues caused by BT_EN being pulled up by hardware
 2025-08-12  9:16 UTC  (6+ messages)
` [PATCH 1/3] driver: bluetooth: hci_qca: fix ssr fail when BT_EN is pulled up by hw

[PATCH v3 0/4] allow partial folio write with iomap_folio_state
 2025-08-12  9:15 UTC  (5+ messages)
` [PATCH v3 1/4] iomap: make sure iomap_adjust_read_range() are aligned with block_size
` [PATCH v3 2/4] iomap: move iter revert case out of the unwritten branch
` [PATCH v3 3/4] iomap: make iomap_write_end() return the number of written length again
` [PATCH v3 4/4] iomap: don't abandon the whole copy when we have iomap_folio_state

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-08-12  9:13 UTC  (3+ messages)
` [RFC PATCH v2 32/51] KVM: guest_memfd: Support guestmem_hugetlb as custom allocator

[PATCH] Revert "drm/tegra: Use dma_buf from GEM object instance"
 2025-08-12  9:12 UTC  (2+ messages)

[PATCH v3 0/1] fetch2: try_mirror_url(): Skip invalid local url
 2025-08-12  9:12 UTC  (3+ messages)
` [PATCH v3 1/1] "
  ` [bitbake-devel] "

[PATCH v2 0/5] KVM: arm64: FEAT_RASv1p1 support and RAS selection
 2025-08-12  9:12 UTC  (5+ messages)
` [PATCH v2 4/5] KVM: arm64: Expose FEAT_RASv1p1 in a canonical manner


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.