All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-11 11:22:32 to 2025-03-11 11:57:02 UTC [more...]

[PATCH v2 00/13] mailbox: pcc: Fixes and cleanup/refactoring
 2025-03-11 11:56 UTC  (10+ messages)
` [PATCH v2 01/13] mailbox: pcc: Fix the possible race in updation of chan_in_use flag
` [PATCH v2 06/13] mailbox: pcc: Refactor error handling in irq handler into separate function
` [PATCH v2 07/13] mailbox: pcc: Always map the shared memory communication address
` [PATCH v2 08/13] mailbox: pcc: Refactor and simplify check_and_ack()

[RFC PATCH v3 0/7] xen/arm: scmi: introduce SCI SCMI SMC multi-agent support
 2025-03-11 11:46 UTC  (8+ messages)
` [RFC PATCH v3 1/7] xen/arm: add generic SCI subsystem
` [RFC PATCH v3 5/7] libs: libxenhypfs - handle blob properties
` [RFC PATCH v3 6/7] xen/arm: Export host device-tree to hypfs
` [RFC PATCH v3 7/7] xen/arm: scmi: generate scmi dt node for DomUs

[PATCH 00/10] Introduce drm sharpness property
 2025-03-11 11:55 UTC  (3+ messages)
` [PATCH 02/10] drm/i915/display: Introduce HAS_CASF macro

[Buildroot] [PATCH] package/libcamera: force-disable qcam for now
 2025-03-11 11:48 UTC 

[PATCH] pipe_read: don't wake up the writer if the pipe is still full
 2025-03-11 11:53 UTC  (10+ messages)

Replacing global GPIO numbers in sysfs with hardware offsets
 2025-03-11 11:53 UTC  (12+ messages)

[PULL 00/61] QAPI patches patches for 2025-03-11
 2025-03-11 11:31 UTC  (62+ messages)
` [PULL 01/61] docs/sphinx: create QAPI domain extension stub
` [PULL 02/61] docs/sphinx: add compat.py module and nested_parse helper
` [PULL 03/61] docs/qapi-domain: add QAPI domain object registry
` [PULL 04/61] docs/qapi-domain: add QAPI index
` [PULL 05/61] docs/qapi-domain: add resolve_any_xref()
` [PULL 06/61] docs/qapi-domain: add QAPI xref roles
` [PULL 07/61] docs/qapi-domain: add compatibility node classes
` [PULL 08/61] docs/qapi-domain: Add QAPIDescription abstract class
` [PULL 09/61] docs/qapi-domain: add qapi:module directive
` [PULL 10/61] docs/qapi-domain: add QAPIObject class
` [PULL 11/61] docs/qapi-domain: add qapi:command directive
` [PULL 12/61] docs/qapi-domain: add :since: directive option
` [PULL 13/61] docs/qapi-domain: add "Arguments:" field lists
` [PULL 14/61] docs/qapi-domain: add "Features:" "
` [PULL 15/61] docs/qapi-domain: add "Errors:" "
` [PULL 16/61] docs/qapi-domain: add "Return:" "
` [PULL 17/61] docs/qapi-domain: add qapi:enum directive
` [PULL 18/61] docs/qapi-domain: add qapi:alternate directive
` [PULL 19/61] docs/qapi-domain: add qapi:event directive
` [PULL 20/61] docs/qapi-domain: add qapi:object directive
` [PULL 21/61] docs/qapi-domain: add :deprecated: directive option
` [PULL 22/61] docs/qapi-domain: add :unstable: "
` [PULL 23/61] docs/qapi-domain: add :ifcond: "
` [PULL 24/61] docs/qapi-domain: add warnings for malformed field lists
` [PULL 25/61] docs/qapi-domain: add type cross-refs to "
` [PULL 26/61] docs/qapi-domain: add CSS styling
` [PULL 27/61] docs/qapi-domain: add XREF compatibility goop for Sphinx < 4.1
` [PULL 28/61] docs/qapi-domain: warn when QAPI domain xrefs fail to resolve
` [PULL 29/61] docs/qapi-domain: Fix error context reporting in Sphinx 5.x and 6.x
` [PULL 30/61] qapi/parser: adjust info location for doc body section
` [PULL 31/61] qapi: clean up encoding of section kinds
` [PULL 32/61] qapi/schema: add __repr__ to QAPIDoc.Section
` [PULL 33/61] docs/qapidoc: add transmogrifier stub
` [PULL 34/61] docs/qapidoc: split old implementation into qapidoc_legacy.py
` [PULL 35/61] docs/qapidoc: Fix static typing on qapidoc.py
` [PULL 36/61] docs/qapidoc: add transmogrifier class stub
` [PULL 37/61] docs/qapidoc: add visit_module() method
` [PULL 38/61] qapi/source: allow multi-line QAPISourceInfo advancing
` [PULL 39/61] docs/qapidoc: add visit_freeform() method
` [PULL 40/61] docs/qapidoc: add preamble() method
` [PULL 41/61] docs/qapidoc: add visit_paragraph() method
` [PULL 42/61] docs/qapidoc: add visit_errors() method
` [PULL 43/61] docs/qapidoc: add format_type() method
` [PULL 44/61] docs/qapidoc: add add_field() and generate_field() helper methods
` [PULL 45/61] docs/qapidoc: add visit_feature() method
` [PULL 46/61] docs/qapidoc: prepare to record entity being transmogrified
` [PULL 47/61] docs/qapidoc: add visit_returns() method
` [PULL 48/61] docs/qapidoc: add visit_member() method
` [PULL 49/61] docs/qapidoc: add visit_sections() method
` [PULL 50/61] docs/qapidoc: add visit_entity()
` [PULL 51/61] docs/qapidoc: implement transmogrify() method
` [PULL 52/61] docs/qapidoc: process @foo into ``foo``
` [PULL 53/61] docs/qapidoc: add intermediate output debugger
` [PULL 54/61] docs/qapidoc: Add "the members of" pointers
` [PULL 55/61] docs/qapidoc: generate entries for undocumented members
` [PULL 56/61] qapi/parser: add undocumented stub members to all_sections
` [PULL 57/61] docs: disambiguate cross-references
` [PULL 58/61] docs: enable qapidoc transmogrifier for QEMU QMP Reference
` [PULL 59/61] docs: add qapi-domain syntax documentation
` [PULL 60/61] MAINTAINERS: Add jsnow as maintainer for Sphinx documentation
` [PULL 61/61] scripts/qapi/backend: Clean up create_backend()'s failure mode

