All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-28 07:38:19 to 2020-05-28 07:47:05 UTC [more...]

[PATCH v2 0/3] x86/boot: get rid of GOT entries and associated fixup code
 2020-05-28  7:46 UTC  (4+ messages)
` [PATCH v2 2/3] x86/boot/compressed: force hidden visibility for all symbol references

[PATCH v3 000/105] drm/vc4: Support BCM2711 Display Pipeline
 2020-05-27 15:49 UTC  (76+ messages)
` [PATCH v3 001/105] reset: Move reset-simple header out of drivers/reset
` [PATCH v3 003/105] dt-bindings: clock: Add BCM2711 DVP binding
` [PATCH v3 004/105] clk: bcm: Add BCM2711 DVP driver
` [PATCH v3 005/105] ARM: dts: bcm2711: Add HDMI DVP
` [PATCH v3 006/105] dt-bindings: display: Convert VC4 bindings to schemas
` [PATCH v3 007/105] dt-bindings: display: vc4: dpi: Add missing clock-names property
` [PATCH v3 008/105] dt-bindings: display: vc4: dsi: Add missing clock properties
` [PATCH v3 009/105] dt-bindings: display: vc4: hdmi: Add missing clock-names property
` [PATCH v3 011/105] drm/vc4: drv: Add include guards
` [PATCH v3 012/105] drm/vc4: drv: Support BCM2711
` [PATCH v3 013/105] dt-bindings: display: Add support for the BCM2711 HVS
` [PATCH v3 014/105] drm/vc4: Add support for the BCM2711 HVS5
` [PATCH v3 015/105] drm/vc4: hvs: Boost the core clock during modeset
` [PATCH v3 016/105] drm/vc4: plane: Improve LBM usage
` [PATCH v3 018/105] drm/vc4: plane: Move additional planes creation to driver
` [PATCH v3 019/105] drm/vc4: plane: Register all the planes at once
` [PATCH v3 020/105] drm/vc4: plane: Create overlays for any CRTC
` [PATCH v3 021/105] drm/vc4: plane: Create more planes
` [PATCH v3 022/105] drm/vc4: crtc: Rename SoC data structures
` [PATCH v3 023/105] drm/vc4: crtc: Switch to of_device_get_match_data
` [PATCH v3 024/105] drm/vc4: crtc: Move crtc state to common header
` [PATCH v3 025/105] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH v3 026/105] drm/vc4: crtc: Use a shared interrupt
` [PATCH v3 027/105] drm/vc4: crtc: Turn static const variable into a define
` [PATCH v3 028/105] drm/vc4: crtc: Restrict HACT_ACT setup to DSI
` [PATCH v3 029/105] drm/vc4: crtc: Move the cob allocation outside of bind
` [PATCH v3 030/105] drm/vc4: crtc: Rename HVS channel to output
` [PATCH v3 031/105] drm/vc4: crtc: Use local chan variable
` [PATCH v3 032/105] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH v3 033/105] drm/vc4: crtc: Assign output to channel automatically
` [PATCH v3 034/105] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH v3 035/105] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH v3 036/105] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH v3 037/105] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH v3 038/105] drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt
` [PATCH v3 039/105] drm/vc4: crtc: Disable color management for HVS5
` [PATCH v3 040/105] drm/vc4: crtc: Turn pixelvalve reset into a function
` [PATCH v3 041/105] drm/vc4: crtc: Move HVS mode config to HVS file
` [PATCH v3 042/105] drm/vc4: crtc: Move PV dump to config_pv
` [PATCH v3 044/105] drm/vc4: crtc: Move the HVS gamma LUT setup to our init function
` [PATCH v3 045/105] drm/vc4: hvs: Make sure our channel is reset
` [PATCH v3 053/105] drm/vc4: crtc: Clear the PixelValve FIFO during configuration
` [PATCH v3 054/105] drm/vc4: hvs: Make the stop_channel function public
` [PATCH v3 055/105] drm/vc4: hvs: Introduce a function to get the assigned FIFO
` [PATCH v3 056/105] drm/vc4: crtc: Move the CRTC disable out
` [PATCH v3 058/105] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH v3 059/105] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH v3 060/105] drm/vc4: crtc: Make state functions public
` [PATCH v3 061/105] drm/vc4: crtc: Split CRTC data in two
` [PATCH v3 062/105] drm/vc4: crtc: Only access the PixelValve registers if we have to
` [PATCH v3 063/105] drm/vc4: crtc: Move the CRTC initialisation to a separate function
` [PATCH v3 065/105] drm/vc4: crtc: Move the txp_armed function to the TXP
` [PATCH v3 066/105] drm/vc4: txp: Turn the TXP into a CRTC of its own
` [PATCH v3 068/105] drm/vc4: hdmi: Use debugfs private field
` [PATCH v3 069/105] drm/vc4: hdmi: Move structure to header
` [PATCH v3 070/105] drm/vc4: hdmi: rework connectors and encoders
` [PATCH v3 071/105] drm/vc4: hdmi: Remove DDC argument to connector_init
` [PATCH v3 073/105] drm/vc4: hdmi: Move accessors to vc4_hdmi
` [PATCH v3 076/105] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH v3 077/105] drm/vc4: hdmi: Remove vc4_dev hdmi pointer
` [PATCH v3 078/105] drm/vc4: hdmi: Remove vc4_hdmi_connector
` [PATCH v3 079/105] drm/vc4: hdmi: Introduce resource init and variant
` [PATCH v3 080/105] drm/vc4: hdmi: Implement a register layout abstraction
` [PATCH v3 081/105] drm/vc4: hdmi: Add reset callback
` [PATCH v3 083/105] drm/vc4: hdmi: Add PHY RNG enable / disable function
` [PATCH v3 089/105] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
` [PATCH v3 091/105] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
` [PATCH v3 093/105] drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registers
` [PATCH v3 094/105] drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streaming
` [PATCH v3 095/105] drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default
` [PATCH v3 098/105] drm/vc4: hdmi: Remove register dumps in enable
` [PATCH v3 100/105] drm/vc4: hdmi: Implement finer-grained hooks
` [PATCH v3 101/105] drm/vc4: hdmi: Do the VID_CTL configuration at once
` [PATCH v3 103/105] drm/vc4: hdmi: Support the BCM2711 HDMI controllers
` [PATCH v3 105/105] ARM: dts: bcm2711: Enable the display pipeline

[dpdk-dev] [PATCH 0/3] net/virtio: add Vhost-user protocol features
 2020-05-28  7:46 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/3] net/virtio: add vhost-user protocol features support
` [dpdk-dev] [PATCH 2/3] net/virtio: add reply-ack support to Virtio-user

