All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-07-25 03:53:57 to 2025-07-25 06:22:34 UTC [more...]

[PATCH v4 0/5] libsas cleanups
 2025-07-25  6:22 UTC  (7+ messages)
` [PATCH v4 1/5] scsi: libsas: Refactor dev_is_sata()
` [PATCH v4 2/5] scsi: libsas: Simplify sas_ata_wait_eh()
` [PATCH v4 3/5] scsi: libsas: Make sas_get_ata_info() static

[PATCH 0/3] eDP Data Override
 2025-07-25  6:22 UTC  (5+ messages)
` [PATCH 1/3] drm/i915/vbt: Add eDP Data Overrride field in VBT
` [PATCH 2/3] drm/i915/bios: Add function to check if edp data override is needed
` [PATCH 3/3] drm/i915/edp: eDP Data Overrride
` ✓ CI.KUnit: success for eDP Data Override (rev3)

[PATCH 00/10] ls1021 DT fixes
 2025-07-25  6:13 UTC  (3+ messages)
` [PATCH 01/10] ARM: dts: ls1021a: Fix gic node unit address
` [PATCH 02/10] ARM: dts: ls1021a: Fix qspi "

[PATCH 1/2] xen/arm: smmuv3: fix UB during deassign
 2025-07-25  6:15 UTC  (7+ messages)
` [PATCH 2/2] xen/arm: smmuv3: fix xl pci-assignable-remove

[PATCH 00/11] Introduce CONFIG_PLATFORM_OP to disable platform_op hypercalls
 2025-07-25  6:15 UTC  (12+ messages)
` [PATCH 01/11] xen: Introduce CONFIG_PLATFORM_OP
` [PATCH 02/11] xen/xsm: Wrap around xsm_platform_op with CONFIG_PLATFORM_OP
` [PATCH 03/11] xen/platform_op: Wrap around XENPF_microcode_update(2)
` [PATCH 04/11] xen/platform_op: Wrap around XENPF_firmware_info
` [PATCH 05/11] xen/platform_op: Wrap around XENPF_efi_runtime_call
` [PATCH 06/11] xen/platform_op: Wrap around XENPF_enter_acpi_sleep
` [PATCH 07/11] xen/platform_op: Wrap around XENPF_set_processor_pminfo
` [PATCH 08/11] xen/xsm: Wrap around xsm_resource_(un)plug_core
` [PATCH 09/11] xen/platform_op: Wrap around XENPF_mem_hotadd
` [PATCH 10/11] xen/platform_op: Wrap around XENPF_core_parking
` [PATCH 11/11] xen/platform_op: Wrap around platform_op hypercall

[PATCH 0/4] xen/cache-col: Multiple fixes
 2025-07-25  6:17 UTC  (7+ messages)
` [PATCH 1/4] xen/cache-col: Remove bogus cast in domain_llc_coloring_free()
` [PATCH 2/4] xen/cache-col: Fix freeing of colouring information
` [PATCH 3/4] xen/cache-col: Fix initialisation of domain "

[PATCH 00/11] riscv: fine grained hardware assisted kernel control-flow integrity
 2025-07-25  6:13 UTC  (4+ messages)
` [PATCH 01/11] riscv: add landing pad for asm routines

[PATCH v3 0/5] mseal cleanups, fixup MAP_PRIVATE file-backed case
 2025-07-25  6:17 UTC  (11+ messages)
` [PATCH v3 2/5] mm/mseal: update madvise() logic
` [PATCH v3 4/5] mm/mseal: Simplify and rename VMA gap check

[PATCH 0/2] fio: steady state for latency
 2025-07-25  6:17 UTC  (3+ messages)
` [PATCH 1/2] configure: libnfs + gnutls
` [PATCH 2/2] fio: add latency steady state detection

[tip:master] BUILD SUCCESS 7ec401d5b972171735754ba4c475bc674108f066
 2025-07-25  6:16 UTC 

[PATCH v6 1/1] test-delta: Replaced space-based indentation with tabs to follow Git coding style
 2025-07-25  6:10 UTC 

git-diff: --ignore-matching-lines has no effect on the output when --name-only is used
 2025-07-25  6:06 UTC  (5+ messages)

regression - mm: shmem: add large folio support for tmpfs affect GPU performance
 2025-07-25  6:05 UTC  (3+ messages)

[PATCH] doc: announce DMA configuration structure changes
 2025-07-25  6:04 UTC  (4+ messages)
` [EXTERNAL] "

