All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-02 05:40:28 to 2024-07-02 06:49:01 UTC [more...]

High Power Consumption of AMD RX6800xt in Idle with Secondary Monitor Connected
 2024-07-02  6:03 UTC  (7+ messages)

[PATCHSET v13.7 14/16] xfsprogs: detect and correct directory tree problems
 2024-07-02  6:48 UTC  (7+ messages)
` [PATCH 1/5] libfrog: add directory tree structure scrubber to scrub library
` [PATCH 2/5] xfs_spaceman: report directory tree corruption in the health information
` [PATCH 3/5] xfs_scrub: fix erroring out of check_inode_names

[PATCH RESEND libgpiod v2 00/18] dbus: add GLib-based DBus daemon and command-line client
 2024-07-02  6:48 UTC  (4+ messages)
` [PATCH RESEND libgpiod v2 10/18] dbus: add the API definitions

[PATCHSET v13.7 13/16] xfsprogs: offline repair for parent pointers
 2024-07-02  6:47 UTC  (25+ messages)
` [PATCH 01/12] xfs_db: remove some boilerplate from xfs_attr_set
` [PATCH 02/12] xfs_db: actually report errors from libxfs_attr_set
` [PATCH 03/12] xfs_repair: junk parent pointer attributes when filesystem doesn't support them
` [PATCH 04/12] xfs_repair: add parent pointers when messing with /lost+found
` [PATCH 05/12] xfs_repair: junk duplicate hashtab entries when processing sf dirents
` [PATCH 06/12] xfs_repair: build a parent pointer index
` [PATCH 07/12] xfs_repair: move the global dirent name store to a separate object
` [PATCH 08/12] xfs_repair: deduplicate strings stored in string blob
` [PATCH 09/12] xfs_repair: check parent pointers
` [PATCH 10/12] xfs_repair: dump garbage parent pointer attributes
` [PATCH 11/12] xfs_repair: update ondisk parent pointer records
` [PATCH 12/12] xfs_repair: wipe ondisk parent pointers when there are none

[PATCH v3 0/4] RISC-V: Parse DT for Zkr to seed KASLR
 2024-07-02  6:47 UTC  (9+ messages)
` [PATCH v3 2/4] RISC-V: lib: Add pi aliases for string functions
` [PATCH v3 4/4] RISC-V: Use Zkr to seed KASLR base address

Regarding support for WFX backend for software updates in CIP Images
 2024-07-02  6:46 UTC  (5+ messages)
  ` [cip-dev] "

[f2fs-dev] [PATCH] f2fs:Add write priority option based on zone UFS
 2024-07-02  6:29 UTC  (2+ messages)
`  "

[PATCH v2] s390/vfio_ccw: Fix target addresses of TIC CCWs
 2024-07-02  6:44 UTC  (2+ messages)

[meta-security][kirkstone][PATCH] clamav: Fix for CVE-2024-20328
 2024-07-02  3:03 UTC 

[qcom:drivers-fixes-for-6.10 2/2] arch/arm64/boot/dts/qcom/qdu1000-idp.dtb: system-cache-controller@19200000: reg-names:1: 'llcc1_base' was expected
 2024-07-02  6:43 UTC 

[meta-security][kirkstone][PATCH] clamav: Fix for CVE-2024-20328
 2024-07-02  2:21 UTC 

