All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-24 09:10:04 to 2020-02-24 09:21:37 UTC [more...]

[igt-dev] [PATCH i-g-t] i915: Drop gem_exec_reuse
 2020-02-24  9:21 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 00/89] drm/vc4: Support BCM2711 Display Pipeline
 2020-02-24  9:07 UTC  (111+ messages)
` [PATCH 01/89] dt-bindings: i2c: brcmstb: Convert the BRCMSTB binding to a schema
` [PATCH 02/89] dt-bindings: i2c: brcmstb: Add BCM2711 BSC/AUTO-I2C binding
` [PATCH 04/89] i2c: brcmstb: Allow to compile it on BCM2835
` [PATCH 05/89] clk: Return error code when of provider pointer is NULL
` [PATCH 06/89] dt-bindings: clock: Add a binding for the RPi Firmware clocks
` [PATCH 07/89] clk: bcm: rpi: Allow the driver to be probed by DT
` [PATCH 08/89] clk: bcm: rpi: Statically init clk_init_data
` [PATCH 09/89] clk: bcm: rpi: Use clk_hw_register for pllb_arm
` [PATCH 10/89] clk: bcm: rpi: Remove global pllb_arm clock pointer
` [PATCH 11/89] clk: bcm: rpi: Make sure pllb_arm is removed
` [PATCH 12/89] clk: bcm: rpi: Remove pllb_arm_lookup global pointer
` [PATCH 13/89] clk: bcm: rpi: Switch to clk_hw_register_clkdev
` [PATCH 14/89] clk: bcm: rpi: Make sure the clkdev lookup is removed
` [PATCH 15/89] clk: bcm: rpi: Create a data structure for the clocks
` [PATCH 16/89] clk: bcm: rpi: Add clock id to data
` [PATCH 17/89] clk: bcm: rpi: Pass the clocks data to the firmware function
` [PATCH 18/89] clk: bcm: rpi: Rename is_prepared function
` [PATCH 19/89] clk: bcm: rpi: Split pllb clock hooks
` [PATCH 20/89] clk: bcm: rpi: Make the PLLB registration function return a clk_hw
` [PATCH 21/89] clk: bcm: rpi: Add DT provider for the clocks
` [PATCH 22/89] clk: bcm: rpi: Discover the firmware clocks
` [PATCH 23/89] ARM: dts: bcm2711: Add firmware clocks node
` [PATCH 24/89] reset: Move reset-simple header out of drivers/reset
` [PATCH 25/89] reset: simple: Add reset callback
` [PATCH 26/89] dt-bindings: clock: Add BCM2711 DVP binding
` [PATCH 27/89] clk: bcm: Add BCM2711 DVP driver
` [PATCH 29/89] dt-bindings: display: Convert VC4 bindings to schemas
` [PATCH 30/89] dt-bindings: display: vc4: dpi: Add missing clock-names property
` [PATCH 31/89] dt-bindings: display: vc4: dsi: Add missing clock properties
` [PATCH 32/89] dt-bindings: display: vc4: hdmi: Add missing clock-names property
` [PATCH 33/89] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH 34/89] drm/vc4: drv: Add include guards
` [PATCH 36/89] drm/vc4: drv: Add support for the BCM2711 HVS5
` [PATCH 37/89] drm/vc4: plane: Improve LBM usage
` [PATCH 38/89] drm/vc4: plane: Move planes creation to its own function
` [PATCH 39/89] drm/vc4: plane: Move additional planes creation to driver
` [PATCH 40/89] drm/vc4: plane: Register all the planes at once
` [PATCH 41/89] drm/vc4: plane: Create overlays for any CRTC
` [PATCH 42/89] drm/vc4: plane: Create more planes
` [PATCH 43/89] drm/vc4: crtc: Rename SoC data structures
` [PATCH 45/89] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH 46/89] drm/vc4: crtc: Use a shared interrupt
` [PATCH 47/89] drm/vc4: crtc: Turn static const variable into a define
` [PATCH 48/89] drm/vc4: crtc: Move the cob allocation outside of bind
` [PATCH 49/89] drm/vc4: crtc: Rename HVS channel to output
` [PATCH 50/89] drm/vc4: crtc: Use local chan variable
` [PATCH 51/89] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH 52/89] drm/vc4: crtc: Assign output to channel automatically
` [PATCH 53/89] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH 54/89] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH 55/89] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH 56/89] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH 57/89] drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt
` [PATCH 58/89] drm/vc4: crtc: Disable color management for HVS5
` [PATCH 59/89] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH 60/89] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH 61/89] drm/vc4: hdmi: Use debugfs private field
` [PATCH 62/89] drm/vc4: hdmi: Move structure to header
` [PATCH 63/89] drm/vc4: hdmi: rework connectors and encoders
` [PATCH 64/89] drm/vc4: hdmi: Remove DDC argument to connector_init
` [PATCH 65/89] drm/vc4: hdmi: Rename hdmi to vc4_hdmi
` [PATCH 66/89] drm/vc4: hdmi: Move accessors "
` [PATCH 67/89] drm/vc4: hdmi: Use local vc4_hdmi directly
` [PATCH 68/89] drm/vc4: hdmi: Add container_of macros for encoders and connectors
` [PATCH 69/89] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH 70/89] drm/vc4: hdmi: Remove vc4_dev hdmi pointer
` [PATCH 71/89] drm/vc4: hdmi: Remove vc4_hdmi_connector
` [PATCH 72/89] drm/vc4: hdmi: Introduce resource init and variant
` [PATCH 73/89] drm/vc4: hdmi: Implement a register layout abstraction
` [PATCH 74/89] drm/vc4: hdmi: Add reset callback
` [PATCH 75/89] drm/vc4: hdmi: Add PHY init and disable function
` [PATCH 76/89] drm/vc4: hdmi: Add PHY RNG enable / "
` [PATCH 77/89] drm/vc4: hdmi: Add a CSC setup callback
` [PATCH 78/89] drm/vc4: hdmi: Add a set_timings callback
` [PATCH 79/89] drm/vc4: hdmi: Add HDMI ID
` [PATCH 80/89] drm/vc4: hdmi: Deal with multiple debugfs files
` [PATCH 81/89] drm/vc4: hdmi: Add an audio support flag
` [PATCH 82/89] drm/vc4: hdmi: Move CEC init to its own function
` [PATCH 83/89] drm/vc4: hdmi: Add CEC support flag
` [PATCH 84/89] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
` [PATCH 85/89] drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid
` [PATCH 86/89] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
` [PATCH 87/89] drm/vc4: hdmi: Support the BCM2711 HDMI controllers
` [PATCH 88/89] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings
` [PATCH 89/89] ARM: dts: bcm2711: Enable the display pipeline

[PATCH] dma-buf/sync_debug: convert to list_for_each_entry()
 2020-02-23  5:37 UTC 

[PATCH v2] drm/virtio: fix resource id creation race
 2020-02-21 18:48 UTC  (3+ messages)

[PATCH v2 0/3] Add support for Chrontel CH7033 VGA/DVI Encoder
 2020-02-21 16:27 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: Add vendor prefix for Chrontel, Inc
` [PATCH v2 2/3] dt-bindings: display: Add Chrontel CH7033 Video Encoder binding
` [PATCH v2 3/3] drm/bridge: chrontel-ch7033: Add a new driver

[PATCH RFC v3 0/2] drm: lima: devfreq and cooling device support
 2020-02-22 22:04 UTC  (2+ messages)
` [PATCH RFC v3 2/2] drm/lima: Add optional "

