All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-25 19:34:28 to 2020-08-25 19:51:51 UTC [more...]

[RFC v4 00/20] drm/dp, i915, nouveau: Cleanup nouveau HPD and add DP features from i915
 2020-08-25 19:50 UTC  (71+ messages)
` [Intel-gfx] "
` [RFC v4 01/20] drm/nouveau/kms: Fix some indenting in nouveau_dp_detect()
  ` [Intel-gfx] "
` [RFC v4 02/20] drm/nouveau/kms/nv50-: Remove open-coded drm_dp_read_desc()
  ` [Intel-gfx] "
` [RFC v4 03/20] drm/nouveau/kms/nv50-: Just use drm_dp_dpcd_read() in nouveau_dp.c
  ` [Intel-gfx] "
` [RFC v4 04/20] drm/nouveau/kms/nv50-: Use macros for DP registers "
  ` [Intel-gfx] "
` [Intel-gfx] [RFC v4 05/20] drm/nouveau/kms: Don't clear DP_MST_CTRL DPCD in nv50_mstm_new()
  `  "
` [RFC v4 06/20] drm/nouveau/kms: Search for encoders' connectors properly
  ` [Intel-gfx] "
` [RFC v4 07/20] drm/nouveau/kms/nv50-: Use drm_dp_dpcd_(readb|writeb)() in nv50_sor_disable()
  ` [Intel-gfx] "
` [RFC v4 08/20] drm/nouveau/kms/nv50-: Refactor and cleanup DP HPD handling
  ` [Intel-gfx] "
` [RFC v4 09/20] drm/i915/dp: Extract drm_dp_has_mst()
  ` [Intel-gfx] "
` [Intel-gfx] [RFC v4 10/20] drm/nouveau/kms: Use new drm_dp_has_mst() helper for checking MST caps
  `  "
` [RFC v4 11/20] drm/nouveau/kms: Move drm_dp_cec_unset_edid() into nouveau_connector_detect()
  ` [Intel-gfx] "
` [RFC v4 12/20] drm/nouveau/kms: Only use hpd_work for reprobing in HPD paths
  ` [Intel-gfx] "
` [RFC v4 13/20] drm/i915/dp: Extract drm_dp_downstream_read_info()
  ` [Intel-gfx] "
` [RFC v4 14/20] drm/nouveau/kms/nv50-: Use downstream DP clock limits for mode validation
  ` [Intel-gfx] "
` [RFC v4 15/20] drm/i915/dp: Extract drm_dp_has_sink_count()
  ` [Intel-gfx] "
` [RFC v4 16/20] drm/i915/dp: Extract drm_dp_get_sink_count()
` [Intel-gfx] [RFC v4 17/20] drm/nouveau/kms/nv50-: Add support for DP_SINK_COUNT
  `  "
` [Intel-gfx] [RFC v4 18/20] drm/nouveau/kms: Don't change EDID when it hasn't actually changed
  `  "
` [RFC v4 19/20] drm/i915/dp: Extract drm_dp_read_dpcd_caps()
` [RFC v4 20/20] drm/nouveau/kms: Start using drm_dp_read_dpcd_caps()

[PATCH v3 00/74] qom: Automated conversion of type checking boilerplate
 2020-08-25 19:21 UTC  (42+ messages)
