All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-08 11:30:31 to 2024-07-08 12:12:31 UTC [more...]

[GSoC][PATCH v7 0/9] ref consistency check infra setup
 2024-07-08 12:12 UTC  (7+ messages)
` [GSoC][PATCH v7 1/9] fsck: rename "skiplist" to "oid_skiplist"
` [GSoC][PATCH v7 2/9] fsck: add a unified interface for reporting fsck messages

[PATCH] drm/xe: Simplify selecting caching mode
 2024-07-08 12:12 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[PATCHv2 0/3] nvme-tcp: improve scalability
 2024-07-08 12:12 UTC  (7+ messages)
` [PATCH 1/3] nvme-tcp: improve rx/tx fairness
` [PATCH 2/3] nvme-tcp: align I/O cpu with blk-mq mapping
` [PATCH 3/3] nvme-tcp: per-controller I/O workqueues

[Buildroot] [PATCH 1/1] package/redis: update the patches to be applied with fuzz 0
 2024-07-08 12:12 UTC  (2+ messages)

[PATCH] drm/qxl: Pin buffer objects for internal mappings
 2024-07-08 12:11 UTC  (6+ messages)

[PATCH 0/3] address S32G2/S32G3 SoC based boards particularities
 2024-07-08 12:10 UTC  (4+ messages)
` [PATCH 1/3] mmc: sdhci-esdhc-imx: disable card detect wake for S32G based platforms
` [PATCH 2/3] mmc: sdhci-esdhc-imx: obtain the 'per' clock rate after its enablement
` [PATCH 3/3] MAINTAINERS: add 's32@nxp.com' as relevant mailing list for 'sdhci-esdhc-imx' driver

[PATCH 0/6] Fix issues with ARM Processor CPER records
 2024-07-08 12:10 UTC  (4+ messages)
` [PATCH 1/6] RAS: ACPI: APEI: add conditional compilation to ARM error report functions

[PATCH 0/3] Add USB support for Sophgo CV1800/SG200x SoCs
 2024-07-08 12:08 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: phy: add YAML schema for cv1800-usb-phy driver bindings
` [PATCH 2/3] riscv: dts: sophgo: add nodes for USB phy and controller
` [PATCH 3/3] phy: sophgo: add usb phy driver for Sophgo CV1800 SoCs

[PATCH 0/5] scsi: ufs: renesas: Refactor code for other UFS controller
 2024-07-08 12:09 UTC  (6+ messages)
` [PATCH 1/5] scsi: ufs: renesas: Refactor init "
` [PATCH 2/5] scsi: ufs: renesas: Remove a static local variable
` [PATCH 3/5] scsi: ufs: renesas: Use udelay() directly
` [PATCH 4/5] scsi: ufs: renesas: Refactoring specific PHY settings of 0x10a[df]
` [PATCH 5/5] scsi: ufs: renesas: Add reusable functions

[PATCH net-next v2 00/10] flower: rework TCA_FLOWER_KEY_ENC_FLAGS usage
 2024-07-08 12:07 UTC  (4+ messages)
` [PATCH net-next v2 01/10] net/sched: flower: refactor tunnel flag definitions

[PATCH] net: ppp: reject claimed-as-LCP but actually malformed packets
 2024-07-08 11:56 UTC  (2+ messages)
` [PATCH net v2] "

[PATCH v2] sched/fair: set burst to 0 when remove the restriction on cfs bandwidth
 2024-07-08 12:00 UTC 

[PATCH v2 0/2] thermal: core: Sanitize polling delay values
 2024-07-08 12:06 UTC  (3+ messages)
` [PATCH v2 2/2] thermal: core: Add sanity check for polling_delay and passive_delay

[PATCH] serial: 8250: move mmp|pxa uart earlycon code and add xscale earlycon
 2024-07-08 11:51 UTC  (4+ messages)

Major memory performance decline from u-boot to barebox
 2024-07-08 12:04 UTC  (4+ messages)

[f2fs-dev] [PATCH v2] f2fs: fix start segno of large section
 2024-07-08 12:04 UTC  (2+ messages)
`  "

[PATCH] drivers/perf: riscv: Remove redundant macro check
 2024-07-08 12:12 UTC  (2+ messages)

Linux 6.10-rc1
 2024-07-08 12:03 UTC  (10+ messages)

[PATCH vhost v3 00/24] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
 2024-07-08 12:00 UTC  (25+ messages)
