All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-24 09:26:53 to 2020-02-24 09:50:23 UTC [more...]

[kvm-unit-tests PATCH] Makefile: fix stack-protector tests
 2020-02-24  9:50 UTC  (2+ messages)

[PATCH v3 0/5] PCI: Endpoint: Miscellaneous improvements
 2020-02-24  9:53 UTC  (6+ messages)
` [PATCH v3 1/5] PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF
` [PATCH v3 2/5] PCI: endpoint: Replace spinlock with mutex
` [PATCH v3 3/5] PCI: endpoint: Fix for concurrent memory allocation in OB address region
` [PATCH v3 4/5] PCI: endpoint: Protect concurrent access to pci_epf_ops with mutex
` [PATCH v3 5/5] PCI: endpoint: Assign function number for each PF in EPC core

[PATCH 0/3] Add support for PocketBook Touch Lux 3 e-book reader
 2020-02-24  9:17 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: Add prefix for PocketBook International SA

[PATCH 0/8] do not store GPU address in TTM
 2020-02-24  9:52 UTC  (4+ messages)
` [PATCH 6/8] drm/vram-helper: don't use ttm bo->offset

[PATCH 0/3] Improve the output message for CE/UE
 2020-02-24  9:42 UTC  (4+ messages)
` [PATCH 1/3] EDAC: synopsys: Remove pinf->col parameter for ZynqMP and i.MX8MP
` [PATCH 2/3] EDAC: synopsys: Reorganizing the output message for CE/UE
` [PATCH 3/3] EDAC: synopsys: Add useful output information for 64 bit systems

[igt-dev] [PATCH i-g-t v4 0/1] Support to assemble CB kernel for gen7
 2020-02-24  9:48 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v4 1/1] tools/generate_cb_buffer: Add script to assemble CB kernel

KMSAN: uninit-value in br_dev_xmit
 2020-02-24  9:47 UTC  (3+ messages)
  ` [Bridge] "

[PATCH v3 0/3] Fix number of priority bits for arm boards
 2020-02-24  9:39 UTC  (4+ messages)
` [PATCH v3 1/3] arm_gic: Mask the un-supported priority bits
` [PATCH v3 2/3] cpu/a9mpcore: Set number of GIC priority bits to 5
` [PATCH v3 3/3] cpu/arm11mpcore: Set number of GIC priority bits to 4

[PATCH] mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabled
 2020-02-24  9:46 UTC 

[meghadey-crypto:interrupt_message_store 1/6] drivers//irqchip/irq-mbigen.c:309:10: error: incompatible pointer types passing 'void (struct msi_desc *, struct msi_msg *)' to parameter of type 'const struct platform_msi_ops *'
 2020-02-24  9:47 UTC 

[PATCH v6 0/5] Add support for mt2701 JPEG ENC support
 2020-02-24  9:46 UTC  (4+ messages)
` [PATCH v6 1/5] media: platform: Fix jpeg dec driver bug and improve code quality

[PATCH] BSP Guide: numerous tweaks/grammar/wording/clarification
 2020-02-24  9:46 UTC  (2+ messages)
` [docs] "

scrub resume after suspend not working
 2020-02-24  9:39 UTC 

[Intel-gfx] [PATCH 0/1] Adding YUV444 packed format support for skl+
 2020-02-24  9:44 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Adding YUV444 packed format support for skl+ (rev3)

[PATCH net-next v1 00/18] Clean driver, module and FW versions
 2020-02-24  9:43 UTC  (8+ messages)
` [PATCH net-next v1 09/18] net/allwinner: Remove driver version
` [PATCH net-next v1 12/18] net/amazon: Ensure that driver version is aligned to the linux kernel

[PATCH RT 00/25] Linux v4.14.170-rt75-rc1
 2020-02-24  9:43 UTC  (3+ messages)
` [PATCH RT 15/25] sched: migrate_enable: Use select_fallback_rq()

[PATCH] Make grub_strtoul() "end" pointer have the right const params
 2020-02-24  9:42 UTC  (3+ messages)
