All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-06 05:44:42 to 2025-02-06 06:47:08 UTC [more...]

[PATCH v13 00/13] VOP Support for rk3576
 2025-02-06  6:45 UTC  (2+ messages)
` [PATCH v13 11/13] dt-bindings: display: vop2: Add missing rockchip, grf property for rk3566/8

[PATCH 0/8] Enable Aux based Nits brightness control for eDP
 2025-02-06  6:46 UTC  (12+ messages)
` [PATCH 1/8] drm/dp: Add eDP 1.5 bit definition
` [PATCH 2/8] drm/dp: Increase eDP display control capability size
` [PATCH 3/8] drm/i915/backlight: Use proper interface based on eDP version
` [PATCH 4/8] drm/i915/backlight: Check Luminance based brightness control for VESA
` [PATCH 5/8] drm/i915/backlight: Modify function to get VESA brightness in Nits
` [PATCH 6/8] drm/i915/backlight: Add function to change brightness in nits for VESA
` [PATCH 7/8] drm/i915/backlight: Setup nits based luminance via VESA
` [PATCH 8/8] drm/i915/backlight: Enable nits based luminance
` ✓ CI.Patch_applied: success for Enable Aux based Nits brightness control for eDP (rev3)
` ✓ CI.checkpatch: "

support for zoned devices RFCv2
 2025-02-06  6:44 UTC  (40+ messages)
` [PATCH 01/43] xfs: factor out a xfs_rt_check_size helper
` [PATCH 02/43] xfs: add a rtg_blocks helper
` [PATCH 03/43] xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.c
` [PATCH 04/43] xfs: skip always_cow inodes in xfs_reflink_trim_around_shared
` [PATCH 05/43] xfs: refine the unaligned check for always COW inodes in xfs_file_dio_write
` [PATCH 06/43] xfs: generalize the freespace and reserved blocks handling
` [PATCH 07/43] xfs: preserve RT reservations across remounts
` [PATCH 08/43] xfs: reflow xfs_dec_freecounter
` [PATCH 09/43] xfs: trace in-memory freecounters
` [PATCH 10/43] xfs: make metabtree reservations global
` [PATCH 11/43] xfs: reduce metafile reservations
` [PATCH 12/43] xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delay
` [PATCH 13/43] xfs: add a xfs_rtrmap_highest_rgbno helper
` [PATCH 14/43] xfs: define the zoned on-disk format
` [PATCH 15/43] xfs: allow internal RT devices for zoned mode
` [PATCH 16/43] xfs: export zoned geometry via XFS_FSOP_GEOM
` [PATCH 17/43] xfs: disable sb_frextents for zoned file systems
` [PATCH 18/43] xfs: disable FITRIM for zoned RT devices
` [PATCH 19/43] xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodes
` [PATCH 20/43] xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_file
` [PATCH 21/43] xfs: parse and validate hardware zone information
` [PATCH 22/43] xfs: add the zoned space allocator
` [PATCH 23/43] xfs: add support for zoned space reservations
` [PATCH 24/43] xfs: implement zoned garbage collection
` [PATCH 25/43] xfs: implement buffered writes to zoned RT devices
` [PATCH 26/43] xfs: implement direct "
` [PATCH 27/43] xfs: wire up zoned block freeing in xfs_rtextent_free_finish_item
` [PATCH 28/43] xfs: hide reserved RT blocks from statfs
` [PATCH 29/43] xfs: support growfs on zoned file systems
` [PATCH 30/43] xfs: allow COW forks on zoned file systems in xchk_bmap
` [PATCH 31/43] xfs: support xchk_xref_is_used_rt_space on zoned file systems
` [PATCH 32/43] xfs: support xrep_require_rtext_inuse "
` [PATCH 33/43] xfs: enable fsmap reporting for internal RT devices
` [PATCH 34/43] xfs: disable reflink for zoned file systems
` [PATCH 35/43] xfs: disable rt quotas "
` [PATCH 36/43] xfs: enable the zoned RT device feature
` [PATCH 37/43] xfs: support zone gaps
` [PATCH 38/43] xfs: add a max_open_zones mount option
` [PATCH 39/43] xfs: support write life time based data placement

