All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-16 12:14:00 to 2025-05-16 13:03:43 UTC [more...]

[RFC 0/3] add large zero page for zeroing out larger segments
 2025-05-16 13:03 UTC  (4+ messages)
` [RFC 1/3] mm: add large zero page for efficient zeroing of "

[PATCH v5] spi: stm32-ospi: Make usage of reset_control_acquire/release() API
 2025-05-16 12:56 UTC  (3+ messages)

non-stop kworker NFS/RPC write traffic even after unmount
 2025-05-16 12:59 UTC  (11+ messages)

CVE-2025-37890: net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc
 2025-05-16 12:59 UTC 

[PATCH v12 00/21] futex: Add support task local hash maps, FUTEX2_NUMA and FUTEX2_MPOL
 2025-05-16 13:00 UTC  (14+ messages)
` [PATCH v12 03/21] futex: Move futex_queue() into futex_wait_setup()
` [PATCH v12 05/21] futex: Create hb scopes
` [PATCH v12 10/21] futex: Introduce futex_q_lockptr_lock()
` [PATCH v12 14/21] futex: Allow to resize the private local hash

[PATCH v3 00/10] Improve futex usage
 2025-05-16 12:58 UTC  (6+ messages)
` [PATCH v3 04/10] qemu-thread: Avoid futex abstraction for non-Linux

[PATCH 1/6] prctl: introduce PR_THP_POLICY_DEFAULT_HUGE for the process
 2025-05-16 12:57 UTC  (11+ messages)

[PATCH v1] dt-bindings: PCI: microchip,pcie-host: fix dma coherency property
 2025-05-16 12:57 UTC  (2+ messages)

[PATCH] usb: misc: onboard_usb_dev: Fix usb5744 initialization sequence
 2025-05-16 12:56 UTC  (2+ messages)

[PATCH v4 00/10] Stage-2 huge mappings for pKVM np-guests
 2025-05-16 12:57 UTC  (5+ messages)
` [PATCH v4 01/10] KVM: arm64: Handle huge mappings for np-guest CMOs
` [PATCH v4 02/10] KVM: arm64: Introduce for_each_hyp_page

[PATCH net-next v4 0/4] net: selftest: improve test string formatting and checksum handling
 2025-05-16 12:57 UTC  (3+ messages)
` [PATCH net-next v4 3/4] net: selftests: add checksum mode support and SW "

[PATCH] Fix spelling error for 'Celsius'
 2025-05-16 12:56 UTC 

[GIT PULL] Renesas DTS updates for v6.16 (take three)
 2025-05-16 12:55 UTC 

[PATCH v8 00/11] Add support for MAX7360
 2025-05-16 12:57 UTC  (5+ messages)
` [PATCH v8 04/11] pwm: max7360: Add MAX7360 PWM support

[PATCH v2] dm-zone: Use bdev_*() helper functions where applicable
 2025-05-16 12:56 UTC  (2+ messages)

[PATCH v2 0/8] Add support for Wave6 video codec driver
 2025-05-16 12:55 UTC  (7+ messages)
` [PATCH v2 2/8] dt-bindings: media: nxp: Add Wave6 video codec device

[PATCH 00/14] DPLL framework redesign
 2025-05-16 12:55 UTC  (2+ messages)
` ✓ i915.CI.Full: success for DPLL framework redesign (rev2)

[PATCH] selftests/mm: Fix test result reporting in gup_longterm
 2025-05-16 12:55 UTC  (4+ messages)

[PATCH] mkimage: do a rough estimate for the size needed for hashes/signatures
 2025-05-16 12:54 UTC 

[PATCH v5 0/2] x86/vmx: __vmread() cleanup
 2025-05-16 12:54 UTC  (7+ messages)
` [PATCH v5 1/2] x86/vmx: replace __vmread() with vmread()
` [PATCH v5 2/2] x86/vmx: remove __vmread()
  ` [PING MISRA] "

[PATCH v8 0/3] Add display support for the MT8365-EVK board
 2025-05-16 12:51 UTC  (9+ messages)
` [PATCH v8 1/3] arm64: defconfig: enable display support for mt8365-evk
` [PATCH v8 2/3] drm/panel: startek-kd070fhfid015: add another init step

linux-6.15-rc6/drivers/gpu/drm/amd/display/dc/dml2/dml2_translation_helper.c: possible cut'n'paste error ?
 2025-05-16  8:21 UTC 

[PATCH] drm/scheduler: signal scheduled fence when kill job
 2025-05-16  7:33 UTC  (6+ messages)

Fixing AMDGPUs gang submit error handling
 2025-05-16  7:28 UTC  (4+ messages)
` [PATCH 1/3] drm/sched: add drm_sched_prealloc_dependency_slots v3