[GIT PULL] at24 updates for v6.15-rc1
 2025-03-11 11:52 UTC 

[PATCH v2 0/3] drivers/base/memory: Two cleanups
 2025-03-11 11:52 UTC  (4+ messages)
` [PATCH v2 1/3] mm/sparse: Expose for_each_present_section_nr()

[PATCH v2] blockdev-backup: Add error handling option for copy-before-write jobs
 2025-03-11 11:49 UTC  (2+ messages)

[PATCH] media: ov08x40: Extend sleep after reset to 5 ms
 2025-03-11 11:51 UTC  (2+ messages)

[PATCH v3 0/5] iommu/s390: support additional table regions
 2025-03-11 11:49 UTC  (3+ messages)
` [PATCH v3 1/5] iommu/s390: set appropriate IOTA region type

[PATCH v9 0/3] eventdev: atomic tests to test-eventdev app
 2025-03-11 11:49 UTC  (4+ messages)
` [PATCH v10 "
  ` [PATCH v10 3/3] eventdev: add atomic atq "
    ` [EXTERNAL] "

[net v1] devlink: fix xa_alloc_cyclic error handling
 2025-03-11 11:49 UTC  (7+ messages)

[f2fs-dev] [PATCH 0/4] f2fs: Remove uses of writepage
 2025-03-11 11:49 UTC  (13+ messages)
` [f2fs-dev] [PATCH 1/4] f2fs: Remove check for ->writepage
    `  "
` [f2fs-dev] [PATCH 2/4] f2fs: Remove f2fs_write_data_page()
    `  "
` [f2fs-dev] [PATCH 3/4] f2fs: Remove f2fs_write_meta_page()
    `  "
` [f2fs-dev] [PATCH 4/4] f2fs: Remove f2fs_write_node_page()
    `  "

[PATCH] string: Disable read_word_at_a_time() optimizations if kernel MTE is enabled
 2025-03-11 11:45 UTC  (7+ messages)

[PATCH v11 0/7] Add PCIe support for Qualcomm IPQ5332
 2025-03-11 11:46 UTC  (3+ messages)
` (subset) "

