All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-24 19:41:10 to 2020-04-24 20:11:21 UTC [more...]

[PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipeline
 2020-04-24 17:07 UTC  (81+ messages)
` [PATCH v2 01/91] i2c: brcmstb: Allow to compile it on BCM2835
` [PATCH v2 02/91] dt-bindings: arm: bcm: Convert BCM2835 firmware binding to YAML
` [PATCH v2 03/91] dt-bindings: clock: Add a binding for the RPi Firmware clocks
` [PATCH v2 04/91] firmware: rpi: Only create clocks device if we don't have a node for it
` [PATCH v2 05/91] clk: bcm: rpi: Allow the driver to be probed by DT
` [PATCH v2 06/91] clk: bcm: rpi: Statically init clk_init_data
` [PATCH v2 07/91] clk: bcm: rpi: Use clk_hw_register for pllb_arm
` [PATCH v2 08/91] clk: bcm: rpi: Remove global pllb_arm clock pointer
` [PATCH v2 09/91] clk: bcm: rpi: Make sure pllb_arm is removed
` [PATCH v2 11/91] clk: bcm: rpi: Switch to clk_hw_register_clkdev
` [PATCH v2 12/91] clk: bcm: rpi: Make sure the clkdev lookup is removed
` [PATCH v2 13/91] clk: bcm: rpi: Create a data structure for the clocks
` [PATCH v2 14/91] clk: bcm: rpi: Add clock id to data
` [PATCH v2 15/91] clk: bcm: rpi: Pass the clocks data to the firmware function
` [PATCH v2 16/91] clk: bcm: rpi: Rename is_prepared function
` [PATCH v2 17/91] clk: bcm: rpi: Split pllb clock hooks
` [PATCH v2 18/91] clk: bcm: rpi: Make the PLLB registration function return a clk_hw
` [PATCH v2 20/91] clk: bcm: rpi: Discover the firmware clocks
` [PATCH v2 21/91] ARM: dts: bcm2711: Add firmware clocks node
` [PATCH v2 22/91] reset: Move reset-simple header out of drivers/reset
` [PATCH v2 23/91] reset: simple: Add reset callback
` [PATCH v2 24/91] dt-bindings: clock: Add BCM2711 DVP binding
` [PATCH v2 25/91] clk: bcm: Add BCM2711 DVP driver
` [PATCH v2 26/91] ARM: dts: bcm2711: Add HDMI DVP
` [PATCH v2 27/91] dt-bindings: display: Convert VC4 bindings to schemas
` [PATCH v2 28/91] dt-bindings: display: vc4: dpi: Add missing clock-names property
` [PATCH v2 29/91] dt-bindings: display: vc4: dsi: Add missing clock properties
` [PATCH v2 30/91] dt-bindings: display: vc4: hdmi: Add missing clock-names property
` [PATCH v2 31/91] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH v2 32/91] drm/vc4: drv: Add include guards
` [PATCH v2 33/91] drm/vc4: drv: Support BCM2711
` [PATCH v2 34/91] dt-bindings: display: Add support for the BCM2711 HVS
` [PATCH v2 36/91] drm/vc4: hvs: Boost the core clock during modeset
` [PATCH v2 37/91] drm/vc4: plane: Improve LBM usage
` [PATCH v2 38/91] drm/vc4: plane: Move planes creation to its own function
` [PATCH v2 39/91] drm/vc4: plane: Move additional planes creation to driver
` [PATCH v2 40/91] drm/vc4: plane: Register all the planes at once
` [PATCH v2 43/91] drm/vc4: crtc: Rename SoC data structures
` [PATCH v2 44/91] drm/vc4: crtc: Move crtc state to common header
` [PATCH v2 45/91] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH v2 46/91] drm/vc4: crtc: Use a shared interrupt
` [PATCH v2 47/91] drm/vc4: crtc: Turn static const variable into a define
` [PATCH v2 49/91] drm/vc4: crtc: Rename HVS channel to output
` [PATCH v2 50/91] drm/vc4: crtc: Use local chan variable
` [PATCH v2 52/91] drm/vc4: crtc: Assign output to channel automatically
` [PATCH v2 53/91] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH v2 54/91] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH v2 55/91] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH v2 56/91] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH v2 57/91] drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt
` [PATCH v2 58/91] drm/vc4: crtc: Disable color management for HVS5
` [PATCH v2 59/91] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH v2 60/91] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH v2 61/91] drm/vc4: hdmi: Use debugfs private field
` [PATCH v2 62/91] drm/vc4: hdmi: Move structure to header
` [PATCH v2 63/91] drm/vc4: hdmi: rework connectors and encoders
` [PATCH v2 65/91] drm/vc4: hdmi: Rename hdmi to vc4_hdmi
` [PATCH v2 66/91] drm/vc4: hdmi: Move accessors "
` [PATCH v2 68/91] drm/vc4: hdmi: Add container_of macros for encoders and connectors
` [PATCH v2 69/91] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH v2 72/91] drm/vc4: hdmi: Introduce resource init and variant
` [PATCH v2 73/91] drm/vc4: hdmi: Implement a register layout abstraction
` [PATCH v2 75/91] drm/vc4: hdmi: Add PHY init and disable function
` [PATCH v2 76/91] drm/vc4: hdmi: Add PHY RNG enable / "
` [PATCH v2 77/91] drm/vc4: hdmi: Add a CSC setup callback
` [PATCH v2 78/91] drm/vc4: hdmi: Store the encoder type in the variant structure
` [PATCH v2 79/91] drm/vc4: hdmi: Deal with multiple debugfs files
` [PATCH v2 80/91] drm/vc4: hdmi: Move CEC init to its own function
` [PATCH v2 81/91] drm/vc4: hdmi: Add CEC support flag
` [PATCH v2 82/91] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
` [PATCH v2 83/91] drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid
` [PATCH v2 85/91] drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registers
` [PATCH v2 86/91] drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streaming
` [PATCH v2 87/91] drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default
` [PATCH v2 88/91] drm/vc4: hdmi: Add audio-related callbacks
` [PATCH v2 89/91] drm/vc4: hdmi: Support the BCM2711 HDMI controllers
` [PATCH v2 90/91] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings
` [PATCH v2 91/91] ARM: dts: bcm2711: Enable the display pipeline

[PATCH v6 00/10] Add support for devices in the Energy Model
 2020-04-24 10:43 UTC  (5+ messages)
` [PATCH v6 09/10] thermal: devfreq_cooling: Refactor code and switch to use "