[f2fs-dev] [PATCH] f2fs: quota: fix to avoid warning in dquot_writeback_dquots()
 2025-02-06  6:44 UTC  (2+ messages)
`  "

[LSF/MM/BPF TOPIC] Unifying sources of page temperature information - what info is actually wanted?
 2025-02-06  6:46 UTC  (2+ messages)

[PATCH] soc: qcom: pd-mapper: defer probing on sdm845
 2025-02-06  6:44 UTC  (4+ messages)

[RFC] drm/scheduler: Remove mention of TDR from scheduler API
 2025-02-06  6:45 UTC  (3+ messages)

[PATCH net-next v3 0/4] Add support to do threaded napi busy poll
 2025-02-06  6:43 UTC  (11+ messages)

[PATCH v3 0/2] Compute as_sdp when vrr is enabled
 2025-02-06  6:42 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for Compute as_sdp when vrr is enabled (rev2)
` ✗ Xe.CI.Full: failure "

iomap patches for zoned XFS v2
 2025-02-06  6:40 UTC  (12+ messages)
` [PATCH 01/11] iomap: allow the file system to submit the writeback bios
` [PATCH 02/11] iomap: simplify io_flags and io_type in struct iomap_ioend
` [PATCH 03/11] iomap: add a IOMAP_F_ANON_WRITE flag
` [PATCH 04/11] iomap: split bios to zone append limits in the submission handlers
` [PATCH 05/11] iomap: move common ioend code to ioend.c
` [PATCH 06/11] iomap: factor out a iomap_dio_done helper
` [PATCH 07/11] iomap: optionally use ioends for direct I/O
` [PATCH 08/11] iomap: add a io_private field to struct iomap_ioend
` [PATCH 09/11] iomap: pass private data to iomap_page_mkwrite
` [PATCH 10/11] iomap: pass private data to iomap_zero_range
` [PATCH 11/11] iomap: pass private data to iomap_truncate_page

[PATCH bpf] bpf: skip non existing key in generic_map_lookup_batch
 2025-02-06  6:39 UTC  (2+ messages)

[PATCH] powerpc/pseries/iommu: memory notifier incorrectly adds TCEs for pmemory
 2025-02-06  6:15 UTC  (4+ messages)

[dpdk-dev] [PATCH 1/2] common/cnxk: support NPC flow on cn20k
 2025-02-06  6:39 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [EXTERNAL] "

[PATCH] LoongArch: Enable Undefined Behavior Sanitizer UBSAN
 2025-02-06  6:38 UTC 

[PATCH v3 6/6] connect: advertise OS version
 2025-02-06  6:37 UTC  (5+ messages)
` [PATCH v4 0/6][Outreachy] extend agent capability to include OS name
  ` [PATCH v4 6/6] agent: advertise OS name via agent capability

[PATCH v1 1/1] hwmon: (adc128d818): filter out 0x1ff reading
 2025-02-06  6:35 UTC 

[LTP] [PATCH] aio-stress: fix opened fd leak
 2025-02-06  6:34 UTC  (3+ messages)

[PATCHv3 00/11] Get rid of PG_reclaim and rename PG_dropbehind
 2025-02-06  6:34 UTC  (5+ messages)
` [PATCHv3 06/11] mm/vmscan: Use PG_dropbehind instead of PG_reclaim

[PATCH net-next v2] gve: Add RSS cache for non RSS device option scenario
 2025-02-06  6:34 UTC  (5+ messages)

[PATCH v6 0/7] Enable doing a shallow clone of a specific git revision
 2025-02-06  6:33 UTC  (9+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/7] clone: cut down on global variables in clone.c
  ` [PATCH v7 2/7] clone: make it possible to specify --tags
  ` [PATCH v7 3/7] clone: refactor wanted_peer_refs()
  ` [PATCH v7 4/7] clone: add tags refspec earlier to fetch refspec
  ` [PATCH v7 5/7] clone: introduce struct clone_opts in builtin/clone.c
  ` [PATCH v7 6/7] parse-options: introduce die_for_incompatible_opt2()
  ` [PATCH v7 7/7] builtin/clone: teach git-clone(1) the --revision= option

