All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-28 13:06:52 to 2023-09-28 13:36:48 UTC [more...]

[igt-dev] [PATCH v4 00/14] uAPI Alignment - take 1 v4
 2023-09-28 13:36 UTC  (3+ messages)
` [igt-dev] [PATCH v4 09/14] drm-uapi: Kill XE_VM_PROPERTY_BIND_OP_ERROR_CAPTURE_ADDRESS extension

[RFC PATCH v2 net-next 00/15] Add C72/C73 copper backplane support for LX2160
 2023-09-28 13:36 UTC  (4+ messages)
` [RFC PATCH v2 net-next 03/15] phy: ethernet: add configuration interface for copper backplane Ethernet PHYs

[PATCH v7 00/33] Introduce QC USB SND audio offloading support
 2023-09-28 13:31 UTC  (3+ messages)
` [PATCH v7 02/33] xhci: add helper to stop endpoint and wait for completion

[PATCH net-next v3 0/3] ptp: Support for multiple filtered timestamp event queue readers
 2023-09-28 13:35 UTC  (4+ messages)
` [PATCH net-next v3 1/3] ptp: Replace timestamp event queue with linked list
` [PATCH net-next v3 2/3] ptp: support multiple timestamp event readers
` [PATCH net-next v3 3/3] ptp: support event queue reader channel masks

10 Reasons Why Nonprofit Execs Love Credentialing
 2023-09-28 13:23 UTC 

[PATCH] erofs: update documentation
 2023-09-28 13:31 UTC  (4+ messages)