` [PATCH] Make grub_strtol() "end" pointers have safer const qualifiers. (v2)

[PATCH 00/89] drm/vc4: Support BCM2711 Display Pipeline
 2020-02-24  9:07 UTC  (132+ 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 05/89] clk: Return error code when of provider pointer is NULL
` [PATCH 06/89] dt-bindings: clock: Add a binding for the RPi Firmware clocks
` [PATCH 07/89] clk: bcm: rpi: Allow the driver to be probed by DT
` [PATCH 08/89] clk: bcm: rpi: Statically init clk_init_data
` [PATCH 09/89] clk: bcm: rpi: Use clk_hw_register for pllb_arm
` [PATCH 10/89] clk: bcm: rpi: Remove global pllb_arm clock pointer
` [PATCH 11/89] clk: bcm: rpi: Make sure pllb_arm is removed
` [PATCH 12/89] clk: bcm: rpi: Remove pllb_arm_lookup global pointer
` [PATCH 13/89] clk: bcm: rpi: Switch to clk_hw_register_clkdev
` [PATCH 14/89] clk: bcm: rpi: Make sure the clkdev lookup is removed
` [PATCH 15/89] clk: bcm: rpi: Create a data structure for the clocks
` [PATCH 16/89] clk: bcm: rpi: Add clock id to data
` [PATCH 17/89] clk: bcm: rpi: Pass the clocks data to the firmware function
` [PATCH 18/89] clk: bcm: rpi: Rename is_prepared function
` [PATCH 19/89] clk: bcm: rpi: Split pllb clock hooks
` [PATCH 20/89] clk: bcm: rpi: Make the PLLB registration function return a clk_hw
` [PATCH 21/89] clk: bcm: rpi: Add DT provider for the clocks
` [PATCH 22/89] clk: bcm: rpi: Discover the firmware clocks
` [PATCH 23/89] ARM: dts: bcm2711: Add firmware clocks node
` [PATCH 24/89] reset: Move reset-simple header out of drivers/reset
` [PATCH 25/89] reset: simple: Add reset callback
` [PATCH 26/89] dt-bindings: clock: Add BCM2711 DVP binding
` [PATCH 27/89] clk: bcm: Add BCM2711 DVP driver
` [PATCH 28/89] ARM: dts: bcm2711: Add HDMI DVP
` [PATCH 29/89] dt-bindings: display: Convert VC4 bindings to schemas
` [PATCH 30/89] dt-bindings: display: vc4: dpi: Add missing clock-names property
` [PATCH 31/89] dt-bindings: display: vc4: dsi: Add missing clock properties
` [PATCH 32/89] dt-bindings: display: vc4: hdmi: Add missing clock-names property
` [PATCH 33/89] dt-bindings: display: vc4: Document BCM2711 VC5
` [PATCH 34/89] drm/vc4: drv: Add include guards
` [PATCH 35/89] drm/vc4: drv: Support BCM2711
` [PATCH 36/89] drm/vc4: drv: Add support for the BCM2711 HVS5
` [PATCH 37/89] drm/vc4: plane: Improve LBM usage
` [PATCH 38/89] drm/vc4: plane: Move planes creation to its own function
` [PATCH 39/89] drm/vc4: plane: Move additional planes creation to driver
` [PATCH 40/89] drm/vc4: plane: Register all the planes at once
` [PATCH 41/89] drm/vc4: plane: Create overlays for any CRTC
` [PATCH 42/89] drm/vc4: plane: Create more planes
` [PATCH 43/89] drm/vc4: crtc: Rename SoC data structures
` [PATCH 44/89] drm/vc4: crtc: Move crtc state to common header
` [PATCH 45/89] drm/vc4: crtc: Deal with different number of pixel per clock
` [PATCH 46/89] drm/vc4: crtc: Use a shared interrupt
` [PATCH 47/89] drm/vc4: crtc: Turn static const variable into a define
` [PATCH 48/89] drm/vc4: crtc: Move the cob allocation outside of bind
` [PATCH 49/89] drm/vc4: crtc: Rename HVS channel to output
` [PATCH 50/89] drm/vc4: crtc: Use local chan variable
` [PATCH 51/89] drm/vc4: crtc: Enable and disable the PV in atomic_enable / disable
` [PATCH 52/89] drm/vc4: crtc: Assign output to channel automatically
` [PATCH 53/89] drm/vc4: crtc: Add FIFO depth to vc4_crtc_data
` [PATCH 54/89] drm/vc4: crtc: Add function to compute FIFO level bits
` [PATCH 55/89] drm/vc4: crtc: Rename HDMI encoder type to HDMI0
` [PATCH 56/89] drm/vc4: crtc: Add HDMI1 encoder type
` [PATCH 57/89] drm/vc4: crtc: Remove redundant call to drm_crtc_enable_color_mgmt
` [PATCH 58/89] drm/vc4: crtc: Disable color management for HVS5
` [PATCH 59/89] dt-bindings: display: vc4: pv: Add BCM2711 pixel valves
` [PATCH 60/89] drm/vc4: crtc: Add BCM2711 pixelvalves
` [PATCH 61/89] drm/vc4: hdmi: Use debugfs private field
` [PATCH 62/89] drm/vc4: hdmi: Move structure to header
` [PATCH 63/89] drm/vc4: hdmi: rework connectors and encoders
` [PATCH 64/89] drm/vc4: hdmi: Remove DDC argument to connector_init
` [PATCH 65/89] drm/vc4: hdmi: Rename hdmi to vc4_hdmi
` [PATCH 66/89] drm/vc4: hdmi: Move accessors "
` [PATCH 67/89] drm/vc4: hdmi: Use local vc4_hdmi directly
` [PATCH 68/89] drm/vc4: hdmi: Add container_of macros for encoders and connectors
` [PATCH 69/89] drm/vc4: hdmi: Pass vc4_hdmi to CEC code
` [PATCH 70/89] drm/vc4: hdmi: Remove vc4_dev hdmi pointer
` [PATCH 71/89] drm/vc4: hdmi: Remove vc4_hdmi_connector
` [PATCH 72/89] drm/vc4: hdmi: Introduce resource init and variant
` [PATCH 73/89] drm/vc4: hdmi: Implement a register layout abstraction
` [PATCH 74/89] drm/vc4: hdmi: Add reset callback
` [PATCH 75/89] drm/vc4: hdmi: Add PHY init and disable function
` [PATCH 76/89] drm/vc4: hdmi: Add PHY RNG enable / "
` [PATCH 77/89] drm/vc4: hdmi: Add a CSC setup callback
` [PATCH 78/89] drm/vc4: hdmi: Add a set_timings callback
` [PATCH 79/89] drm/vc4: hdmi: Add HDMI ID
` [PATCH 80/89] drm/vc4: hdmi: Deal with multiple debugfs files
` [PATCH 81/89] drm/vc4: hdmi: Add an audio support flag
` [PATCH 82/89] drm/vc4: hdmi: Move CEC init to its own function
` [PATCH 83/89] drm/vc4: hdmi: Add CEC support flag
` [PATCH 84/89] drm/vc4: hdmi: Remove unused CEC_CLOCK_DIV define
` [PATCH 85/89] drm/vc4: hdmi: Rename drm_encoder pointer in mode_valid
` [PATCH 86/89] drm/vc4: hdmi: Adjust HSM clock rate depending on pixel rate
` [PATCH 87/89] drm/vc4: hdmi: Support the BCM2711 HDMI controllers
` [PATCH 88/89] dt-bindings: display: vc4: hdmi: Add BCM2711 HDMI controllers bindings
` [PATCH 89/89] ARM: dts: bcm2711: Enable the display pipeline

[PATCH 0/3] gpiolib: add reference counting to GPIO descriptors
 2020-02-24  9:41 UTC  (4+ messages)
` [PATCH 1/3] gpiolib: provide VALIDATE_DESC_PTR() macro
` [PATCH 2/3] gpiolib: use kref in gpio_desc
` [PATCH 3/3] nvmem: increase the reference count of a gpio passed over config