[PATCH v7 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-07-02  6:42 UTC  (3+ messages)

[net-next PATCH v7 00/10] Introduce RVU representors
 2024-07-02  6:41 UTC  (4+ messages)
` [net-next PATCH v7 06/10] octeontx2-pf: Get VF stats via representor
    ` [EXTERNAL] "

[PATCHSET v13.7 12/16] xfsprogs: scrubbing for parent pointers
 2024-07-02  6:41 UTC  (5+ messages)
` [PATCH 1/2] xfs: create a blob array data structure
` [PATCH 2/2] man2: update ioctl_xfs_scrub_metadata.2 for parent pointers

[PATCH] ui/gtk: Attach fullscreen toggling cb to all detached VCs
 2024-07-02  6:39 UTC  (2+ messages)

linux-next: manual merge of the random tree with the mm-stable tree
 2024-07-02  6:40 UTC 

[isar-cip-core] doc/REAME.secureboot.md: Add MCOM specific secure boot details
 2024-07-02  6:40 UTC  (3+ messages)

[PATCH] dma-buf: Remove unnecessary kmalloc() cast
 2024-07-02  6:40 UTC  (3+ messages)

[PATCH] usb: Use well-known descriptor sizes when parsing configuration
 2024-07-02  6:39 UTC  (2+ messages)

[PATCH 0/4] Bug fixes on topdown metrics group leader selection
 2024-07-02 22:40 UTC  (5+ messages)
` [PATCH 1/4] perf topdown: Correct leader selection with sample_read enabled
` [PATCH 2/4] perf parse-events: Don't move topdown metrics events when sorting events
` [PATCH 3/4] perf parse-events: Don't move slots event when no topdwon metrics event
` [PATCH 4/4] perf tests: Add leader sampling test in record tests

[PATCH v3 0/2] iommu/vt-d: Refactor PRI enable/disable steps
 2024-07-02  6:39 UTC  (8+ messages)
` [PATCH v3 1/2] iommu/vt-d: Add helper to flush caches for context change

[f2fs-dev] [RFC PATCH v2 00/10] f2fs-tools: introduce inject.f2fs
 2024-07-02  6:39 UTC  (9+ messages)
` [f2fs-dev] [RFC PATCH v2 05/10] inject.f2fs: add nat injection
` [f2fs-dev] [RFC PATCH v2 06/10] inject.f2fs: add sit injection
` [f2fs-dev] [RFC PATCH v2 07/10] inject.f2fs: add ssa injection
` [f2fs-dev] [RFC PATCH v2 08/10] inject.f2fs: add node injection

[PATCH V3 0/2] Use of devname for interrupt descriptions and tracepoint support for smp2p
 2024-07-02  6:39 UTC  (3+ messages)
` [PATCH V3 1/2] soc: qcom: smp2p: Use devname for interrupt descriptions

[PATCHSET v13.7 11/16] xfsprogs: Parent Pointers
 2024-07-02  6:38 UTC  (49+ messages)
` [PATCH 01/24] libxfs: create attr log item opcodes and formats for parent pointers
` [PATCH 02/24] xfs_{db,repair}: implement new attr hash value function
` [PATCH 03/24] xfs_logprint: dump new attr log item fields
` [PATCH 04/24] man: document the XFS_IOC_GETPARENTS ioctl
` [PATCH 05/24] libfrog: report parent pointers to userspace
` [PATCH 06/24] libfrog: add parent pointer support code
` [PATCH 07/24] xfs_io: adapt parent command to new parent pointer ioctls
` [PATCH 08/24] xfs_io: Add i, n and f flags to parent command
` [PATCH 09/24] xfs_logprint: decode parent pointers in ATTRI items fully
` [PATCH 10/24] xfs_spaceman: report file paths
` [PATCH 11/24] xfs_scrub: use parent pointers when possible to report file operations
` [PATCH 12/24] xfs_scrub: use parent pointers to report lost file data
` [PATCH 13/24] xfs_db: report parent pointers in version command
` [PATCH 14/24] xfs_db: report parent bit on xattrs
` [PATCH 15/24] xfs_db: report parent pointers embedded in xattrs
` [PATCH 16/24] xfs_db: obfuscate dirent and parent pointer names consistently
` [PATCH 17/24] libxfs: export attr3_leaf_hdr_from_disk via libxfs_api_defs.h
` [PATCH 18/24] xfs_db: add a parents command to list the parents of a file
` [PATCH 19/24] xfs_db: make attr_set and attr_remove handle parent pointers
` [PATCH 20/24] xfs_db: add link and unlink expert commands
` [PATCH 21/24] xfs_db: compute hashes of parent pointers
` [PATCH 22/24] libxfs: create new files with attr forks if necessary
` [PATCH 23/24] mkfs: Add parent pointers during protofile creation
` [PATCH 24/24] mkfs: enable formatting with parent pointers

[PATCH] mm: Enable setting -1 for vm.percpu_pagelist_high_fraction to set the minimum pagelist
 2024-07-02  6:37 UTC  (3+ messages)

linux-next: build warnings after merge of the mm tree
 2024-07-02  6:37 UTC  (6+ messages)

[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-07-02  6:34 UTC  (11+ messages)
` [PATCH v8 01/10] iommu: Introduce domain attachment handle
` [PATCH v8 02/10] iommu: Remove sva handle list
` [PATCH v8 03/10] iommu: Add attach handle to struct iopf_group
` [PATCH v8 04/10] iommu: Extend domain attach group with handle support
` [PATCH v8 05/10] iommufd: Add fault and response message definitions
` [PATCH v8 06/10] iommufd: Add iommufd fault object
` [PATCH v8 07/10] iommufd: Fault-capable hwpt attach/detach/replace
` [PATCH v8 08/10] iommufd: Associate fault object with iommufd_hw_pgtable
` [PATCH v8 09/10] iommufd/selftest: Add IOPF support for mock device
` [PATCH v8 10/10] iommufd/selftest: Add coverage for IOPF test

[PATCH v4 1/3] bus: mhi: host: Add Foxconn SDX72 related support
 2024-07-02  6:36 UTC  (7+ messages)
` [PATCH v4 2/3] bus: mhi: host: Add name for mhi_controller
      `  "
  ` Re:Re: [PATCH v4 1/3] bus: mhi: host: Add Foxconn SDX72 related support

[GIT PULL 1/2] arm64: dts: samsung: DTS for v6.11
 2024-07-02  6:35 UTC  (2+ messages)
` [GIT PULL 2/2 PATCH - drivers] soc: samsung: exynos-pmu: add support for PMU_ALIVE non atomic registers

[PATCH] commands: cpuinfo: Add Cortex-A55 information
 2024-07-02  6:34 UTC  (2+ messages)

[PATCH] fixup! regulator: Add Fairchild FAN53555 driver
 2024-07-02  6:34 UTC  (2+ messages)

[PATCH master] clk: support inclusion of clk-provider.h in !COMMON_CLK code
 2024-07-02  6:33 UTC  (2+ messages)

[PATCH] mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNC
 2024-07-02  6:32 UTC  (4+ messages)

+ mm-vmscan-drop-checking-if-_deferred_list-is-empty-before-using-ttu_sync.patch added to mm-unstable branch
 2024-07-02  6:32 UTC 

[GIT PULL] clk: samsung: drivers for v6.11
 2024-07-02  6:31 UTC 

[PATCH v3 0/7] UFS patches for kernel 6.11
 2024-07-02  6:29 UTC  (15+ messages)
` [PATCH v3 1/7] scsi: ufs: Declare functions once
` [PATCH v3 2/7] scsi: ufs: Initialize struct uic_command once
` [PATCH v3 3/7] scsi: ufs: Remove two constants
` [PATCH v3 4/7] scsi: ufs: Rename the MASK_TRANSFER_REQUESTS_SLOTS constant
` [PATCH v3 5/7] scsi: ufs: Initialize hba->reserved_slot earlier
` [PATCH v3 6/7] scsi: ufs: Inline ufshcd_mcq_vops_get_hba_mac()
` [PATCH v3 7/7] scsi: ufs: Make .get_hba_mac() optional

[PATCH v3] drm/amd/swsmu: enable more Pstates profile levels for SMU v14.0.0 and v14.0.1
 2024-07-02  6:28 UTC  (2+ messages)

[meta-security][kirkstone][PATCH] clamav: Fix for CVE-2024-20328
 2024-07-02  6:27 UTC 

[PATCH 00/13] Support several Rust toolchain versions
 2024-07-02  6:28 UTC  (6+ messages)
` [PATCH 02/13] rust: init: simplify from `map_err` to `inspect_err`

[PATCH] drm/msm/a6xx: Add missing __always_unused
 2024-07-02  6:26 UTC  (2+ messages)

[PATCH 1/4] v4l-utils: fix potential crashing with 32-bit musl
 2024-07-02  6:26 UTC  (5+ messages)
` [PATCH 4/4] v4l-utils: fix formats under ppc/mips64
  ` [SPAM] "

[PATCH] mesa: Including missing LLVM header
 2024-07-02  6:26 UTC 

[PATCH v2 00/15] Fix check-qtest-ppc64 sanitizer errors
 2024-07-02  6:23 UTC  (6+ messages)
` [PATCH v2 10/15] tests/qtest: Use qtest_add_data_func_full()

[PATCH v4] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`
 2024-07-02  6:24 UTC  (2+ messages)

[PATCH v3] arm64: dts: qcom: qrb4210-rb2: Correct max current draw for VBUS
 2024-07-02  6:24 UTC  (2+ messages)

[powerpc:fixes-test] BUILD SUCCESS 21a741eb75f80397e5f7d3739e24d7d75e619011
 2024-07-02  6:21 UTC 

+ mm-page_alloc-remove-prefetchw-on-freeing-page-to-buddy-system.patch added to mm-unstable branch
 2024-07-02  6:22 UTC 

[PATCH] mm/page_alloc: remove prefetchw() on freeing page to buddy system
 2024-07-02  6:22 UTC  (2+ messages)

[shawnguo:imx/dt64 53/91] arch/arm64/boot/dts/freescale/imx95-19x19-evk.dtb: /: failed to match any schema with compatible: ['fsl,imx95-19x19-evk', 'fsl,imx95']
 2024-07-02  6:22 UTC  (2+ messages)

[asahilinux:bits/000-devicetree 69/187] arch/arm64/boot/dts/apple/t6020-j474s.dtb: iommu@389304000: compatible:0: 'apple,t6020-dart' is not one of ['apple,t8103-dart', 'apple,t8103-usb4-dart', 'apple,t8110-dart', 'apple,t6000-dart']
 2024-07-02  6:20 UTC 

[PATCH bpf-next v3 0/2] selftests/xsk: Enhance traffic validation and batch size support
 2024-07-02  5:59 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] selftests/xsk: Ensure traffic validation proceeds after ring size adjustment in xskxceiver
` [PATCH bpf-next v3 2/2] selftests/xsk: Enhance batch size support with dynamic configurations

[PATCH v4 0/8] arm64: dts: imx8qm: add subsystem lvds and mipi
 2024-07-02  6:18 UTC  (5+ messages)
` [PATCH v4 2/8] arm64: dts: imx8qm: add lvds subsystem

+ docs-mm-add-enable_soft_offline-sysctl-fix.patch added to mm-unstable branch
 2024-07-02  6:18 UTC 

[PATCH v2] xfs: reorder xfs_inode structure elements to remove unneeded padding
 2024-07-02  6:15 UTC  (3+ messages)

[PATCH v2] mm: thp: support "THPeligible" semantics for mTHP with anonymous shmem
 2024-07-02  6:14 UTC  (2+ messages)

[PATCH v8 1/2] drm/i915/panelreplay: Panel replay workaround with VRR
 2024-07-02  5:56 UTC  (2+ messages)
` [PATCH v8 2/2] drm/i915/display: Set Context Latency at least 1 for psr1/psr2 during vrr

[syzbot] [kernel?] KASAN: stack-out-of-bounds Read in __show_regs (2)
 2024-07-02  6:11 UTC  (5+ messages)

[isilence:zcrx/next 24/36] drivers/net/wireless/mediatek/mt76/usb_trace.h:27:33: error: expected ')' before 'struct'
 2024-07-02  6:10 UTC 

[PATCH] iInput: adp5588-keys - use guard notation when acquiring mutexes
 2024-07-02  6:11 UTC  (2+ messages)

[PATCH] baseband/la12xx: fix issue with secondary process
 2024-07-02  6:09 UTC 

[Buildroot] [PATCH] package/empty: fix patch fuzz
 2024-07-02  6:09 UTC 

[PATCH v13 1/4] PCI/DOE: Rename DOE protocol to feature
 2024-07-02  6:04 UTC  (4+ messages)
` [PATCH v13 2/4] PCI/DOE: Rename Discovery Response Data Object Contents to type
` [PATCH v13 3/4] PCI/DOE: Expose the DOE features via sysfs
` [PATCH v13 4/4] PCI/DOE: Allow enabling DOE without CXL

[GIT PULL] SCSI fixes for 6.10-rc6
 2024-07-02  6:02 UTC  (2+ messages)

[PATCH v5 0/7] ATA PASS-THROUGH sense data fixes
 2024-07-02  6:02 UTC  (3+ messages)
` [PATCH v5 3/7] ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error

[PATCH v12 1/4] PCI/DOE: Rename DOE protocol to feature
 2024-07-02  5:59 UTC  (4+ messages)
` [PATCH v12 3/4] PCI/DOE: Expose the DOE features via sysfs

[PATCH v3 0/2] Fix coverity issues for AST2700
 2024-07-02  5:58 UTC  (2+ messages)

[PATCH ats_vtd v5 00/22] ATS support for VT-d
 2024-07-02  5:57 UTC  (3+ messages)

[PATCH] aspeed/sdmc: Check RAM size value at realize time
 2024-07-02  5:57 UTC  (2+ messages)

[PATCH i-g-t 0/6] lib: igt_fb/rendercopy fixes/cleanups
 2024-07-02  5:57 UTC  (3+ messages)
` [PATCH i-g-t 2/6] tests/kms_big_fb: Use igt_fb_create_intel_buf()

[PATCH] cpufreq: mediatek: Use dev_err_probe in every error path in probe
 2024-07-02  5:57 UTC  (3+ messages)

[PATCH v2] aspeed: Deprecate the tacoma-bmc machine
 2024-07-02  5:56 UTC  (2+ messages)

[PATCH v1 0/2] hw/net:ftgmac100: support AST2700
 2024-07-02  5:56 UTC  (3+ messages)
` [PATCH v1 1/2] hw/net:ftgmac100: fix coding style

[Buildroot] [PATCH 1/1] package/libblockdev: fix patch fuzz
 2024-07-02  5:55 UTC 

[PATCH ats_vtd v5 00/22] ATS support for VT-d
 2024-07-02  5:52 UTC  (23+ messages)
` [PATCH ats_vtd v5 01/22] intel_iommu: fix FRCD construction macro
` [PATCH ats_vtd v5 02/22] intel_iommu: make types match
` [PATCH ats_vtd v5 03/22] intel_iommu: return page walk level even when the translation fails
` [PATCH ats_vtd v5 04/22] intel_iommu: do not consider wait_desc as an invalid descriptor
` [PATCH ats_vtd v5 05/22] memory: add permissions in IOMMUAccessFlags
` [PATCH ats_vtd v5 06/22] pcie: add helper to declare PASID capability for a pcie device
` [PATCH ats_vtd v5 08/22] intel_iommu: declare supported PASID size
` [PATCH ats_vtd v5 07/22] pcie: helper functions to check if PASID and ATS are enabled
` [PATCH ats_vtd v5 09/22] pci: cache the bus mastering status in the device
` [PATCH ats_vtd v5 10/22] pci: add IOMMU operations to get address spaces and memory regions with PASID
` [PATCH ats_vtd v5 11/22] memory: store user data pointer in the IOMMU notifiers
` [PATCH ats_vtd v5 12/22] pci: add a pci-level initialization function for iommu notifiers
` [PATCH ats_vtd v5 13/22] intel_iommu: implement the get_address_space_pasid iommu operation
` [PATCH ats_vtd v5 14/22] intel_iommu: implement the get_memory_region_pasid "
` [PATCH ats_vtd v5 15/22] memory: Allow to store the PASID in IOMMUTLBEntry
` [PATCH ats_vtd v5 16/22] intel_iommu: fill the PASID field when creating an instance of IOMMUTLBEntry
` [PATCH ats_vtd v5 17/22] atc: generic ATC that can be used by PCIe devices that support SVM
` [PATCH ats_vtd v5 18/22] atc: add unit tests
` [PATCH ats_vtd v5 19/22] memory: add an API for ATS support
` [PATCH ats_vtd v5 20/22] pci: add a pci-level API for ATS
` [PATCH ats_vtd v5 21/22] intel_iommu: set the address mask even when a translation fails
` [PATCH ats_vtd v5 22/22] intel_iommu: add support for ATS

[PATCH 00/12] xfs: remove remaining kmem interfaces and GFP_NOFS usage
 2024-07-02  5:55 UTC  (4+ messages)
` [PATCH 07/12] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS

[PATCH v3 00/13] riscv: Add support for xtheadvector
 2024-07-02  5:51 UTC  (9+ messages)
` [PATCH v3 07/13] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH v3 09/13] riscv: vector: Support xtheadvector save/restore