[RFC PATCH] translate-all: include guest address in out_asm output
 2020-04-24 20:10 UTC  (2+ messages)

[PATCH v12 0/7] proc: modernize proc to support multiple private instances
 2020-04-24 20:10 UTC  (7+ messages)
  ` [PATCH v2 2/2] proc: Ensure we see the exit of each process tid exactly

[PATCH] drm/vmwgfx: Fix parameter name in vmw_bo_init
 2020-04-24 10:14 UTC 

[PATCH] drm/rockchip: Remove unneeded semicolon
 2020-04-24  7:44 UTC 

[PATCH v1] console: fix an issue about ioremap leak
 2020-04-24  7:46 UTC  (5+ messages)
  ` console: Complete exception handling in newport_probe()

[PATCH] dt-bindings: display: anx7814.txt: convert to yaml
 2020-04-24 14:08 UTC  (2+ messages)

[PATCH v2] drm/arm: fixes pixel clock enabled with wrong format
 2020-04-24 11:37 UTC  (2+ messages)
`  "

[PATCH] drm/nouveau/mmu: Remove unneeded semicolon
 2020-04-24  7:36 UTC 

INFO: task hung in vcs_open
 2020-04-24 13:19 UTC  (2+ messages)

[PATCH 00/11] More miscellaneous error handling fixes
 2020-04-24 20:08 UTC  (3+ messages)
` [PATCH 06/11] error: Use error_reportf_err() where appropriate

[PATCH v3] console: newport_con: fix an issue about leak related system resources
 2020-04-24 16:54 UTC 

[PATCH] drm: pl111: enable render node
 2020-04-24 18:53 UTC  (3+ messages)