[PATCH 1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source
 2023-09-28 13:33 UTC  (6+ messages)
` [PATCH 5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl

[Intel-gfx] [RFC PATCH] drm/i915/gt: Force mcr lock takeover if hardware forgot to release it
 2023-09-28 13:25 UTC  (2+ messages)

[brgl:gpio/for-next] BUILD SUCCESS 3a7fd473bd5d430c8045830e9a09e8dc35bcca6b
 2023-09-28 13:30 UTC 

[PATCH 00/15] sysctl: Remove sentinel elements from drivers
 2023-09-28 13:33 UTC  (49+ messages)
` [PATCH 01/15] cdrom: Remove now superfluous sentinel element from ctl_table array
` [PATCH 02/15] hpet: "
` [PATCH 03/15] xen: "
` [PATCH 04/15] tty: "
` [PATCH 05/15] scsi: "
` [PATCH 06/15] parport: Remove the "
` [PATCH 07/15] macintosh: "
` [PATCH 08/15] infiniband: "
` [PATCH 09/15] char-misc: "
` [PATCH 10/15] vrf: "
` [PATCH 11/15] sgi-xp: "
` [PATCH 12/15] fw loader: "
` [PATCH 13/15] raid: Remove "
` [PATCH 14/15] hyper-v/azure: "
` [PATCH 15/15] intel drm: "

[PATCH 0/2] Initial support for the QCM6490 IDP
 2023-09-28 13:33 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: qcom: Add QCM6490 IDP board
` [PATCH 2/2] arm64: dts: qcom: qcm6490: Add qcm6490 dts file

[RFC PATCH v2 0/7] Introduce persistent memory pool
 2023-09-28 13:22 UTC  (4+ messages)

RFC: ARM && restricted DMA apparently not working
 2023-09-28 13:32 UTC  (8+ messages)
` [PATCH v1 1/1] ARM: Select DMA_DIRECT_REMAP to fix restricted DMA

[PATCH] qtest/migration: Add a test for the analyze-migration script
 2023-09-28 13:32 UTC  (3+ messages)

[PATCH 0/5] migration: Downtime observability improvements
 2023-09-28 13:31 UTC  (4+ messages)
` [PATCH 1/5] migration: Store downtime timestamps in an array

[PATCH] nfs: decrement nrequests counter before releasing the req
 2023-09-28 13:31 UTC  (4+ messages)

[PATCH v1 00/13] thermal: ACPI: More ACPI thermal improvements and modification of thermal instances
 2023-09-28 13:31 UTC  (5+ messages)
` [PATCH v1 10/13] thermal: core: Allow trip pointers to be used for cooling device binding

[PATCH v2 00/53] migration/rdma: Error handling fixes
 2023-09-28 13:20 UTC  (54+ messages)
` [PATCH v2 01/53] migration/rdma: Clean up qemu_rdma_poll()'s return type
` [PATCH v2 02/53] migration/rdma: Clean up qemu_rdma_data_init()'s "
` [PATCH v2 03/53] migration/rdma: Clean up rdma_delete_block()'s "
` [PATCH v2 04/53] migration/rdma: Drop fragile wr_id formatting
` [PATCH v2 05/53] migration/rdma: Consistently use uint64_t for work request IDs
` [PATCH v2 06/53] migration/rdma: Fix unwanted integer truncation
` [PATCH v2 07/53] migration/rdma: Clean up two more harmless signed vs. unsigned issues
` [PATCH v2 08/53] migration/rdma: Give qio_channel_rdma_source_funcs internal linkage
` [PATCH v2 09/53] migration/rdma: Fix qemu_rdma_accept() to return failure on errors
` [PATCH v2 10/53] migration/rdma: Put @errp parameter last
` [PATCH v2 11/53] migration/rdma: Eliminate error_propagate()
` [PATCH v2 12/53] migration/rdma: Drop rdma_add_block() error handling
` [PATCH v2 13/53] migration/rdma: Drop qemu_rdma_search_ram_block() "
` [PATCH v2 14/53] migration/rdma: Make qemu_rdma_buffer_mergeable() return bool
` [PATCH v2 15/53] migration/rdma: Use bool for two RDMAContext flags
` [PATCH v2 16/53] migration/rdma: Fix or document problematic uses of errno
` [PATCH v2 17/53] migration/rdma: Ditch useless numeric error codes in error messages
` [PATCH v2 18/53] migration/rdma: Fix io_writev(), io_readv() methods to obey contract
` [PATCH v2 19/53] migration/rdma: Replace dangerous macro CHECK_ERROR_STATE()
` [PATCH v2 20/53] migration/rdma: Fix qemu_rdma_broken_ipv6_kernel() to set error
` [PATCH v2 21/53] migration/rdma: Fix qemu_get_cm_event_timeout() to always "
` [PATCH v2 22/53] migration/rdma: Drop dead qemu_rdma_data_init() code for !@host_port
` [PATCH v2 23/53] migration/rdma: Fix QEMUFileHooks method return values
` [PATCH v2 24/53] migration/rdma: Fix rdma_getaddrinfo() error checking
` [PATCH v2 25/53] migration/rdma: Return -1 instead of negative errno code
` [PATCH v2 26/53] migration/rdma: Dumb down remaining int error values to -1
` [PATCH v2 27/53] migration/rdma: Replace int error_state by bool errored
` [PATCH v2 28/53] migration/rdma: Drop superfluous assignments to @ret
` [PATCH v2 29/53] migration/rdma: Check negative error values the same way everywhere
` [PATCH v2 30/53] migration/rdma: Plug a memory leak and improve a message
` [PATCH v2 31/53] migration/rdma: Delete inappropriate error_report() in macro ERROR()
` [PATCH v2 32/53] migration/rdma: Retire "
` [PATCH v2 33/53] migration/rdma: Fix error handling around rdma_getaddrinfo()
` [PATCH v2 34/53] migration/rdma: Drop "@errp is clear" guards around error_setg()
` [PATCH v2 35/53] migration/rdma: Convert qemu_rdma_exchange_recv() to Error
` [PATCH v2 36/53] migration/rdma: Convert qemu_rdma_exchange_send() "
` [PATCH v2 37/53] migration/rdma: Convert qemu_rdma_exchange_get_response() "
` [PATCH v2 38/53] migration/rdma: Convert qemu_rdma_reg_whole_ram_blocks() "
` [PATCH v2 39/53] migration/rdma: Convert qemu_rdma_write_flush() "
` [PATCH v2 40/53] migration/rdma: Convert qemu_rdma_write_one() "
` [PATCH v2 41/53] migration/rdma: Convert qemu_rdma_write() "
` [PATCH v2 42/53] migration/rdma: Convert qemu_rdma_post_send_control() "
` [PATCH v2 43/53] migration/rdma: Convert qemu_rdma_post_recv_control() "
` [PATCH v2 44/53] migration/rdma: Convert qemu_rdma_alloc_pd_cq() "
` [PATCH v2 45/53] migration/rdma: Silence qemu_rdma_resolve_host()
` [PATCH v2 46/53] migration/rdma: Silence qemu_rdma_connect()
` [PATCH v2 47/53] migration/rdma: Silence qemu_rdma_reg_control()
` [PATCH v2 48/53] migration/rdma: Don't report received completion events as error
` [PATCH v2 49/53] migration/rdma: Silence qemu_rdma_block_for_wrid()
` [PATCH v2 50/53] migration/rdma: Silence qemu_rdma_register_and_get_keys()
` [PATCH v2 51/53] migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings
` [PATCH v2 52/53] migration/rdma: Use error_report() & friends instead of stderr
` [PATCH v2 53/53] migration/rdma: Replace flawed device detail dump by tracing

[PATCH v8 1/3] dt-bindings: thermal-zones: Document critical-action
 2023-09-28 13:30 UTC  (4+ messages)
` [PATCH v8 3/3] thermal: thermal_core: Allow rebooting after critical temp

[PATCH v24 00/21] s390x: CPU Topology
 2023-09-28 13:29 UTC  (3+ messages)
` [PATCH v24 09/21] qapi/s390x/cpu topology: set-cpu-topology qmp command

[PATCH v2 1/2] dt-bindings: adc: add AD7173
 2023-09-28 13:29 UTC  (4+ messages)
` [PATCH v2 2/2] iio: adc: ad7173: add AD7173 driver

[Intel-gfx] [PATCH v7 1/4] drm/i915: Introduce intel_gt_mcr_lock_sanitize()
 2023-09-28 13:27 UTC  (3+ messages)
  `  "

[PATCH v6 0/9] AMDGPU usermode queues
 2023-09-28 13:27 UTC  (6+ messages)
` [PATCH v6 4/9] drm/amdgpu: create GFX-gen11 usermode queue

[PATCH] qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info
 2023-09-28 13:27 UTC  (2+ messages)

[PATCH] hyperv: add check for NULL for msg
 2023-09-28 13:25 UTC 

[PATCH v2 0/4] ledtrig-tty: add new state evaluation
 2023-09-28 13:26 UTC  (5+ messages)
` [PATCH v2 1/4] tty: whitespaces in descriptions corrected by replacing tabs with spaces
` [PATCH v2 2/4] tty: add new helper function tty_get_tiocm
` [PATCH v2 3/4] trigger: ledtrig-tty: move variable definition to the top
` [PATCH v2 4/4] trigger: ledtrig-tty: add new line mode to triggers

[PATCH] scsi: Clean up errors in sni_53c710.c
 2023-09-28 13:24 UTC  (2+ messages)

[bug report] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
 2023-09-28 13:26 UTC  (2+ messages)
` [External] "

[PATCH v3 0/6] python/machine: use socketpair() for console socket
 2023-09-28 13:23 UTC  (3+ messages)

[PATCH v2] vfs: shave work on failed file open
 2023-09-28 13:25 UTC  (10+ messages)

[GIT PULL] SPI fixes for v6.6-rc3
 2023-09-28 13:25 UTC 

[PATCH] accel/habanalabs/gaudi2: fix spmu mask creation
 2023-09-28 13:25 UTC 

[libgpiod][PATCH 0/3] bindings: rust: fix modeling of line_info lifetimes
 2023-09-28 13:24 UTC  (3+ messages)
` [libgpiod][PATCH 1/3] bindings: rust: fix soundness of line_info modeling

[PATCH] mfd: dln2: Fix double put in dln2_probe
 2023-09-28 13:23 UTC  (2+ messages)
` (subset) "

[PATCH v1 0/9] qapi-go: add generator for Golang interface
 2023-09-28 13:22 UTC  (3+ messages)
` [PATCH v1 9/9] docs: add notes on Golang code generator

[RFC PATCH v2 0/4] Extend rseq with sched_state_ptr field
 2023-09-28 13:20 UTC  (5+ messages)
` [RFC PATCH v2 1/4] rseq: Add sched_state field to struct rseq

[PATCH] drm/atomic: Perform blocking commits on workqueue
 2023-09-28 13:23 UTC  (6+ messages)

[PATCH 1/2] drm/amdgpu/gmc: add a way to force a particular placement for GART
 2023-09-28 13:23 UTC  (2+ messages)

[GIT PULL] ASoC fixes for v6.6-rc4
 2023-09-28 13:22 UTC 

[PATCH v4 0/4] Simplify obtaining I2C match data
 2023-09-28 13:21 UTC  (2+ messages)

[Intel-xe] [PATCH v6 0/5] PAT and cache coherency support
 2023-09-28 13:15 UTC  (5+ messages)
` [Intel-xe] [PATCH v6 1/5] drm/xe/pat: trim the xelp PAT table
` [Intel-xe] [PATCH v6 2/5] drm/xe: directly use pat_index for pte_encode

[bug report] drm/amd/display: add DMUB registers to crash dump diagnostic data
 2023-09-28  7:05 UTC 

[PATCH] drm/radeon/kms/atom: Remove redundant code
 2023-09-28  9:45 UTC 

[bug report] drm/amd/display: switch DC over to the new DRM logging macros
 2023-09-28  7:05 UTC 

[PATCH v4 0/9] runstate/time area registration by (guest) physical address
 2023-09-28 13:19 UTC  (6+ messages)
` [PATCH v4 5/9] x86/mem-sharing: copy GADDR based shared guest areas

[PATCH] mfd: iqs62x: Annotate struct iqs62x_fw_blk with __counted_by
 2023-09-28 13:19 UTC  (2+ messages)
` (subset) "

[PATCH][yocto-autobuilder-helper] config.json: add reproducible-openembedded build
 2023-09-28 13:18 UTC 

[PATCH net-next v5 1/2] pktgen: Automate flag enumeration for unknown flag handling
 2023-09-28 13:18 UTC  (3+ messages)

[XEN PATCH v2 00/10] address violations of MISRA C:2012 Directive 4.10
 2023-09-28 13:17 UTC  (5+ messages)

[PATCH v8 00/53] Add DELETE_BUF ioctl
 2023-09-28 13:16 UTC  (5+ messages)

[PATCH 00/36] fix Rx and Tx queue state
 2023-09-28 13:15 UTC  (4+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] lib/ethdev: update Rx and Tx queue status

[RFC PATCH 0/9] ACPI:RASF: Add support for ACPI RASF, ACPI RAS2 and configure scrubbers
 2023-09-28 13:14 UTC  (6+ messages)
` [RFC PATCH 2/9] memory: scrub: sysfs: Add Documentation entries for set of scrub attributes

[PATCH nf] netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failure
 2023-09-28 13:12 UTC 

[v1 0/6] cryptodev: support digest message in SM2
 2023-09-28 13:12 UTC  (5+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 2/7] cryptodev: set private and public keys in EC session

[PATCH v2 0/2] raspi: pass additional VC values via dtb
 2023-09-28 13:10 UTC  (4+ messages)

[PATCH] net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_reg
 2023-09-28 13:11 UTC  (2+ messages)

[PATCH] fs: fix possible extra iput() in do_unlinkat()
 2023-09-28 13:11 UTC 

[PATCH v1 0/3] Add HWS mirroring support
 2023-09-28 13:09 UTC  (4+ messages)
` [PATCH v1 1/3] net/mlx5/hws: add creation of packet reformat DevX obj
` [PATCH v1 2/3] net/mlx5/hws: add mlx5dr obj struct to mlx5dr action
` [PATCH v1 3/3] net/mlx5/hws: add support for mirroring

[PATCH] leds: trigger: ledtrig-cpu:: Fix a warning when compiling with W=1
 2023-09-28 13:09 UTC  (3+ messages)
` (subset) "

[PATCH v1] misc: fastrpc: Clean buffers on remote invocation failures
 2023-09-28 13:08 UTC  (2+ messages)

[PATCH v1] misc: fastrpc: Reset metadata buffer to avoid incorrect free
 2023-09-28 13:08 UTC  (2+ messages)

[PATCH v3 0/6] btrfs: simple quotas fstests
 2023-09-28 13:07 UTC  (3+ messages)
` [PATCH v3 2/6] btrfs: quota mode helpers

[PATCH 0/3] tty: Fix tiocspgrp() related races
 2023-09-28 13:06 UTC  (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] tty: Fix __tty_check_change() and tiocspgrp() race
` [PATCH v2 2/3] tty: Serialise racing tiocspgrp() callers
` [PATCH v2 3/3] tty: Move task_pgrp() after tty->ctrl.lock for consistency

[PATCH v3 0/5] Add multimode invoke request IOCTl support
 2023-09-28 13:07 UTC  (3+ messages)
` [PATCH v3 1/5] misc: fastrpc: Add fastrpc multimode invoke request support


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.