[PATCH 00/28] Enable Pipe writeback
 2025-07-25  6:04 UTC  (33+ messages)
` [PATCH 01/28] drm/writeback: Add function that takes preallocated connector
` [PATCH 02/28] drm/writeback: Add a helper function to get writeback connector
` [PATCH 03/28] drm/writeback: Define function to get drm_connector from writeback
` [PATCH 04/28] drm/i915/writeback: Add writeback registers
` [PATCH 05/28] drm/i915/writeback: Add some preliminary writeback definitions
` [PATCH 06/28] drm/i915/writeback: Init writeback connector
` [PATCH 07/28] drm/i915/writeback: Add function for get_writeback_connector
` [PATCH 08/28] drm/i915/writeback: Define the get_connector_from_writeback hook
` [PATCH 09/28] drm/i915/writeback: Add function to get modes
` [PATCH 10/28] drm/i915/writeback: Add hook to check modes
` [PATCH 11/28] drm/i915/writeback: Define encoder->get_hw_state
` [PATCH 12/28] drm/i915/writeback: Fill encoder->get_config
` [PATCH 13/28] drm/i915/writeback: Add private structure for writeback job
` [PATCH 14/28] drm/i915/writeback: Define function for prepare and cleanup hooks
` [PATCH 15/28] drm/i915/writeback: Define compute_config for writeback
` [PATCH 16/28] drm/i915/writeback: Define function for connector function detect
` [PATCH 17/28] drm/i915/writeback: Define function to destroy writeback connector
` [PATCH 18/28] drm/i915/writeback: Add connector atomic check
` [PATCH 19/28] drm/i915/writeback: Add the enable sequence from writeback
` [PATCH 20/28] drm/i915/writeback: Add writeback to xe Makefile
` [PATCH 21/28] drm/i915/writeback: Define writeback frame capture function
` [PATCH 22/28] drm/i915/writeback: Configure WD_STRIDE reg
` [PATCH 23/28] drm/i915/writeback: Configure WD_SURF register
` [PATCH 24/28] drm/i915/writeback: Enable writeback interrupts
` [PATCH 25/28] drm/i915/writeback: Initialize writeback encoder
` [PATCH 26/28] drm/i915/writeback: Define the disable sequence for writeback
` [PATCH 27/28] drm/i915/writeback: Make exception for writeback connector
` [PATCH 28/28] drm/i915/writeback: Modify state verify function
` ✗ CI.checkpatch: warning for Enable Pipe writeback
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "

[PATCH 1/1] dt-bindings: mmc: fsl,esdhc: Add explicit reference to mmc-controller-common
 2025-07-25  6:01 UTC 

[PATCH 1/1] dt-bindings: fsl: fsl,rcpm: reference power-domains.yaml
 2025-07-25  5:58 UTC 

[PATCH] usb: xhci: print xhci->xhc_state when queue_command failed
 2025-07-25  6:01 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] sparc64: fix hugetlb for sun4u
 2025-07-25  5:59 UTC  (2+ messages)

[PATCH] kconfig/lxdialog: replace strcpy() with strscpy() in inputbox.c
 2025-07-25  5:59 UTC 

[PATCH for-next 0/3] RDMA/erdma: Misc fixes for the erdma driver
 2025-07-25  5:53 UTC  (4+ messages)
` [PATCH for-next 1/3] RDMA/erdma: Use dma_map_page to map scatter MTT buffer
` [PATCH for-next 2/3] RDMA/erdma: Fix ignored return value of init_kernel_qp
` [PATCH for-next 3/3] RDMA/erdma: Fix unset QPN of GSI QP

qcom: Add QCS6490 symlink for QUPv3 firmware
 2025-07-25  5:58 UTC 

[PATCH] drm/amdgpu: Update external revid for GC v9.5.0
 2025-07-25  5:56 UTC 

[PATCH 1/1] net: fsl_pq_mdio: use dev_err_probe
 2025-07-25  5:56 UTC 

[PATCH v4 00/11] dm-pcache – persistent-memory cache for block devices
 2025-07-25  5:55 UTC  (3+ messages)

[PATCH v5 0/2] media: i2c: Add ov2735 camera sensor driver
 2025-07-25  5:55 UTC  (4+ messages)
` [PATCH v5 2/2] media: i2c: add ov2735 image "

[PATCH 1/1] gpio: stmpe: Allow to compile as a module
 2025-07-25  5:52 UTC 

[PATCH v6 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-07-25  5:54 UTC  (4+ messages)
` [PATCH v6 2/2] Drivers: hv: Introduce mshv_vtl driver