[Devel] test
 2020-02-24  9:42 UTC 

[PATCH v3] drm: shmobile: Reduce include dependencies
 2020-02-24  9:04 UTC  (2+ messages)

[PATCH net-next] sfc: complete the next packet when we receive a timestamp
 2020-02-24  9:41 UTC  (4+ messages)

[RFC] can: af_can: can_rcv() canfd_rcv(): Fix access of uninitialized memory or out of bounds
 2020-02-24  9:41 UTC 

[PATCH v2 0/3] Fix arm_arch_timer clockmode when vDSO disabled
 2020-02-24  9:12 UTC  (3+ messages)

[usb:usb-testing] BUILD SUCCESS 6bc3f3979edce0b11deb685a4c817abb7d74b227
 2020-02-24  9:39 UTC 

[PATCH libnetfilter_queue v2] src: move static nfq_hdr_put from examples/nf-queue.c into the library since everyone is going to want it
 2020-02-24  9:39 UTC  (3+ messages)
` [PATCH libnetfilter_queue v3] "

[PATCH v3 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA
 2020-02-24  9:26 UTC  (5+ messages)
` [PATCH v3 2/7] mm/memory_hotplug: Rename mhp_restrictions to mhp_params
` [PATCH v3 6/7] mm/memory_hotplug: Add pgprot_t "

[PATCH 0/4] Add support for vibrator motor for TBS A711 Tablet
 2020-02-24  9:10 UTC  (3+ messages)
` [PATCH 3/4] ARM: dts: sun8i-a83t-tbs-a711: Add support for the vibrator motor

