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

[PATCH v1 0/5] imx6qp QuadPlus: support improved enet clocking
 2020-08-17  7:26 UTC  (5+ messages)
  ` [EXT] "

[Buildroot] [PATCH 1/1] package/apcupsd: fix missing __exchange_and_add symbol
 2020-08-17  7:28 UTC  (4+ messages)

[PATCH 00/41] qom: Automated conversion of type checking boilerplate
 2020-08-17  7:26 UTC  (5+ messages)
` [PATCH 12/41] virtio-ccw: Fix definition of VIRTIO_CCW_BUS_GET_CLASS
` [PATCH 21/41] s390_flic: Move KVMS390FLICState typedef to header

[PATCH] phylink: <linux/phylink.h>: fix function prototype kernel-doc warning
 2020-08-17  7:26 UTC  (3+ messages)

[Intel-gfx] [PATCH v6 01/11] HAX to make DSC work on the icelake test system
 2020-08-17  7:26 UTC  (3+ messages)
` [Intel-gfx] [PATCH v6 02/11] drm/i915: Remove hw.mode

[PATCH v2 1/4] ARM: imx7d: add enet2 clk sel
 2020-08-17  7:24 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/apcupsd: add -lstdc++ for ARC7* and SPARC
 2020-08-17  7:25 UTC  (2+ messages)

[Bluez PATCH v1] input: Don't browse SDP if HIDSDPDisable is set
 2020-08-17  7:23 UTC  (3+ messages)

linux-next: build failure after merge of the net-next tree
 2020-08-17  7:20 UTC  (2+ messages)

[PATCH V2 0/2] Enable DVFS support for IPQ6018
 2020-08-17  7:18 UTC  (3+ messages)
` [PATCH V2 1/2] dt-bindings: mailbox: add compatible for the IPQ6018 SoC
` [PATCH V2 2/2] arm64: dts: ipq6018: enable DVFS support

[PATCH] uprobes: __replace_page() avoid BUG in munlock_vma_page()
 2020-08-17  7:17 UTC  (3+ messages)

[PATCH 0/1] qga: add command guest-get-disk
 2020-08-17  7:17 UTC  (4+ messages)
