All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-08 17:36:53 to 2020-07-08 17:55:12 UTC [more...]

[PATCH v2 00/23] spi: dm-conversion (part1)
 2020-07-08 17:55 UTC  (7+ messages)
` [PATCH v2 16/23] ti: Drop sdp4430 board

[PATCH 1/1] powerpc: Fix incorrect stw{,ux,u,x} instructions in __set_pte_at
 2020-07-08 17:54 UTC 

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

[RFC PATCH] configure: remove all dependencies on a (re)configure
 2020-07-08 17:53 UTC 

[PATCH 5.7 000/112] 5.7.8-rc1 review
 2020-07-08 17:53 UTC  (2+ messages)

[PATCH 0/8] Add basic DT support for R8A774E1 SoC enabling HiHope RZ/G2H board
 2020-07-08 17:53 UTC  (10+ messages)
` [PATCH 1/8] dt-bindings: serial: renesas,scif: Document r8a774e1 bindings
` [PATCH 2/8] dt-bindings: serial: renesas,hscif: "
` [PATCH 3/8] dt-bindings: irqchip: renesas-irqc: "
` [PATCH 4/8] dt-bindings: mmc: renesas,sdhi: Add r8a774e1 support
` [PATCH 5/8] arm64: defconfig: Enable R8A774E1 SoC
` [PATCH 6/8] arm64: dts: renesas: Initial r8a774e1 SoC device tree
` [PATCH 7/8] arm64: dts: renesas: Add HiHope RZ/G2H main board support
` [PATCH 8/8] arm64: dts: renesas: Add HiHope RZ/G2H sub "

[PATCH 5.4 00/65] 5.4.51-rc1 review
 2020-07-08 17:53 UTC  (2+ messages)

[PATCH v2 0/5] Add initial Keem Bay SoC / Board support
 2020-07-08 17:50 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: Add config for Keem Bay SoC
` [PATCH v2 2/5] dt-bindings: arm: Add Keem Bay bindings
` [PATCH v2 3/5] MAINTAINERS: Add maintainers for Keem Bay SoC
` [PATCH v2 4/5] arm64: dts: keembay: Add device tree "
` [PATCH v2 5/5] arm64: dts: keembay: Add device tree for Keem Bay EVM board

[PATCH 4.19 00/36] 4.19.132-rc1 review
 2020-07-08 17:52 UTC  (2+ messages)

[PATCH v7 00/47] block: Deal with filters
 2020-07-08 17:52 UTC  (7+ messages)
` [PATCH v7 06/47] block: Drop bdrv_is_encrypted()
` [PATCH v7 07/47] block: Add bdrv_supports_compressed_writes()
` [PATCH v7 08/47] throttle: Support compressed writes

[RFC PATCH 0/2] Add Xilinx DSI-TX DRM driver
 2020-07-08 17:52 UTC  (11+ messages)
` [RFC PATCH 2/2] drm: xlnx: driver for Xilinx DSI TX Subsystem

[PATCH 4.14 00/27] 4.14.188-rc1 review
 2020-07-08 17:52 UTC  (2+ messages)

[PATCH] ASoC: cros_ec_codec: Reset I2S RX when probing
 2020-07-08 17:51 UTC  (7+ messages)

[PATCH 4.9 00/24] 4.9.230-rc1 review
 2020-07-08 17:51 UTC  (2+ messages)

[PATCH 4.4 00/19] 4.4.230-rc1 review
 2020-07-08 17:51 UTC  (2+ messages)

[xlnx:master 40/56] drivers/misc/xilinx-ai-engine/ai-engine-mem.c:109:6: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'phys_addr_t' {aka 'unsigned int'}
 2020-07-08 17:51 UTC 

[PATCH] sun4i-csi: call _vb2_fop_release instead of v4l2_fh_release
 2020-07-08 17:50 UTC  (2+ messages)

[PATCH v19 00/12] Landlock LSM
 2020-07-08 17:50 UTC  (7+ messages)
` [PATCH v19 08/12] landlock: Add syscall implementation

[PATCH] bfq: fix blkio cgroup leakage
 2020-07-08 17:48 UTC  (3+ messages)

[PATCH] ARM: dts: imx6qdl: only enable pcie in the pcie dts file
 2020-07-08 17:48 UTC  (2+ messages)

[PATCH v4] ARM: dts: stm32: add seeed studio odyssey-stm32mp157c board
 2020-07-08 17:49 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] v4l2-dev: call vb2_queue_release in video_unregister_device()
 2020-07-08 17:48 UTC 

[PATCH] intel: sync i915_pciids.h with kernel
 2020-07-08 17:46 UTC 

KASAN: use-after-free Write in refcount_warn_saturate
 2020-07-08 17:36 UTC  (3+ messages)
` use-after-free in Bluetooth: 6lowpan (was Re: KASAN: use-after-free Write in refcount_warn_saturate)

[PATCH 1/2] auto-t: increase wait time for blacklist test
 2020-07-08 17:48 UTC  (2+ messages)
` [PATCH 2/2] auto-t: remove busy wait for eapol reauth

[linux-next:master 2046/6488] drivers/net/wireless/intel/iwlegacy/4965-mac.c:2822 il4965_hdl_tx() error: uninitialized symbol 'tid'
 2020-07-08 17:48 UTC 

