All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-18 07:34:48 to 2025-03-18 08:19:08 UTC [more...]

Building QEMU as a Shared Library
 2025-03-18  8:18 UTC  (13+ messages)

[PATCH][next] iio: cros_ec: Avoid -Wflex-array-member-not-at-end warning
 2025-03-18  8:18 UTC  (6+ messages)

[PATCH 1/1] mdadm: check posix name before setting name and devname
 2025-03-18  8:18 UTC  (3+ messages)

[PATCH v2 3/4] Kbuild: Create intermediate vmlinux build with relocations preserved
 2025-03-18  8:17 UTC  (6+ messages)

QA notification for completed autobuilder build (yocto-5.0.8.rc3)
 2025-03-18  8:17 UTC  (2+ messages)
` [qa-build-notification] "

[PATCH v4 0/5] thermal: renesas: Add support fot RZ/G3E
 2025-03-18  8:17 UTC  (5+ messages)
` [PATCH v4 2/5] dt-bindings: thermal: r9a09g047-tsu: Document the TSU unit
` [PATCH v4 5/5] arm64: defconfig: Enable the Renesas RZ/G3E thermal driver

Question regarding restorecon and btrfs read-only snapshots
 2025-03-18  8:17 UTC  (5+ messages)

[PATCH bpf-next v11 0/4] bpf: add cpu time counter kfuncs
 2025-03-18  8:17 UTC  (4+ messages)
` [PATCH bpf-next v11 1/4] bpf: add bpf_get_cpu_time_counter kfunc

[PATCH bpf-next] selftests/bpf: Sanitize pointer prior fclose()
 2025-03-18  8:16 UTC 

[PATCH] ASoC: codecs: ntp8918: Remove duplicate clk.h header
 2025-03-18  8:10 UTC 

[PATCH 00/16] Use VRR timing generator for fixed refresh rate modes
 2025-03-18  8:16 UTC  (19+ messages)
` [PATCH 01/16] drm/i915/display: Add fixed_rr to crtc_state dump
` [PATCH 02/16] drm/i915/vrr: Avoid reading vrr.enable based on fixed_rr check
` [PATCH 03/16] drm/i915/hdmi: Use VRR Timing generator for HDMI for fixed_rr
` [PATCH 04/16] drm/i915/dp_mst: Use VRR Timing generator for DP MST "
` [PATCH 05/16] drm/i915/display: Disable PSR before disabling VRR
` [PATCH 06/16] drm/i915/display: Move intel_psr_post_plane_update() at the later
` [PATCH 07/16] drm/i915/vrr: Refactor condition for computing vmax and LRR
` [PATCH 08/16] drm/i915/vrr: Always set vrr vmax/vmin/flipline in vrr_{enable/disable}
` [PATCH 09/16] drm/i915/vrr: Set vrr.enable for VRR TG with fixed_rr
` [PATCH 10/16] drm/i915/display: Use fixed_rr timings in modeset sequence
` [PATCH 11/16] drm/i915/vrr: Use fixed timings for platforms that support VRR
` [PATCH 12/16] drm/i915/display: Use fixed rr timings in intel_set_transcoder_timings_lrr()
` [PATCH 13/16] drm/i915/display: Move vrr.guardband/pipeline_full out of !fastset block
` [PATCH 14/16] drm/i915/vrr: Allow fixed_rr with pipe joiner
` [PATCH 15/16] drm/i915/vrr: Always use VRR timing generator for PTL+
` [PATCH 16/16] drm/i915/vrr: Set trans_vrr_ctl in intel_vrr_set_transcoder_timings()
` ✗ CI.Patch_applied: failure for Use VRR timing generator for fixed refresh rate modes (rev9)
` ✗ Fi.CI.SPARSE: warning for Use VRR timing generator for fixed refresh rate modes (rev14)

[RFC V6 0/2] firmware: arm_scmi: Misc Fixes
 2025-03-18  8:16 UTC  (9+ messages)
` [RFC V6 2/2] firmware: arm_scmi: Add quirk to bypass SCP fw bug

[linux-next:master] [block/bdev] 3c20917120: BUG:sleeping_function_called_from_invalid_context_at_mm/util.c
 2025-03-18  8:15 UTC  (5+ messages)
    ` [LTP] "

fbdev deferred I/O broken in some scenarios
 2025-03-18  8:16 UTC  (2+ messages)

[PATCH 0/4] Loadable Module support for PCIe Cadence and J721E
 2025-03-18  8:12 UTC  (11+ messages)
