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

[PATCH v1 1/8] iio: accel: bma220: Fix returned codes from bma220_init(), bma220_deinit()
 2020-09-03  8:21 UTC  (5+ messages)

[PATCH v5 00/80] drm/vc4: Support BCM2711 Display Pipeline
 2020-09-03  8:01 UTC  (131+ messages)
` [PATCH v5 01/80] dt-bindings: display: Add support for the BCM2711 HVS
` [PATCH v5 02/80] drm/vc4: Add support for the BCM2711 HVS5
` [PATCH v5 03/80] drm/vc4: hvs: Boost the core clock during modeset
` [PATCH v5 04/80] drm/vc4: plane: Change LBM alignment constraint on LBM
` [PATCH v5 05/80] drm/vc4: plane: Optimize the LBM allocation size
` [PATCH v5 06/80] drm/vc4: plane: Create more planes
` [PATCH v5 07/80] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH v5 08/80] drm/vc4: crtc: Use a shared interrupt
` [PATCH v5 09/80] drm/vc4: crtc: Move the cob allocation outside of bind
` [PATCH v5 10/80] drm/vc4: crtc: Rename HVS channel to output
` [PATCH v5 11/80] drm/vc4: crtc: Use local chan variable
` [PATCH v5 12/80] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH v5 13/80] drm/vc4: kms: Convert to for_each_new_crtc_state
` [PATCH v5 14/80] drm/vc4: crtc: Assign output to channel automatically
` [PATCH v5 15/80] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH v5 16/80] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH v5 17/80] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH v5 18/80] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH v5 19/80] drm/vc4: crtc: Disable color management for HVS5
` [PATCH v5 20/80] drm/vc4: crtc: Turn pixelvalve reset into a function
` [PATCH v5 21/80] drm/vc4: crtc: Move PV dump to config_pv
` [PATCH v5 22/80] drm/vc4: crtc: Move HVS init and close to a function
` [PATCH v5 23/80] drm/vc4: crtc: Move the HVS gamma LUT setup to our init function
` [PATCH v5 24/80] drm/vc4: hvs: Make sure our channel is reset
` [PATCH v5 25/80] drm/vc4: crtc: Remove mode_set_nofb
` [PATCH v5 26/80] drm/vc4: crtc: Remove redundant pixelvalve reset
` [PATCH v5 27/80] drm/vc4: crtc: Move HVS channel init before the PV initialisation
` [PATCH v5 28/80] drm/vc4: encoder: Add finer-grained encoder callbacks
` [PATCH v5 29/80] drm/vc4: crtc: Add a delay after disabling the PixelValve output
` [PATCH v5 30/80] drm/vc4: crtc: Clear the PixelValve FIFO on disable
` [PATCH v5 31/80] drm/vc4: crtc: Clear the PixelValve FIFO during configuration
` [PATCH v5 32/80] drm/vc4: hvs: Make the stop_channel function public
` [PATCH v5 33/80] drm/vc4: hvs: Introduce a function to get the assigned FIFO
` [PATCH v5 34/80] drm/vc4: crtc: Move the CRTC disable out
` [PATCH v5 35/80] drm/vc4: drv: Disable the CRTC at boot time
` [PATCH v5 36/80] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH v5 37/80] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH v5 38/80] drm/vc4: hdmi: Use debugfs private field
` [PATCH v5 39/80] drm/vc4: hdmi: Move structure to header
` [PATCH v5 40/80] drm/vc4: hdmi: rework connectors and encoders
` [PATCH v5 41/80] drm/vc4: hdmi: Remove DDC argument to connector_init
` [PATCH v5 42/80] drm/vc4: hdmi: Rename hdmi to vc4_hdmi
` [PATCH v5 43/80] drm/vc4: hdmi: Move accessors "
` [PATCH v5 44/80] drm/vc4: hdmi: Use local vc4_hdmi directly
` [PATCH v5 45/80] drm/vc4: hdmi: Add container_of macros for encoders and connectors
` [PATCH v5 46/80] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH v5 47/80] drm/vc4: hdmi: Retrieve the vc4_hdmi at unbind using our device
` [PATCH v5 48/80] drm/vc4: hdmi: Remove vc4_dev hdmi pointer
` [PATCH v5 49/80] drm/vc4: hdmi: Remove vc4_hdmi_connector
` [PATCH v5 50/80] drm/vc4: hdmi: Introduce resource init and variant
` [PATCH v5 51/80] drm/vc4: hdmi: Implement a register layout abstraction
` [PATCH v5 52/80] drm/vc4: hdmi: Add reset callback
` [PATCH v5 53/80] drm/vc4: hdmi: Add PHY init and disable function
` [PATCH v5 54/80] drm/vc4: hdmi: Add PHY RNG enable / "
` [PATCH v5 55/80] drm/vc4: hdmi: Add a CSC setup callback
` [PATCH v5 56/80] drm/vc4: hdmi: Add a set_timings callback
` [PATCH v5 57/80] drm/vc4: hdmi: Store the encoder type in the variant structure
` [PATCH v5 58/80] drm/vc4: hdmi: Deal with multiple debugfs files
` [PATCH v5 59/80] drm/vc4: hdmi: Move CEC init to its own function
` [PATCH v5 60/80] drm/vc4: hdmi: Add CEC support flag
` [PATCH v5 61/80] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
` [PATCH v5 62/80] drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid
` [PATCH v5 63/80] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
` [PATCH v5 64/80] drm/vc4: hdmi: Use clk_set_min_rate instead
` [PATCH v5 65/80] drm/vc4: hdmi: Use reg-names to retrieve the HDMI audio registers
` [PATCH v5 66/80] drm/vc4: hdmi: Reset audio infoframe on encoder_enable if previously streaming
` [PATCH v5 67/80] drm/vc4: hdmi: Set the b-frame marker to the match ALSA's default
` [PATCH v5 68/80] drm/vc4: hdmi: Add audio-related callbacks
` [PATCH v5 69/80] drm/vc4: hdmi: Deal with multiple ALSA cards
` [PATCH v5 70/80] drm/vc4: hdmi: Remove register dumps in enable
` [PATCH v5 71/80] drm/vc4: hdmi: Always recenter the HDMI FIFO
` [PATCH v5 72/80] drm/vc4: hdmi: Implement finer-grained hooks
` [PATCH v5 73/80] drm/vc4: hdmi: Do the VID_CTL configuration at once
` [PATCH v5 74/80] drm/vc4: hdmi: Switch to blank pixels when disabled
` [PATCH v5 75/80] drm/vc4: hdmi: Add pixel BVB clock control
` [PATCH v5 76/80] drm/vc4: hdmi: Support the BCM2711 HDMI controllers
` [PATCH v5 77/80] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings
` [PATCH v5 78/80] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH v5 79/80] drm/vc4: drv: Support BCM2711
` [PATCH v5 80/80] ARM: dts: bcm2711: Enable the display pipeline