[PATCH v2 1/6] wiphy: introduce new radio management APIs
 2020-07-08 17:47 UTC  (6+ messages)
` [PATCH v2 2/6] frame-xchg: refactor to use wiphy work queue
` [PATCH v2 3/6] anqp: refactor to use frame-xchg
` [PATCH v2 4/6] scan: refactor to use wiphy radio work queue
` [PATCH v2 5/6] station: cancel hidden network scan when connecting
` [PATCH v2 6/6] netdev: use wiphy radio work queue for connections

[PATCH 00/12] Netfilter/IPVS updates for net-next
 2020-07-08 17:46 UTC  (13+ messages)
` [PATCH 01/12] netfilter: introduce support for reject at prerouting stage
` [PATCH 02/12] netfilter: nft_set_pipapo: Drop useless assignment of scratch map index on insert
` [PATCH 03/12] ipvs: register hooks only with services
` [PATCH 04/12] ipvs: avoid expiring many connections from timer
` [PATCH 05/12] ipvs: allow connection reuse for unconfirmed conntrack
` [PATCH 06/12] netfilter: nf_tables: add NFTA_CHAIN_ID attribute
` [PATCH 07/12] netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attribute
` [PATCH 08/12] netfilter: nf_tables: add NFTA_VERDICT_CHAIN_ID attribute
` [PATCH 09/12] netfilter: nf_tables: expose enum nft_chain_flags through UAPI
` [PATCH 10/12] netfilter: nf_tables: add nft_chain_add()
` [PATCH 11/12] netfilter: nf_tables: add NFT_CHAIN_BINDING
` [PATCH 12/12] netfilter: nf_tables: reject unsupported chain flags

[PATCH net-next] bonding: deal with xfrm state in all modes and add more error-checking
 2020-07-08 17:46 UTC  (2+ messages)
` [Intel-wired-lan] "

[RFC PATCH 0/4] block: add two statistic tables
 2020-07-08 17:46 UTC  (5+ messages)
` [PATCH RFC 1/5] block: return ns precision from disk_start_io_acct

WARNING: suspicious RCU usage in bond_ipsec_add_sa
 2020-07-08 17:46 UTC  (2+ messages)

[PATCH v3] mm/hugetlb: avoid hardcoding while checking if cma is enable
 2020-07-08 17:45 UTC  (3+ messages)

5.6 pretty massive unexplained btrfs corruption: parent transid verify failed + open_ctree failed
 2020-07-08 17:44 UTC  (6+ messages)

[PATCH] ARM: dts: imx6qp-sabreauto: enable sata on imx6qp sabreauto board
 2020-07-08 17:41 UTC  (6+ messages)
` [PATCH] ARM: dts: imx6qp-sabresd: enable sata on imx6qp sabresd board

[PATCH 00/21] target/xtensa: implement double precision FPU
 2020-07-08 17:41 UTC  (6+ messages)
` [PATCH 01/21] softfloat: make NO_SIGNALING_NANS runtime property
` [PATCH 09/21] target/xtensa: add DFP option, registers and opcodes

[RFC PATCH 00/16] RFC: patman: Collect review tags and comments from Patchwork
 2020-07-08 17:42 UTC  (7+ messages)
` [RFC PATCH 01/16] patman: Use test_util to show test results

[Cocci] Adding labels without indentation before specific statements?
 2020-07-08 17:30 UTC  (2+ messages)
` [Cocci] [PATCH] Coccinelle: Add a SmPL script for the reconsideration of function calls before return statements

[PATCH net-next v2 1/2] irq_work: Export symbol "irq_work_queue_on"
 2020-07-08 17:41 UTC  (3+ messages)

[PATCH] i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7
 2020-07-08 17:41 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] lib: Sync i915 PCI ids
 2020-07-08 17:42 UTC 

git grep --threads 12 --textconv is effectively single-threaded
 2020-07-08 17:40 UTC  (3+ messages)

[PATCH v2 net-next 0/3] Add PTP support for Octeontx2
 2020-07-08 17:40 UTC  (3+ messages)
` [PATCH v2 net-next 3/3] octeontx2-pf: Add support for PTP clock

[dpdk-dev] [PATCH] net/ice/base: add SRC MAC field support for FD
 2020-07-08 17:40 UTC  (2+ messages)

bytenr mismatch - Can I fix this?
 2020-07-08 17:40 UTC 

[PATCH v3 00/17] perf: ftrace enhancement
 2020-07-08 17:39 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
 2020-07-08 17:39 UTC 

kernel since 5.6 do not boot anymore on Apple PowerBook
 2020-07-08 17:36 UTC  (11+ messages)

[Intel-gfx] [CI 1/4] drm/i915/gem: Unpin idle contexts from kswapd reclaim
 2020-07-08 17:37 UTC  (4+ messages)
` [Intel-gfx] [CI 2/4] drm/i915/gt: Replace opencoded i915_gem_object_pin_map()
` [Intel-gfx] [CI 3/4] drm/i915: Release shortlived maps of longlived objects
` [Intel-gfx] [CI 4/4] drm/i915: Remove i915_gem_object_get_dirty_page()

[PATCH v1 0/3] Fix dpm_list ordering issue due to fw_devlink optimization
 2020-07-08 17:36 UTC  (4+ 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.