` [PATCH 1/4] PCI: cadence: Add support to build pcie-cadence library as a kernel module
` [PATCH 2/4] PCI: cadence-host: Introduce cdns_pcie_host_disable helper for cleanup
` [PATCH 3/4] PCI: cadence-ep: Introduce cdns_pcie_ep_disable "

[PATCH] dql: Fix dql->limit value when reset
 2025-03-18  8:15 UTC  (2+ messages)

[PATCH v8 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2025-03-18  8:14 UTC  (2+ messages)

[PATCH] dt-bindings: power: supply: Correct indentation and style in DTS example
 2025-03-18  8:14 UTC 

[PATCH net-next v5 00/13] net: phy: Rework linkmodes handling in a dedicated file
 2025-03-18  8:10 UTC  (2+ messages)

[PATCH v2 00/14] rust/vmstate: Clean up, fix, enhance & test
 2025-03-18  8:32 UTC  (15+ messages)
` [PATCH v2 01/14] rust/vmstate: Remove unnecessary unsafe
` [PATCH v2 02/14] rust/vmstate: Fix num_offset in vmstate macros
` [PATCH v2 03/14] rust/vmstate: Fix num field when varray flags are set
` [PATCH v2 04/14] rust/vmstate: Fix size field of VMStateField with VMS_ARRAY_OF_POINTER flag
` [PATCH v2 05/14] rust/vmstate: Fix type check for varray in vmstate_struct
` [PATCH v2 06/14] rust/vmstate: Fix "cannot infer type" error "
` [PATCH v2 07/14] rust/vmstate: Fix unnecessary VMState bound of with_varray_flag()
` [PATCH v2 08/14] rust/vmstate: Relax array check when build varray in vmstate_struct
` [PATCH v2 09/14] rust/vmstate: Re-implement VMState trait for timer binding
` [PATCH v2 10/14] rust/vmstate: Support vmstate_validate
` [PATCH v2 11/14] rust/vmstate: Add unit test for vmstate_of macro
` [PATCH v2 12/14] rust/vmstate: Add unit test for vmstate_{of|struct} macro
` [PATCH v2 13/14] rust/vmstate: Add unit test for pointer case
` [PATCH v2 14/14] rust/vmstate: Add unit test for vmstate_validate

[PATCH v4 0/8] clk: bcm: kona: Add bus clock support, bus clocks for BCM21664/BCM281xx
 2025-03-18  8:13 UTC  (9+ messages)
` [PATCH v4 1/8] clk: bcm: kona: Move CLOCK_COUNT defines into the driver
` [PATCH v4 2/8] dt-bindings: clock: brcm,kona-ccu: Drop CLOCK_COUNT defines from DT headers
` [PATCH v4 3/8] dt-bindings: clock: brcm,kona-ccu: Add BCM21664 and BCM281xx bus clocks
` [PATCH v4 4/8] clk: bcm: kona: Add support for "
` [PATCH v4 5/8] clk: bcm21664: Add corresponding bus clocks for peripheral clocks
` [PATCH v4 6/8] clk: bcm281xx: "
` [PATCH v4 7/8] ARM: dts: bcm2166x-common: Add matching "
` [PATCH v4 8/8] ARM: dts: bcm11351: Add corresponding "

[GSoC][Patch] Modernize Test Path Checking in Git’s Test Suite
 2025-03-18  8:12 UTC 

[PATCH v6 00/13] large atomic writes for xfs with CoW
 2025-03-18  8:12 UTC  (11+ messages)
` [PATCH v6 03/13] iomap: rework IOMAP atomic flags
` [PATCH v6 04/13] xfs: pass flags to xfs_reflink_allocate_cow()

[PATCH] ext4: cache es->s_journal_inum in ext4_sb_info
 2025-03-18  8:12 UTC  (3+ messages)

[PATCH 0/2] Add NLT NL13676BC25-03F panel support
 2025-03-18  8:12 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: display: simple: Add NLT NL13676BC25-03F panel
` [PATCH 2/2] drm/panel: simple: Add NLT NL13676BC25-03F panel entry

[PATCH 00/11] Remove aops->writepage
 2025-03-18  8:10 UTC  (6+ messages)
` [PATCH 11/11] fs: "

[report] Unixbench shell1 performance regression
 2025-03-18  8:10 UTC  (8+ messages)

[PATCH] drm/exynos: exynos7_drm_decon: Consstify struct decon_data
 2025-03-18  8:07 UTC 

[PATCH 0/2] rust: two small improvements for kunit
 2025-03-18  8:07 UTC  (3+ messages)
` [PATCH 1/2] rust: pass correct target to bindgen on Usermode Linux