[PATCH 0/3] Integrate the sparse index with 'git apply' and 'git add -p/-i'
 2025-05-16 12:54 UTC  (7+ messages)
` [PATCH 1/3] apply: integrate with the sparse index
` [PATCH 2/3] git add: make -p/-i aware of "

[Buildroot] [PATCH v3 1/3] package/mender_x86_64_efi_defconfig: bump kernel to 6.12.28
 2025-05-16 12:53 UTC  (3+ messages)
` [Buildroot] [PATCH v3 2/3] package/mender-update-modules: enable docker, rpm, and script modules
` [Buildroot] [PATCH v3 3/3] "

[PATCH 0/7] drm/i915 & drm/xe: prep work towards opaque struct intel_display
 2025-05-16 12:53 UTC  (9+ messages)
` [PATCH 1/7] drm/i915/display: Add check for alloc_ordered_workqueue() and alloc_workqueue()
` [PATCH 2/7] drm/xe/display: Add check for alloc_ordered_workqueue()
` [PATCH 3/7] drm/xe/display: drop duplicate display->fb_tracking.lock init
` [PATCH 4/7] drm/i915/display: move hotplug.dp_wq init from xe and i915 to display
` [PATCH 5/7] drm/xe/display: move xe->display initialization to xe_display_probe()
` [PATCH 6/7] drm/xe/display: add notes about how early a few functions can be called
` [PATCH 7/7] drm/xe/display: use xe->display to decide whether to do anything
` ✗ Fi.CI.SPARSE: warning for drm/i915 & drm/xe: prep work towards opaque struct intel_display

[PATCH v2 1/3] dt-bindings: i2c: Add required properties
 2025-05-16 12:53 UTC  (4+ messages)
` [PATCH v2 2/3] i2c: tegra: make reset an optional property
` [PATCH v2 3/3] i2c: tegra: Remove dma_sync_*() calls

[PATCH] MAINTAINERS: Update Zqiang's email address
 2025-05-16 12:52 UTC  (2+ messages)

[PATCH] x86/vmx: Annotate the VMCS field widths
 2025-05-16 12:52 UTC  (2+ messages)

[PATCH v3 0/4] Add support to read the restart reason from IMEM
 2025-05-16 12:52 UTC  (9+ messages)
` [PATCH v3 4/4] watchdog: qcom: add "

[GIT PULL] ASoC fixes for v6.15-rc6
 2025-05-16 12:51 UTC  (2+ messages)

[PATCHv3 0/6] make vendor specific subdirectory inclusion conditional
 2025-05-16 12:52 UTC  (3+ messages)
` [PATCH 6/6] iommu: make inclusion of iommufd directory conditional

close(2) with EINTR has been changed by POSIX.1-2024
 2025-05-16 12:52 UTC  (2+ messages)
` [RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024

[PATCH V2 00/15] perf: Fix the throttle logic for group
 2025-05-16 12:51 UTC  (5+ messages)
` [PATCH V2 01/15] perf: Fix the throttle logic for a group

[PATCH v3 00/10] Define Ansible inventory in the Ansible Configuration file
 2025-05-16 12:51 UTC  (4+ messages)
` [PATCH v3 01/10] playbooks: fix playbook name for all hosts plays

[PATCH] drivers: spi: fix deref ater null.might in spi-uclass.c
 2025-05-16 12:50 UTC 

[PATCH v4] netfilter: nf_tables: Implement jump limit for nft_table_validate
 2025-05-16 14:42 UTC  (2+ messages)

[PATCH] regexdev: enable to be compiled on Windows
 2025-05-16 12:50 UTC  (3+ messages)

[PATCH v1 0/2] Add driver support for Eswin eic7700 SoC Usb controller
 2025-05-16 12:50 UTC  (3+ messages)
` [PATCH v1 2/2] usb: dwc3: eic7700: Add EIC7700 usb driver

[RFC PATCH 00/12] Private MMIO support for private assigned dev
 2025-05-16 12:49 UTC  (11+ messages)