[PATCH] mmc: sdhci-of-arasan: Ensure CD logic stabilization before power-up
 2025-07-25  5:49 UTC  (3+ messages)

[f2fs-dev] [PATCH] fsck.f2fs: honor --linear-lookup=X for Android case
 2025-07-25  5:52 UTC 

[PATCH v3] mkfs.f2fs: support -C [no]hashonly to control linear lookup fallback
 2025-07-25  5:49 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v6 0/9] Handle Firmware reported Hardware Errors
 2025-07-25  5:50 UTC  (13+ messages)
` [PATCH v6 1/9] drm: Add a vendor-specific recovery method to drm device wedged uevent
` [PATCH v6 3/9] drm/xe: Add a helper function to set recovery method
` [PATCH v6 4/9] drm/xe/xe_survivability: Refactor survivability mode
` [PATCH v6 5/9] drm/xe/xe_survivability: Add support for Runtime "
` [PATCH v6 6/9] drm/xe/doc: Document device wedged and runtime survivability

[PATCH v2] cpufreq: Avoid get_governor() for first policy
 2025-07-25  5:49 UTC  (2+ messages)

[PATCH v8 00/16] New perf ilist app
 2025-07-25  5:42 UTC  (5+ messages)
` [PATCH v8 11/16] perf ilist: Add new python ilist command
` [PATCH v8 15/16] perf python: Add metrics function

[PATCH] mm: slub: fix dereference invalid pointer in alloc_consistency_checks
 2025-07-25  5:46 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: use MAC TX delay for ROCK 4D
 2025-07-25  5:42 UTC  (7+ messages)

[PATCH v5 1/1] test-delta: fix indentation style
 2025-07-25  5:45 UTC 

[PATCH] plugins: droid: migrate to QMI from AT
 2025-07-25  5:45 UTC  (3+ messages)

[PATCH v2] net/tap: fix BPF build failure in cross-compilation environment
 2025-07-25  5:42 UTC 

[PATCH] PCI: controller: use dev_fwnode()
 2025-07-25  5:37 UTC  (2+ messages)

[PATCH] sprintf.h requires stdarg.h
 2025-07-25  5:39 UTC 

[PATCH v1] xen: move getdomaininfo() to domain.c
 2025-07-25  5:38 UTC  (8+ messages)

[PATCH 0/8] refs: fix migration of reflog entries
 2025-07-25  5:36 UTC  (7+ messages)
` [PATCH 4/8] builtin/reflog: implement subcommand to write new entries

[PATCH v4] xen/char: implement suspend/resume calls for SCIF driver
 2025-07-25  5:35 UTC  (9+ messages)