[PATCH] 9pfs: log warning if msize <= 8192
 2020-09-03  8:20 UTC  (4+ messages)

[PATCH] mmc: sdio: Use mmc_pre_req() / mmc_post_req()
 2020-09-03  8:20 UTC 

[PATCH v2 2/3] remoteproc: qcom: Add capability to collect minidumps
 2020-09-03  8:20 UTC  (2+ messages)

[PATCH v2 1/2] uas: bump hw_max_sectors to 2048 blocks for SS or faster drives
 2020-09-03  8:20 UTC  (3+ messages)
` [PATCH v3 1/2] usb-storage: fix sdev->host->dma_dev

[PATCH v4 1/4] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-09-03  8:19 UTC  (2+ messages)

clean up is partition checks
 2020-09-03  8:19 UTC  (4+ messages)
` [PATCH 2/9] block: add a bdev_is_partition helper

simplify gendisk lookup and remove struct block_device aliases v3
 2020-09-03  8:14 UTC  (20+ messages)
` [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c
` [PATCH 03/19] block: cleanup del_gendisk a bit
` [PATCH 04/19] block: split block_class_lock
` [PATCH 05/19] block: rework requesting modules for unclaimed devices
` [PATCH 06/19] block: add an optional probe callback to major_names
` [PATCH 07/19] ide: remove ide_{,un}register_region
` [PATCH 08/19] swim: don't call blk_register_region
` [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand
` [PATCH 11/19] loop: "
` [PATCH 12/19] md: "
` [PATCH 13/19] ide: switch to __register_blkdev for command set probing
` [PATCH 14/19] floppy: use a separate gendisk for each media format
` [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 16/19] ataflop: use a separate gendisk for each media format
` [PATCH 17/19] z2ram: reindent
` [PATCH 18/19] z2ram: use separate gendisk for the different modes
` [PATCH 19/19] block: switch gendisk lookup to a simple xarray

[PATCH v8 0/6] Support running driver's probe for a device powered off
 2020-09-03  8:15 UTC  (7+ messages)
` [PATCH v8 1/6] i2c: Allow an ACPI driver to manage the device's power state during probe
` [PATCH v8 2/6] Documentation: ACPI: Document i2c-allow-low-power-probe _DSD property
` [PATCH v8 3/6] ACPI: Add a convenience function to tell a device is in low power state
` [PATCH v8 4/6] ov5670: Support probe whilst the device is in a "
` [PATCH v8 5/6] media: i2c: imx319: Support probe while the device is off
` [PATCH v8 6/6] at24: Support probing while off

[PATCH] btrfs: improve messages when devices rescanned
 2020-09-03  8:16 UTC  (2+ messages)

【consulting for function tasklet usb_giveback_urb_bh】
 2020-09-03  8:17 UTC 

[PATCH 1/1] iommu/vt-d: Fix NULL pointer dereference in dev_iommu_priv_set()
 2020-09-03  8:16 UTC  (3+ messages)

linux-next: Tree for Sep 3
 2020-09-03  8:16 UTC 

kernel BUG at fs/btrfs/relocation.c:437!
 2020-09-03  8:15 UTC  (2+ messages)

[PATCH v3 0/8] x86: switch default MSR behavior
 2020-09-03  8:15 UTC  (4+ messages)
` [PATCH v3 4/8] x86/svm: handle BU_CFG and BU_CFG2 with cases

[PATCH] netfilter: nftables: fix documentation for dup statement
 2020-09-03  8:15 UTC  (6+ messages)

[PATCH 0/2] iommu: amd: Fix intremap IO_PAGE_FAULT for VMs
 2020-09-03  8:14 UTC  (4+ messages)
` [PATCH 2/2] iommu: amd: Use cmpxchg_double() when updating 128-bit IRTE

[PATCH v6 00/20] gpio: cdev: add uAPI v2
 2020-09-03  8:13 UTC  (6+ messages)
` [PATCH v6 09/20] gpiolib: cdev: support edge detection for "

[PATCH] sh: fix syscall tracing
 2020-09-03  8:13 UTC  (3+ messages)

[PATCH 00/11] mmc: Minor cleanups and compile test
 2020-09-03  8:09 UTC  (5+ messages)
` [RFT 06/11] mmc: sdhci-brcmstb: Simplify with optional clock and dev_err_probe()

[igt-dev] [PATCH i-g-t] tests/kms_cursor_crc Stripping rendercopy implementation to use cairo
 2020-09-03  8:11 UTC 

[PATCH 1/3] mmc: davinci: Fix -Wpointer-to-int-cast on compile test
 2020-09-03  8:10 UTC  (6+ messages)
` [PATCH 2/3] mmc: s3cmci: Use proper printk format for iomem pointer
` [PATCH 3/3] mmc: s3cmci: Cast driver data through long

[PATCH 1/2] drm/amdgpu/gmc9: print client id string for mmhub
 2020-09-03  8:11 UTC  (3+ messages)

[PATCH v2] mmc: sdhci-of-esdhc: Don't walk device-tree on every interrupt
 2020-09-03  8:10 UTC  (2+ messages)

[PATCH] mmc: s3cmci: Drop unused variables in dbg_dumpregs
 2020-09-03  8:10 UTC  (2+ messages)

[PATCH] mmc: sdhci-msm: Prefer asynchronous probe
 2020-09-03  8:10 UTC  (2+ messages)

[PATCH v2 0/4] renesas_sdhi: fix hang when SCC loses its clock
 2020-09-03  8:10 UTC  (2+ messages)

[PATCH v2] mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unset
 2020-09-03  8:10 UTC  (10+ messages)

[PATCH] irqchip/tango: Fix possible null ptr reference in tangox_irq_init
 2020-09-03  8:10 UTC  (2+ messages)

[PATCH v4 00/10] topology: decode: Various fixes
 2020-09-03  8:10 UTC  (4+ messages)

[dpdk-dev] [PATCH v3 00/11] bbdev PMD ACC100
 2020-09-03  8:06 UTC  (7+ messages)
` [dpdk-dev] [PATCH v3 05/11] baseband/acc100: add LDPC processing functions

[PATCH] drm/amdgpu: enable ih1 ih2 for Arcturus only
 2020-09-03  8:05 UTC  (5+ messages)

[PATCH v3 00/12] Green the msys2 CI make
 2020-09-03  8:02 UTC  (5+ messages)
` [PATCH v3 10/12] meson: Fixes qapi tests

[PATCH v4] mm/page_vma_mapped.c: Explicitly compare pfn for normal, hugetlbfs and THP page
 2020-09-03  8:02 UTC  (8+ messages)


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.