[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-02-06  6:24 UTC  (3+ messages)
` [PATCH v11 10/23] x86/resctrl: Remove MSR reading of event configuration value

[RFC PATCH v2 4/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()
 2025-02-06  6:28 UTC  (2+ messages)

[PATCH 00/15] cpufreq: simplify boost handling
 2025-02-06  6:27 UTC  (3+ messages)
` [PATCH 06/15] cpufreq: cppc: Set policy->boost_supported

[PATCH] Bluetooth: btusb: Add 2 HWIDs for MT7922
 2025-02-06  6:11 UTC 

[PATCH v1 00/21] Appended Signature Secure Boot Support for PowerPC
 2025-02-06  6:23 UTC  (5+ messages)
` [PATCH v1 10/21] appended signatures: support verifying appended signatures
` [PATCH v1 13/21] ieee1275: enter lockdown based on /ibm,secure-boot

[PATCH 3/3] firmware: stratix10-svc: Add of_platform_default_populate()
 2025-02-06  6:23 UTC  (3+ messages)

[PATCH net-next v2] af_unix: Refine UNIX pathname sockets autobind identifier length
 2025-02-06  6:22 UTC  (2+ messages)

[PATCH 1/2] PCI/portdrv: Add necessary delay for disabling hotplug events
 2025-02-06  6:21 UTC  (5+ messages)
` [PATCH 2/2] PCI: Disable PCIE hotplug interrupts early when msi is disabled

[PATCH v9 0/7] Add PCIe support for Qualcomm IPQ5332
 2025-02-06  6:19 UTC  (10+ messages)
` [PATCH v9 6/7] arm64: dts: qcom: ipq5332: Add PCIe related nodes

[RFC PATCH 0/2] Add support for Timesync Interrupt Router
 2025-02-06  6:18 UTC  (3+ messages)

[bug report?] unintuitive behavior when mapping over hugepage-backed PROT_NONE regions
 2025-02-06  6:18 UTC 

[PATCH v1 00/16] hugetlb and vmalloc fixes and perf improvements
 2025-02-06  6:15 UTC  (3+ messages)
` [PATCH v1 02/16] arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes

[PATCH v2] mm: slub: call WARN() instead of pr_err on slab_fix
 2025-02-06  6:15 UTC  (5+ messages)

[PATCH 1/3] iio: add IIO_MOD_NOX modifier
 2025-02-06  6:15 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: iio: chemical: sensirion,senxx: Add yaml description
` [PATCH 3/3] iio: chemical: add support for Sensirion SEN5x/SEN6x

[PATCH 0/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()
 2025-02-06  6:15 UTC  (5+ messages)
` [PATCH 1/4] mm/madvise: split out mmap locking operations for madvise()
` [PATCH 2/4] mm/madvise: split out madvise input validity check
` [PATCH 3/4] mm/madvise: split out madvise() behavior execution
` [PATCH 4/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()

fix swapon for recently unshared blocks v2
 2025-02-06  6:15 UTC  (3+ messages)
` [PATCH 1/2] xfs: flush inodegc before swapon
` [PATCH 2/2] xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activate

[PATCH v2 0/2] RISC-V: Use BIT_ULL(x) instead of 1ULL << x
 2025-02-06  6:15 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH v3 01/20] driver core: Split devres APIs to device/devres.h
 2025-02-06  6:13 UTC  (3+ messages)

[PATCH v4 0/5] Fix and cleanups to xarray
 2025-02-06  6:13 UTC  (4+ messages)
` [PATCH v4 2/5] Xarray: move forward index correctly in xas_pause()

[PATCH bpf-next v8 00/12] net-timestamp: bpf extension to equip applications transparently
 2025-02-06  6:12 UTC  (13+ messages)
` [PATCH bpf-next v8 10/12] bpf: make TCP tx timestamp bpf extension work

[PATCH] mm/memfd: Fix spelling and grammatical issues
 2025-02-06  6:09 UTC 

[ardb:x86-efi-zboot 16/16] make[3]: *** No rule to make target 'drivers/firmware/efi/libstub/lib.a', needed by 'arch/x86/zboot/vmlinuz.efi.elf'
 2025-02-06  6:06 UTC 

[vireshk-pm:rust/cpufreq-dt 6/19] error[E0425]: cannot find function `clk_get` in crate `bindings`
 2025-02-06  6:06 UTC 

[PATCH 0/2 v3] perf test: perf record tests (114) changes
 2025-02-06  5:42 UTC  (5+ messages)
` [PATCH 2/2 v3] perf test: Change event in perf test 114 perf record test subtest test_leader_sampling

[RFC v2 0/1]Add user space interaction for FPGA programming
 2025-02-06  6:04 UTC  (7+ messages)
` [RFC v2 1/1] fpga-region: Add generic IOCTL interface for runtime "

[Intel-wired-lan] [PATCH bpf-next v9 0/5] xsk: TX metadata Launch Time support
 2025-02-06  6:04 UTC  (12+ messages)
`  "
` [Intel-wired-lan] [PATCH bpf-next v9 1/5] xsk: Add launch time hardware offload support to XDP Tx metadata
  `  "
` [Intel-wired-lan] [PATCH bpf-next v9 2/5] selftests/bpf: Add launch time request to xdp_hw_metadata
  `  "
` [Intel-wired-lan] [PATCH bpf-next v9 3/5] net: stmmac: Add launch time support to XDP ZC
  `  "
` [Intel-wired-lan] [PATCH bpf-next v9 4/5] igc: Refactor empty frame insertion for launch time support
  `  "
` [Intel-wired-lan] [PATCH bpf-next v9 5/5] igc: Add launch time support to XDP ZC
  `  "

[syzbot] [wireless?] WARNING in ieee80211_tdls_build_mgmt_packet_data
 2025-02-06  6:05 UTC  (2+ messages)

PI and data checksumming for XFS
 2025-02-06  6:05 UTC  (6+ messages)
` [PATCH 7/7] xfs: implement block-metadata based data checksums

[RFC] kexec: Use bpf to allow kexec to load PE format boot image
 2025-02-06  6:03 UTC  (3+ messages)

[PATCH v3 0/8] Introduce debugfs support in IOMMU
 2025-02-06  6:00 UTC  (9+ messages)
` [PATCH v3 1/8] iommu/amd: Refactor AMD IOMMU debugfs initial setup
` [PATCH v3 2/8] iommu/amd: Add debugfs support to dump IOMMU MMIO registers
` [PATCH v3 3/8] iommu/amd: Add debugfs support to dump IOMMU Capability registers
` [PATCH v3 4/8] iommu/amd: Add debugfs support to dump IOMMU command buffer
` [PATCH v3 5/8] iommu/amd: Add support for device id user input
` [PATCH v3 6/8] iommu/amd: Add debugfs support to dump device table
` [PATCH v3 7/8] iommu/amd: Add debugfs support to dump IRT Table
` [PATCH v3 8/8] iommu/amd: Add documentation for AMD IOMMU debugfs support

[PATCH v4 0/4] virtio: Convert feature properties to OnOffAuto
 2025-02-06  6:01 UTC  (4+ messages)
` [PATCH v4 2/4] qdev-properties: Accept bool for OnOffAuto

[PATCH v3 blktests 0/2] Add atomic write tests for scsi and nvme
 2025-02-06  6:01 UTC  (5+ messages)
` [PATCH v3 blktests 1/2] scsi/009: add atomic write tests
` [PATCH v3 blktests 2/2] nvme/059: "

Unable to boot a raspberry Pi Zero 2 W using the master branch of Yocto #raspberrypi #raspberrypi0-wifi
 2025-02-06  6:00 UTC  (2+ messages)
` [yocto] "

[PATCH v2 0/8] add more ref consistency checks
 2025-02-06  6:00 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] t0602: use subshell to ensure working directory unchanged
  ` [PATCH v3 2/8] builtin/refs: get worktrees without reading head information
  ` [PATCH v3 3/8] packed-backend: check whether the "packed-refs" is regular file
  ` [PATCH v3 4/8] packed-backend: add "packed-refs" header consistency check
  ` [PATCH v3 5/8] packed-backend: check whether the refname contains NUL characters
  ` [PATCH v3 6/8] packed-backend: add "packed-refs" entry consistency check
  ` [PATCH v3 7/8] packed-backend: check whether the "packed-refs" is sorted
  ` [PATCH v3 8/8] builtin/fsck: add `git refs verify` child process

[PATCH 0/3] Translation self-protection.rst into chinese
 2025-02-06  2:26 UTC  (2+ messages)
` [PATCH 1/3] docs/zh_CN: Add self-protection index Chinese translation

[PATCH 0/2] nbd: Allow debugging tuning of handshake limit
 2025-02-06  5:54 UTC  (5+ messages)
` [PATCH 2/2] nbd/server: Allow users to adjust handshake limit in QMP

[PATCH 00/19] iommu: Further abstract iommu-pages
 2025-02-06  5:53 UTC  (5+ messages)
` [PATCH 09/19] iommu/riscv: Convert to use struct iommu_pages_list

sound/soc/samsung/aries_wm8994.c:525:34: warning: 'samsung_wm8994_of_match' defined but not used
 2025-02-06  5:54 UTC 

[android-common:android16-6.12 0/3] drivers/usb/host/xhci-sideband.c:263: warning: Function parameter or struct member 'imod_interval' not described in 'xhci_sideband_create_interrupter'
 2025-02-06  5:53 UTC 

[OE-core][PATCH v8 1/5] rpm-sequoia-crypto-policy: New recipe
 2025-02-06  5:52 UTC  (5+ messages)
` [OE-core][PATCH v8 2/5] rpm-sequoia: New recipe for version 1.7.0
` [OE-core][PATCH v8 3/5] rpm: Set SEQUOIA_CRYPTO_POLICY in wrapped tools
` [OE-core][PATCH v8 4/5] dnf: "
` [OE-core][PATCH v8 5/5] oeqa/selftest/cases/signing.py: Re-enable self-test

[PATCH 00/19 v7?] RFC: Allow concurrent and async changes in a directory
 2025-02-06  5:42 UTC  (20+ messages)
` [PATCH 01/19] VFS: introduce vfs_mkdir_return()
` [PATCH 02/19] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 03/19] VFS: use d_alloc_parallel() in lookup_one_qstr_excl() and rename it
` [PATCH 04/19] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
` [PATCH 05/19] VFS: add common error checks to lookup_one_qstr()
` [PATCH 06/19] VFS: repack DENTRY_ flags
` [PATCH 07/19] VFS: repack LOOKUP_ bit flags
` [PATCH 08/19] VFS: introduce lookup_and_lock() and friends
` [PATCH 09/19] VFS: add _async versions of the various directory modifying inode_operations
` [PATCH 10/19] VFS: introduce inode flags to report locking needs for directory ops
` [PATCH 11/19] VFS: Add ability to exclusively lock a dentry and use for create/remove operations
` [PATCH 12/19] VFS: enhance d_splice_alias to accommodate shared-lock updates
` [PATCH 13/19] VFS: lock dentry for ->revalidate to avoid races with rename etc
` [PATCH 14/19] VFS: Ensure no async updates happening in directory being removed
` [PATCH 15/19] VFS: Change lookup_and_lock() to use shared lock when possible
` [PATCH 16/19] VFS: add lookup_and_lock_rename()
` [PATCH 17/19] nfsd: use lookup_and_lock_one() and lookup_and_lock_rename_one()
` [PATCH 18/19] nfs: change mkdir inode_operation to mkdir_async
` [PATCH 19/19] nfs: switch to _async for all directory ops

[PATCH v2] drm/i915/psr: clarify intel_psr_pre_plane_update() conditions
 2025-02-06  5:44 UTC  (2+ messages)
` ✓ i915.CI.Full: success for drm/i915/psr: clarify intel_psr_pre_plane_update() conditions (rev2)


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.