[PATCH 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-07-25  5:34 UTC  (5+ messages)
` [PATCH 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[SC22WG14.32341] alx-0051r0 - don't misuse reserved identifier 'exp'
 2025-07-25  5:32 UTC  (5+ messages)
      ` [SC22WG14.32615] "

[PATCH] fbdev: Fix typo in Kconfig text for FB_DEVICE
 2025-07-25  5:30 UTC  (2+ messages)

Realtime threads delayed due to kcompactd0
 2025-07-25  5:30 UTC 

[PATCH] Revert "generic/730: add _require_scratch_shutdown"
 2025-07-25  5:28 UTC  (2+ messages)

[RFC] tools/memory-model: Rule out OOTA
 2025-07-25  5:23 UTC  (6+ messages)

[PATCH V3 0/3] Introduce a generic register settings dt-binding
 2025-07-25  5:22 UTC  (4+ messages)
` [PATCH V3 1/3] dt-binding: Add register-settings binding
` [PATCH V3 2/3] dt-binding: i2c: nvidia,tegra20-i2c: Add register-setting support
` [PATCH V3 3/3] dt-binding: mmc: tegra: "

[PATCH] x86/domain: Dump domain paging pool sizes with the rest of the pageframe info
 2025-07-25  5:22 UTC  (4+ messages)

[PATCH v1 net] net/sched: taprio: enforce minimum value for picos_per_byte
 2025-07-25  5:21 UTC  (2+ messages)
`  "

[PATCH v3 00/13] ARM: dts: aspeed: Add Meta Darwin dts
 2025-07-25  5:20 UTC  (9+ messages)
` [PATCH v3 07/13] ARM: dts: aspeed: Add Facebook Wedge400-data64 (AST2500) BMC
` [PATCH v3 10/13] ARM: dts: aspeed: Add Facebook Fuji-data64 (AST2600) Board

[PATCH v2] drm/xe/uc: Add stop on hardware initialization error
 2025-07-25  5:20 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "

[RFC PATCH] mm/page_alloc: Add PCP list for THP CMA
 2025-07-25  5:08 UTC  (2+ messages)

[PATCH 0/7] tools: add support for domain specific Xenstore features
 2025-07-25  5:18 UTC  (4+ messages)
` [PATCH 4/7] tools/xenstored: add server feature support

[PATCH] riscv: dts: starfive: jh7110-common: drop no-sdio property from mmc1
 2025-07-25  5:13 UTC  (4+ messages)

[PATCH v3 0/2] iommu/arm-smmu-v3: Two vsmmu impl_ops cleanups
 2025-07-25  5:11 UTC  (8+ messages)
` [PATCH v3 2/2] iommu/arm-smmu-v3: Replace vsmmu_size/type with get_viommu_size

[PATCH v2 00/12] sched: Address schbench regression
 2025-07-25  5:13 UTC  (6+ messages)
` [PATCH v2 01/12] sched/psi: Optimize psi_group_change() cpu_clock() usage

[PATCH] gpg-interface: expand gpg.program as a path
 2025-07-25  5:13 UTC  (4+ messages)
` [PATCH v2 2/2] t7510: add test cases for non-absolute gpg program

[PATCH 01/20] clocksource/drivers/vf-pit: Replace raw_readl/writel to reald/writel
 2025-07-25  5:12 UTC  (7+ messages)
` [PATCH 04/20] clocksource/drivers/vf_pit: Rework the base address usage
` [PATCH 12/20] clocksource/drivers/vf-pit: Use the node name for the interrupt and timer names

[OE-core][scarthgap 00/16] Patch review
 2025-07-25  5:10 UTC  (3+ messages)
` [OE-core][scarthgap 03/16] binutils: Fix CVE-2025-7545

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-07-25  5:10 UTC  (8+ messages)
` [GSoC PATCH v5 0/5] repo: "
  ` [GSoC PATCH v5 1/5] repo: declare the repo command

[PATCH 0/9] board: samsung: e850-96: Enable USB
 2025-07-25  5:08 UTC  (12+ messages)
` [PATCH 1/9] phy: samsung: Add Exynos USB DRD PHY driver

[PATCH] thermal: intel: int340x_thermal: Remove acpi_has_method() call
 2025-07-25  5:07 UTC 

[PATCH net v2 1/4] auxiliary: Support hexadecimal ids
 2025-07-25  5:02 UTC  (11+ messages)

[PATCH v2] arm64: dts: qcom: sc7280: Flatten primary usb controller node
 2025-07-25  5:02 UTC 

[PATCH v3 0/8] platform/chrome: cros_ec_chardev: Fix a possible UAF
 2025-07-25  4:58 UTC  (7+ messages)
` [PATCH v3 5/8] platform/chrome: Introduce cros_ec_device_alloc()

[PATCH v5 0/8] mm/shmem, swap: bugfix and improvement of mTHP swap in
 2025-07-25  4:54 UTC  (6+ messages)
` [PATCH v5 1/8] mm/shmem, swap: improve cached mTHP handling and fix potential hung

[PATCH] iio: xilinx-ams: Unmask interrupts after updating alarms
 2025-07-25  4:47 UTC  (3+ messages)

[PATCH v2 00/20] sunxi: Add Allwinner A523 support
 2025-07-25  4:44 UTC  (3+ messages)
` [PATCH v2 14/20] sunxi: A523: add DDR3 DRAM support

[PATCH v2 0/3] tests/functional: add more CLI args
 2025-07-25  4:42 UTC  (7+ messages)
` [PATCH v2 1/3] tests/functional: add --keep-scratch CLI arg
` [PATCH v2 2/3] tests/functional: add --list-tests "
` [PATCH v2 3/3] tests/functional: add -k TEST_NAME_PATTERN "

[PATCH] KVM: x86: use array_index_nospec with indices that come from guest
 2025-07-25  4:42 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] staging: rtl8723bs: fix if-statement alignment and line continuation in rtw_ap.c
 2025-07-25  4:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/4] dt-bindings: iio: Drop unused header includes in examples
 2025-07-25  4:34 UTC  (3+ messages)