[PATCH RFC v3 0/6] Add Unisoc's drm kms module
 2020-02-23 13:46 UTC  (16+ messages)
` [PATCH RFC v3 1/6] dt-bindings: display: add Unisoc's drm master bindings
` [PATCH RFC v3 2/6] drm/sprd: add Unisoc's drm kms master
` [PATCH RFC v3 3/6] dt-bindings: display: add Unisoc's dpu bindings

[PATCH v3 0/4] Add support for devices in the Energy Model
 2020-02-22  0:42 UTC  (6+ messages)
` [PATCH v3 1/4] PM / EM: add devices to "
` [PATCH v3 2/4] OPP: change parameter to device pointer in dev_pm_opp_of_register_em()
` [PATCH v3 3/4] thermal: devfreq_cooling: Refactor code and switch to use Energy Model
` [PATCH v3 4/4] drm/panfrost: Register to the Energy Model with devfreq device

[PATCH 00/52] drm_device managed resources
 2020-02-22  3:42 UTC  (3+ messages)
` [PATCH 01/52] mm/sl[uo]b: export __kmalloc_track(_node)_caller

[PATCH] drm: aspeed: Fix GENMASK misuse
 2020-02-24  0:06 UTC  (2+ messages)

[PATCH v2] drm/hisilicon: Fixed pcie resource conflict between drm and firmware
 2020-02-24  6:01 UTC 

