messages from 2020-12-15 09:56:31 to 2020-12-15 10:49:16 UTC [more...]
[PATCH v6 00/84] Convert DSI code to use drm_mipi_dsi and drm_panel
2020-12-15 10:46 UTC (74+ messages)
` [PATCH v6 01/84] Revert "drm/omap: dss: Remove unused omap_dss_device operations"
` [PATCH v6 02/84] drm/omap: drop unused dsi.configure_pins
` [PATCH v6 03/84] drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
` [PATCH v6 04/84] drm/omap: constify write buffers
` [PATCH v6 05/84] drm/omap: dsi: add generic transfer function
` [PATCH v6 06/84] drm/omap: panel-dsi-cm: convert to transfer API
` [PATCH v6 07/84] drm/omap: dsi: unexport specific data transfer functions
` [PATCH v6 08/84] drm/omap: dsi: drop virtual channel logic
` [PATCH v6 09/84] drm/omap: dsi: simplify write function
` [PATCH v6 10/84] drm/omap: dsi: simplify read functions
` [PATCH v6 11/84] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
` [PATCH v6 12/84] drm/omap: dsi: introduce mipi_dsi_host
` [PATCH v6 13/84] drm/omap: panel-dsi-cm: use DSI helpers
` [PATCH v6 14/84] drm/omap: dsi: request VC via mipi_dsi_attach
` [PATCH v6 15/84] drm/omap: panel-dsi-cm: drop hardcoded VC
` [PATCH v6 16/84] drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 defines
` [PATCH v6 17/84] drm/omap: dsi: drop unused memory_read()
` [PATCH v6 18/84] drm/omap: dsi: drop unused get_te()
` [PATCH v6 19/84] drm/omap: dsi: drop unused enable_te()
` [PATCH v6 20/84] drm/omap: dsi: drop useless sync()
` [PATCH v6 21/84] drm/omap: dsi: use pixel-format and mode from attach
` [PATCH v6 22/84] drm/omap: panel-dsi-cm: use bulk regulator API
` [PATCH v6 23/84] drm/omap: dsi: lp/hs switching support for transfer()
` [PATCH v6 24/84] drm/omap: dsi: move TE GPIO handling into core
` [PATCH v6 25/84] drm/omap: dsi: drop custom enable_te() API
` [PATCH v6 26/84] drm/omap: dsi: do bus locking in host driver
` [PATCH v6 27/84] drm/omap: dsi: untangle ulps ops from enable/disable
` [PATCH v6 28/84] drm/omap: dsi: do ULPS in host driver
` [PATCH v6 29/84] drm/omap: dsi: move panel refresh function to host
` [PATCH v6 30/84] drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
` [PATCH v6 31/84] drm/omap: dsi: drop custom panel capability support
` [PATCH v6 32/84] drm/omap: dsi: convert to drm_panel
` [PATCH v6 33/84] drm/omap: drop omapdss-boot-init
` [PATCH v6 34/84] drm/omap: dsi: implement check timings
` [PATCH v6 35/84] drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
` [PATCH v6 36/84] drm/omap: panel-dsi-cm: support unbinding
` [PATCH v6 37/84] drm/omap: panel-dsi-cm: fix remove()
` [PATCH v6 38/84] drm/omap: remove global dss_device variable
` [PATCH v6 39/84] drm/panel: Move OMAP's DSI command mode panel driver
` [PATCH v6 40/84] drm/omap: dsi: Register a drm_bridge
` [PATCH v6 41/84] drm/omap: remove legacy DSS device operations
` [PATCH v6 42/84] drm/omap: remove unused omap_connector
` [PATCH v6 43/84] drm/omap: simplify omap_display_id
` [PATCH v6 44/84] drm/omap: drop unused DSS next pointer
` [PATCH v6 45/84] drm/omap: drop DSS ops_flags
` [PATCH v6 46/84] drm/omap: drop dssdev display field
` [PATCH v6 48/84] drm/omap: dsi: simplify pin config
` [PATCH v6 49/84] ARM: omap2plus_defconfig: Update for moved DSI command mode panel
` [PATCH v6 50/84] drm/omap: squash omapdrm sub-modules into one
` [PATCH v6 51/84] drm/omap: remove unused display.c
` [PATCH v6 52/84] drm/omap: drop unused owner field
` [PATCH v6 53/84] drm/omap: remove dispc_ops
` [PATCH v6 54/84] drm/omap: remove dss_mgr_ops
` [PATCH v6 56/84] drm/panel: panel-dsi-cm: cleanup tear enable
` [PATCH v6 57/84] ARM: dts: omap5: add address-cells & size-cells to dsi
` [PATCH v6 58/84] drm/omap: pll: fix iteration loop check
` [PATCH v6 59/84] drm/omap: dsi: set trans_mode according to client mode_flags
` [PATCH v6 60/84] drm/panel: panel-dsi-cm: set column & page at setup
` [PATCH v6 61/84] drm/omap: dsi: send nop instead of page & column
` [PATCH v6 62/84] drm/omap: dsi: simplify VC handling
` [PATCH v6 63/84] drm/omap: dsi: drop useless channel checks
` [PATCH v6 64/84] drm/omap: dsi: cleanup dispc channel usage
` [PATCH v6 65/84] drm/omap: dsi: rename 'channel' to 'vc'
` [PATCH v6 67/84] drm/omap: dsi: untangle vc & channel
` [PATCH v6 68/84] drm/omap: dsi: skip dsi_vc_enable_hs when already in correct mode
` [PATCH v6 69/84] drm/omap: dsi: enable HS before sending the frame
` [PATCH v6 70/84] drm/omap: dsi: use separate VCs for cmd and video
` [PATCH v6 71/84] drm/panel: panel-dsi-cm: remove extra 'if'
` [PATCH v6 73/84] drm/panel: panel-dsi-cm: drop unneeded includes
` [PATCH v6 77/84] drm/omap: dsi: display_disable cleanup
` [PATCH v6 78/84] drm/omap: dsi: rename dsi_display_* functions
` [PATCH v6 79/84] drm/omap: dsi: cleanup initial vc setup
` [PATCH v6 80/84] drm/omap: dsi: split video mode enable/disable into separate func
[PATCH] powerpc: fix spelling mistake in Kconfig "seleted" -> "selected"
2020-12-15 10:49 UTC (2+ messages)
[PATCH v13 00/19] Initial support for multi-process Qemu
2020-12-14 21:23 UTC (4+ messages)
` [PATCH v13 10/19] multi-process: Associate fd of a PCIDevice with its object
[PATCH v4] dt-bindings: soc: qcom: convert qcom,smem bindings to yaml
2020-12-15 10:45 UTC
linux-next: build failure after merge of the thermal tree
2020-12-15 10:44 UTC (4+ messages)
` [PATCH] thermal/drivers/devfreq: Fix missing dependency with the energy model
[Buildroot] [PATCH] arch/Config.in.powerpc: Drop PPC601 support
2020-12-15 10:46 UTC (4+ messages)
[PATCH] sched: Prevent raising SCHED_SOFTIRQ when CPU is !active
2020-12-15 10:44 UTC
[PATCH v2 0/7] vc4: Convert to drm_atomic_helper_commit
2020-12-15 10:41 UTC (3+ messages)
[dm-crypt] LUKS2 SSD swap and system freeze
2020-12-15 10:42 UTC (3+ messages)
[PATCH] mmc: host: renesas_internal_dmac: add pre_req and post_req support
2020-12-15 10:40 UTC (6+ messages)
[PATCH] ASoC: rt715: add main capture switch and main capture volume control
2020-12-15 10:39 UTC (6+ messages)
[Bluez PATCH v2 1/2] doc/mgmt-api: Add opcode for adding advertisement monitor with RSSI
2020-12-15 10:37 UTC (3+ messages)
` [Bluez PATCH v2 2/2] lib/mgmt: Adding Add Adv Patterns Monitor RSSI opcode
` [Bluez,v2,1/2] doc/mgmt-api: Add opcode for adding advertisement monitor with RSSI
[PATCH][next] Input: da7280: fix spelling mistake "sequemce" -> "sequence"
2020-12-15 10:35 UTC (3+ messages)
stable-rc/queue/4.19 baseline: 64 runs, 6 regressions (v4.19.163-27-g777e215ff3fc)
2020-12-15 10:35 UTC
DWC3 controller Runtime PM
2020-12-15 10:33 UTC
[PATCH 0/2] powerpc/64s: fix for CPU hotplug vs mm_cpumask bug
2020-12-15 10:33 UTC (8+ messages)
` [PATCH 2/2] powerpc/64s: Trim offlined CPUs from mm_cpumasks
[PATCH] kvm: don't lose the higher 32 bits of tlbs_dirty
2020-12-15 10:32 UTC (3+ messages)
[PATCH 00/18] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
2020-12-15 10:32 UTC (5+ messages)
` [PATCH 13/18] ipu3-cio2: Add functionality "
[RFC]: m_can fixes
2020-12-15 10:32 UTC (3+ messages)
` [net-rfc 1/2] can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()
` [net-rfc 2/2] can: tcan4x5x: fix bittiming const, use common bittiming from m_can driver
[PATCH] drm/amdgpu: set mode1 reset as default for dimgrey_cavefish
2020-12-15 10:33 UTC (2+ messages)
[PATCH v4 0/6] Several changes for UFS WriteBooster
2020-12-15 10:32 UTC (10+ messages)
` [PATCH v4 1/6] scsi: ufs: Add "wb_on" sysfs node to control WB on/off
` [PATCH v4 3/6] scsi: ufs: Group UFS WB related flags to struct ufs_dev_info
` [PATCH v4 4/6] scsi: ufs: Remove d_wb_alloc_units from "
[PATCH] arm64/smp: Remove unused irq variable in arch_show_interrupts()
2020-12-15 10:30 UTC (2+ messages)
next/master build: 232 builds: 9 failed, 223 passed, 25 errors, 345 warnings (next-20201215)
2020-12-15 10:29 UTC
[Intel-gfx] [PATCH 0/3] Multi DSB instance support
2020-12-15 10:30 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[dpdk-dev] [PATCH v1 0/2] armada: introduce musdk pkg-config
2020-12-15 10:29 UTC (7+ messages)
` [dpdk-dev] [PATCH v1 1/2] meson: update meson build for armada drivers
` [dpdk-dev] [EXT] "
[PATCH] crypto: x86/crc32c-intel - Don't match some Zhaoxin CPUs
2020-12-15 10:28 UTC
[PATCH v2] usb: cdns3: Adds missing __iomem markers
2020-12-15 10:27 UTC
[PATCH v1 0/1] intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs
2020-12-15 10:28 UTC (3+ messages)
` [PATCH v1 1/1] "
[radeon-alex:amd-20.45 198/2427] ./usr/include/drm/amdgpu_drm.h:314:2: error: unknown type name 'int32_t'
2020-12-15 10:26 UTC (2+ messages)
[PATCH 5.10 0/2] 5.10.1-rc1 review
2020-12-15 10:27 UTC (3+ messages)
[PATCH bpf-next v2] libbpf: Expose libbpf ringbufer epoll_fd
2020-12-15 10:25 UTC (3+ messages)
[PATCH net-next] devlink: use _BITUL() macro instead of BIT() in the UAPI header
2020-12-15 10:25 UTC
[PATCH 0/3] KVM: x86: MSR completion refactoring for SEV-ES
2020-12-15 10:23 UTC (4+ messages)
` [PATCH 3/3] KVM: x86: introduce complete_emulated_msr callback
WARNING: suspicious RCU usage in nf_ct_iterate_cleanup
2020-12-15 10:24 UTC
dwc: tegra194: issue with card containing a bridge
2020-12-15 10:24 UTC
[PATCH] ASoC: dapm: remove widget from dirty list on free
2020-12-15 10:23 UTC (3+ messages)
[radeon-alex:amd-20.45 1953/2427] drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dce60/dce60_clk_mgr.c:83:5: warning: no previous prototype for function 'dce60_get_dp_ref_freq_khz'
2020-12-15 10:23 UTC (2+ messages)
[PATCH net] nfp: do not send control messages during cleanup
2020-12-15 10:22 UTC (3+ messages)
[PATCH] powerpc: Inline setup_kup()
2020-12-15 10:20 UTC (5+ messages)
[PATCH V17 0/6] mips: Add Loongson-3 machine support
2020-12-15 10:21 UTC (13+ messages)
` [PATCH V17 4/6] hw/mips: Add Loongson-3 boot parameter helpers
[PATCH v2 0/9] vnc: support some new extensions
2020-12-15 10:20 UTC (5+ messages)
` [PATCH v2 8/9] vnc: add support for extended desktop resize
[PATCH 0/5] genirq: Get rid of handle_percpu_devid_fasteoi_ipi()
2020-12-15 10:19 UTC (5+ messages)
` [PATCH 3/5] irqchip/bcm2836: Make IPIs use handle_percpu_devid_irq()
[GIT PULL] Char/Misc driver changes for 5.11-rc1
2020-12-15 10:20 UTC
xen/evtchn: Interrupt for port 34, but apparently not enabled; per-user 00000000a86a4c1b on 5.10
2020-12-15 10:20 UTC (3+ messages)
[GIT PULL] Driver core changes for 5.11-rc1
2020-12-15 10:20 UTC
[xen-unstable test] 157536: regressions - FAIL
2020-12-15 10:19 UTC
[LTP] [RFC] openposix: Use TMPDIR instead of hardcoded /tmp
2020-12-15 10:18 UTC (2+ messages)
[PATCH v5 00/34] SEV-ES hypervisor support
2020-12-15 10:16 UTC (6+ messages)
` [PATCH v5 12/34] KVM: SVM: Add initial support for a VMGEXIT VMEXIT
[GIT PULL] TTY / Serial changes for 5.11-rc1
2020-12-15 10:17 UTC
[GIT PULL] Staging/IIO driver changes for 5.11-rc1
2020-12-15 10:17 UTC
[PATCH v2] KVM: SVM: use vmsave/vmload for saving/restoring additional host state
2020-12-15 10:15 UTC (3+ messages)
[GIT PULL] USB / Thunderbolt driver changes for 5.11-rc1
2020-12-15 10:17 UTC
[PATCH 0/2] Enable DMA mode on Intel Keem Bay platform
2020-12-15 10:15 UTC (4+ messages)
` [PATCH 2/2] ASoC: Intel: KMB: Enable DMA transfer mode
[PATCH v2 1/2] arm-bsp/trusted-firmware-a: enable explicit linking to runtime builtin
2020-12-15 10:16 UTC (2+ messages)
` [PATCH v2 2/2] arm/trusted-firmware-a: -Wtautological triggers removed
WD MyCloud Ex, Armada-370, pxa3xx-nand, marvell-nfc
2020-12-15 10:14 UTC (8+ messages)
[libnftnl PATCH 1/2] set_elem: Use nftnl_data_reg_snprintf()
2020-12-15 10:13 UTC (3+ messages)
[PATCH v3 0/8] xen/arm: Add support for SMMUv3 driver
2020-12-15 10:13 UTC (7+ messages)
` [PATCH v3 7/8] "
[PATCH v2] selftests/vm: Fix building protection keys test
2020-12-15 10:12 UTC (2+ messages)
[Buildroot] [PATCH 1/2] Revert "configs/rock64_defconfig: remove defconfig"
2020-12-15 10:13 UTC (6+ messages)
` [Buildroot] [PATCH 2/2] Defconfigs: fix rock64_defconfig
[PATCH 1/2] arm-bsp/trusted-firmware-a: enable explicit linking to runtime builtin
2020-12-15 10:12 UTC (2+ messages)
` [PATCH 2/2] arm/trusted-firmware-a: -Wtautological triggers removed
[nft PATCH] tests: py: Fix for changed concatenated ranges output
2020-12-15 10:11 UTC
[GIT PULL] erofs update for 5.11-rc1
2020-12-15 10:08 UTC (2+ messages)
[PATCH] build-sys: fix -static linking of libvhost-user
2020-12-15 10:08 UTC (2+ messages)
[dpdk-dev] [PATCH] net/ixgbe: fix fdirctrl register setting
2020-12-15 10:10 UTC (2+ messages)
` [dpdk-dev] [PATCH v2] "
UBSAN: shift-out-of-bounds in ext4_fill_super
2020-12-15 10:09 UTC (7+ messages)
[PATCH net] ethtool: fix error paths in ethnl_set_channels()
2020-12-15 10:09 UTC (2+ messages)
[PATCH v4] file-posix: detect the lock using the real file
2020-12-15 10:08 UTC (2+ messages)
[PATCH 1/2] arm-bsp/trusted-firmware-a: enable explicit linking to runtime builtin
2020-12-15 10:08 UTC (2+ messages)
` [PATCH 2/2] arm/trusted-firmware-a: -Wtautological triggers removed
[PATCH 0/3] qemu-timer: Make timer_free() imply timer_del()
2020-12-15 10:07 UTC (2+ messages)
[PATCH v5 00/29] Convert DSI code to use drm_mipi_dsi and drm_panel (second half)
2020-12-15 10:05 UTC (5+ messages)
` [PATCH v5 29/29] drm/omap: dsi: allow DSI commands to be sent early
[PATCH v1] x86: tangier: Find proper memory region for relocation
2020-12-15 10:05 UTC (3+ messages)
[GIT PULL] arm64 updates for 5.11
2020-12-15 10:03 UTC (4+ messages)
[RFC PATCH 0/2] gitlab-ci: Maintain a public runner, allow manual pipeline
2020-12-15 10:01 UTC (5+ messages)
` [RFC PATCH 1/2] gitlab-ci: Step in to maintain the fedora-i386-cross runner
[PATCH v6 00/18] HSM driver for ACRN hypervisor
2020-12-15 10:02 UTC (7+ messages)
` [PATCH v6 06/18] virt: acrn: Introduce VM management interfaces
[PATCH] crypto: x86/crc32c-intel - Don't match some Zhaoxin CPUs
2020-12-15 10:02 UTC (3+ messages)
[PATCH v1 0/1] drm: mxsfb: Silence -EPROBE_DEFER while waiting for bridge
2020-12-15 10:01 UTC (5+ messages)
` [PATCH v1 1/1] "
[PATCH] irqchip/gic-v3: Check SRE bit for GICv2 legacy support
2020-12-15 10:00 UTC (10+ messages)
` 答复: "
[LTP] Travis fix
2020-12-15 10:01 UTC (2+ messages)
[ceph-client:pr/22 21/34] net/ceph/messenger_v1.c:1111 read_partial_message() error: we previously assumed 'con->in_msg' could be null (see line 1090)
2020-12-15 10:01 UTC
[PATCH] ui: add support for remote power control to VNC server
2020-12-15 9:59 UTC (3+ messages)
[PATCH 0/3] block: blk_interposer - Block Layer Interposer
2020-12-15 6:51 UTC (8+ messages)
` [dm-devel] "
Linux 5.10
2020-12-14 17:29 UTC (7+ messages)
` [dm-devel] "
[dm-devel] [PATCH v1 0/5] dm: dm-user: New target that proxies BIOs to userspace
2020-12-15 3:00 UTC (2+ messages)
[dm-devel] [PATCH] dm integrity: select the Kconfig option CRYPTO_SKCIPHER
2020-12-14 17:18 UTC
[dm-devel] dm-crypt with no_read_workqueue and no_write_workqueue + btrfs scrub = BUG()
2020-12-14 18:11 UTC
linux-next: manual merge of the drm tree with the crypto tree
2020-12-15 9:58 UTC (3+ messages)
port power is on again after turning off by user space
2020-12-15 9:57 UTC (4+ messages)
[RFC PATCH] .cirrus.yml: bump timeout period for MacOS builds
2020-12-15 9:56 UTC (7+ messages)
[MPTCP][PATCH net-next] mptcp: clear use_ack and use_map when dropping other suboptions
2020-12-15 9:56 UTC
[meta-virtualization][PATCH v5] Adding k3s recipe
2020-12-15 9:56 UTC (14+ messages)
` [meta-virtualization][PATCH] k3s: Bump to v1.19.3+k3s3
Updated performance patch series
2020-12-15 9:56 UTC (5+ messages)
` [PATCH v5 3/4] um: add a UML specific futex implementation
[PATCH] udlfb: Fix memory leak in dlfb_usb_probe
2020-12-15 9:55 UTC (2+ messages)
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.