[PATCH 00/18] iio: light: Sparse friendly claim of direct mode
 2025-03-18  8:10 UTC  (3+ messages)
` [PATCH 09/18] iio: light: opt4060: Switch to sparse friendly iio_device_claim/release_direct()

[syzbot] [afs?] general protection fault in afs_atcell_get_link
 2025-03-18  8:10 UTC 

[RFC PATCH] block: Make request_queue lockdep splats show up earlier
 2025-03-18  8:10 UTC  (4+ messages)

Kernel with initramfs: issues with packaging, out of source modules
 2025-03-18  8:10 UTC  (2+ messages)
` [yocto] "

[PATCH] PM: hibernate: Remove size arguments when calling strscpy()
 2025-03-18  8:07 UTC 

[PATCH] MAINTAINERS: adjust the file entry in GOCONTROLL MODULINE MODULE SLOT
 2025-03-18  8:09 UTC 

[PATCH v4 net-next 00/14] Add more feautues for ENETC v4 - round 2
 2025-03-18  8:08 UTC  (4+ messages)
` [PATCH v4 net-next 04/14] net: enetc: add MAC filter for i.MX95 ENETC PF

[PATCH] contributor-guide/submit-changes: encourage patch version changelogs
 2025-03-18  8:08 UTC  (2+ messages)
` [docs] "

[LSF/MM/BPF TOPIC] File system checksum offload
 2025-03-18  8:07 UTC  (11+ messages)

[PATCH v3 0/4] riscv: uaccess: optimizations
 2025-03-18  8:02 UTC  (5+ messages)
    ` [EXT] "

[Bug 219890] New: illuminance sensor is jittering between correct value and 0.03lux
 2025-03-18  8:06 UTC  (3+ messages)
` [Bug 219890] "

[PATCH ath-next v11 00/13] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2025-03-18  8:00 UTC  (2+ messages)

[PATCH v8 0/3] Expose modifiers/formats supported by async flips
 2025-03-18  8:05 UTC  (5+ messages)
` [PATCH v8 1/3] drm/plane: Add new plane property IN_FORMATS_ASYNC

[PATCH v2] arm64: dts: exynos: Add DT node for all UART ports
 2025-03-18  7:56 UTC 

[PATCH] ata: libata: Fix NCQ Non-Data log not supported print
 2025-03-18  8:05 UTC  (2+ messages)

[PATCH] drm/amdgpu/sdam: Skip SDMA queue reset for SRIOV
 2025-03-18  8:05 UTC  (2+ messages)

[PATCH 0/7] rcar-isp: Prepare for ISP core support
 2025-03-18  8:05 UTC  (18+ messages)
` [PATCH 1/7] dt-bindings: media: renesas,isp: Add ISP core function block

[PATCH v2 0/2] btrfs: zoned: skip reporting zone for new block group
 2025-03-18  8:04 UTC  (6+ messages)
` [PATCH v2 1/2] block: introduce zone capacity helper

[PATCH 0/9] ARM: qcom: fix APQ8064 schema warnings
 2025-03-18  7:56 UTC  (7+ messages)
` [PATCH 1/9] dt-bindings: soc: qcom,rpm: add missing clock-controller node
` [PATCH 2/9] dt-bindings: display/msm: describe SFPB device
` [PATCH 3/9] dt-bindings: soc: qcom: add Smart Peripheral System Interrupt Controller

[PATCH] net: qrtr: mhi: synchronize qrtr and mhi preparation
 2025-03-18  8:03 UTC  (4+ messages)

[PATCH v6 0/5] drm/v3d: Fix GPU reset issues on the Raspberry Pi 5
 2025-03-18  8:03 UTC  (3+ messages)
` [PATCH v6 2/5] dt-bindings: gpu: v3d: Add per-compatible register restrictions

[PATCH 2/2 v6] mm/mempolicy: Don't create weight sysfs for memoryless nodes
 2025-03-18  8:02 UTC  (2+ messages)

[PATCH v4 00/16] rust: refactor to utilize `&raw [const|mut]`
 2025-03-18  8:02 UTC  (3+ messages)
` [PATCH v4 08/16] rust: kunit: refactor to use "

[PATCH 0/9] memcg: cleanup per-cpu stock
 2025-03-18  8:02 UTC  (14+ messages)
` [PATCH 1/9] memcg: remove root memcg check from refill_stock
` [PATCH 4/9] memcg: manually inline __refill_stock
` [PATCH 7/9] memcg: use __mod_memcg_state in drain_obj_stock
` [PATCH 9/9] memcg: manually inline replace_stock_objcg