` [PATCH 3/4] dt-bindings: iio: adc: samsung,exynos-adc: Use correct IRQ level in example

[PATCH] [v2] block: fix FS_IOC_GETLBMD_CAP parsing in blkdev_common_ioctl()
 2025-07-25  4:36 UTC  (5+ messages)

[PATCH i-g-t] tests/intel/kms_pipe_stress: Skip invalid pipe-output combinations
 2025-07-25  4:35 UTC  (2+ messages)

[PATCH bpf-next 0/3] selftests/bpf: Fix a few dynptr test failures with 64K page size
 2025-07-25  4:34 UTC  (4+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Increase xdp data size for arm64 "
` [PATCH bpf-next 2/3] selftests/bpf: Fix test dynptr/test_dynptr_copy_xdp failure
` [PATCH bpf-next 3/3] selftests/bpf: Fix test dynptr/test_dynptr_memset_xdp_chunks failure

[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-07-25  4:33 UTC  (2+ messages)

[PATCH] pinctrl: tegra30: fix typo with variables to control the drive state on nvidia pins
 2025-07-25  4:31 UTC 

[PATCH 0/2] crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver
 2025-07-25  4:30 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v2] drivers: video: tidss: Refactor tidss_drv
 2025-07-25  4:30 UTC 

[PATCH v2] tests/functional: add --debug CLI arg
 2025-07-25  4:28 UTC  (2+ messages)

[REGRESSION] next/master: (build) variable 'id' is uninitialized when used here [-Werror,-Wuninitial
 2025-07-25  4:28 UTC  (2+ messages)

[PATCH v4] arm64: Enable permission change on arm64 kernel block mappings
 2025-07-25  4:23 UTC  (5+ messages)

[PATCH] drm/xe/xe_guc_ads: Consolidate guc_waklv_enable functions
 2025-07-25  4:25 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH 0/4] Enable cpufreq for IPQ5424
 2025-07-25  4:18 UTC  (4+ messages)
` [PATCH v2 1/4] dt-bindings: clock: ipq5424-apss-clk: Add ipq5424 apss clock controller

[PATCH v2] hfs: remove BUG() from hfs_release_folio()/hfs_test_inode()/hfs_write_inode()
 2025-07-25  4:16 UTC  (18+ messages)
` [PATCH v3] "

[PATCH] drivers/clk/clk-hsdk-pll.c: Fix typo 'succesful' -> 'successful'
 2025-07-25  4:15 UTC 

[PATCH] drivers/clk/clk-asm9260.c: Fix typo 'devide' -> 'divide'
 2025-07-25  4:15 UTC 

[PATCH] drivers/block/drbd: Fix typo 'aquire' -> 'acquire'
 2025-07-25  4:14 UTC 

[PATCH] block: Fix typo 'programm' -> 'program'
 2025-07-25  4:14 UTC 

[PATCH v3 0/4] Landlock: Disconnected directory handling
 2025-07-25  3:54 UTC  (7+ messages)
` [PATCH v3 2/4] landlock: Fix handling of disconnected directories

[PATCH] block: Fix typo 'prefered' -> 'preferred'
 2025-07-25  4:09 UTC 

[RFC PATCH net-next] ptp: Introduce PTP_SYS_OFFSET_EXTENDED_TRUSTED ioctl
 2025-07-25  4:09 UTC  (2+ messages)

[PATCH] arm64: allow NR_CPUS=1 for non-SMP and adjust default accordingly
 2025-07-25  4:06 UTC  (3+ messages)

[PATCH v2 0/3] RISC-V: ACPI: Update FADT and MADT versions
 2025-07-25  4:03 UTC  (7+ messages)
` [PATCH v2 1/3] bios-tables-test-allowed-diff.h: Allow RISC-V FADT and MADT changes
` [PATCH v2 2/3] hw/riscv/virt-acpi-build.c: Update FADT and MADT versions
` [PATCH v2 3/3] tests/data/acpi/riscv64: Update expected FADT and MADT

[PATCH] install: add installation of libdtrace header file to install target
 2025-07-25  4:02 UTC 

[PATCH] Free the DIFO for a probe once it is loaded
 2025-07-25  4:01 UTC 

[PATCH v4 00/15] Move fscrypt and fsverity out of struct inode
 2025-07-25  4:01 UTC  (3+ messages)
` [PATCH v4 02/15] fs/crypto: use accessors

[PATCH] PCI: mvebu: Use devm_add_action_or_reset()
 2025-07-25  3:57 UTC  (3+ messages)

[PATCH net v2] selftests: rtnetlink.sh: remove esp4_offload after test
 2025-07-25  3:53 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.