All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-08 17:47:18 to 2020-07-08 18:21:34 UTC [more...]

[PATCH v2] Makefile: Add clang-tidy and static analyzer support to makefile
 2020-07-08 18:19 UTC 

[PATCH 0/8] Add basic DT support for R8A774E1 SoC enabling HiHope RZ/G2H board
 2020-07-08 18:07 UTC  (16+ messages)
` [PATCH 1/8] dt-bindings: serial: renesas, scif: Document r8a774e1 bindings
  ` [PATCH 1/8] dt-bindings: serial: renesas,scif: "
` [PATCH 2/8] dt-bindings: serial: renesas, hscif: "
  ` [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] mm/sparse: only sub-section aligned range would be populated
 2020-07-08 18:20 UTC  (6+ messages)

[PATCH 18/18] arm64: lto: Strengthen READ_ONCE() to acquire when CLANG_LTO=y
 2020-07-08 18:20 UTC  (12+ messages)

[Intel-wired-lan] [PATCH 1/1] igb: add XDP support
 2020-07-08 18:20 UTC  (2+ messages)

[Intel-gfx] [CI 1/4] drm/i915/gem: Unpin idle contexts from kswapd reclaim
 2020-07-08 18:20 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] "

[GIT PULL] sound fixes for 5.8-rc5
 2020-07-08 18:20 UTC  (2+ messages)

[PATCH] KVM: x86: Make CR4.VMXE reserved for the guest
 2020-07-08 18:19 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
 2020-07-08 18:19 UTC 

[PATCH][next] drm/nouveau: Use fallthrough pseudo-keyword
 2020-07-08 18:19 UTC  (4+ messages)

[PATCH v4 00/78] drm/vc4: Support BCM2711 Display Pipeline
 2020-07-08 17:42 UTC  (85+ 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 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 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 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

[meta-virtualization][m-c-s][PATCH] salt: bump 3000 -> 3001
 2020-07-08 18:16 UTC 

[PATCH bpf-next V3 0/2] BPF selftests test runner 'test_progs' use proper shell exit codes
 2020-07-08 18:16 UTC  (3+ messages)

[PATCH] arm-bsp: yocto-check-layer fixes
 2020-07-08 18:16 UTC  (4+ messages)
` [meta-arm] "

[PATCH 3/3] misc: cxl: flash: Remove unused variable 'drc_index'
 2020-07-08 18:07 UTC  (4+ messages)

[PATCH] testsuite: Add facility to skip tests
 2020-07-08 18:16 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] lib: Sync i915 PCI ids
 2020-07-08 18:15 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[dpdk-dev] [PATCH] ethdev: verify reserved HW ring
 2020-07-08 18:14 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[Tech-board-discuss] [PATCH v3] CodingStyle: Inclusive Terminology
 2020-07-08 18:14 UTC 

[RFC PATCH] mm: avoid access flag update TLB flush for retried page fault
 2020-07-08 18:13 UTC  (5+ messages)

[PATCH v4 00/12] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-07-08 18:13 UTC  (5+ messages)
` [PATCH v4 05/12] hw/arm: Add NPCM730 and NPCM750 SoC models

[linux-stable-rc:queue/5.4 109/220] /tmp/filter-273424.s:50187: Error: bad expression
 2020-07-08 18:13 UTC  (2+ messages)

[PATCH][next] net/sched: Use fallthrough pseudo-keyword
 2020-07-08 18:18 UTC  (3+ messages)

[PATCH 00/21] target/xtensa: implement double precision FPU
 2020-07-08 18:11 UTC  (4+ messages)
` [PATCH 03/21] softfloat: add xtensa specialization for pickNaNMulAdd

[PATCH] watchdog: Use fallthrough pseudo-keyword
 2020-07-08 18:17 UTC  (3+ messages)

[RFC PATCH 0/1] classes: add workdir_save class
 2020-07-08 18:12 UTC  (3+ messages)
` [RFC PATCH 1/1] "
  ` [OE-core] "

[Intel-gfx] s/obj->mm.lock//
 2020-07-08 18:08 UTC  (4+ messages)
` [Intel-gfx] [PATCH 03/20] drm/i915/gem: Don't drop the timeline lock during execbuf

[PATCH] Replace HTTP links with HTTPS ones: UNICODE SUBSYSTEM
 2020-07-08 18:08 UTC  (2+ messages)

Feedback on Current OpenBMC and Proposing Some Improvements ---- "Improvements" Ideas
 2020-07-08 18:06 UTC  (13+ messages)

[PATCH] usbip: Use fallthrough pseudo-keyword
 2020-07-08 18:11 UTC  (3+ messages)

[PATCH RESEND 0/3] usb: gadget: udc: atmel: assorted fixes
 2020-07-08 18:04 UTC  (4+ messages)
` [PATCH RESEND 2/3] usb: gadget: udc: atmel: fix uninitialized read in debug printk
` [PATCH RESEND 1/3] usb: gadget: udc: atmel: remove outdated comment in usba_ep_disable()
` [PATCH RESEND 3/3] usb: gadget: udc: atmel: implement .pullup callback

phosphor-pid-control: dbus tuning interface
 2020-07-08 18:03 UTC  (4+ messages)

DNF package reinstallation
 2020-07-08 18:03 UTC 

[PATCH 1/1] powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at
 2020-07-08 17:54 UTC  (2+ messages)
` [PATCH 1/1] powerpc: Fix incorrect stw{,ux,u,x} "

[PATCH v7 00/47] block: Deal with filters
 2020-07-08 17:59 UTC  (11+ messages)
` [PATCH v7 07/47] block: Add bdrv_supports_compressed_writes()
` [PATCH v7 08/47] throttle: Support compressed writes
` [PATCH v7 09/47] copy-on-read: "
` [PATCH v7 10/47] mirror-top: "
` [PATCH v7 11/47] backup-top: "

[GIT PULL] EFI fixes
 2020-07-08 18:00 UTC  (4+ messages)

[PATCH BlueZ v2] mesh: Add Composition page storage to node.json
 2020-07-08 17:57 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7180: Drop the unused non-MSA SID
 2020-07-08 17:59 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: PWM SUBSYSTEM
 2020-07-08 17:59 UTC 

[PATCH] mm, oom: make the calculation of oom badness more accurate
 2020-07-08 17:57 UTC  (4+ messages)

[Intel-gfx] [PATCH v12 0/3] drm/i915: timeline semaphore support
 2020-07-08 17:57 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH] bitfield.h: don't compile-time validate _val in FIELD_FIT
 2020-07-08 17:56 UTC  (5+ messages)

[PATCH BlueZ 1/2] mesh: Get rid of "unreliable opcodes" in config server
 2020-07-08 17:56 UTC  (2+ messages)

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

OP-TEE Development Guidance
 2020-07-08 17:56 UTC 

[PATCH] ext4: Do not block RWF_NOWAIT dio write on unallocated space
 2020-07-08 17:55 UTC  (2+ messages)

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

[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 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)

[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] 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:45 UTC  (2+ messages)
` [PATCH 02/12] netfilter: nft_set_pipapo: Drop useless assignment of scratch map index on insert


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.