[PATCH] mt76: mt7615: Use kmemdup in mt7615_queue_key_update()
 2020-05-28  7:48 UTC  (2+ messages)

[PATCH v6 0/9] Enable ili9341 and l3gd20 on stm32f429-disco
 2020-05-27 10:45 UTC  (12+ messages)
` [PATCH v6 1/9] ARM: dts: stm32: Add dma config for spi5
` [PATCH v6 2/9] ARM: dts: stm32: Add pin map for ltdc & spi5 on stm32f429-disco board
` [PATCH v6 3/9] ARM: dts: stm32: enable ltdc binding with ili9341, gyro l3gd20 on stm32429-disco board
` [PATCH v6 4/9] dt-bindings: display: panel: Add ilitek ili9341 panel bindings
` [PATCH v6 5/9] clk: stm32: Fix stm32f429's ltdc driver hang in set clock rate
` [PATCH v6 6/9] clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after kernel startup
` [PATCH v6 7/9] drm/panel: Add ilitek ili9341 panel driver
` [PATCH v6 8/9] spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4
` [PATCH v6 9/9] spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coexit with 'SPI_3WIRE' mode

[PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipeline
 2020-05-27  9:13 UTC  (10+ messages)
` [PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipelin

[RFC PATCH] iommu/arm-smmu: Add module parameter to set msi iova address
 2020-05-28  7:43 UTC  (7+ messages)

[PATCH] x86: minnowmax: Add support for Winbond flash
 2020-05-28  7:46 UTC  (2+ messages)

[PATCH] MIPS: Loongson64: Define PCI_IOBASE
 2020-05-28  7:45 UTC  (2+ messages)

[PATCH v8 0/8] Add support for devices in the Energy Model
 2020-05-27  9:58 UTC  (7+ messages)
` [PATCH v8 1/8] PM / EM: change naming convention from 'capacity' to 'performance'
` [PATCH v8 3/8] PM / EM: update callback structure and add device pointer
` [PATCH v8 4/8] PM / EM: add support for other devices than CPUs in Energy Model
` [PATCH v8 5/8] PM / EM: remove em_register_perf_domain
` [PATCH v8 6/8] PM / EM: change name of em_pd_energy to em_cpu_energy
` [PATCH v8 7/8] Documentation: power: update Energy Model description

[PATCH] MIPS: CPU_LOONGSON2EF need software to maintain cache consistency
 2020-05-28  7:44 UTC  (2+ messages)

[PATCH] MIPS: DTS: Fix build errors used with various configs
 2020-05-28  7:44 UTC  (2+ messages)

[PATCH 0/5] STM32 add usart nodes support
 2020-05-28  7:40 UTC  (12+ messages)
` [PATCH 1/5] ARM: dts: stm32: add usart2, usart3 and uart7 pins in stm32mp15-pinctrl
` [PATCH 2/5] ARM: dts: stm32: add usart3 node to stm32mp15xx-dkx boards
` [PATCH 3/5] ARM: dts: stm32: add usart3 node to stm32mp157c-ev1
` [PATCH 4/5] ARM: dts: stm32: add uart7 support to stm32mp15xx-dkx boards
` [PATCH 5/5] ARM: dts: stm32: add usart2 node to stm32mp157c-dk2

[PATCH 0/6] Add support for GPU DDR BW scaling
 2020-05-27 17:31 UTC  (7+ messages)
` [PATCH 5/6] drm: msm: a6xx: use dev_pm_opp_set_bw to set DDR bandwidth
    ` [Freedreno] "

nvme blk_update_request IO error is seen on stable kernel 5.4.41
 2020-05-28  7:44 UTC  (3+ messages)

[PATCH] perf jit: Fix inaccurate DWARF line table
 2020-05-28  7:44 UTC  (2+ messages)

Re:Re:[PATCH] drm: fix setting of plane_mask in pan_display_atomic() function for linux-4.4
 2020-05-27 13:33 UTC 

[PATCH v2 0/4] x86: Correct SPI memory-mapping query
 2020-05-28  7:45 UTC  (13+ messages)
` [PATCH v2 1/4] x86: spi: Add a way to access the SPI mapping via registers
` [PATCH v2 2/4] x86: spi: Rewrite logic for obtaining the SPI memory map
` [PATCH v2 3/4] x86: spl: Print the error on SPL failure
` [PATCH v2 4/4] x86: mrccache: Allow use before driver model is active

[PATCH v5 0/8] drm: rcar-du: Add Color Management Module (CMM)
 2020-05-27  7:44 UTC  (5+ messages)

mdadm failed to create internal bitmap
 2020-05-28  7:44 UTC  (3+ messages)

MIPI DSI, DBI, and tinydrm drivers
 2020-05-27 12:10 UTC  (6+ messages)

[git pull] coredump infoleak fix
 2020-05-28  7:44 UTC  (6+ messages)
  ` [PATCH] fs/coredump/elf: Clean up fill_thread_core_info()
    ` [PATCH v2] "

[PATCHv2 0/2] Stateful Encoding: final bits
 2020-05-28  7:44 UTC  (6+ messages)
` [PATCHv2 1/2] media: docs-rst: Document memory-to-memory video encoder interface

[PATCH net-next] tipc: remove set but not used variable 'prev'
 2020-05-28  7:43 UTC  (2+ messages)

[PATCH] mt76: mt7915: remove set but not used variable 'msta'
 2020-05-28  7:48 UTC 

[PATCH 0/2] STM32 Fix uart nodes in stm32mp15-pinctrl
 2020-05-28  7:40 UTC  (6+ messages)
` [PATCH 1/2] ARM: dts: stm32: fix uart nodes ordering "
` [PATCH 2/2] ARM: dts: stm32: fix uart7_pins_a comments "

[Intel-gfx] [PATCH 1/3] drm/i915/gt: Prevent timeslicing into unpreemptable requests
 2020-05-28  7:43 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: Don't declare hangs if engine is stalled
` [Intel-gfx] [PATCH 3/3] drm/i915: Track i915_vma with its own reference counter

[PATCH 1/5] ARM: stm32: Re-enable KS8851 on DHCOM
 2020-05-28  7:43 UTC  (5+ messages)
` [PATCH 5/5] ARM: dts: stm32: Disable SDR104 mode on AV96

[PATCH 0/3] STM32 update uart4 pin configuration for low power
 2020-05-28  7:38 UTC  (8+ messages)
` [PATCH 1/3] ARM: dts: stm32: update uart4 pin configuration for low power on stm32mp157
` [PATCH 2/3] ARM: dts: stm32: Update pin states for uart4 on stm32mp157c-ed1
` [PATCH 3/3] ARM: dts: stm32: Update UART4 pin states on stm32mp15xx-dkx

[PATCH v3 01/11] cfg80211: use only HE capability to set prohibited flags in 6 GHz
 2020-05-28  7:42 UTC  (12+ messages)
` [PATCH v3 02/11] cfg80211: handle 6 GHz capability of new station

[PATCH v3 0/4] kdb: Improve console handling
 2020-05-28  7:42 UTC  (4+ messages)
` [PATCH v3 3/4] kdb: Make kdb_printf robust to run in NMI context

[android-common:android-4.19 1/4] drivers/staging/android/ion/ion_system_heap.c:385:5: warning: no previous prototype for 'ion_system_contig_heap_create'
 2020-05-28  7:42 UTC 

[Intel-gfx] [PATCH 01/11] drm/i915/gt: Prevent timeslicing into unpreemptable requests
 2020-05-28  7:41 UTC  (11+ messages)
` [Intel-gfx] [PATCH 02/11] drm/i915/gt: Don't declare hangs if engine is stalled
` [Intel-gfx] [PATCH 03/11] drm/i915/gem: Async GPU relocations only
` [Intel-gfx] [PATCH 04/11] drm/i915: Add list_for_each_entry_safe_continue_reverse
` [Intel-gfx] [PATCH 05/11] drm/i915/gem: Separate reloc validation into an earlier step
` [Intel-gfx] [PATCH 06/11] drm/i915/gem: Lift GPU relocation allocation
` [Intel-gfx] [PATCH 07/11] drm/i915/gem: Add all GPU reloc awaits/signals en masse
` [Intel-gfx] [PATCH 08/11] drm/i915/gem: Build the reloc request first
` [Intel-gfx] [PATCH 09/11] dma-buf: Proxy fence, an unsignaled fence placeholder
` [Intel-gfx] [PATCH 10/11] drm/i915: Unpeel awaits on a proxy fence
` [Intel-gfx] [PATCH 11/11] drm/i915/gem: Make relocations atomic within execbuf

[PATCH 0/9] Convert i.MX legacy platforms clock binding to json-schema
 2020-05-28  7:27 UTC  (20+ messages)
` [PATCH 1/9] dt-bindings: clock: Convert i.MX5 clock "
` [PATCH 2/9] dt-bindings: clock: Convert i.MX35 "
` [PATCH 3/9] dt-bindings: clock: Convert i.MX31 "
` [PATCH 4/9] dt-bindings: clock: Convert i.MX28 "
` [PATCH 5/9] dt-bindings: clock: Convert i.MX23 "
` [PATCH 6/9] dt-bindings: clock: Convert i.MX27 "
` [PATCH 7/9] dt-bindings: clock: Convert i.MX25 "
` [PATCH 8/9] dt-bindings: clock: Convert i.MX21 "
` [PATCH 9/9] dt-bindings: clock: Convert i.MX1 "

[PATCH v3 0/9] add 6GHz radio support in ath11k driver
 2020-05-28  7:41 UTC  (5+ messages)
` [PATCH v3 1/9] cfg80211: Add helper function to identify 6GHz PSC channel

[Intel-wired-lan] [jkirsher-next-queue:dev-queue 90/101] drivers/net/ethernet/intel/iecm/iecm_txrx.c:2510:28: error: 'last_offset' undeclared; did you mean 'page_offset'?
 2020-05-28  7:40 UTC 

[Bug 207763] New: Noisy Screen in Linux with kernel 5
 2020-05-28  7:38 UTC  (2+ messages)
` [Bug 207763] "


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.