` [PATCH 1/1] qga: add command guest-get-disks

[PATCH v3 00/44] SPMI patches needed by Hikey 970
 2020-08-17  7:11 UTC  (47+ messages)
` [PATCH v3 01/44] staging: spmi: add Hikey 970 SPMI controller driver
` [PATCH v3 02/44] staging: spmi: hisi-spmi-controller: coding style fixup
` [PATCH v3 03/44] staging: spmi: hisi-spmi-controller: fix it to probe successfully
` [PATCH v3 04/44] staging: spmi: hisi-spmi-controller: fix a typo
` [PATCH v3 05/44] staging: spmi: hisi-spmi-controller: adjust whitespaces at defines
` [PATCH v3 06/44] staging: spmi: hisi-spmi-controller: use le32 macros where needed
` [PATCH v3 07/44] staging: spmi: hisi-spmi-controller: add debug when values are read/write
` [PATCH v3 08/44] staging: spmi: hisi-spmi-controller: fix the dev_foo() logic
` [PATCH v3 09/44] staging: spmi: hisi-spmi-controller: add it to the building system
` [PATCH v3 10/44] staging: spmi: hisi-spmi-controller: do some code cleanups
` [PATCH v3 11/44] staging: mfd: add a PMIC driver for HiSilicon 6421 SPMI version
` [PATCH v3 12/44] staging: mfd: hi6421-spmi-pmic: get rid of unused code
` [PATCH v3 13/44] staging: mfd: hi6421-spmi-pmic: deal with non-static functions
` [PATCH v3 14/44] staging: mfd: hi6421-spmi-pmic: get rid of the static vars
` [PATCH v3 15/44] staging: mfd: hi6421-spmi-pmic: cleanup hi6421-spmi-pmic.h header
` [PATCH v3 16/44] staging: mfd: hi6421-spmi-pmic: change the binding logic
` [PATCH v3 17/44] staging: mfd: hi6421-spmi-pmic: get rid of unused OF properties
` [PATCH v3 18/44] staging: mfd: hi6421-spmi-pmic: cleanup "
` [PATCH v3 19/44] staging: mfd: hi6421-spmi-pmic: change namespace on its functions
` [PATCH v3 20/44] staging: mfd: hi6421-spmi-pmic: fix some coding style issues
` [PATCH v3 21/44] staging: mfd: hi6421-spmi-pmic: add it to the building system
` [PATCH v3 22/44] staging: mfd: hi6421-spmi-pmic: cleanup the code
` [PATCH v3 23/44] staging: regulator: add a regulator driver for HiSilicon 6421v600 SPMI PMIC
` [PATCH v3 24/44] staging: regulator: hi6421v600-regulator: get rid of unused code
` [PATCH v3 25/44] staging: regulator: hi6421v600-regulator: port it to upstream
` [PATCH v3 26/44] staging: regulator: hi6421v600-regulator: coding style fixups
` [PATCH v3 27/44] staging: regulator: hi6421v600-regulator: change the binding logic
` [PATCH v3 28/44] staging: regulator: hi6421v600-regulator: cleanup struct hisi_regulator
` [PATCH v3 29/44] staging: regulator: hi6421v600-regulator: cleanup debug messages
` [PATCH v3 30/44] staging: regulator: hi6421v600-regulator: use shorter names for OF properties
` [PATCH v3 31/44] staging: regulator: hi6421v600-regulator: better handle modes
` [PATCH v3 32/44] staging: regulator: hi6421v600-regulator: change namespace
` [PATCH v3 33/44] staging: regulator: hi6421v600-regulator: convert to use get/set voltage_sel
` [PATCH v3 34/44] staging: regulator: hi6421v600-regulator: don't use usleep_range for off_on_delay
` [PATCH v3 35/44] staging: regulator: hi6421v600-regulator: add a driver-specific debug macro
` [PATCH v3 36/44] staging: regulator: hi6421v600-regulator: initialize ramp_delay
` [PATCH v3 37/44] staging: regulator: hi6421v600-regulator: cleanup DT settings
` [PATCH v3 38/44] staging: regulator: hi6421v600-regulator: fix some coding style issues
` [PATCH v3 39/44] staging: regulator: hi6421v600-regulator: add it to the building system
` [PATCH v3 40/44] staging: regulator: hi6421v600-regulator: code cleanup
` [PATCH v3 41/44] staging: hikey9xx: add a TODO list
` [PATCH v3 42/44] MAINTAINERS: add an entry for HiSilicon 6421v600 drivers
` [PATCH v3 43/44] dt: document HiSilicon SPMI controller and mfd/regulator properties
` [PATCH v3 44/44] dt: hisilicon: add support for the PMIC found on Hikey 970

[Linux-kernel-mentees] [PATCH] lib: Convert test_printf.c to KUnit
 2020-08-17  7:06 UTC  (3+ messages)
  `  "

[Intel-gfx] [PATCH] drm/i915/display: Add an extra vblank wait before fbc activation
 2020-08-17  7:44 UTC 

[PATCH] kcsan: Treat runtime as NMI-like with interrupt tracing
 2020-08-17  7:10 UTC  (4+ messages)

[PATCH 00/14] bcache: remove multiple caches code framework
 2020-08-17  7:10 UTC  (4+ messages)
` [PATCH 14/14] bcache: move struct cache_sb out of uapi bcache.h

[OE-core] [PATCH V3 0/2] libubootenv: uprev to v0.3
 2020-08-17  7:09 UTC  (5+ messages)
` [OE-core] [PATCH V3 2/2] "

QA notification for completed autobuilder build (yocto-3.0.4.rc1)
 2020-08-17  7:09 UTC 