[PATCH v4 0/8] pci: qcom: Add QCS8300 PCIe support
 2025-03-11 11:47 UTC  (3+ messages)
` (subset) "

[PATCH v2 0/6] Add UFS support for SM8750
 2025-03-11 11:47 UTC  (3+ messages)
` (subset) "

[PATCH] media: ov08x40: Add OF probe support
 2025-03-11 11:48 UTC  (2+ messages)

[PATCH v3 0/3] arm64: realm: Fix DMA address for devices
 2025-03-11 11:45 UTC  (6+ messages)

[PATCH 0/2] Move pca9450 RESET_CTRL configuration to driver
 2025-03-11 11:42 UTC  (8+ messages)
` [PATCH 2/2] ARM: boards: remove obsolete PCA9450_RESET_CTRL setup

regression: gpiolib: switch the line state notifier to atomic unexpected impact on performance
 2025-03-11 11:45 UTC  (2+ messages)

[PATCH 00/13] airoha: en7581: clk cleanup + USB support
 2025-03-11 11:42 UTC  (6+ messages)
` [PATCH 10/13] phy: airoha: Add support for Airoha AN7581 USB PHY

[PATCH] mm: introduce include/linux/pgalloc.h
 2025-03-11 11:44 UTC 

[PATCH v3 0/3] drm/i915/xe3lpd: Update bandwidth parameters
 2025-03-11 11:43 UTC  (6+ messages)
` [PATCH v3 1/3] drm/i915/display: Convert intel_bw.c internally to intel_display

[RFC PATCH-for-9.1? 0/2] hw/intc/arm_gic: Only provide query-gic-capabilities when GIC built-in
 2025-03-11 11:39 UTC  (2+ messages)

linux-next: duplicate patches in the tip tree
 2025-03-11 11:43 UTC  (3+ messages)

[RESEND PATCH] ACPI: NUMA: Use str_enabled_disabled() helper function
 2025-03-11 11:42 UTC 

[linux-next:master 5887/9634] ERROR: modpost: "drm_dsc_pps_payload_pack" [drivers/gpu/drm/panel/panel-visionox-rm692e5.ko] undefined!
 2025-03-11 11:42 UTC 

[RFC PATCH 0/2] introduce io_uring_cmd_import_fixed_vec
 2025-03-11 11:40 UTC  (3+ messages)
` [RFC PATCH 1/2] io_uring: cmd: "
` [RFC PATCH 2/2] btrfs: ioctl: use registered buffer for IORING_URING_CMD_FIXED

[PATCH 0/2] Fix for potential deadlock in pre-content event
 2025-03-11 11:41 UTC  (3+ messages)
` [PATCH 1/2] fsnotify: add pre-content hooks on mmap()
` [PATCH 2/2] fsnotify: avoid pre-content events when faulting in user pages

[bug report] drm/i915: Replace global breadcrumbs with per-context interrupt tracking
 2025-03-11 11:41 UTC 

[PATCH 0/2] SRIOV: Eliminate usage of CTC_MODE
 2025-03-11 11:40 UTC  (3+ messages)
` [PATCH 1/2] drm/xe/vf: Don't check CTC_MODE[0] if VF
` [PATCH 2/2] drm/xe/pf: Drop CTC_MODE from VF runtime register list

[RFC PATCH 0/3] thermal: Add CPU hotplug cooling driver
 2025-03-11 11:41 UTC  (8+ messages)
` [RFC PATCH 1/3] thermal/cpuplog_cooling: "

[PATCH v3 0/5] A mechanism for efficient support for per-function metrics
 2025-03-11 11:37 UTC  (5+ messages)
