messages from 2020-02-24 08:52:59 to 2020-02-24 09:16:04 UTC [more...]
[PATCH 00/89] drm/vc4: Support BCM2711 Display Pipeline
2020-02-24 9:07 UTC (79+ 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 03/89] i2c: brcmstb: Support BCM2711 HDMI BSC controllers
` [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 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 17/89] clk: bcm: rpi: Pass the clocks data to the firmware function
` [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 28/89] ARM: dts: bcm2711: Add HDMI DVP
` [PATCH 34/89] drm/vc4: drv: Add include guards
` [PATCH 35/89] drm/vc4: drv: Support BCM2711
` [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 44/89] drm/vc4: crtc: Move crtc state to common header
` [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 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 89/89] ARM: dts: bcm2711: Enable the display pipeline
[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 (3+ 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)
[PATCH v2 00/21] Enable ARM Trusted Firmware for U-Boot
2020-02-24 9:13 UTC (13+ 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
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 v3 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
2020-02-24 9:11 UTC (4+ messages)
` [PATCH v3 2/7] mm/memory_hotplug: Rename mhp_restrictions to mhp_params
[PATCH RT 00/25] Linux v4.14.170-rt75-rc1
2020-02-24 9:12 UTC (7+ messages)
` [PATCH RT 17/25] x86/fpu: Don't cache access to fpu_fpregs_owner_ctx
` [PATCH RT 19/25] userfaultfd: Use a seqlock instead of seqcount
` [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)
ext2, possible circular locking dependency detected
2020-02-24 9:08 UTC (2+ messages)
UCSI:CCG: AMD Platform
2020-02-24 9:08 UTC (8+ messages)
[PATCH 0/4] pwm: omap-dmtimer: Allow for dynamic pwm period updates
2020-02-24 9:07 UTC (5+ messages)
` [PATCH 3/4] pwm: omap-dmtimer: Do not disable pwm before changing period/duty_cycle
` [PATCH 4/4] pwm: omap-dmtimer: Implement .apply callback
[Xen-devel] [PATCH V4] x86/altp2m: Hypercall to set altp2m view visibility
2020-02-24 9:06 UTC (3+ messages)
[PATCH v3] drm: shmobile: Reduce include dependencies
2020-02-24 9:04 UTC (2+ messages)
KMSAN: uninit-value in number (2)
2020-02-24 8:54 UTC (3+ messages)
[PATCH net-next v1 00/18] Clean driver, module and FW versions
2020-02-24 9:03 UTC (54+ messages)
` [PATCH net-next v1 01/18] net/bond: Delete driver and module versions
` [PATCH net-next v1 02/18] net/dummy: Ditch "
` [PATCH net-next v1 03/18] net/3com: Delete driver and module versions from 3com drivers
` [PATCH net-next v1 04/18] net/adaptec: Clean driver versions
` [PATCH net-next v1 05/18] net/aeroflex: Clean ethtool_info struct assignments
` [PATCH net-next v1 06/18] net/aeroflex: Don't assign FW if it is not available
` [PATCH net-next v1 07/18] net/agere: Delete unneeded driver version
` [PATCH net-next v1 08/18] net/alacritech: Delete "
` [PATCH net-next v1 09/18] net/allwinner: Remove "
` [PATCH net-next v1 10/18] net/alteon: Properly report FW version
` [PATCH net-next v1 11/18] net/althera: Delete hardcoded driver version
` [PATCH net-next v1 12/18] net/amazon: Ensure that driver version is aligned to the linux kernel
` [PATCH net-next v1 13/18] net/amd: Remove useless driver version
` [PATCH net-next v1 14/18] net/apm: "
` [PATCH net-next v1 15/18] net/apm: Properly mark absence of FW
` [PATCH net-next v1 16/18] net/aquantia: Delete module version
` [PATCH net-next v1 17/18] net/arc: Delete driver version
` [PATCH net-next v1 18/18] net/atheros: Clean atheros code from "
[Intel-gfx] [PATCH] drm/i915/display: Fix inverted WARN_ON
2020-02-24 9:03 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/display: Fix inverted WARN_ON (rev2)
ignore setting in sensors.conf only works with lowercase arguments
2020-02-24 9:02 UTC (2+ messages)
[5.6.0-rc2-next-20200218/powerpc] Boot failure on POWER9
2020-02-24 8:58 UTC (12+ messages)
[RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
2020-02-24 9:00 UTC (10+ messages)
` switching ARC to 64-bit time_t (Re: [RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64)
[PATCH] strftime.3: tfix
2020-02-24 9:00 UTC
[PATCH v4 0/4] Introduce per-task latency_nice for scheduler hints
2020-02-24 8:59 UTC (5+ messages)
` [PATCH v4 1/4] sched: Introduce latency-nice as a per-task attribute
` [PATCH v4 2/4] sched/core: Propagate parent task's latency requirements to the child task
` [PATCH v4 3/4] sched: Allow sched_{get,set}attr to change latency_nice of the task
` [PATCH v4 4/4] sched/core: Add permission checks for setting the latency_nice value
[dpdk-dev] [PATCH] doc: fix naming of Mellanox devices
2020-02-24 8:59 UTC (2+ messages)
[PATCH v6 2/3] arm64: dts: ls1028a: Add PCIe controller DT nodes
2020-02-24 8:53 UTC (6+ messages)
[PATCH v3 0/7] use vfio_dma_rw to read/write IOVAs from CPU side
2020-02-24 8:48 UTC (8+ messages)
` [PATCH v3 1/7] vfio: allow external user to get vfio group from device
` [PATCH v3 2/7] vfio: introduce vfio_dma_rw to read/write a range of IOVAs
` [PATCH v3 3/7] vfio: avoid inefficient lookup of VFIO group in vfio_pin/unpin_pages
` [PATCH v3 4/7] drm/i915/gvt: hold reference of VFIO group during opening of vgpu
` [PATCH v3 5/7] drm/i915/gvt: subsitute kvm_read/write_guest with vfio_dma_rw
` [PATCH v3 6/7] drm/i915/gvt: avoid unnecessary lookup in each vfio pin & unpin pages
` [PATCH v3 7/7] drm/i915/gvt: rw more pages a time for shadow context
[proc] 83f86f3919: BUG:kernel_NULL_pointer_dereference,address
2020-02-24 8:57 UTC (2+ messages)
[PATCH v2 3/3] ASoC: fsl_easrc: Add EASRC ASoC CPU DAI and platform drivers
2020-02-24 8:53 UTC (3+ messages)
[PATCH v2 00/13] hw/arm: Add raspi0 and raspi1 machines
2020-02-24 8:55 UTC (4+ messages)
` [PATCH v2 12/13] hw/arm/raspi: Add the Raspberry Pi B+ machine
[PATCH 0/1] weston: PACKAGECONFIG clients requires wayland
2020-02-24 8:57 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v4 00/16] APIC ID fixes for AMD EPYC CPU model
2020-02-24 8:52 UTC (3+ messages)
` [PATCH v4 09/16] target/i386: Cleanup and use the EPYC mode topology functions
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.