[PATCH v6 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2020-04-24  9:51 UTC  (12+ messages)

[PATCH] drm/meson: Remove unneeded semicolon
 2020-04-24  7:49 UTC 

[PATCH] drm/panel: Remove unneeded semicolon
 2020-04-24  8:02 UTC 

[PATCH v2] drm: make drm_file use keyed wakeups
 2020-04-24 16:26 UTC 

post-receive: pub/scm/linux/kernel/git/deller/parisc-linux
 2020-04-24 20:08 UTC 

[PATCH 4.19.113 0/3] Fix for long operation cmds busy detection
 2020-04-24 20:06 UTC  (8+ messages)
  ` [PATCH 4.19.113 1/3] mmc: sdhci: Refactor sdhci_set_timeout()
` [PATCH 4.19.113 2/3] sdhci: tegra: Implement Tegra specific set_timeout callback
` [PATCH 4.19.113 3/3] sdhci: tegra: Enable MMC_CAP_WAIT_WHILE_BUSY host capability

[PATCH v2] target/arm: Implement SVE2 scatter store insns
 2020-04-24 20:06 UTC  (2+ messages)

[PATCH 5.4.33 0/2] Fix for long operation cmds busy detection
 2020-04-24 20:06 UTC  (6+ messages)
  ` [PATCH 5.4.33 1/2] sdhci: tegra: Implement Tegra specific set_timeout callback
` [PATCH 5.4.33 2/2] sdhci: tegra: Enable MMC_CAP_WAIT_WHILE_BUSY host capability

post-receive: pub/scm/linux/kernel/git/jes/fsverity-utils
 2020-04-24 20:05 UTC 

[GIT PULL] io_uring fix for 5.7-rc3
 2020-04-24 20:03 UTC  (2+ messages)

[PATCH 0/4] commit-graph: handle file descriptor exhaustion
 2020-04-24 20:02 UTC  (5+ messages)
` [PATCH 4/4] commit-graph: close descriptors after mmap

[PATCH v2 0/5] UFS Host Performance Booster (HPB v1.0) driver
 2020-04-24 20:02 UTC  (5+ messages)
` [PATCH v2 5/5] scsi: ufs: UFS Host Performance Booster(HPB) driver
      ` [EXT] "

[PATCH v3 00/14] remoteproc: Add support for synchronisaton with rproc
 2020-04-24 20:01 UTC  (15+ messages)
` [PATCH v3 01/14] remoteproc: Make core operations optional
` [PATCH v3 02/14] remoteproc: Introduce function rproc_alloc_internals()
` [PATCH v3 03/14] remoteproc: Add new operation and flags for synchronistation
` [PATCH v3 04/14] remoteproc: Refactor function rproc_boot()
` [PATCH v3 05/14] remoteproc: Refactor function rproc_fw_boot()
` [PATCH v3 06/14] remoteproc: Refactor function rproc_trigger_auto_boot()
` [PATCH v3 07/14] remoteproc: Introducting new start and stop functions
` [PATCH v3 08/14] remoteproc: Call core functions based on synchronisation flag
` [PATCH v3 09/14] remoteproc: Deal with synchronisation when crashing
` [PATCH v3 10/14] remoteproc: Deal with synchronisation when shutting down
` [PATCH v3 11/14] remoteproc: Deal with synchronisation when changing FW image
` [PATCH v3 12/14] remoteproc: Introducing function rproc_set_state_machine()
` [PATCH v3 13/14] remoteproc: Document "
` [PATCH v3 14/14] remoteproc: Expose synchronisation flags via debugfs

More dwc3 gadget issues with adb
 2020-04-24 20:01 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-04-24 20:02 UTC 

[PATCH 0/2] minor fixups for gs/commit-graph-path-filter
 2020-04-24 20:00 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/linkinjeon/exfat
 2020-04-24 20:00 UTC 

[PATCH] staging: media: soc_camera: Enclose macro with parentheses
 2020-04-24 19:56 UTC  (2+ messages)

SIGCHLD signal sometimes sent with si_pid==0 (Linux 5.6.5)
 2020-04-24 19:54 UTC  (7+ messages)
` [PATCH] signal: Avoid corrupting si_pid and si_uid in do_notify_parent
    ` [PATCH] remove the no longer needed pid_alive() check in __task_pid_nr_ns()

[nft 1/3] src: NAT support for intervals in maps
 2020-04-24 19:57 UTC  (3+ messages)
` [nft 2/3] include: resync nf_nat.h kernel header
` [nft 3/3] src: add netmap support

[PATCH V3] PCI: rcar: Add the suspend/resume for pcie-rcar driver
 2020-04-24 19:57 UTC  (2+ messages)

[PATCH] soundwire: intel: Remove unused function
 2020-04-24 19:56 UTC  (3+ messages)

post-receive: pub/scm/network/wireless/iwd
 2020-04-24 19:56 UTC 

Testing endpoint halt support for raw-gadget
 2020-04-24 19:56 UTC  (4+ messages)

[PATCH net-next v2 0/9] net: ethernet backplane support
 2020-04-24 19:55 UTC  (3+ messages)
` [PATCH net-next v2 2/9] dt-bindings: net: add backplane dt bindings

[PATCH] zbd: don't lock zones outside working area
 2020-04-24 19:55 UTC  (3+ messages)

[PATCH nf-next 0/5] netmap support for nftables
 2020-04-24 19:55 UTC  (6+ messages)
` [PATCH nf-next 1/5] netfilter: nf_tables: allow up to 64 bytes in the set element data area
` [PATCH nf-next 2/5] netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supported
` [PATCH nf-next 3/5] netfilter: nft_nat: set flags from initialization path
` [PATCH nf-next 4/5] netfilter: nft_nat: add helper function to set up NAT address and protocol
` [PATCH nf-next 5/5] netfilter: nft_nat: add netmap support

[PATCH rdma-next 00/18] Refactor mlx5_ib_create_qp (Part I)
 2020-04-24 19:54 UTC  (4+ messages)
` [PATCH rdma-next 14/18] RDMA/mlx5: Process create QP flags in one place

[LTP] [PATCH v2 0/3] Add tests for a group of real time clock ioctls
 2020-04-24 19:54 UTC  (3+ messages)

[PATCH mlx5-next 0/9] Mellanox, mlx5-next updates 2020-04-24
 2020-04-24 19:53 UTC  (12+ messages)
` [PATCH mlx5-next 1/9] net/mlx5: Add support for COPY steering action
` [PATCH mlx5-next 2/9] net/mlx5: Introduce IPsec Connect-X offload hardware bits and structures
` [PATCH mlx5-next 3/9] net/mlx5: Use aligned variable while allocating ICM memory
` [PATCH mlx5-next 4/9] net/mlx5: Refactor imm_inval_pkey field in cqe struct
` [PATCH mlx5-next 5/9] net/mlx5: Add structure layout and defines for MFRL register
` [PATCH mlx5-next 6/9] net/mlx5: Add structure and defines for pci sync for fw update event
` [PATCH mlx5-next 7/9] net/mlx5: Introduce TLS RX offload hardware bits
` [PATCH mlx5-next 8/9] net/mlx5: Add release all pages capability bit
` [PATCH mlx5-next 9/9] net/mlx5: TX WQE Add trailer insertion field

[xen-unstable-smoke test] 149785: regressions - FAIL
 2020-04-24 19:51 UTC 

[PATCH 0/8] CMake build system for git
 2020-04-24 19:50 UTC  (3+ messages)

[PATCH v2 0/2] Support different CPU types for the sifive_e machine
 2020-04-24 19:40 UTC  (6+ messages)
` [PATCH v2 1/2] riscv: sifive_e: Support changing CPU type

[PATCH -next] net/mlx4_core: Add missing iounmap() in error path
 2020-04-24 19:48 UTC  (2+ messages)

tst-arm-mte bug: PSTATE.TCO is cleared on exceptions
 2020-04-24 19:47 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Drop rq->ring->vma peeking from error capture
 2020-04-24 19:48 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH] dts: ARM: e60k02: add interrupt for PMIC
 2020-04-24 19:47 UTC  (2+ messages)

[PATCH] python/semanage: Use ipaddress module instead of IPy
 2020-04-24 19:46 UTC  (2+ messages)

[PATCH 1/2] mm, slab: Revert "extend slab/shrink to shrink all memcg caches"
 2020-04-24 19:44 UTC  (3+ messages)
` [PATCH 2/2] mm/slub: Fix slab_mutex circular locking problem in slab_attr_store()

[PATCH] xattr.7: Add attr(1) as relevant page to SEE ALSO
 2020-04-24 19:44 UTC  (2+ messages)

[PATCH v3 00/18] Add MediaTek IEEE 802.11ax devices - MT7915E
 2020-04-24 19:32 UTC  (14+ messages)
` [PATCH v3 01/18] mt76: avoid rx reorder buffer overflow
` [PATCH v3 03/18] mt76: add Rx stats support for radiotap
` [PATCH v3 06/18] mt76: add mac80211 driver for MT7915 PCIe-based chipsets
` [PATCH v3 07/18] mt76: mt7915: enable Rx HE rate reporting
` [PATCH v3 08/18] mt76: mt7915: implement HE per-rate tx power support
` [PATCH v3 09/18] mt76: mt7915: register per-phy HE capabilities for each interface
` [PATCH v3 11/18] mt76: mt7915: add HE capabilities support for peers
` [PATCH v3 13/18] mt76: mt7915: add .sta_add_debugfs support
` [PATCH v3 14/18] mt76: mt7915: add .sta_statistics support
` [PATCH v3 15/18] mt76: mt7915: set peer Tx fixed rate through debugfs
` [PATCH v3 16/18] mt76: mt7915: add tsf related callbacks
` [PATCH v3 17/18] mt76: mt7915: enable firmware module debug support
` [PATCH v3 18/18] mt76: set runtime stream caps by mt76_phy

PSI poll() support for unprivileged users
 2020-04-24 19:43 UTC  (2+ messages)

[PATCH v4 1/5] input/serio/i8042: Attach fwnode to serio i8042 kbd device
 2020-04-24 19:41 UTC  (4+ messages)
` [PATCH v4 3/5] dt-bindings: input/atkbd.txt: Add binding for "function-row-physmap"

[PATCH v7 0/7] Introduce OPP bandwidth bindings
 2020-04-24 19:41 UTC  (3+ messages)
` [PATCH v7 7/7] cpufreq: dt: Add support for interconnect bandwidth scaling

post-receive: pub/scm/linux/kernel/git/tiwai/sound
 2020-04-24 19:41 UTC 


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.