` [PATCH vhost v3 01/24] vdpa/mlx5: Clarify meaning thorough function rename
` [PATCH vhost v3 02/24] vdpa/mlx5: Make setup/teardown_vq_resources() symmetrical
` [PATCH vhost v3 03/24] vdpa/mlx5: Drop redundant code
` [PATCH vhost v3 04/24] vdpa/mlx5: Drop redundant check in teardown_virtqueues()
` [PATCH vhost v3 05/24] vdpa/mlx5: Iterate over active VQs during suspend/resume
` [PATCH vhost v3 06/24] vdpa/mlx5: Remove duplicate suspend code
` [PATCH vhost v3 07/24] vdpa/mlx5: Initialize and reset device with one queue pair
` [PATCH vhost v3 08/24] vdpa/mlx5: Clear and reinitialize software VQ data on reset
` [PATCH vhost v3 09/24] vdpa/mlx5: Rename init_mvqs
` [PATCH vhost v3 10/24] vdpa/mlx5: Add support for modifying the virtio_version VQ field
` [PATCH vhost v3 11/24] vdpa/mlx5: Add support for modifying the VQ features field
` [PATCH vhost v3 12/24] vdpa/mlx5: Set an initial size on the VQ
` [PATCH vhost v3 13/24] vdpa/mlx5: Start off rqt_size with max VQPs
` [PATCH vhost v3 14/24] vdpa/mlx5: Set mkey modified flags on all VQs
` [PATCH vhost v3 15/24] vdpa/mlx5: Allow creation of blank VQs
` [PATCH vhost v3 16/24] vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()
` [PATCH vhost v3 17/24] vdpa/mlx5: Add error code for suspend/resume VQ
` [PATCH vhost v3 18/24] vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()
` [PATCH vhost v3 19/24] vdpa/mlx5: Forward error in suspend/resume device
` [PATCH vhost v3 20/24] vdpa/mlx5: Use suspend/resume during VQP change
` [PATCH vhost v3 21/24] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
` [PATCH vhost v3 22/24] vdpa/mlx5: Re-create HW VQs under certain conditions
` [PATCH vhost v3 23/24] vdpa/mlx5: Don't reset VQs more than necessary
` [PATCH vhost v3 24/24] vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()

[PATCH v2] sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchy
 2024-07-08 12:02 UTC  (2+ messages)

[PATCH] xfs: fix rtalloc rotoring when delalloc is in use
 2024-07-08 12:02 UTC 

[PATCH bpf-next] riscv, bpf: Optimize stack usage of trampoline
 2024-07-08 12:02 UTC  (4+ messages)

[PATCH alsa-ucm-conf v3 1/2] sof-soundwire: Add missing match for cs42l43 speakers
 2024-07-08 11:59 UTC  (2+ messages)
` [PATCH v3 alsa-ucm-conf 2/2] sof-soundwire: Add support for cs42l43/cs35l56 bridge configuration

[PATCH net-next v2] l2tp: fix possible UAF when cleaning up tunnels
 2024-07-08 11:59 UTC  (2+ messages)

[PATCH v1] drivers/perf: apple_m1: fix affinity table for event 0x96 and 0x9b
 2024-07-08 12:00 UTC  (9+ messages)

[PATCH] board: sifive: unmatched: remove extra space in fdtfile value
 2024-07-08 11:59 UTC  (2+ messages)

[PATCH v9] virtio-net: Fix network stall at the host side waiting for kick
 2024-07-08 11:57 UTC 

[PATCH nf] netfilter: nf_tables: unconditionally flush pending work before notifier
 2024-07-08 11:58 UTC  (3+ messages)

[PATCH 1/1] riscv: semihosting: correct alignment
 2024-07-08 11:58 UTC  (2+ messages)

[PATCH v2 0/4] initial clock support for exynosauto v920 SoC
 2024-07-08 11:58 UTC  (3+ messages)
  ` [PATCH v2 3/4] clk: samsung: clk-pll: Add support for pll_531x

[PATCH 0/4] drm/xe/kunit: Simplify live tests code layout
 2024-07-08 11:58 UTC  (5+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v2] perf: add missing MODULE_DESCRIPTION() macros
 2024-07-08 11:57 UTC  (4+ messages)

[PATCH] rust: firmware: fix invalid rustdoc link
 2024-07-08 11:56 UTC  (4+ messages)