[PATCH v2 00/10] bus: mhi: host: Add support for mhi bus bw
 2025-05-16 12:49 UTC  (4+ messages)
` [PATCH v2 02/10] PCI/bwctrl: Add support to scale bandwidth before & after link re-training

[PATCH 1/2 RESEND] drm/amd/display: Adjust get_value function with prefix to help in ftrace
 2025-05-16 12:48 UTC  (2+ messages)

[PATCH] selftests: cachestat: add mmap test and /proc/cpuinfo test case
 2025-05-16 12:49 UTC  (2+ messages)

[PATCH 0/5] Start removing <env.h> from headers when not required
 2025-05-16 12:48 UTC  (4+ messages)
` [PATCH v3 00/22] Remove <env.h> from <net.h>
  ` [PATCH v3 21/22] global: Avoid indirect inclusion of "

[PATCH] clang: Include the libclang python bindings in the build
 2025-05-16 12:45 UTC  (12+ messages)
` [OE-core] "

linux-next: manual merge of the tip tree with the pm tree
 2025-05-16 12:45 UTC  (4+ messages)

[PATCH] crypto: marvell/cesa - Avoid empty transfer descriptor
 2025-05-16 12:45 UTC  (12+ messages)

[PATCH v5 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
 2025-05-16 12:19 UTC  (4+ messages)
` [PATCH v5 7/7] ext4: Add atomic block write documentation

[PATCH v2] drm/xe: Default auto_link_downgrade status to false
 2025-05-16 12:43 UTC 

[PATCHv3 0/4] x86: Make 5-level paging support unconditional for x86-64
 2025-05-16 12:43 UTC  (6+ messages)
` [PATCHv3 1/4] x86/64/mm: Always use dynamic memory layout
` [PATCHv3 2/4] x86/64/mm: Make SPARSEMEM_VMEMMAP the only memory model
` [PATCHv3 3/4] x86/64/mm: Make 5-level paging support unconditional
` [PATCHv3 4/4] x86/paravirt: Restrict PARAVIRT_XXL to 64-bit only

[PATCH v1 0/2] Add driver support for Eswin eic7700 SoC PCIe controller
 2025-05-16 12:43 UTC  (5+ messages)
` [PATCH v1 1/2] dt-bindings: PCI: eic7700: Add Eswin eic7700 PCIe host controller
` [PATCH v1 2/2] PCI: eic7700: Add Eswin eic7700 PCIe host controller driver

[PATCH 00/24] xhci features for usb-next
 2025-05-16 12:43 UTC  (3+ messages)
` [PATCH 23/24] usb: xhci: add warning message specifying which Set TR Deq failed

[PATCH 00/23] sched: Remove FIFO priorities from modules
 2025-05-16 12:42 UTC  (6+ messages)
` [PATCH 16/23] sched,watchdog: Convert to sched_set_fifo()

[RFC] Add xHCI support
 2025-05-16 12:41 UTC 

close(2) with EINTR has been changed by POSIX.1-2024
 2025-05-16 12:41 UTC  (4+ messages)

[PATCH v2] drm/i915/psr: Do not read PSR2_SU_STATUS on AlderLake and onwards
 2025-05-16 12:41 UTC  (3+ messages)

[PATCH 00/12] drm/i915/flipq: Rough flip queue implementation
 2025-05-16 12:41 UTC  (10+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ CI.Patch_applied: success "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✗ i915.CI.BAT: failure "

[PATCH] KVM: PPC: Book3S HV: Add H_VIRT mapping for tracing exits
 2025-05-16 12:12 UTC 

[PATCH v3 0/5] Add CMN PLL clock controller support for IPQ5018
 2025-05-16 12:40 UTC  (2+ messages)

[pci:slot-reset] BUILD REGRESSION ebf9d2fae99254fc37f49384b769f363e676018d
 2025-05-16 12:40 UTC  (3+ messages)
` 回复: "

[PATCH v1 0/3] s390/uv: handle folios that cannot be split while dirty
 2025-05-16 12:39 UTC  (4+ messages)
` [PATCH v1 1/3] s390/uv: don't return 0 from make_hva_secure() if the operation was not successful
` [PATCH v1 2/3] s390/uv: always return 0 from s390_wiggle_split_folio() if successful
` [PATCH v1 3/3] s390/uv: improve splitting of large folios that cannot be split while dirty

[PATCH v3] RISC-V: KVM: Remove scounteren initialization
 2025-05-16 12:39 UTC  (7+ messages)

[PATCH v9 0/8] mfd: bcm590xx: Add support for BCM59054
 2025-05-16 12:32 UTC  (7+ messages)
` [PATCH v9 6/8] regulator: bcm590xx: Store regulator descriptions in table
` [PATCH v9 7/8] regulator: bcm590xx: Rename BCM59056-specific data as such
` [PATCH v9 8/8] regulator: bcm590xx: Add support for BCM59054 regulators

NVMe CLI Invalid PRP Entry Status Failures
 2025-05-16 12:33 UTC  (3+ messages)

mixing SCMI and PSCI power domain hierarchy
 2025-05-16 12:36 UTC  (8+ messages)

[RFC PATCH 00/16] Confidential computing and AMD SEV support
 2025-05-16 12:36 UTC  (3+ messages)

[PATCH v4 0/5] Add CMN PLL clock controller support for IPQ5018
 2025-05-16 12:36 UTC  (12+ messages)
` [PATCH v4 1/5] clk: qcom: ipq5018: keep XO clock always on
` [PATCH v4 2/5] dt-bindings: clock: qcom: Add CMN PLL support for IPQ5018 SoC
` [PATCH v4 3/5] clk: qcom: ipq-cmn-pll: Add IPQ5018 SoC support
` [PATCH v4 4/5] arm64: dts: ipq5018: Add CMN PLL node
` [PATCH v4 5/5] arm64: dts: qcom: Update IPQ5018 xo_board_clk to use fixed factor clock

[PATCH] nilfs2: remove wbc->for_reclaim handling
 2025-05-16 12:31 UTC 

[PATCH v4] rust: macros: Fix macro referencing core and kernel crates
 2025-05-16 12:23 UTC 

[Buildroot] [PATCH] package/gtest: bump to version 1.17.0
 2025-05-16 12:33 UTC 

[PATCH] gpio: sysfs: add missing mutex_destroy()
 2025-05-16 12:32 UTC  (3+ messages)

[PATCH] kernel-fitImage: allow overwrite the configuration dtb label
 2025-05-16 12:32 UTC 

[PATCH] charger: max14577: Handle NULL pdata when CONFIG_OF is not set
 2025-05-16 12:32 UTC  (2+ messages)

[bug report] nvme/063 failure (tcp transport)
 2025-05-16 12:31 UTC 

[PATCH RFC 0/3] ASoC: audio-graph-card2: support explicitly disabled links
 2025-05-16 12:50 UTC  (4+ messages)
` [PATCH RFC 2/3] "

[cxl:next] BUILD SUCCESS fc78561595e2fc6ceb8da56b083847227ba9320e
 2025-05-16 12:29 UTC 

[PATCH] include: sbi: Change SBI spec version to 3.0
 2025-05-16 12:28 UTC 

[PATCH v5 0/3] arm64: dts: ti: introduce basic support for the AM62L
 2025-05-16 12:23 UTC  (4+ messages)
` [PATCH v5 2/3] arm64: dts: ti: k3-am62l: add initial infrastructure

[PATCH v3 0/2] RISC-V: KVM: VCPU reset fixes
 2025-05-16 12:25 UTC  (5+ messages)
` [PATCH v3 1/2] RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESET

[net-next PATCH v10 0/7] net: phy: Add support for new Aeonsemi PHYs
 2025-05-16 12:30 UTC  (3+ messages)
` [net-next PATCH v10 7/7] rust: net::phy sync with match_phy_device C changes

[LTP] [PATCH 1/1] doc: old: Update TST_SR_IGNORE_ERR description
 2025-05-16 12:29 UTC  (3+ messages)

[pci:slot-reset 1/1] drivers/pci/controller/dwc/pcie-dw-rockchip.c:721:58: error: use of undeclared identifier 'PCIE_CLIENT_GENERAL_CON'
 2025-05-16 12:29 UTC  (6+ messages)
` 回复: "

Are there known security issues during creation of LUKS containers?
 2025-05-16 12:29 UTC 

[PATCH] RDMA/irdma: puda: Clear entries after allocation to ensure clean state
 2025-05-16 12:28 UTC  (2+ messages)

cryptodev linux-next splat
 2025-05-16 12:27 UTC  (4+ messages)
  ` [PATCH] crypto: lib/sha256 - Disable SIMD

[Intel-wired-lan] [PATCH iwl-next 0/5] Intel driver conversion to new hardware timestamping API
 2025-05-16 12:27 UTC  (16+ messages)
` [Intel-wired-lan] [PATCH iwl-next 1/5] ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
    `  "
` [Intel-wired-lan] [PATCH iwl-next 2/5] igc: "
    `  "
` [Intel-wired-lan] [PATCH iwl-next 3/5] igb: "
    `  "
` [Intel-wired-lan] [PATCH iwl-next 4/5] ixgbe: "
    `  "
` [Intel-wired-lan] [PATCH iwl-next 5/5] i40e: "
    `  "

[PATCH] net: ethernet: ti: am65-cpsw: Lower random mac address error print to info
 2025-05-16 12:26 UTC 

[PATCH v3 00/19] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-16 12:26 UTC  (8+ messages)
` [PATCH v3 09/19] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH v3 13/19] gpu: nova-core: add falcon register definitions and base code