[PATCH v2] drm/amd/display: use correct scale for actual_brightness
 2020-08-16  8:49 UTC  (2+ messages)

[PATCH] drm/amd/display: should check error using DC_OK
 2020-08-16  7:32 UTC  (2+ messages)

[PATCH v5 00/36] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-08-14 16:47 UTC  (40+ messages)
` [PATCH v5 01/36] clk: Export clk_hw_reparent()
` [PATCH v5 02/36] clk: tegra: Remove Memory Controller lock
` [PATCH v5 03/36] clk: tegra: Export Tegra20 EMC kernel symbols
` [PATCH v5 04/36] memory: tegra20-emc: Make driver modular
` [PATCH v5 05/36] memory: tegra30-emc: "
` [PATCH v5 06/36] memory: tegra124-emc: "
` [PATCH v5 07/36] memory: tegra124-emc: Use devm_platform_ioremap_resource
` [PATCH v5 08/36] soc/tegra: fuse: Export tegra_read_ram_code()
` [PATCH v5 09/36] memory: tegra20-emc: Initialize MC timings
` [PATCH v5 10/36] PM / devfreq: tegra20: Silence deferred probe error
` [PATCH v5 11/36] PM / devfreq: tegra30: "
` [PATCH v5 12/36] PM / devfreq: tegra20: Use MC timings for building OPP table
` [PATCH v5 13/36] PM / devfreq: tegra30: "
` [PATCH v5 14/36] PM / devfreq: tegra20: Add error messages to tegra_devfreq_target()
` [PATCH v5 15/36] PM / devfreq: tegra30: "
` [PATCH v5 16/36] PM / devfreq: tegra20: Adjust clocks conversion ratio and polling interval
` [PATCH v5 17/36] PM / devfreq: tegra20: Relax Kconfig dependency
` [PATCH v5 18/36] dt-bindings: memory: tegra20: mc: Document new interconnect property
` [PATCH v5 19/36] dt-bindings: memory: tegra20: emc: "
` [PATCH v5 20/36] dt-bindings: memory: tegra30: mc: "
` [PATCH v5 21/36] dt-bindings: memory: tegra30: emc: "
` [PATCH v5 22/36] dt-bindings: host1x: Document new interconnect properties
` [PATCH v5 23/36] dt-bindings: memory: tegra20: Add memory client IDs
` [PATCH v5 24/36] dt-bindings: memory: tegra30: "
` [PATCH v5 25/36] ARM: tegra: Add interconnect properties to Tegra20 device-tree
` [PATCH v5 26/36] ARM: tegra: Add interconnect properties to Tegra30 device-tree
` [PATCH v5 27/36] memory: tegra-mc: Register as interconnect provider
` [PATCH v5 28/36] memory: tegra20-emc: Use devm_platform_ioremap_resource
` [PATCH v5 29/36] memory: tegra20-emc: Continue probing if timings are missing in device-tree
` [PATCH v5 30/36] memory: tegra20-emc: Register as interconnect provider
` [PATCH v5 31/36] memory: tegra20-emc: Create tegra20-devfreq device
` [PATCH v5 32/36] memory: tegra30-emc: Continue probing if timings are missing in device-tree
` [PATCH v5 33/36] memory: tegra30-emc: Register as interconnect provider
` [PATCH v5 34/36] drm/tegra: dc: Support memory bandwidth management
` [PATCH v5 35/36] drm/tegra: dc: Tune up high priority request controls for Tegra20
` [PATCH v5 36/36] drm/tegra: dc: Extend debug stats with total number of events

[PATCH RESEND v12 0/4] Panel rotation patches
 2020-08-16 16:17 UTC  (7+ messages)
` [PATCH RESEND v12 1/4] drm/panel: Add helper for reading DT rotation
` [PATCH RESEND v12 2/4] drm/panel: Read panel orientation for BOE TV101WUM-NL6
` [PATCH RESEND v12 3/4] drm/panel: lvds: Read panel orientation
` [PATCH RESEND v12 4/4] drm/panel-simple: "