[PATCH 1/1] riscv: add RISC-V fields to bdinfo command
 2024-07-08 11:56 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 01/18] nvme-multipath: find NUMA path only for online numa-node
 2024-07-08 11:55 UTC  (5+ messages)
` [PATCH AUTOSEL 6.6 18/18] null_blk: Do not allow runt zone with zone capacity smaller then zone size

[PATCH] [RFC] genirq/cpuhotplug, PCI/rcar-host: Silence set affinity failed warning
 2024-07-08 11:55 UTC  (3+ messages)

[PATCH b4] docs: Correct explanation for option -m of b4 diff
 2024-07-08 11:55 UTC 

[PATCH] spi: add ch341a usb2spi driver
 2024-07-08 11:55 UTC  (5+ messages)

[PATCH 0/2] Update OP-TEE OS to v4.2 for Corstone-1000
 2024-07-08 11:55 UTC  (3+ messages)
` [PATCH 1/2] arm-bsp/optee:corstone1000: Update optee to v4.2
` [PATCH 2/2] arm-bsp/optee: Remove OP-TEE OS v4.1 recipe

[PATCH v4 0/5] Changes in v4:
 2024-07-08 11:54 UTC  (8+ messages)
` [PATCH v4 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc
    ` [EXT] "

[PATCH RESEND v2] arm64: smp: Fix missing IPI statistics
 2024-07-08 11:54 UTC  (2+ messages)

FAILED: patch "[PATCH] tpm: Address !chip->auth in tpm2_*_auth_session()" failed to apply to 6.9-stable tree
 2024-07-08 11:52 UTC 

FAILED: patch "[PATCH] tpm: Address !chip->auth in tpm_buf_append_hmac_session*()" failed to apply to 6.9-stable tree
 2024-07-08 11:52 UTC 

[axboe-block:for-next 22/23] block/blk-merge.c:220: warning: Function parameter or struct member 'len' not described in 'get_max_segment_size'
 2024-07-08 11:52 UTC 

[PATCH v4] drm/i915/display: WA to Re-initialize dispcnlunitt1 xosc clock
 2024-07-08 11:52 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915/display: WA to Re-initialize dispcnlunitt1 xosc clock (rev2)

[Buildroot] [PATCH] package/fluent-bit: enable engines support in libopenssl
 2024-07-08 11:52 UTC 

FAILED: patch "[PATCH] nilfs2: fix incorrect inode allocation from reserved inodes" failed to apply to 4.19-stable tree
 2024-07-08 11:52 UTC 

FAILED: patch "[PATCH] nilfs2: fix incorrect inode allocation from reserved inodes" failed to apply to 5.4-stable tree
 2024-07-08 11:52 UTC 

FAILED: patch "[PATCH] nilfs2: fix incorrect inode allocation from reserved inodes" failed to apply to 5.10-stable tree
 2024-07-08 11:52 UTC 

FAILED: patch "[PATCH] nilfs2: fix incorrect inode allocation from reserved inodes" failed to apply to 5.15-stable tree
 2024-07-08 11:52 UTC 

FAILED: patch "[PATCH] nilfs2: fix incorrect inode allocation from reserved inodes" failed to apply to 6.1-stable tree
 2024-07-08 11:52 UTC 

FAILED: patch "[PATCH] nilfs2: fix incorrect inode allocation from reserved inodes" failed to apply to 6.6-stable tree
 2024-07-08 11:52 UTC 

[PATCH v2 00/10] Zacas/Zabha support and qspinlocks
 2024-07-08 11:51 UTC  (5+ messages)
` [PATCH v2 10/10] riscv: Add qspinlock support based on Zabha extension

[PATCH] configs: am62x_evm_a53_defconfig: Remove CONFIG_SYS_BOOTM_LEN
 2024-07-08 11:50 UTC 

[PATCH v2 0/9] RISC-V: ACPI: Namespace updates
 2024-07-08 11:47 UTC  (10+ messages)
` [PATCH v2 1/9] hw/riscv/virt-acpi-build.c: Add namespace devices for PLIC and APLIC
` [PATCH v2 2/9] hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART
` [PATCH v2 3/9] tests/acpi: Allow DSDT acpi table changes for aarch64
` [PATCH v2 4/9] acpi/gpex: Create PCI link devices outside PCI root bridge
` [PATCH v2 5/9] tests/acpi: update expected DSDT blob for aarch64 and microvm
` [PATCH v2 6/9] tests/qtest/bios-tables-test.c: Remove the fall back path
` [PATCH v2 7/9] tests/acpi: Add empty ACPI data files for RISC-V
` [PATCH v2 8/9] tests/qtest/bios-tables-test.c: Enable basic testing "
` [PATCH v2 9/9] tests/acpi: Add expected ACPI AML files "

Patch "igc: fix a log entry using uninitialized netdev" has been added to the 6.9-stable tree
 2024-07-08 11:50 UTC  (2+ messages)

[PATCH v2 1/7] scripts/faddr2line: Reduce number of readelf calls to three
 2024-07-08 11:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 2/7] scripts/faddr2line: Combine three readelf calls into one
 2024-07-08 11:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 3/7] scripts/faddr2line: Check vmlinux only once
 2024-07-08 11:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 4/7] scripts/faddr2line: Pass --addresses argument to addr2line
 2024-07-08 11:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 5/7] scripts/faddr2line: Invoke addr2line as a single long-running process
 2024-07-08 11:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 6/7] scripts/faddr2line: Remove call to addr2line from find_dir_prefix()
 2024-07-08 11:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 7/7] scripts/faddr2line: Check only two symbols when calculating symbol size
 2024-07-08 11:49 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH V2 RESEND] objtool/x86: objtool can confuse memory and stack access
 2024-07-08 11:49 UTC  (2+ messages)
` [tip: objtool/core] "

[tip: objtool/core] objtool: Use "action" in error message to be consistent with help
 2024-07-08 11:49 UTC 

[PATCH v5 -next] cgroup/misc: Introduce misc.peak
 2024-07-08 11:48 UTC  (2+ messages)

[libgpiod][PATCH] doc: fix sphinx config for rtd
 2024-07-08 11:48 UTC  (4+ messages)

[PATCH] dt-bindings: leds: Document "netdev" trigger
 2024-07-08 11:47 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: iio: light: ltrf216a: Document LTR-308 support
 2024-07-08 11:41 UTC  (4+ messages)
` [PATCH 2/2] iio: light: ltrf216a: Add "

[PATCH for-4.19 v2] x86/physdev: Return pirq that irq was already mapped to
 2024-07-08 11:47 UTC  (3+ messages)

[PATCH v2] dt-bindings: leds: Document "netdev" trigger
 2024-07-08 11:46 UTC 

built-in configuration file prevents booting with command line options
 2024-07-08 11:40 UTC 

[PATCH v2] net/memif: fix buffer overflow in zero copy Rx
 2024-07-08 11:45 UTC  (8+ messages)

[PATCH 00/15] net/ena: driver release 2.10.0
 2024-07-08 11:45 UTC  (3+ messages)
` [PATCH 07/15] net/ena/base: update copyrights comments

[PATCH 0/7] add trace support for control message
 2024-07-08 11:45 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/4] support AVX2 instruction Rx/Tx function
 2024-07-08 11:45 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v3 0/3] man2: Document RWF_ATOMIC
 2024-07-08 11:42 UTC  (4+ messages)