[Question] Sound card implementation - only codec to codec
 2025-05-16 12:26 UTC 

[PATCH RFC] target: riscv: Fix satp mode initialization based on profile
 2025-05-16 12:23 UTC 

[PATCH v12 0/5] drm/atomic-helper: Re-order CRTC and Bridge ops
 2025-05-16 12:23 UTC  (2+ messages)

[PATCH] media: Add automatic sort support for Makefile and Kconfig
 2025-05-16 12:22 UTC 

[LTP] [PATCH] valgrind-announce: Update valgrind ML
 2025-05-16 12:22 UTC  (6+ messages)

[PATCH RESEND] drm/xe/display: Add check for alloc_ordered_workqueue()
 2025-05-16 12:21 UTC  (2+ messages)

[PATCH v2 RESEND] drm/i915/display: Add check for alloc_ordered_workqueue() and alloc_workqueue()
 2025-05-16 12:21 UTC  (2+ messages)

[PATCH i-g-t 0/2] tests/intel/xe_mmap: Acquire rpm ref for all pci-membarrier tests
 2025-05-16 12:20 UTC  (3+ messages)
` [PATCH i-g-t 2/2] tests/intel/xe_mmap: Acquire rpm ref for all other "

[PATCH nf-next] netfilter: xtables: support arpt_mark and ipv6 optstrip for iptables-nft only builds
 2025-05-16 14:12 UTC 

[meta-virtualization][PATCH] libvirt: fix compile failure while DEBUG_BUILD = 1
 2025-05-16 12:20 UTC  (2+ messages)

[PATCH] drm/xe/display: drop duplicate display->fb_tracking.lock init
 2025-05-16 12:19 UTC  (3+ messages)

[PATCH v1 1/1] gpiolib-acpi: Update file references in the Documentation and MAINTAINERS
 2025-05-16 12:19 UTC  (2+ messages)

[oe-core][scarthgap][PATCH 1/1] glib-2.0 : fix CVE-2025-4373
 2025-05-16 12:18 UTC  (2+ messages)

[PATCH next 0/3] lib: Implement mul_u64_u64_div_u64_roundup()
 2025-05-16 12:17 UTC  (3+ messages)

[ONLY FOR INTERNAL REVIEW 0/3] CCS save restore for IGPU
 2025-05-16 12:17 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

Snapshot send, modify, receive ->
 2025-05-16 12:16 UTC  (2+ messages)

[PATCH v1] platform/mellanox: Add mlxbf_pka driver for BlueField Soc
 2025-05-16 12:15 UTC  (2+ messages)

[meta-oe][PATCH] civetweb: Fix build with ssl disabled
 2025-05-16 12:14 UTC 

[PATCH v4 0/5] KVM: arm64: Support FF-A 1.2 and SEND_DIRECT2 ABI
 2025-05-16 12:14 UTC  (11+ messages)
` [PATCH v4 1/5] KVM: arm64: Restrict FF-A host version renegotiation
` [PATCH v4 2/5] KVM: arm64: Zero x4-x7 in ffa_set_retval
` [PATCH v4 3/5] KVM: arm64: Mark FFA_NOTIFICATION_* calls as unsupported
` [PATCH v4 4/5] KVM: arm64: Bump the supported version of FF-A to 1.2
` [PATCH v4 5/5] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 in host handler

[PATCH v2 0/3] rust: select AUXILIARY_BUS instead of depending on it
 2025-05-16 12:13 UTC  (2+ messages)


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.