Re: [PATCH] PCI: Enable io space 1k granularity for intel cpu root port
 2024-07-02  5:49 UTC  (2+ messages)
` Re: Re: [PATCH] PCI: Enable io space 1k granularity for

[PATCH] staging: Fix missing warning/taint on builtin code
 2024-07-02  5:44 UTC 

[PATCH i-g-t 1/6] lib/rendercopy: Add deltas to all surface relocs
 2024-07-02  5:49 UTC  (3+ messages)
` [PATCH i-g-t v2 "

[PATCHSET v13.7 10/16] xfsprogs: improve extended attribute validation
 2024-07-02  5:45 UTC  (7+ messages)
` [PATCH 1/3] xfs_repair: check free space requirements before allowing upgrades
` [PATCH 2/3] xfs_repair: enforce one namespace bit per extended attribute
` [PATCH 3/3] xfs_repair: check for unknown flags in attr entries

[PATCHSET v30.7 09/16] xfs_scrub: automatic optimization by default
 2024-07-02  5:44 UTC  (7+ messages)
` [PATCH 1/3] xfs_scrub: automatic downgrades to dry-run mode in service mode
` [PATCH 2/3] xfs_scrub: add an optimization-only mode
` [PATCH 3/3] debian: enable xfs_scrub_all systemd timer services by default

[PATCH] iommu: Remove iommu_sva_unbind_gpasid
 2024-07-02  5:42 UTC  (2+ messages)

[PATCHSET v30.7 08/16] xfs_scrub_all: improve systemd handling
 2024-07-02  5:42 UTC  (9+ messages)
` [PATCH 2/5] xfs_scrub_all: encapsulate all the systemctl code in an object
` [PATCH 3/5] xfs_scrub_all: add CLI option for easier debugging
` [PATCH 4/5] xfs_scrub_all: convert systemctl calls to dbus
` [PATCH 5/5] xfs_scrub_all: implement retry and backoff for dbus calls

[PATCH v3 0/5] btrfs: rst: updates for RAID stripe tree
 2024-07-02  5:41 UTC  (4+ messages)
` [PATCH v3 1/5] btrfs: replace stripe extents

[ovmf test] 186624: all pass - PUSHED
 2024-07-02  5:40 UTC 

[linux-linus test] 186620: tolerable FAIL - PUSHED
 2024-07-02  5:40 UTC 


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.