[PATCH] drm/bridge/tc358775: Fix for PTR_ERR
 2020-08-16  5:50 UTC 

[PATCH 0/3] Replac BAG/BAG_ON with WARN/WARN_ON
 2020-08-16 17:43 UTC  (6+ messages)
` [PATCH 1/3] staging: androind: Replace BUG_ONs with WARN_ONs
` [PATCH 2/3] staging: androind: Add error handling to ion_page_pool_shrink
` [PATCH 3/3] staging: androind: Convert BUG() to WARN()

[RFC] Experimental DMA-BUF Device Heaps
 2020-08-16 17:22 UTC 

[PATCH v2] ARM: dts: r8a7742-iwg21d-q7: Add LCD support
 2020-08-13 14:00 UTC 

[PATCH v10 0/5] Add support for DisplayPort driver on SnapDragon
 2020-08-15 21:21 UTC  (9+ messages)
` [PATCH v10 2/5] drm/msm/dp: add displayPort driver support
` [PATCH v10 3/5] drm/msm/dp: add support for DP PLL driver
      ` [Freedreno] "

[PATCH v2 0/4] Replace BUG/BUG_ON to WARN/WARN_ON
 2020-08-16 19:31 UTC  (5+ messages)
` [PATCH v2 1/4] staging: android: Replace BUG_ON with WARN_ON
` [PATCH v2 2/4] staging: android: Add error handling to ion_page_pool_shrink
` [PATCH v2 3/4] staging: android: Convert BUG to WARN
` [PATCH v2 4/4] staging: android: Add error handling to order_to_index callers

[PATCH v4 0/2] xen/balloon: fixes for memory hotplug
 2020-08-14 13:35 UTC  (12+ messages)
` [PATCH v4 2/2] xen: add helpers to allocate unpopulated memory

[PATCH] drivers/nouveau_svm: fix bounds check in nouveau_svm_fault_buffer_dtor
 2020-08-16 14:51 UTC 

drm modeset bugs
 2020-08-15 16:24 UTC 

[PATCH] drm/msm/adreno: remove return value of function XX_print
 2020-08-14  8:17 UTC 

[PATCH 0/2] Implement Shutdown callback for i2c
 2020-08-14  9:55 UTC  (3+ messages)
` [PATCH 1/2] i2c: i2c-qcom-geni: Add tx_dma, rx_dma and xfer_len to geni_i2c_dev struct
` [PATCH 2/2] i2c: i2c-qcom-geni: Add shutdown callback for i2c

[PATCH] drm/nouveau/gem: Use vmemdup_user() rather than duplicating its implementation
 2020-08-14  7:09 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH RESEND v10 0/4] Support DRM bridges on NVIDIA Tegra
 2020-08-13 22:06 UTC  (5+ messages)
` [PATCH RESEND v10 1/4] drm/tegra: output: Don't leak OF node on error
` [PATCH RESEND v10 2/4] drm/tegra: output: Support DRM bridges
` [PATCH RESEND v10 3/4] drm/tegra: output: rgb: Support LVDS encoder bridge
` [PATCH RESEND v10 4/4] drm/tegra: output: rgb: Wrap directly-connected panel into DRM bridge

[PATCH v9 00/11] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-08-15 13:05 UTC  (4+ messages)

[PATCH v2 00/25] arm: Introduce Marvell/Cavium OcteonTX/TX2
 2020-08-17  7:08 UTC  (26+ messages)
` [PATCH v2 01/25] fdtdec: Add API to read pci bus-range property
` [PATCH v2 02/25] dm: core: Add API to read PCI "
` [PATCH v2 03/25] pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always set
` [PATCH v2 04/25] ARM: renesas: Drop unnecessary function ft_board_setup()
` [PATCH v2 05/25] pci: pci-uclass: Dynamically allocate the PCI regions
` [PATCH v2 06/25] pci: pci-uclass: Fix incorrect argument in map_physmem
` [PATCH v2 07/25] pci: pci-uclass: Make DT subnode parse optional
` [PATCH v2 08/25] pci: pci-uclass: Add multi entry support for memory regions
` [PATCH v2 09/25] pci: pci-uclass: Add support for Enhanced Allocation in Bridges
` [PATCH v2 10/25] pci: pci-uclass: Add support for Single-Root I/O Virtualization
` [PATCH v2 11/25] pci: pci-uclass: Add VF BAR map support for Enhanced Allocation
` [PATCH v2 12/25] pci: pci-uclass: Add support for Alternate-RoutingID capability
` [PATCH v2 13/25] pci: pci-uclass: Check validity of ofnode
` [PATCH v2 14/25] arm: include/asm/io.h: Add 64bit clrbits and setbits helpers
` [PATCH v2 15/25] arm: octeontx: Add headers for OcteonTX
` [PATCH v2 16/25] arm: octeontx2: Add headers for OcteonTX2
` [PATCH v2 17/25] ata: ahci: Add BAR index quirk for Cavium PCI SATA device
` [PATCH v2 18/25] pci: Add PCI controller driver for OcteonTX / TX2
` [PATCH v2 19/25] mmc: Add MMC "
` [PATCH v2 20/25] mtd: nand: Add NAND controller driver for OcteonTX
` [PATCH v2 21/25] net: Add NIC "
` [PATCH v2 22/25] net: Add NIC controller driver for OcteonTX2
` [PATCH v2 23/25] watchdog: Add reset support for OcteonTX / TX2
` [PATCH v2 24/25] arm: octeontx: Add support for OcteonTX SoC platforms
` [PATCH v2 25/25] arm: octeontx2: Add support for OcteonTX2 "