[PATCH 0/7] Some cross-reference fixes due to fixes renames
 2020-02-24  0:07 UTC  (3+ messages)
` [PATCH 2/7] docs: dt: fix several broken references due to renames

[PATCH] dma-buf: support 32bit DMA_BUF_SET_NAME ioctl
 2020-02-24  3:39 UTC  (2+ messages)

[PATCH 3/3] drm/vmwgfx: Correct typo in comment
 2020-02-23 20:40 UTC 

KASAN: use-after-free Read in bit_putcs
 2020-02-23 17:30 UTC 

[meta-virtualization] [PATCH] Xen: fix do_deploy dependencies
 2020-02-24  9:20 UTC  (8+ messages)

[PATCH RFT v2 0/3] devfreq fixes for panfrost
 2020-02-22 19:42 UTC  (2+ messages)

[PATCH] drm/bridge: analogix-anx6345: fix set of link bandwidth
 2020-02-22  2:43 UTC  (3+ messages)

[PATCH v8 0/6] arm/arm64: mediatek: Fix mmsys device probing
 2020-02-21 17:10 UTC  (9+ messages)

Regression in 5.4 kernel on 32-bit Radeon IBM T40
 2020-02-22 16:16 UTC  (4+ messages)

[PATCH 1/3] drm/amd: Correct typos in comments
 2020-02-23 20:40 UTC 

[PATCH 2/3] drm/radeon: Correct typos in comments
 2020-02-23 20:40 UTC 

[PATCH 7/7] dm writecache: optimize superblock write
 2020-02-24  9:20 UTC 

[PATCH 6/7] dm-writecache: implement gradual cleanup
 2020-02-24  9:20 UTC 

[PATCH 5/7] dm writecache: implement the "cleaner" policy
 2020-02-24  9:20 UTC 

[PATCH 4/7] dm writecache: do direct write if the cache is full
 2020-02-24  9:20 UTC 

[PATCH 3/7] dm writecache: verify watermark on resume
 2020-02-24  9:20 UTC 

[PATCH 2/7] dm-writecache: fix a crash when unloading
 2020-02-24  9:20 UTC 

[PATCH 1/7] dm: report suspended device during destroy
 2020-02-24  9:20 UTC 

[PATCH 0/7] dm-writecache patches
 2020-02-24  9:20 UTC 

[Intel-gfx] [PATCH 0/1] Adding YUV444 packed format support for skl+
 2020-02-24  9:20 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Adding YUV444 packed format support for skl+ (rev3)

[PATCH] ARM: dts: sun8i-a83t: Add thermal trip points/cooling maps
 2020-02-24  9:20 UTC  (4+ messages)

git rebase allows branches to be checked out in multiple worktrees
 2020-02-24  9:19 UTC  (4+ messages)
` [PATCH 0/2] git-rebase: refuse to switch to branch checked out elsewhere
  ` [PATCH 1/2] t3400: make test clean up after itself

[PATCH 1/2] Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_ADDRS"
 2020-02-24  9:19 UTC  (2+ messages)
` [PATCH 2/2] Revert "nl80211: add src and dst addr attributes for control port tx/rx"

[Intel-gfx] [PATCH i-g-t] i915: Exercise I915_CONTEXT_PARAM_RINGSIZE
 2020-02-24  9:18 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for i915: Exercise I915_CONTEXT_PARAM_RINGSIZE (rev2)

[PATCH 2/4] phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC
 2020-02-24  9:18 UTC  (3+ messages)