` [PATCH v3 3/5] perf: Allow adding fixed random jitter to the alternate sampling period

[PATCH] perf: Extend per event callchain limit to branch stack
 2025-03-11 11:40 UTC  (2+ messages)

[PATCH v7 bpf-next 0/2] security: Propagate caller information in bpf hooks
 2025-03-11 11:40 UTC  (5+ messages)
` [PATCH v7 bpf-next 2/2] selftests/bpf: Add a kernel flag test for LSM bpf hook

[PATCH v7 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-11 11:36 UTC  (4+ messages)
` [PATCH v7 03/11] dt-bindings: pci: Add common schema for devices accessible through PCI BARs

[PATCH v2 0/5] imx8mp: add support for the IMX AIPSTZ bridge
 2025-03-11 11:37 UTC  (7+ messages)

[RESEND PATCH 0/8] VRR Refactor
 2025-03-11 11:37 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "

[Intel-gfx] [PATCH] drm/i915/dsi: let HW maintain the HS-TRAIL timing
 2025-03-11 11:37 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[RESEND PATCH] sbus: envctrl: Fix typo in comment
 2025-03-11 11:36 UTC 

[PATCH v3 0/9] Add RZ/G3E xSPI support
 2025-03-11 11:36 UTC  (10+ messages)
` [PATCH v3 1/9] dt-bindings: memory: Document RZ/G3E support
` [PATCH v3 2/9] memory: renesas-rpc-if: Fix RPCIF_DRENR_CDB macro error
` [PATCH v3 3/9] memory: renesas-rpc-if: Move rpc-if reg definitions
` [PATCH v3 4/9] memory: renesas-rpc-if: Use devm_reset_control_array_get_exclusive()
` [PATCH v3 5/9] memory: renesas-rpc-if: Move rpcif_info definitions near to the user
` [PATCH v3 6/9] memory: renesas-rpc-if: Add regmap to struct rpcif_info
` [PATCH v3 7/9] memory: renesas-rpc-if: Add wrapper functions
` [PATCH v3 8/9] memory: renesas-rpc-if: Add RZ/G3E xSPI support
` [PATCH v3 9/9] spi: rpc-if: Add write support for memory-mapped area

[PATCH v2 0/5] btrfs: block_group refcounting fixes
 2025-03-11 11:35 UTC  (3+ messages)
` [PATCH v2 2/5] btrfs: harden bg->bg_list against list_del races

[PATCH 0/6] dts: add build-less driver binding
 2025-03-11 11:35 UTC  (7+ messages)
` [PATCH 2/6] dts: use topology in smoke tests
` [PATCH 3/6] dts: add tmp directory facility

[RESEND PATCH] scsi: vmw_pvscsi: Use str_enabled_disabled() helper in pvscsi_probe()
 2025-03-11 11:34 UTC 

[PATCH v2] arm64/kernel: Always use level 2 or higher for early mappings
 2025-03-11 11:31 UTC  (2+ messages)

[PATCH v2 4/7] kexec, kstate: delay loading of kexec segments
 2025-03-11 11:31 UTC  (2+ messages)

[PATCH v3] btrfs: add extra warning if delayed iput is added when it's not allowed
 2025-03-11 11:32 UTC  (2+ messages)

[PATCH v2 0/2] xen/arm: fix iomem_ranges cfg in map_range_to_domain()
 2025-03-11 11:31 UTC  (4+ messages)
` [PATCH v2 1/2] xen/arm: fix iomem permissions "

[PATCH] RDMA/uverbs: Fix CAP_NET_RAW check for flow create in user namespace
 2025-03-11 11:32 UTC  (5+ messages)

[PATCH v7 7/7] powerpc/pseries: Add a char driver for physical-attestation RTAS
 2025-03-11 11:31 UTC  (2+ messages)

[PATCH 0/9] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE
 2025-03-11 11:29 UTC  (5+ messages)
` [PATCH 1/9] mm/madvise: use is_memory_failure() from madvise_do_behavior()
` [PATCH 2/9] mm/madvise: split out populate behavior check logic

[PATCH 1/2] fbcon: Register sysfs groups through device_add_group
 2025-03-11 11:28 UTC  (2+ messages)
` [PATCH 2/2] fbcon: Change return value type to void

[RFC PATCH] mmc: sdhci-pxav3: set NEED_RSP_BUSY capability
 2025-03-11 11:25 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpftool: Using the right format specifiers
 2025-03-11 11:28 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpftool: Add -Wformat-signedness flag to detect format errors
` [PATCH bpf-next v2 2/2] bpftool: Using the right format specifiers

[PATCH] net/ice: fix flow engines order
 2025-03-11 11:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 6.6 000/145] 6.6.83-rc1 review
 2025-03-11 11:28 UTC  (2+ messages)