[PATCH] drm/via: reduce no need mutex_lock area
 2020-08-14  8:30 UTC 

[PATCH] drm/bridge/tc358775: Fixes bus formats read
 2020-08-13 15:39 UTC  (7+ messages)

[PATCH] MAINTAINERS: Change maintainer for hisilicon DRM driver
 2020-08-16 11:49 UTC  (3+ messages)

[BUG] drm/ttm: Warning during suspend/freeze
 2020-08-14  8:08 UTC 

WARN_ON_ONCE(1) in iomap_dio_actor()
 2020-08-17  7:07 UTC  (3+ messages)

[PATCH 0/9] r8a774e1 add support for DU, HDMI and LVDS
 2020-08-13 11:20 UTC  (8+ messages)
` [PATCH 1/9] dt-bindings: display: renesas,du: Document r8a774e1 bindings
    ` [PATCH 1/9] dt-bindings: display: renesas, du: "

[Intel-gfx] [PATCH v2 0/5] Fixes and improvements for Xen pvdrm
 2020-08-13 16:30 UTC  (8+ messages)
    `  "

[PATCH v2] drm/bridge/tc358775: Fixes bus formats read
 2020-08-13 15:31 UTC 

[PATCH] drm/msm/a6xx: fix frequency not always being restored on GMU resume
 2020-08-13 18:44 UTC 

[RESEND PATCH] drm/msm/a6xx: fix frequency not always being restored on GMU resume
 2020-08-13 18:54 UTC 

[PATCH 0/7] r8a7742: Enable DU and LVDS
 2020-08-13 12:54 UTC  (4+ messages)
` [PATCH 7/7] ARM: dts: r8a7742-iwg21d-q7: Add LCD support

[PATCH] dma-buf: heap-helpers: Set dma-buf exporter name
 2020-08-14 14:25 UTC 

[PATCH v6 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-08-17  7:05 UTC  (4+ messages)
` [PATCH v6 15/15] iommu/vt-d: Support reporting nesting capability info


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.