[PATCH V3] ahci: Marvell 88SE9215 controllers prefer DMA for ATAPI
 2025-03-18  8:02 UTC  (3+ messages)

[PATCH V3] ata: ahci: simplify init function
 2025-03-18  8:01 UTC  (6+ messages)

[PATCH 00/11] Updates for upcoming 5.2 release
 2025-03-18  8:00 UTC  (4+ messages)
` [PATCH 11/11] migration-guides/release-notes-5.2: update "
  ` [docs] "

[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-03-18  7:59 UTC  (5+ messages)
` [PATCH bpf-next 06/11] bpf: Rename sanitize_stack_spill to nospec_result
  ` [PATCH bpf-next 09/11] bpf: Return PTR_ERR from push_stack()

Request for reviews for 4.4-st62, 4.4-cip97
 2025-03-18  7:59 UTC  (3+ messages)
  ` [cip-dev] "

[PATCH 0/2] Adding Proactive Memory Reclaim Statistics
 2025-03-18  7:58 UTC  (3+ messages)
` [PATCH 1/2] mm: vmscan: Split proactive reclaim statistics from direct reclaim statistics
` [PATCH 2/2] cgroup: docs: Add pswpin and pswpout items in cgroup v2 doc

[PATCH v5 00/19] amd-pstate cleanups
 2025-03-18  7:58 UTC  (3+ messages)
` [PATCH v5 02/19] cpufreq/amd-pstate: Show a warning when a CPU fails to setup

[RFC PATCH v4 0/5] introduce io_uring_cmd_import_fixed_vec
 2025-03-18  7:58 UTC  (11+ messages)
` [RFC PATCH v4 4/5] btrfs: ioctl: introduce btrfs_uring_import_iovec()
` [RFC PATCH v4 5/5] btrfs: ioctl: don't free iov when -EAGAIN in uring encoded read

[OE-core][PATCH] vim: Upgrade 9.1.1115 -> 9.1.1198
 2025-03-18  7:56 UTC 

[PATCH] the dm-loop target
 2025-03-18  7:57 UTC  (11+ messages)

QA notification for completed autobuilder build (yocto-5.2_M3.rc1)
 2025-03-18  7:54 UTC  (2+ messages)
` [qa-build-notification] "

[PATCH v2 2/2] iio: adc: adding support for PAC194X
 2025-03-18  7:53 UTC  (2+ messages)

[PATCH v2 ath-next 2/2] wifi: ath11k: fix HTC rx insufficient length
 2025-03-18  7:53 UTC  (12+ messages)

[PATCH v4 0/3] Fix a BUG_ON crashing the kernel in start_this_handle
 2025-03-18  7:52 UTC  (4+ messages)
` [PATCH v4 1/3] ext4: define ext4_journal_destroy wrapper
` [PATCH v4 2/3] ext4: avoid journaling sb update on error if journal is destroying
` [PATCH v4 3/3] ext4: Make sb update interval tunable

[PATCH 0/3] clk: renesas: rzv2h: Fixes and improvements
 2025-03-18  7:50 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: clock: renesas: Fix description section

[PATCH] arm64: dts: qcom: x1e001de-devkit: fix USB retimer reset polarity
 2025-03-18  7:49 UTC 

[PATCH 1/2] bcachefs: Add missing smp_rmb()
 2025-03-18  7:50 UTC  (2+ messages)
` [PATCH 2/2] bcachefs: Remove spurious smp_mb()

[PATCH] efivarfs: fix NULL dereference on resume
 2025-03-18  7:49 UTC  (4+ messages)

[PATCH v2 1/5] drm/dp: Pull drm_dp_link_power_up/down from Tegra to common drm_dp_helper
 2025-03-18  6:34 UTC 

[PATCH V3] loop: move vfs_fsync() out of loop_update_dio()
 2025-03-18  7:48 UTC  (2+ messages)

[PATCH] docs: networking: strparser: Fix a typo
 2025-03-18  7:46 UTC 

[PATCH] KVM: arm64: Tear down vGIC on failed vCPU creation
 2025-03-18  7:47 UTC  (2+ messages)

[PATCH] Documentation: Add "Unaccepted" meminfo entry
 2025-03-18  7:47 UTC  (2+ messages)

[PATCH v1 2/2] PCI: imx6: Use domain number replace the hardcodes
 2025-03-18  7:46 UTC  (3+ messages)

[PATCH RFC v2 0/3] add VCP mailbox and IPC driver
 2025-03-18  7:44 UTC  (3+ messages)

[PATCH v3] hwmon: (cros_ec) Add set and get target fan RPM function
 2025-03-18  7:45 UTC 

[PATCH 1/5] ARM: at91: Add PBL_BREAK support
 2025-03-18  7:43 UTC  (5+ messages)
` [PATCH 2/5] ARM: at91: Merge sama5_boot_xload() asm code
` [PATCH 3/5] ARM: at91: Rename xload-mmc.c
` [PATCH 4/5] ARM: at91: sama5: Unify xx_start_image() calls
` [PATCH 5/5] ARM: at91: sama5d2: Add QSPI boot support

[RFC PATCH -next v3 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-03-18  7:35 UTC  (11+ messages)
` [RFC PATCH -next v3 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH -next v3 02/10] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH -next v3 03/10] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH -next v3 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH -next v3 05/10] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [RFC PATCH -next v3 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH -next v3 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH -next v3 08/10] block: add FALLOC_FL_WRITE_ZEROES support
` [RFC PATCH -next v3 09/10] block: factor out common part in blkdev_fallocate()
` [RFC PATCH -next v3 10/10] ext4: add FALLOC_FL_WRITE_ZEROES support

