All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-25 08:22:09 to 2020-02-25 08:54:27 UTC [more...]

[PATCH v4 0/9] Support ROHM BD99954 charger IC
 2020-02-25  8:53 UTC  (9+ messages)
` [PATCH v4 1/9] dt-bindings: battery: add new battery parameters
` [PATCH v4 2/9] dt_bindings: ROHM BD99954 Charger
` [PATCH v4 3/9] drivers: base: add linear ranges helpers
` [PATCH v4 4/9] power: supply: bd70528: rename linear_range to avoid collision
` [PATCH v4 5/9] regulator: rename regulator_linear_range to linear_range

[PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-02-25  8:54 UTC  (8+ messages)
` [PATCH v24 02/10] hw/arm/virt: Introduce a RAS machine option
` [PATCH v24 04/10] ACPI: Build related register address fields via hardware error fw_cfg blob

[PATCH 0/7] drm/sun4i: de2/de3 format fixes and updates
 2020-02-25  8:52 UTC  (14+ messages)
` [PATCH 1/7] drm/sun4i: de2/de3: Remove unsupported VI layer formats
` [PATCH 2/7] drm/sun4i: Add separate DE3 "
` [PATCH 3/7] drm/sun4i: Fix DE2 VI layer format support
` [PATCH 4/7] drm/sun4i: de2: rgb field in de2 format struct is redundant
` [PATCH 5/7] drm/sun4i: de2: csc_mode in de2 format struct is mostly redundant
` [PATCH 6/7] drm/sun4i: de2: Don't return de2_fmt_info struct
` [PATCH 7/7] drm/sun4i: Sort includes in VI and UI layer code

[PATCHv2 00/56] drm/omap: Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-02-25  0:10 UTC  (60+ messages)
` [PATCHv2 01/56] ARM: dts: omap: add channel to DSI panels
` [PATCHv2 02/56] ARM: dts: omap4-droid4: add panel compatible
` [PATCHv2 03/56] Revert "drm/omap: dss: Remove unused omap_dss_device operations"
` [PATCHv2 04/56] omap/drm: drop unused dsi.configure_pins
` [PATCHv2 05/56] drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
` [PATCHv2 06/56] drm/omap: constify write buffers
` [PATCHv2 07/56] drm/omap: dsi: add generic transfer function
` [PATCHv2 08/56] drm/omap: panel-dsi-cm: convert to transfer API
` [PATCHv2 09/56] drm/omap: dsi: unexport specific data transfer functions
` [PATCHv2 10/56] drm/omap: dsi: drop virtual channel logic
` [PATCHv2 11/56] drm/omap: dsi: simplify write function
` [PATCHv2 12/56] drm/omap: dsi: simplify read functions
` [PATCHv2 13/56] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
` [PATCHv2 14/56] drm/omap: dsi: introduce mipi_dsi_host
` [PATCHv2 15/56] drm/omap: panel-dsi-cm: use DSI helpers
` [PATCHv2 16/56] drm/omap: dsi: request VC via mipi_dsi_attach
` [PATCHv2 17/56] drm/omap: panel-dsi-cm: drop hardcoded VC
` [PATCHv2 18/56] drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 defines
` [PATCHv2 19/56] drm/omap: dsi: drop unused memory_read()
` [PATCHv2 20/56] drm/omap: dsi: drop unused get_te()
` [PATCHv2 21/56] drm/omap: dsi: drop unused enable_te()
` [PATCHv2 22/56] drm/omap: dsi: drop useless sync()
` [PATCHv2 23/56] drm/omap: dsi: use pixel-format and mode from attach
` [PATCHv2 24/56] drm/omap: panel-dsi-cm: use bulk regulator API
` [PATCHv2 25/56] drm/omap: dsi: lp/hs switching support for transfer()
` [PATCHv2 26/56] drm/omap: dsi: move TE GPIO handling into core
` [PATCHv2 27/56] drm/omap: dsi: drop custom enable_te() API
` [PATCHv2 28/56] drm/omap: dsi: do bus locking in host driver
` [PATCHv2 29/56] drm/omap: dsi: untangle ulps ops from enable/disable
` [PATCHv2 30/56] drm/dsi: add MIPI_DSI_MODE_ULPS_IDLE
` [PATCHv2 31/56] drm/omap: dsi: do ULPS in host driver
` [PATCHv2 32/56] drm/omap: dsi: move panel refresh function to host
` [PATCHv2 33/56] drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
` [PATCHv2 34/56] drm/omap: dsi: drop custom panel capability support
` [PATCHv2 35/56] drm/omap: dsi: convert to drm_panel
` [PATCHv2 36/56] drm/omap: drop omapdss-boot-init
` [PATCHv2 37/56] drm/omap: dsi: implement check timings
` [PATCHv2 38/56] drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
` [PATCHv2 39/56] drm/omap: panel-dsi-cm: support unbinding
` [PATCHv2 40/56] drm/omap: panel-dsi-cm: fix remove()
` [PATCHv2 41/56] drm/omap: dsi: return proper error code from dsi_update_all()
` [PATCHv2 42/56] drm/omap: remove global dss_device variable
` [PATCHv2 43/56] drm/omap: bind components with drm_device argument
` [PATCHv2 44/56] drm/panel: Move OMAP's DSI command mode panel driver
` [PATCHv2 45/56] drm/omap: dsi: Register a drm_bridge
` [PATCHv2 46/56] drm/omap: remove legacy DSS device operations
` [PATCHv2 47/56] drm/omap: remove unused omap_connector
` [PATCHv2 48/56] drm/omap: simplify omap_display_id
` [PATCHv2 49/56] drm/omap: drop unused DSS next pointer
` [PATCHv2 50/56] drm/omap: drop empty omap_encoder helper functions
` [PATCHv2 51/56] drm/omap: drop DSS ops_flags
` [PATCHv2 52/56] drm/omap: drop dssdev display field
` [PATCHv2 53/56] drm/omap: simplify DSI manual update code
` [PATCHv2 54/56] ARM: omap2plus_defconfig: Update for moved DSI command mode panel
` [PATCHv2 55/56] drm/panel/panel-dsi-cm: support rotation property
` [PATCHv2 56/56] ARM: dts: omap4-droid4: add panel orientation