` [PATCH v3 1/3] statx.2: Document STATX_WRITE_ATOMIC
` [PATCH v3 2/3] readv.2: Document RWF_ATOMIC flag
` [PATCH v3 3/3] io_submit.2: Document RWF_ATOMIC

[RFC bpf-next v2 0/9] no_caller_saved_registers attribute for helper calls
 2024-07-08 11:44 UTC  (2+ messages)

[PATCH] ARM: stm32: Fix secure_waitbits() mask check
 2024-07-08 11:43 UTC 

[PATCH v4 0/7] btrfs: rst: updates for RAID stripe tree
 2024-07-08 11:43 UTC  (4+ messages)
` [PATCH v4 1/7] btrfs: replace stripe extents

[PATCH v9 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-07-08 11:43 UTC  (13+ messages)
` [PATCH v9 4/6] iommu/arm-smmu-v3: Add CS_NONE quirk for CONFIG_TEGRA241_CMDQV

drivers/iommu/io-pgtable-arm.c:330:13: error: void value not ignored as it ought to be
 2024-07-08 11:42 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: iio: light: ltrf216a: Document LTR-308 support
 2024-07-08 11:41 UTC  (2+ messages)
` [PATCH v2 2/2] iio: light: ltrf216a: Add "

[PATCH 0/4] address several S32G2/S32G3 SoC based boards particularities
 2024-07-08 11:42 UTC  (4+ messages)
` [PATCH 3/4] mmc: sdhci-esdhc-imx: add option to not change pinctrl state in suspend

[XEN PATCH v12 0/7] Support device passthrough when dom0 is PVH on Xen
 2024-07-08 11:41 UTC  (8+ messages)
` [XEN PATCH v12 1/7] xen/pci: Add hypercall to support reset of pcidev
` [XEN PATCH v12 2/7] x86/pvh: Allow (un)map_pirq when dom0 is PVH
` [XEN PATCH v12 3/7] x86/pvh: Add PHYSDEVOP_setup_gsi for PVH dom0
` [XEN PATCH v12 4/7] x86/domctl: Add hypercall to set the access of x86 gsi
` [XEN PATCH v12 5/7] tools/libxc: Allow gsi be mapped into a free pirq
` [RFC XEN PATCH v12 6/7] tools: Add new function to get gsi from dev
` [RFC XEN PATCH v12 7/7] tools: Add new function to do PIRQ (un)map on PVH dom0

[PATCH v5 0/4] VT-d minor fixes
 2024-07-08 11:39 UTC  (5+ messages)
` [PATCH v5 1/4] intel_iommu: fix FRCD construction macro
` [PATCH v5 3/4] intel_iommu: fix type of the mask field in VTDIOTLBPageInvInfo
` [PATCH v5 2/4] intel_iommu: move VTD_FRCD_PV and VTD_FRCD_PP declarations
` [PATCH v5 4/4] intel_iommu: make type match

[PATCH] riscv: select ARCH_USE_SYM_ANNOTATIONS
 2024-07-08 11:26 UTC  (4+ messages)

[PATCH net-next v4 2/5] virtio_net: enable irq for the control vq
 2024-07-08 11:40 UTC  (11+ messages)

[PATCH 0/2] Fixes for turris-omnia-mcu
 2024-07-08 11:40 UTC  (3+ messages)
` [PATCH 1/2] platform: cznic: turris-omnia-mcu: Depend on OF
` [PATCH 2/2] platform: cznic: turris-omnia-mcu: Depend on WATCHDOG

[PATCH v3 0/3] PCIe Enclosure LED Management
 2024-07-08 11:39 UTC  (5+ messages)
` [PATCH v3 2/3] PCI/NPEM: Add Native PCIe Enclosure Management support
` [PATCH v3 3/3] PCI/NPEM: Add _DSM PCIe SSD status LED management

[RFC PATCH v2 00/48] Make U-Boot memory reservations coherent
 2024-07-08 11:36 UTC  (4+ messages)
` [RFC PATCH v2 16/48] lmb: config: add lmb config symbols for SPL

[PATCH v1] mm: shmem: Rename mTHP shmem counters
 2024-07-08 11:36 UTC  (2+ messages)

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-07-08 11:35 UTC  (4+ messages)
` [PATCH 13/13] mm: Remove devmap related functions and page table bits

[PATCH v3 9/9] drm/tests: Add test for drm_framebuffer_free()
 2024-07-08 11:36 UTC  (2+ messages)

[PATCH v3 0/9] Increase coverage on drm_framebuffer.c
 2024-07-08 11:35 UTC  (3+ messages)
` [PATCH v3 8/9] drm/tests: Add test for drm_framebuffer_init()

[PATCH v2 0/4] qcom: rpmh core and regulator support
 2024-07-08 11:32 UTC  (5+ messages)
` [PATCH v2 1/4] linux/bitmap.h: add bitmap_empty helper
` [PATCH v2 2/4] soc: qcom: rpmh and cmd-db drivers
` [PATCH v2 3/4] power: regulator: add qcom-rpmh-regulator
` [PATCH v2 4/4] qcom_defconfig: enable rpmh regulators

[PATCH] wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
 2024-07-08 11:33 UTC  (18+ messages)
                  ` brcmfmac: how to setup SAE on RPi // "
                                ` AW: "

[PATCH net-next v8 00/10] virtio-net: support AF_XDP zero copy
 2024-07-08 11:25 UTC  (2+ messages)
` [PATCH net-next v8 01/10] virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM

[PATCH ipsec 0/4] Support IPsec crypto offload for IPv6 ESP and IPv4 UDP-encapsulated ESP data paths
 2024-07-08 11:30 UTC  (3+ messages)
` [PATCH ipsec 4/4] xfrm: Support crypto offload for outbound IPv4 UDP-encapsulated ESP packet


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.