[PATCH v2] arm: imx6: configure NoC on i.MX6DQP
 2020-02-24  9:38 UTC 

[PATCH v2 1/3] arm_gic: Mask the un-supported priority bits
 2020-02-24  9:36 UTC  (3+ messages)

[Buildroot] [PATCH v3 00/12] pkg-stats json output improvements
 2020-02-24  9:35 UTC  (5+ messages)
` [Buildroot] [PATCH v3 12/12] support/scripts/pkg-stats: add status for cve check

Buffered IO async context overhead
 2020-02-24  9:35 UTC  (5+ messages)

Towards second edition
 2020-02-24  9:34 UTC  (6+ messages)

[PATCH 0/4] Assortment of fixes for TBS A711 Tablet
 2020-02-24  9:32 UTC  (2+ messages)

[PATCH] sched/pelt: use shift operation instead of division operation
 2020-02-24  9:32 UTC  (2+ messages)

[dpdk-dev] ABI version of experimental libraries
 2020-02-24  9:32 UTC  (5+ messages)

[PATCHv1 0/3] Odroid N2 failes to boot using upstream kernel using microSD card
 2020-02-24  9:31 UTC  (7+ messages)
` [PATCHv1 3/3] clk: meson: g12a: set cpu clock divider flags too CLK_IS_CRITICAL

[Linux-kernel-mentees] [PATCH] net: core: devlink.c: Use built-in RCU list checking
 2020-02-24  9:30 UTC  (2+ messages)
`  "

[Buildroot] SSH server starts too late
 2020-02-24  9:29 UTC  (2+ messages)

[meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2
 2020-02-24  9:28 UTC 

[PATCH] arm: imx6: configure NoC on i.MX6DQP
 2020-02-24  9:28 UTC 

[PATCH] strftime.3: tfix
 2020-02-24  9:28 UTC  (2+ messages)

[PATCH][next] soc: fsl: dpio: fix dereference of pointer p before null check
 2020-02-24  6:35 UTC  (2+ messages)

[meta-filesystems][PATCH] xfsdump: 3.1.8 -> 3.1.9
 2020-02-24  9:27 UTC 

[igt-dev] [PATCH i-g-t] tools/i915-perf: Fix compiler warning
 2020-02-24  9:27 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tools/i915-perf: Fix compiler warning (rev2)

[PATCH v2] arm64: dts: sun50i-h5-orange-pi-pc2: Add CPUX voltage regulator
 2020-02-24  9:27 UTC  (2+ messages)

[PATCH 1/9] vt: selection, introduce vc_is_sel
 2020-02-24  9:26 UTC  (4+ messages)
` [PATCH 3/9] vt: selection, remove 2 local variables from set_selection_kernel

[PATCH 0/2] virtio: decouple protected guest RAM form VIRTIO_F_IOMMU_PLATFORM
 2020-02-24  9:26 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.