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

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

[PATCH 0/2] Improve Zram by separating compression context from kswapd
 2025-03-11  3:57 UTC  (11+ messages)
` [PATCH 2/2] kcompressd: Add Kcompressd for accelerated zram compression

[PATCH 6.13 000/207] 6.13.7-rc1 review
 2025-03-11  3:54 UTC  (2+ messages)

[RFC] Add target module check before livepatch module loading
 2025-03-11  3:53 UTC  (5+ messages)

[PATCH v2] drop_caches: re-enable message after disabling
 2025-03-11  3:53 UTC  (3+ messages)

[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-03-11  3:51 UTC  (13+ messages)

[PATCH V2 0/3] tty: serial: fsl_lpuart: cleanup lpuart driver
 2025-03-11  3:50 UTC  (5+ messages)
` [PATCH V2 1/3] tty: serial: fsl_lpuart: Use u32 for register variables
` [PATCH V2 2/3] tty: serial: fsl_lpuart: use port struct directly to simply code
` [PATCH V2 3/3] tty: serial: lpuart: rename register variables more specifically

[PATCH] ACPI: NUMA: debug invalid unused PXM value for CFMWs
 2025-03-11  3:48 UTC  (3+ messages)

[Patch v3] uio_hv_generic: Set event for all channels on the device
 2025-03-11  3:47 UTC  (2+ messages)

[PATCH v10 00/13] drm/bridge: cdns-dsi: Fix the color-shift issue
 2025-03-11  3:46 UTC  (2+ messages)

Enhancements/Bugs closed WW10!
 2025-03-11  3:46 UTC 

[PATCH 0/4] tests/intel/xe_vm: Add drm_xe_vm_get_faults tests
 2025-03-11  3:46 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[PATCH V2] tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
 2025-03-11  3:44 UTC  (2+ messages)

Current high bug count owners for Yocto Project 5.2
 2025-03-11  3:42 UTC 

[PATCH v3 0/1] KVM: arm64: Map GPU device memory as cacheable
 2025-03-11  3:42 UTC  (4+ messages)
` [PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2025-03-11  3:41 UTC 

[PATCH v1 0/4] Fixes for git mirroring on Fedora
 2025-03-11  3:40 UTC  (4+ messages)
` [PATCH v1 3/4] mirror: Reduce frequency of retrieving results archive

[PATCH RESEND] arm64: dts: socfpga: agilex5: add VGIC maintenance interrupt
 2025-03-11  3:36 UTC 

[syzbot] [media?] KASAN: slab-use-after-free Read in vidtv_mux_init
 2025-03-11  3:34 UTC  (2+ messages)
` [PATCH V2] media: vidtv: Terminating the subsequent process of initialization failure

QA notification for completed autobuilder build (yocto-5.0.8.rc3)
 2025-03-11  3:39 UTC 

[PATCH v16 0/3] binder: report txn errors via generic netlink
 2025-03-11  3:37 UTC  (3+ messages)
` [PATCH v16 3/3] binder: generic netlink binder_features flag

[PATCH v4 0/3] Add Variscite i.MX6UL SoM and Concerto board support
 2025-03-11  3:36 UTC  (2+ messages)

[PATCH v8 0/4] Optionally allow ttynull to be selected as a default console
 2025-03-11  3:31 UTC  (5+ messages)
` [PATCH v8 1/4] ttynull: Always initialize console index to -1
` [PATCH v8 2/4] ttynull: Add an option to allow ttynull to be used as a console device
` [PATCH v8 3/4] tty: Change order of ttynull to be linked sooner if enabled as a console
` [PATCH v8 4/4] Documentation/serial-console: Document CONFIG_NULL_TTY_DEFAULT_CONSOLE

linux-next: duplicate patch in the fbdev tree
 2025-03-11  3:30 UTC 