` [PATCH v2] phy: allwinner: Fix GENMASK misuse
  ` [PATCH v2 RESEND] "

KASAN: use-after-free Read in vt_do_kdgkb_ioctl
 2020-02-24  9:18 UTC 

[PATCH 0/3] Add support for PocketBook Touch Lux 3 e-book reader
 2020-02-24  9:18 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: Add prefix for PocketBook International SA

[PATCH v3 0/3] async punting improvements for io_uring
 2020-02-24  9:17 UTC  (2+ messages)

[PATCH] docs: dt: fix several broken doc references
 2020-02-24  9:17 UTC  (3+ messages)

[PATCH v2 1/6] webkitgtk: Remove unnecessary REQUIRED_DISTRO_FEATURES requirements
 2020-02-24  9:17 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.4.22-rc2-b0b4130.cki (stable)
 2020-02-24  9:17 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Correctly terminate connector iteration
 2020-02-24  9:17 UTC  (2+ messages)

[PATCH v2 00/21] Enable ARM Trusted Firmware for U-Boot
 2020-02-24  9:16 UTC  (14+ messages)
` [PATCH v2 11/21] arm: socfpga: Secure register access for clock manager (SoC 64bits)
` [PATCH v2 13/21] arm: socfpga: Secure register access for reading PLL frequency

[PATCH v3 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-02-24  9:11 UTC  (5+ messages)
` [PATCH v3 2/7] mm/memory_hotplug: Rename mhp_restrictions to mhp_params

[igt-dev] [PATCH i-g-t] i915/i915_pm_rpm: Only check for suspend failures after each debugfs entry
 2020-02-24  9:16 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH RFC] io_uring: remove retries from io_wq_submit_work()
 2020-02-24  9:15 UTC 

[PATCH v5 2/2] PCI: xilinx-cpm: Add Versal CPM Root Port driver
 2020-02-24  9:14 UTC  (3+ messages)

[PATCH] mmc: host: sdhci-sprd: Set the missing MMC_CAP_WAIT_WHILE_BUSY flag
 2020-02-24  9:08 UTC 

[PATCH 1/1] i2c: imc: Add support for Intel iMC SMBus host controller. (fwd)
 2020-02-24  9:13 UTC  (2+ messages)

[PATCH v3 0/6] serial: Disable DMA and PM on kernel console
 2020-02-24  9:09 UTC  (3+ messages)

BUG: git worktree add directory-path fails due to over-aggressive disallowing of worktrees with same suffix
 2020-02-24  9:08 UTC  (5+ messages)
` [PATCH 0/3] git-worktree: fix "add" being fooled by suffix matching
  ` [PATCH 1/3] worktree: improve find_worktree() documentation
  ` [PATCH 2/3] worktree: add utility to find worktree by pathname
  ` [PATCH 3/3] worktree: don't allow "add" validation to be fooled by suffix matching

[PATCH v2 0/3] Fix arm_arch_timer clockmode when vDSO disabled
 2020-02-24  9:12 UTC  (3+ messages)

[PATCH RT 00/25] Linux v4.14.170-rt75-rc1
 2020-02-24  9:12 UTC  (3+ messages)
` [PATCH RT 20/25] kmemleak: Cosmetic changes

[PATCH] Lower priority of debug messages that should not be shown on the console
 2020-02-24  9:12 UTC  (6+ messages)

[PATCH] fs/jbd2: fix data races at struct journal_head
 2020-02-24  9:10 UTC  (2+ messages)

Coûts de carburant réduits
 2020-02-24  9:10 UTC 

[PATCH 0/4] Add support for vibrator motor for TBS A711 Tablet
 2020-02-24  9:10 UTC  (3+ messages)
` [PATCH 3/4] ARM: dts: sun8i-a83t-tbs-a711: Add support for the vibrator motor

Deduplicate io_*_prep calls?
 2020-02-24  9:10 UTC  (6+ messages)

[PATCH v2 00/13] migrate/ram: Fix resizing RAM blocks while migrating
 2020-02-24  9:09 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/dsb: Enable lmem for dsb
 2020-02-24  9:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsb: Enable lmem for dsb (rev2)


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.