` [PATCH v3 22/74] can_emu: Delete macros for non-existing typedef
` [PATCH v3 23/74] nubus: Delete unused NUBUS_BRIDGE macro
` [PATCH v3 26/74] xen-legacy-backend: Add missing typedef XenLegacyDevice
` [PATCH v3 27/74] spapr: Move typedef SpaprMachineState to spapr.h
` [PATCH v3 29/74] vhost-user-gpu: Move QOM macro to header
` [PATCH v3 30/74] ahci: Move QOM macros "
` [PATCH v3 31/74] i8257: Move QOM macro "
` [PATCH v3 32/74] ahci: "
` [PATCH v3 33/74] pckbd: "
` [PATCH v3 34/74] vmbus: Move QOM macros to vmbus.h
` [PATCH v3 35/74] virtio-serial-bus: Move QOM macros to header
` [PATCH v3 38/74] rocker: "
` [PATCH v3 39/74] pxa2xx: "
` [PATCH v3 40/74] mptsas: "
` [PATCH v3 42/74] vfio/pci: "
` [PATCH v3 43/74] nubus: Rename class type checking macros
` [PATCH v3 44/74] imx_ccm: Rename IMX_GET_CLASS macro
` [PATCH v3 45/74] mos6522: Rename QOM macros
` [PATCH v3 46/74] x86-iommu: Rename QOM type macros
` [PATCH v3 47/74] rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macro
` [PATCH v3 48/74] s390-virtio-ccw: Rename S390_MACHINE_CLASS macro
` [PATCH v3 49/74] swim: Rename struct SWIM to Swim
` [PATCH v3 50/74] migration: Rename class type checking macros
` [PATCH v3 51/74] arm: Fix typo in AARCH64_CPU_GET_CLASS definition
` [PATCH v3 52/74] rx: Rename QOM type check macros
` [PATCH v3 53/74] rx: Move typedef RXCPU to cpu-qom.h
` [PATCH v3 54/74] qom: make object_ref/unref use a void * instead of Object *
` [PATCH v3 55/74] qom: provide convenient macros for declaring and defining types
` [PATCH v3 56/74] qom: Allow class type name to be specified in OBJECT_DECLARE*
` [PATCH v3 57/74] qom: DECLARE_*_CHECKERS macros
` [PATCH v3 58/74] qom: Make type checker functions accept const pointers
` [PATCH v3 59/74] qom: TYPE_INFO macro
` [PATCH v3 60/74] codeconverter: script for automating QOM code cleanups
` [PATCH v3 61/74] [automated] Delete duplicate QOM typedefs
` [PATCH v3 63/74] [automated] Use TYPE_INFO macro (pass 2)
` [PATCH v3 66/74] [automated] Use DECLARE_*CHECKER* macros
` [PATCH v3 67/74] [automated] Use DECLARE_*CHECKER* macros (pass 2)
` [PATCH v3 71/74] [automated] Use OBJECT_DECLARE_SIMPLE_TYPE when possible
` [PATCH v3 72/74] [automated] Remove redundant instance_size/class_size fields
` [PATCH v3 74/74] crypto: use QOM macros for declaration/definition of TLS creds types

[PATCH] dt-bindings: media: imx214: Convert to json-schema
 2020-08-25 19:50 UTC  (3+ messages)

[PATCH 3/9] PCI/MSI: Provide default retrigger callback
 2020-08-25 19:44 UTC  (3+ messages)

[RFD] x86: Curing the exception and syscall trainwreck in hardware
 2020-08-25 19:49 UTC  (8+ messages)
  ` TDX #VE in SYSCALL gap (was: [RFD] x86: Curing the exception and syscall trainwreck in hardware)

[Intel-gfx] [PATCH] drm/i915/tgl: Fix stepping WA matching
 2020-08-25 19:49 UTC  (2+ messages)

[PATCH 00/22] target/arm: Implement fp16 for AArch32 VFP
 2020-08-25 19:30 UTC  (7+ messages)
` [PATCH 19/22] target/arm: Implement new VFP fp16 insn VINS
` [PATCH 21/22] target/arm: Implement VFP fp16 VMOV between gp and halfprec registers
` [PATCH 22/22] target/arm: Enable FP16 in '-cpu max'

[PATCH v3 00/19] dt-bindings / arm64: Cleanup of i.MX 8 bindings
 2020-08-25 19:35 UTC  (58+ messages)