[f2fs-dev] [PATCH] f2fs: control nat_bits feature via mount option
 2025-03-11  3:30 UTC  (3+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2025-03-11  3:30 UTC 

[PATCH v1 00/13] Block device provisioning for storage nodes
 2025-03-11  3:29 UTC  (2+ messages)

Catching use-after-free easily in linux kernel
 2025-03-11  3:29 UTC  (3+ messages)

[PATCH v2 1/1] virtio-gpu: get p2pdma distance
 2025-03-11  3:27 UTC  (9+ messages)

+ memcg-drain-obj-stock-on-cpu-hotplug-teardown.patch added to mm-hotfixes-unstable branch
 2025-03-11  3:26 UTC 

[linux-next:master] [block/bdev] 47dd675323: ltp.ioctl_loop06.fail
 2025-03-11  3:26 UTC  (6+ messages)
` [LTP] "

[PATCH 1/2] CIFS: Propagate min offload along with other parameters from primary to secondary channels
 2025-03-11  3:25 UTC  (3+ messages)

[PATCH 0/2] qapi: Fix qmp_block_set_io_throttle blocked for too long
 2025-03-11  3:24 UTC  (2+ messages)

+ drivers-base-memory-correct-the-field-name-in-the-header.patch added to mm-unstable branch
 2025-03-11  3:24 UTC 

+ drivers-base-memory-improve-add_boot_memory_block.patch added to mm-unstable branch
 2025-03-11  3:24 UTC 

+ mm-sparse-expose-for_each_present_section_nr.patch added to mm-unstable branch
 2025-03-11  3:24 UTC 

+ selftests-mm-cow-fix-the-incorrect-error-handling.patch added to mm-unstable branch
 2025-03-11  3:21 UTC 

[PATCH] perf script: Update brstack syntax documentation
 2025-03-11  3:20 UTC  (4+ messages)

[PATCH v2 0/4] arm: fsl: drop usage of Toradex SOMs compatible alone
 2025-03-11  3:17 UTC  (2+ messages)

[PATCH v7 0/6] drm/xe/xe_vm: Implement xe_vm_get_faults_ioctl
 2025-03-11  3:17 UTC  (3+ messages)
` [PATCH v7 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults

[PATCH v5 0/4] Add GPIO interrupt support for Amlogic A4 and A5 SoCs
 2025-03-11  3:08 UTC  (15+ messages)
` [PATCH v5 1/4] dt-bindings: interrupt-controller: Add "
` [PATCH v5 2/4] irqchip: "
` [PATCH v5 3/4] arm64: dts: Add gpio_intc node for Amlogic A4 SoCs
` [PATCH v5 4/4] arm64: dts: Add gpio_intc node for Amlogic A5 SoCs

[v3 PATCH 7/8] crypto: scomp - Remove support for most non-trivial destination SG lists
 2025-03-11  3:16 UTC  (4+ messages)

[PATCH 1/3] ubsan/overflow: Rework integer overflow sanitizer option to turn on everything
 2025-03-11  3:16 UTC  (4+ messages)

[PATCH v1] mm: use ptep_get() instead of directly dereferencing pte_t*
 2025-03-11  3:14 UTC  (4+ messages)

[PATCH v2] bpf: bpftool: Setting error code in do_loader()
 2025-03-11  3:12 UTC 

[PATCH v3] btrfs: add extra warning if delayed iput is added when it's not allowed
 2025-03-11  3:09 UTC 

two patches added to cifs-utils for-next branch
 2025-03-11  3:09 UTC 

[PATCH] s390/boot: Ignore vmlinux.map
 2025-03-11  3:08 UTC 

[PATCH] blk-throttle: support io merge over iops_limit
 2025-03-11  3:08 UTC  (6+ messages)

[PATCH v4 0/7] usb: dwc3: qcom: Flatten dwc3 structure
 2025-03-11  3:06 UTC  (12+ messages)
` [PATCH v4 5/7] usb: dwc3: qcom: Snapshot driver for backwards compatibilty
` [PATCH v4 6/7] usb: dwc3: qcom: Transition to flattened model

[openeuler:openEuler-1.0-LTS 1473/1473] drivers/net/ethernet/huawei/hinic/hinic_lld.c:142:1: sparse: sparse: symbol 'g_hinic_chip_list' was not declared. Should it be static?
 2025-03-11  3:05 UTC 

[PATCH v3 0/4] clk: imx8mp: fix parents of AUDIOMIX DSP/OCRAM_A
 2025-03-11  3:04 UTC  (5+ messages)
` [PATCH v3 3/4] arm64: dts: imx8mp: add AUDIO_AXI_CLK_ROOT to AUDIOMIX block
` [PATCH v3 4/4] arm64: dts: imx8mp: change AUDIO_AXI_CLK_ROOT freq. to 800MHz

[PATCH] block: cleanup and fix batch completion adding conditions
 2025-03-11  3:03 UTC  (6+ messages)

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

[PATCH V2] ahci: Marvell 88SE9215 controllers prefer DMA for ATAPI
 2025-03-11  3:02 UTC 

[PATCH v6] migration: Add qtest for migration over RDMA
 2025-03-11  2:59 UTC  (2+ messages)

[PATCH] ARM: imx: mark imx53_suspend_sz as unused
 2025-03-11  2:58 UTC  (2+ messages)

[PATCH resend v3 1/1] arm64: dts: imx93: add ddr edac support
 2025-03-11  2:56 UTC  (2+ messages)

[bug report] NULL pointer dereference after a balance error on zoned device
 2025-03-11  2:56 UTC  (4+ messages)

[PATCH net] infiniband: fix use-after-free when rename device name
 2025-03-11  2:55 UTC  (3+ messages)

[PULL 0/1] Tracing patches
 2025-03-11  2:53 UTC  (2+ messages)
` [PULL 1/1] trace/control-target: cleanup headers and make compilation unit common

QEMU 10.0 soft freeze
 2025-03-11  2:52 UTC 

[PATCH] smb: client: Fix match_session bug causing duplicate session creation
 2025-03-11  2:53 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: Define interrupt constraints for DWMAC vendor bindings
 2025-03-11  2:51 UTC  (3+ messages)

[PATCH v3 net-next 0/2] udp_tunnel: GRO optimizations
 2025-03-11  2:51 UTC  (5+ messages)
` [PATCH v3 net-next 1/2] udp_tunnel: create a fastpath GRO lookup
` [PATCH v3 net-next 2/2] udp_tunnel: use static call for GRO hooks when possible

[Buildroot] Crosstool-ng external toolchain with BR2_ROOTFS_MERGED_USR
 2025-03-11  2:50 UTC  (3+ messages)

[PATCH v2 1/1] arm64: dts: imx95: add ref clock for pcie nodes
 2025-03-11  2:50 UTC  (2+ messages)

[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
 2025-03-11  2:48 UTC  (6+ messages)
` CXL Boot to Bash - Section 2: The Drivers
  ` CXL Boot to Bash - Section 2a (Drivers): CXL Decoder Programming

[Buildroot] [PATCH] toolchain-external: Fix external toolchains when BR2_ROOTFS_MERGED_USR
 2025-03-11  2:48 UTC 

[PATCH 1/1] ARM: dts: imx6ul-tqma6ul1: Change include order to disable fec2 node
 2025-03-11  2:47 UTC  (2+ messages)

Merge of v2025.04-rc4 in to next
 2025-03-11  2:47 UTC  (2+ messages)

[PATCH 0/3] imx8qxp: PCIe fixes
 2025-03-11  2:44 UTC  (2+ messages)

[PATCH v1 1/1] kbuild: Add "make headers" to "make help" output
 2025-03-11  2:43 UTC  (7+ messages)

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

[PATCH BlueZ] Fix data type in bt_hci_send_data
 2025-03-11  2:42 UTC  (2+ messages)
` [BlueZ] "

[PATCH 0/2] block: nvme: fix blktests nvme/039 failure
 2025-03-11  2:41 UTC  (3+ messages)
` [PATCH 1/2] nvme: move error logging from nvme_end_req() to __nvme_end_req()
` [PATCH 2/2] block: change blk_mq_add_to_batch() third argument type to blk_status_t

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

[RFC PATCH 0/4] x86/build: Get rid of vmlinux postlink step
 2025-03-11  2:38 UTC  (8+ messages)

[PATCH] arm64: dts: s32g: add FlexCAN[0..3] support for s32g2 and s32g3
 2025-03-11  2:27 UTC  (2+ messages)

[PATCH] selftests/mm/cow: Fix the incorrect error handling
 2025-03-11  2:37 UTC 

[PATCH 0/5] drm/bridge: simple-bridge: Add DPI color encoder support
 2025-03-11  2:38 UTC  (14+ messages)
` [PATCH 3/5] dt-bindings: display: simple-bridge: Document DPI color encoder

[PATCH 1/1] arm64: dts: im8mq: move dwc3 usb port under ports
 2025-03-11  2:36 UTC  (2+ messages)

[PATCH v12 0/3] i2c: octeon: add block-mode r/w
 2025-03-11  2:34 UTC  (4+ messages)
` [PATCH v12 1/3] i2c: octeon: fix return commenting
` [PATCH v12 2/3] i2c: octeon: remove 10-bit addressing support
` [PATCH v12 3/3] i2c: octeon: add block-mode i2c operations

[PATCH] bpf: bpftool: Setting error code in do_loader()
 2025-03-11  2:33 UTC  (3+ messages)

[PATCH v2 1/2] arm64: dts: imx8mp-tqma8mpql-mba8mpxl: change sound card model name
 2025-03-11  2:32 UTC  (2+ messages)

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

[DPDK/testpmd Bug 1672] [dpdk-25.03] vf_offload/checksum_offload_tunnel_enable: gtpu packet checksum error packet
 2025-03-11  2:31 UTC 

[morse:mpam/move_to_fs/v7_bare] [x86/resctrl] 0021800a46: will-it-scale.per_process_ops 18.4% improvement
 2025-03-11  2:30 UTC  (4+ messages)

[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
 2025-03-11  2:29 UTC  (4+ messages)
` (subset) "

[PATCH v2 0/7] KSTATE: a mechanism to migrate some part of the kernel state across kexec
 2025-03-11  2:27 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mp: configure GPU and NPU clocks to overdrive rate
 2025-03-11  1:27 UTC  (2+ messages)

[PATCH libnetfilter_queue] build: doc: Fix silly error in test
 2025-03-11  2:28 UTC 

[PATCH v2] mdadm: Clear extra flags when initializing metadata
 2025-03-11  2:28 UTC  (6+ messages)

[GIT PULL] Qualcomm driver fixes for v6.14
 2025-03-11  2:25 UTC 

親愛なる友人23866
 2025-03-11  2:13 UTC 

megaraid_sas: multiple FALLOC_FL_ZERO_RANGE causes timeouts and resets on MegaRAID 9560-8i 4GB since 5.19
 2025-03-11  2:24 UTC  (3+ messages)

[PATCH 0/9] RCU torture-test changes for v6.16
 2025-03-11  2:24 UTC  (2+ messages)

[PATCH 1/4] common/config: remove redundant export of F2FS_IO_PROG
 2025-03-11  2:24 UTC  (7+ messages)
` [PATCH 4/4] f2fs/009: detect and repair nlink corruption
        ` [f2fs-dev] "

[PATCH v4 0/4] arm64: dts: add imx95_15x15_evk boards support
 2025-03-11  2:22 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.