[PATCH v2 0/7] thermal: renesas: Add support fot RZ/G3E
 2025-03-11 11:24 UTC  (10+ messages)
` [PATCH v2 3/7] dt-bindings: thermal: r9a09g047-tsu: Document the TSU unit

[meta-rockchip PATCH 0/6] rkbin: factoring ddrbin do_deploy, customize ddrbin and bump rkbin
 2025-03-11 11:26 UTC  (7+ messages)
` [meta-rockchip PATCH 1/6] bsp: rkbin: ddr: store directory path for the DDR bin blob in a variable
` [meta-rockchip PATCH 2/6] bsp: rkbin: ddr: make deployed name configurable
` [meta-rockchip PATCH 3/6] bsp: rkbin: add native recipe for tools (ddrbin_tool.py)
` [meta-rockchip PATCH 4/6] bsp: rkbin: ddr: allow to customize DDR bin blob
` [meta-rockchip PATCH 5/6] bsp: rkbin: ddr: factor out do_deploy to be SoC-agnostic
` [meta-rockchip PATCH 6/6] bsp: rkbin: bump to latest commit in master branch

[PATCH 0/4] 9pfs: Fix ftruncate-after-unlink
 2025-03-11 11:25 UTC  (3+ messages)
` [PATCH 4/4] 9pfs: Introduce futimens file op

[PATCH 0/3] scsi: st: Small fixes
 2025-03-11 11:25 UTC  (4+ messages)
` [PATCH 1/3] scsi: st: Fix array overflow in st_setup()
` [PATCH 2/3] scsi: st: ERASE does not change tape location
` [PATCH 3/3] scsi: st: Tighten the page format heuristics with MODE SELECT

[PATCH wireless-next 1/2] wifi: cfg80211: expose cfg80211_chandef_get_width()
 2025-03-11 11:25 UTC  (2+ messages)
` [PATCH wireless-next 2/2] wifi: mac80211: use cfg80211_chandef_get_width()

[PATCH 5.15 000/620] 5.15.179-rc1 review
 2025-03-11 11:25 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/libglib2: bump version to 2.84.0
 2025-03-11 11:25 UTC 

[PATCH] kbuild, rust: use -fremap-path-prefix to make paths relative
 2025-03-11 11:25 UTC  (4+ messages)

[PATCH v1 0/5] Optimize async device suspend/resume
 2025-03-11 11:25 UTC  (3+ messages)
` [PATCH v1 4/5] PM: sleep: Do breadth first suspend/resume for async suspend/resume

[PATCH 1/2] dt-bindings: phy: rockchip,inno-usb2phy: add rk3562
 2025-03-11 11:22 UTC  (4+ messages)

[PATCH v3] i915/gt/selftests: Disable lrc_timestamp test
 2025-03-11 11:23 UTC  (2+ messages)

[PATCH v5 0/8] Introduce fwctl subystem
 2025-03-11 11:23 UTC  (11+ messages)

[PATCH 1/4] firmware: arm_scmi: bus: Bypass setting fwnode for scmi cpufreq
 2025-03-11 11:23 UTC  (11+ messages)

[PATCH 1/3] xserver-xf86-config: add a configuration fragment to disable screen blanking
 2025-03-11 11:22 UTC  (3+ messages)
` [PATCH 2/3] xserver-xf86-config: remove obsolete configuration files
` [PATCH 3/3] xserver-xorg: upgrade 21.1.15 -> 21.1.16

[Buildroot] [PATCH v2 1/1] package/network-manager: bump version to 1.52.0
 2025-03-11 11:22 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.