` [PATCH v3 01/19] dt-bindings: gpio: fsl-imx-gpio: Add i.MX 8 compatibles
` [PATCH v3 02/19] dt-bindings: gpio: fsl-imx-gpio: Add gpio-ranges property
` [PATCH v3 03/19] dt-bindings: gpio: fsl-imx-gpio: Add parsing of hogs
` [PATCH v3 04/19] dt-bindings: gpio: fsl-imx-gpio: Add power-domains
` [PATCH v3 05/19] dt-bindings: perf: fsl-imx-ddr: Add i.MX 8M compatibles
` [PATCH v3 06/19] dt-bindings: pwm: imx-pwm: "
` [PATCH v3 07/19] dt-bindings: serial: fsl-imx-uart: "
` [PATCH v3 08/19] dt-bindings: watchdog: fsl-imx-wdt: "
` [PATCH v3 09/19] dt-bindings: mtd: gpmi-nand: "
` [PATCH v3 10/19] dt-bindings: reset: fsl, imx7-src: "
  ` [PATCH v3 10/19] dt-bindings: reset: fsl,imx7-src: "
` [PATCH v3 11/19] dt-bindings: thermal: imx8mm-thermal: Add i.MX 8M Nano compatible
` [PATCH v3 12/19] dt-bindings: mmc: fsl-imx-esdhc: Fix i.MX 8 compatible matching
` [PATCH v3 13/19] dt-bindings: nvmem: imx-ocotp: Update i.MX 8M compatibles
` [PATCH v3 14/19] dt-bindings: arm: fsl: Fix Toradex Colibri i.MX 8 binding
` [PATCH v3 15/19] dt-bindings: arm: fsl: Add ZII Ultra boards binding
` [PATCH v3 16/19] dt-bindings: interrupt-controller: fsl, irqsteer: Fix compatible matching
  ` [PATCH v3 16/19] dt-bindings: interrupt-controller: fsl,irqsteer: "
` [PATCH v3 17/19] dt-bindings: serial: fsl-lpuart: "
` [PATCH v3 18/19] arm64: dts: imx8mq-evk: Add hog suffix to wl-reg-on
` [PATCH v3 19/19] arm64: dts: imx8mq-zii-ultra: Add hog suffixes to GPIO hogs

[PATCH net-next v2 0/7] net-next: dsa: mt7530: add support for MT7531
 2020-08-25 19:43 UTC  (4+ messages)
` [PATCH net-next v2 4/7] dt-bindings: net: dsa: add new MT7531 binding to support MT7531

[PATCH 0/5] input: misc: Add IBM Operation Panel driver
 2020-08-25 19:47 UTC  (5+ messages)
` [PATCH 3/5] i2c: aspeed: Mask IRQ status to relevant bits

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-25 19:47 UTC  (11+ messages)

[PATCH] spi: pxa2xx: Add SSC2 and SSPSP2 SSP registers
 2020-08-25 19:38 UTC  (2+ messages)

[PATCH 4.19 00/71] 4.19.142-rc1 review
 2020-08-25 19:46 UTC  (3+ messages)
` [PATCH 4.19 22/71] scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARM

Mismatched HEAD default behavior from git log
 2020-08-25 19:46 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v2 1/2] tests/kms_pipe_crc_basic: Use igt_display_require_output_on_pipe()
 2020-08-25 19:45 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v2 2/2] tests/kms_pipe_crc_basic: Add disable-crc-after-crtc-pipe-* tests

[PATCH v3 0/3] Add Broadcom VK driver
 2020-08-25 19:44 UTC  (4+ messages)
` [PATCH v3 1/3] bcm-vk: add bcm_vk UAPI
` [PATCH v3 2/3] misc: bcm-vk: add Broadcom VK driver
` [PATCH v3 3/3] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver

[PATCH] IMA: Handle early boot data measurement
 2020-08-25 19:43 UTC  (8+ messages)

What's cooking in git.git (Aug 2020, #06; Mon, 24)
 2020-08-25 19:42 UTC  (2+ messages)

Please pull NFS server fixes for v5.9
 2020-08-25 19:37 UTC 

[xlnx:master 58/158] clk-xlnx-clock-wizard.c:undefined reference to `__udivdi3'
 2020-08-25 19:34 UTC 

[PATCH 1/1] NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recall
 2020-08-25 19:34 UTC  (2+ messages)

WARNING: at kernel/trace/ftrace.c:2425 ftrace_get_addr_new
 2020-08-25 19:34 UTC 

[f2fs-dev] [PATCH v2 0/5] Support Age-Threshold based Garbage Collection for f2fs
 2020-08-25 19:34 UTC  (3+ messages)
` [f2fs-dev] [PATCH v2 5/5] f2fs: support age threshold based garbage collection


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.