[PATCH] drm/hisilicon: Set preferred mode resolution and maximum resolution
 2020-02-25  3:01 UTC  (3+ messages)

[Bug 206579] New: KVM with passthrough generates "BUG: kernel NULL pointer dereference" and crashes
 2020-02-25  8:53 UTC  (2+ messages)
` [Bug 206579] "

[PATCH v7 0/2] Add initial support for slimport anx7625
 2020-02-25  8:20 UTC  (7+ messages)
  ` [PATCH v7 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding
  ` [PATCH v7 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

[f2fs-dev] [PATCH] f2fs: fix leaking uninitialized memory in compressed clusters
 2020-02-25  8:53 UTC  (2+ messages)

RFC: drm/virtio: Dummy virtio GPU
 2020-02-24 23:01 UTC  (2+ messages)
` [PATCH] "

[PATCH 1/2] tty: serial: samsung_tty: build it for any platform
 2020-02-25  8:52 UTC  (4+ messages)

[PATCH 0/3] ti-sysc changes for probing DSS with dts data
 2020-02-24 23:43 UTC  (6+ messages)
` [PATCH 1/3] drm/omap: Prepare DSS for probing without legacy platform data
` [PATCH 2/3] bus: ti-sysc: Detect display subsystem related devices
` [PATCH 3/3] bus: ti-sysc: Implement display subsystem reset quirk

[PATCH RFC v3 0/6] Add Unisoc's drm kms module
 2020-02-25  3:08 UTC  (4+ messages)
` [PATCH RFC v3 2/6] drm/sprd: add Unisoc's drm kms master

[PATCH 00/51] drm managed resources, v2
 2020-02-24 19:13 UTC  (3+ messages)
` [PATCH 37/51] drm/rockchip: Drop explicit drm_mode_config_cleanup call

[PATCHv3 0/2] Add support for rm69299 Visionox panel driver and add devicetree bindings for visionox panel
 2020-02-25  5:38 UTC  (3+ messages)
` [PATCHv3 2/2] drm/panel: add support for rm69299 visionox panel driver

[PATCH 00/89] drm/vc4: Support BCM2711 Display Pipeline
 2020-02-24 18:15 UTC  (11+ 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 22/89] clk: bcm: rpi: Discover the firmware clocks

[PATCH] KVM: LAPIC: Recalculate apic map in batch
 2020-02-25  8:50 UTC  (6+ messages)

[PATCH v5 00/15] cpuidle: psci: Support hierarchical CPU arrangement
 2020-02-25  8:49 UTC  (12+ messages)
` [PATCH v5 02/15] dt: psci: Update DT bindings to support hierarchical PSCI states

[RESEND PATCH] mfd: sc27xx: Add USB charger type detection support
 2020-02-25  8:50 UTC  (4+ messages)

[RFC PATCH 0/1] Add boot hartid to a Device tree
 2020-02-25  8:48 UTC  (6+ messages)

[PATCH v3 0/5] LiteX SoC controller and LiteUART serial driver
 2020-02-25  8:47 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: vendor: add vendor prefix for LiteX
` [PATCH v3 2/5] dt-bindings: soc: document LiteX SoC Controller bindings
` [PATCH v3 3/5] drivers/soc/litex: add LiteX SoC Controller driver
` [PATCH v3 4/5] dt-bindings: serial: document LiteUART bindings
` [PATCH v3 5/5] drivers/tty/serial: add LiteUART driver

[PATCH 1/5 v2] dt-bindings: arm: Add Integrator YAML schema
 2020-02-25  8:46 UTC  (5+ messages)
` [PATCH 2/5 v2] dt-bindings: arm: Add Versatile "
` [PATCH 3/5 v2] dt-bindings: arm: Add RealView "
` [PATCH 4/5 v2] dt-bindings: arm: Add Versatile Express and Juno "
` [PATCH 5/5 v2] dt-bindings: arm: Drop the non-YAML bindings

[PATCH v2] dmaengine: imx-sdma: Fix the event id check to include RX event for UART6
 2020-02-25  8:45 UTC  (4+ messages)

File IO write flush time span
 2020-02-25  8:45 UTC  (3+ messages)

[PATCH v10 00/12] drm: Add support for bus-format negotiation
 2020-02-25  8:45 UTC  (11+ messages)
` [PATCH v10 08/12] drm/bridge: lvds-codec: Implement basic bus format negotiation
` [PATCH v10 10/12] drm/bridge: panel: Propage bus format/flags

[PATCH] USB: Replace zero-length array with flexible-array member
 2020-02-25  8:44 UTC  (5+ messages)

[f2fs-dev] [PATCH] f2fs: use kmem_cache pool during inline xattr lookups
 2020-02-25  8:44 UTC  (5+ messages)
    `  "

[PATCH -next] crypto: hisilicon - qm depends on UACCE
 2020-02-25  8:44 UTC  (2+ messages)

[dpdk-dev] [PATCH] vdpa/mlx5: fix event setup
 2020-02-25  8:43 UTC 

[PATCH] lttng-modules: Check the pid_ns before using it because it may be NULL
 2020-02-25  8:41 UTC  (3+ messages)

[PATCH v4 00/36] KVM: s390: Add support for protected VMs
 2020-02-25  8:41 UTC  (5+ messages)
` [PATCH v4 28/36] KVM: s390: protvirt: Report CPU state to Ultravisor

Moving from 4.x to 5.4.22 breaks custom module build
 2020-02-25  8:41 UTC  (3+ messages)

[RFC] Question about async TLB flush and KVM pv tlb improvements
 2020-02-25  8:41 UTC  (4+ messages)
  ` 回复:[RFC] "

[PATCH v2] can: af_can: can_rcv() canfd_rcv(): Fix access of uninitialized memory or out of bounds
 2020-02-25  8:40 UTC  (2+ messages)

[PATCH] ipset: Update byte and packet counters regardless of whether they match
 2020-02-25  8:40 UTC  (3+ messages)

SATO terminal takes 4 min to launch
 2020-02-25  8:40 UTC  (3+ messages)
  ` [poky] "

[LTP] [PATCH] lib: fputs() in print_result() is not signal safe
 2020-02-25  8:40 UTC  (3+ messages)

[Intel-gfx] [PATCH v4] drm/i915/gt: make a gt sysfs group and move power management files
 2020-02-25  8:39 UTC  (7+ messages)
` [Intel-gfx] [PATCH v5] "

[PATCH 0/4] pwm: omap-dmtimer: Allow for dynamic pwm period updates
 2020-02-25  8:38 UTC  (7+ messages)
` [PATCH 3/4] pwm: omap-dmtimer: Do not disable pwm before changing period/duty_cycle

[PATCH v12 0/4] Add uacce module for Accelerator
 2020-02-25  8:36 UTC  (5+ messages)
` [PATCH v12 2/4] uacce: add uacce driver

"ibstat -l" displays CA device list in an unsorted order
 2020-02-25  8:36 UTC  (5+ messages)

[PATCH] checkpatch: add NOKPROBE_SYMBOL to list of special cases
 2020-02-25  8:35 UTC  (2+ messages)

[PATCH] uacce: unmap remaining mmapping from user space
 2020-02-25  8:33 UTC  (4+ messages)

[PATCH V9 00/10] Nested Shared Virtual Address (SVA) VT-d support
 2020-02-25  8:32 UTC  (6+ messages)
` [PATCH V9 05/10] iommu/vt-d: Support flushing more translation cache types

[LTP] min_free_kbytes.c:134: FAIL: child unexpectedly failed: 139
 2020-02-25  8:31 UTC  (2+ messages)

[Intel-gfx] [PATCH 01/11] drm/i915: Drop assertion that active->fence is unchanged
 2020-02-25  8:31 UTC  (12+ messages)
` [Intel-gfx] [PATCH 02/11] drm/i915: Manually acquire engine-wakeref around use of kernel_context
` [Intel-gfx] [PATCH 03/11] drm/i915/gt: Pull marking vm as closed underneath the vm->mutex
` [Intel-gfx] [PATCH 04/11] drm/i915/gem: Cleanup shadow batch after I915_EXEC_SECURE
` [Intel-gfx] [PATCH 05/11] drm/i915: Protect i915_request_await_start from early waits
` [Intel-gfx] [PATCH 06/11] drm/i915/selftests: Verify LRC isolation
` [Intel-gfx] [PATCH 07/11] drm/i915/selftests: Check recovery from corrupted LRC
` [Intel-gfx] [PATCH 08/11] drm/i915/selftests: Be a little more lenient for reset workers
` [Intel-gfx] [PATCH 09/11] drm/i915/gem: Consolidate ctx->engines[] release
` [Intel-gfx] [PATCH 10/11] drm/i915/gt: Prevent allocation on a banned context
` [Intel-gfx] [PATCH 11/11] drm/i915/gem: Check that the context wasn't closed during setup
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] drm/i915: Drop assertion that active->fence is unchanged

INFO: task hung in lock_sock_nested (2)
 2020-02-25  8:30 UTC  (5+ messages)

[PATCH 0/2] qxl: map rom r/o, remove shadow
 2020-02-25  8:29 UTC  (5+ messages)
` [PATCH 2/2] qxl: drop shadow_rom

[PATCH 1/3] clk: imx: imx8mp: fix pll mux bit
 2020-02-25  8:27 UTC  (4+ messages)
` [PATCH 2/3] clk: imx: imx8mp: mark sys_pll1/2 as fixed clock

[Xen-devel] [PATCH v7 0/6] xl/libxl: domid allocation/preservation changes
 2020-02-25  8:26 UTC  (6+ messages)

[Buildroot] [PATCH v2 0/2] add frr package
 2020-02-25  8:25 UTC  (3+ messages)
` [Buildroot] [PATCH v2 2/2] package/frr: new package

[PATCH v2 0/2] Dual licence some files in GPL-2.0 and MIT
 2020-02-25  8:18 UTC  (6+ messages)
` [PATCH v2 1/2] drm/client: Dual licence the file in GPL-2 "

[PATCH 08/13] sched/pelt: Add a new runnable average signal
 2020-02-25  8:23 UTC  (4+ messages)
` [tip: sched/core] "

[sdbusplus] To generate a common header for public information of interfaces
 2020-02-25  8:22 UTC  (7+ messages)
          ` [sdbusplus] To generate client header (was: Re: To generate a common header for public information of interfaces)

[PATCH 0/1] i2c: imc: Add support for Intel iMC SMBus host controller
 2020-02-25  8:22 UTC  (2+ messages)

[PATCH 1/3] clk: initially enable critical clocks
 2020-02-25  8:22 UTC  (3+ messages)
` [PATCH 2/3] clk: Do not let the enable count of critical clocks go below 1
` [PATCH 3/3] clk: print more consistent clock states


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.