[PATCH v2] openrisc: Add cacheinfo support
 2025-03-18  7:43 UTC  (6+ messages)

[PATCH v2] xen/arinc653: call xfree() with local IRQ enabled
 2025-03-18  7:42 UTC  (2+ messages)

[PATCH v3 0/4] QPIC v2 fixes for SDX75
 2025-03-18  7:41 UTC  (6+ messages)
` [PATCH v3 4/4] spi: spi-qpic-snand: set nandc_offset for ipq9574

[PATCH util-linux] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-03-18  7:32 UTC 

[PATCH v2] usb: dwc3: xilinx: Prevent spike in reset signal
 2025-03-18  7:36 UTC  (2+ messages)

[OE-core] [PATCH 01/12] adwaita-icon-theme: upgrade 47.0 -> 48.0
 2025-03-18  7:39 UTC  (3+ messages)
` [OE-core] [PATCH 12/12] systemd: upgrade 257.3 -> 257.4

[PATCH v2 0/2] Support for Texas Instruments TPS6131X flash LED driver
 2025-03-18  7:28 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: leds: add Texas Instruments TPS6131x "
` [PATCH v2 2/2] leds: tps6131x: add support for Texas Instruments TPS6131X "

Haci-Muslim: Philosophical background for Fair Pay, and referance concept Bit X
 2025-03-18  7:38 UTC 

[PATCH] usb: dwc3: xilinx: Prevent spike in reset signal
 2025-03-18  7:36 UTC  (6+ messages)

[PATCH 5.15.y] wifi: ath10k: avoid NULL pointer error during sdio remove
 2025-03-18  7:32 UTC 

GPIO TODO
 2025-03-18  7:37 UTC 

[PATCH] docs/system: Use the meson binary from the pyvenv
 2025-03-18  7:36 UTC  (2+ messages)

[PATCH blktests 0/3] blktest: add unmap write zeroes tests
 2025-03-18  7:28 UTC  (4+ messages)
` [PATCH blktests 1/3] scsi/010: "
` [PATCH blktests 2/3] dm/003: "
` [PATCH blktests 3/3] nvme/060: "

[PATCH net-next] ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is requested
 2025-03-18  7:36 UTC  (4+ messages)

[PATCH] xen/sched: call xfree() after local IRQ is enabled
 2025-03-18  7:36 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH] dlm_controld: remove 'detect' mode from config item 'protocol'
 2025-03-18  7:35 UTC  (4+ messages)
` [PATCH] dlm: make tcp still work in multi-link env

[RFC v2 0/5] accel/kvm: Support KVM PMU filter
 2025-03-18  7:35 UTC  (2+ messages)

[PATCH v8 00/10] Support ROHM BD79124 ADC
 2025-03-18  7:35 UTC  (4+ messages)
` [PATCH v8 06/10] iio: adc: "

[PATCH xfstests 0/5] fstests: add fallocate write zeroes tests
 2025-03-18  7:26 UTC  (5+ messages)
` [PATCH xfstests 2/5] generic/765: add generic tests for fallocate write zeroes
` [PATCH xfstests 3/5] generic/766: test fallocate write zeroes on block device
` [PATCH xfstests 4/5] fstress: add fallocate write zeroes support
` [PATCH xfstests 5/5] fsx: "


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.