All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-26 11:18:36 to 2020-02-26 11:48:04 UTC [more...]

[RESEND PATCH v2] dt-bindings: bd718x7: Yamlify and add BD71850
 2020-02-26 11:47 UTC 

[PATCH 0/2] iotests: complicate run_job with this one weird trick?
 2020-02-26 11:31 UTC  (5+ messages)
` [PATCH 1/2] iotests: add JobRunner class
` [PATCH 2/2] iotests: modify test 040 to use JobRunner

[Patch v5 1/2] PCI: hv: Decouple the func definition in hv_dr_state from VSP message
 2020-02-26 11:47 UTC  (2+ messages)

Applied "regulator: mt6359: Add support for MT6359 regulator" to the regulator tree
 2020-02-26 11:47 UTC 

[MODERATED] [PATCH v2 0/2] v2: more sampling fun 0
 2020-02-26 11:46 UTC  (2+ messages)
` [MODERATED] Re: [PATCH v2 2/2] v2: more sampling fun 2

[PATCH 1/1] mfd: Add for PMIC MT6359 registers definition
 2020-02-26 11:45 UTC  (3+ messages)

[PATCH] arch: arm64: xilinx: Make zynqmp_firmware driver optional
 2020-02-26 11:46 UTC  (3+ messages)

[Xen-devel] [PATCH 0/2] remove one more shared xenheap page: shared_info
 2020-02-26 11:46 UTC  (5+ messages)
` [Xen-devel] [PATCH 2/2] domain: use PGC_extra domheap page for shared_info

Performance impact in networking data path tests in Linux 5.5 Kernel
 2020-02-26 11:45 UTC  (3+ messages)

Issue with vl.c: move -m parsing after memory backends has been processed. Commit a1b18df9a4848fc8a906e40c275063bfe9ca2047
 2020-02-26 11:38 UTC  (2+ messages)

[PATCH RESEND v2 00/32] hw: Sanitize various MemoryRegion calls
 2020-02-26 11:38 UTC  (4+ messages)
` [PATCH RESEND v2 07/32] hw/mips: Use memory_region_init_rom() with read-only regions

[PATCH v2 00/18] qemu-doc reorganization and Sphinx version
 2020-02-26 11:30 UTC  (19+ messages)
` [PATCH 01/18] qemu-doc: convert user-mode emulation to a separate Sphinx manual
` [PATCH 02/18] qemu-doc: remove target OS documentation
` [PATCH 03/18] texi2pod: parse @include directives outside "@c man" blocks
` [PATCH 04/18] qemu-doc: split CPU models doc between MIPS and x86 parts
` [PATCH 05/18] qemu-doc: split qemu-doc.texi in multiple files
` [PATCH 06/18] qemu-doc: extract common system emulator documentation from the PC section
` [PATCH 07/18] qemu-doc: move system requirements chapter inside "
` [PATCH 08/18] qemu-doc: split target sections to separate files
` [PATCH 09/18] qemu-doc: Remove the "CPU emulation" part of the "Implementation notes"
` [PATCH 10/18] qemu-doc: move qemu-tech.texi into main section
` [PATCH 11/18] qemu-doc: move included files to docs/system
` [PATCH 12/18] qemu-doc: remove indices other than findex
` [PATCH 13/18] docs/system: put qemu-block-drivers body in an included file
` [PATCH 14/18] docs/system: Convert qemu-cpu-models.texi to rST
` [PATCH 15/18] docs/system: Convert security.texi to rST format
` [PATCH 16/18] docs/system: convert managed startup to rST
` [PATCH 17/18] docs/system: convert the documentation of deprecated features "
` [PATCH 18/18] docs/system: convert Texinfo documentation "

[PATCH] thermal: rcar_gen3_thermal: Generate interrupt when temperature changes
 2020-02-26 11:44 UTC  (6+ messages)

[PATCH] Char: tpm_tis_spi_cr50: use new structure for SPI transfer delays
 2020-02-26 11:43 UTC 

[MPTCP] Re: [PATCH v4 7/9] mptcp: add netlink based PM
 2020-02-26 11:44 UTC 

Bitbake error
 2020-02-26 11:43 UTC  (4+ messages)
` [yocto] "

Trying to resolve build-time cyclic dependency between packages
 2020-02-26 11:43 UTC  (4+ messages)

[PATCH qemu v7 0/5] spapr: Kill SLOF
 2020-02-26 11:34 UTC  (6+ messages)

[PATCH v3 0/6] implement KASLR for powerpc/fsl_booke/64
 2020-02-26 11:41 UTC  (4+ messages)

[Xen-devel] [XEN PATCH v3 00/23] xen: Build system improvements
 2020-02-26 11:33 UTC  (24+ messages)
` [Xen-devel] [XEN PATCH v3 01/23] xen/include: remove include of Config.mk
` [Xen-devel] [XEN PATCH v3 02/23] Makefile: Fix install-tests
` [Xen-devel] [XEN PATCH v3 03/23] xen/build: Remove confusing comment on the %.s:%.S rule
` [Xen-devel] [XEN PATCH v3 04/23] xen/build: remove use of AFLAGS-y
` [Xen-devel] [XEN PATCH v3 05/23] xen/build: Allow to test clang .include without asm symlink
` [Xen-devel] [XEN PATCH v3 06/23] xen/build: Fix section-renaming of libfdt and libelf
` [Xen-devel] [XEN PATCH v3 07/23] xen/build: Use obj-y += subdir/ instead of subdir-y
` [Xen-devel] [XEN PATCH v3 08/23] xen/build: use $(clean) shorthand for clean targets
` [Xen-devel] [XEN PATCH v3 09/23] xen/build: extract clean target from Rules.mk
` [Xen-devel] [XEN PATCH v3 10/23] xen/build: run targets csopes, tags, .. without Rules.mk
` [Xen-devel] [XEN PATCH v3 11/23] xen/build: make tests in test/ directly
` [Xen-devel] [XEN PATCH v3 12/23] xen/build: Move as-option-add to xen/
` [Xen-devel] [XEN PATCH v3 13/23] xen/build: include include/config/auto.conf in main Makefile
` [Xen-devel] [XEN PATCH v3 14/23] xen/build: use new $(c_flags) and $(a_flags) instead of $(CFLAGS)
` [Xen-devel] [XEN PATCH v3 15/23] xen/build: have the root Makefile generates the CFLAGS
` [Xen-devel] [XEN PATCH v3 16/23] xen/build: introduce if_changed and if_changed_rule
` [Xen-devel] [XEN PATCH v3 17/23] xen/build: Start using if_changed
` [Xen-devel] [XEN PATCH v3 18/23] xen/build: use if_changed on built_in.o
` [Xen-devel] [XEN PATCH v3 19/23] xen/build: Use if_changed_rules with %.o:%.c targets
` [Xen-devel] [XEN PATCH v3 20/23] xen/build: factorise generation of the linker scripts
` [Xen-devel] [XEN PATCH v3 21/23] xen/build: Use if_changed for prelink*.o
` [Xen-devel] [XEN PATCH v3 22/23] xen, symbols: rework file symbols selection
` [Xen-devel] [XEN PATCH v3 23/23] xen/build: use if_changed to build guest_%.o

[PATCH bpf-next] bpftool: Support struct_ops, tracing, ext prog types
 2020-02-26 11:41 UTC  (2+ messages)

[PATCH 0/4] docs: Miscellaneous rST conversions
 2020-02-26 11:33 UTC  (5+ messages)
` [PATCH 2/4] docs: Remove the "CPU emulation" part of the "Implementation notes"
` [PATCH 4/4] docs: Convert qemu-deprecated.texi to rST

[PATCH 0/2] quickstats, kernel sample collector
 2020-02-26 11:40 UTC  (5+ messages)

[Intel-gfx] [PATCH v2 00/20] drm/i915: Proper dbuf global state
 2020-02-26 11:40 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 09/20] drm/i915: Nuke skl_ddb_get_hw_state()
` [Intel-gfx] [PATCH v2 10/20] drm/i915: Move the dbuf pre/post plane update
` [Intel-gfx] [PATCH v2 11/20] drm/i915: Clean up dbuf debugs during .atomic_check()

[PATCH] ARM/arm64: dts: Rename SMB bus to just bus
 2020-02-26 11:39 UTC  (2+ messages)

[PATCH nf 0/2] nft_set_pipapo: Fix crash due to dangling entries in mapping table
 2020-02-26 11:39 UTC  (18+ messages)

[PATCH v3] backlight: corgi: Convert to use GPIO descriptors
 2020-02-26 11:39 UTC  (2+ messages)

[PATCH] regulator: add smb208 support
 2020-02-26 11:38 UTC  (2+ messages)

[LTP] [PATCH 1/1] request_key04: Use TFAIL instead of TBROK
 2020-02-26 11:37 UTC  (5+ messages)

[PATCH 0/4] imx: Fixes for i.MX53 based HSC|DDC boards
 2020-02-26 11:37 UTC  (5+ messages)
` [PATCH 1/4] config: cosmetic: Cleanup of imx53 - HSC and DDC config file
` [PATCH 2/4] dts: imx: Add fixed-link property to HSC and DDC (imx53) devices
` [PATCH 3/4] config: imx: Enable CONFIG_PHY_FIXED on HSC and DDC i.MX53 boards
` [PATCH 4/4] imx: pmic: Set proper pmic name for iMX53 HSC|DDC boards

[MPTCP] Re: [PATCH v4 7/9] mptcp: add netlink based PM
 2020-02-26 11:36 UTC 

[PATCH 0/2] rewrite mtk-quadspi spi-nor driver with spi-mem
 2020-02-26 11:36 UTC  (10+ messages)

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-26 11:35 UTC  (12+ messages)
` [PATCH 02/61] KVM: x86: Refactor loop around do_cpuid_func() to separate helper
` [PATCH 43/61] KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved

[PATCH] usb: gadget: Handle SPL_* configs
 2020-02-26 11:35 UTC  (7+ messages)

[Intel-gfx] [PATCH 0/6] drm/i915: Proper dbuf global state
 2020-02-26 11:34 UTC  (3+ messages)
` [Intel-gfx] [PATCH 5/6] drm/i915: Move the dbuf pre/post plane update

[PATCH 0/3] mm/vma: some more minor changes
 2020-02-26 11:34 UTC  (3+ messages)
` [PATCH 1/3] mm/vma: Move VM_NO_KHUGEPAGED into generic header

[PATCH v2 0/6] RT Capacity Awareness Fixes & Improvements
 2020-02-26 11:34 UTC  (4+ messages)
` [PATCH v2 2/6] sched/rt: Re-instate old behavior in select_task_rq_rt

dma_mask limited to 32-bits with OF platform device
 2020-02-26 11:33 UTC  (10+ messages)

Execute spi transfers inside FIQ (NMI) or panic
 2020-02-26 11:33 UTC  (4+ messages)

[PATCH v2] ext2: Silence lockdep warning about reclaim under xattr_sem
 2020-02-26 11:32 UTC  (2+ messages)

[PATCH] Documentation/llvm: add documentation on building w/ Clang/LLVM
 2020-02-26 11:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V4 00/13] Enable per-file/per-directory DAX operations V4
 2020-02-26 11:31 UTC  (10+ messages)
` [PATCH V4 07/13] fs: Add locking for a dynamic address space operations state

[PATCH v2 0/2] Improve pcie-histb GPIO reset implementation
 2020-02-26 11:31 UTC  (4+ messages)
` [PATCH v2 2/2] PCI: histb: Correct PCIe reset operation

[RFC PATCH 0/2] AT8031 PHY timestamping support
 2020-02-26 11:30 UTC  (5+ messages)

[PATCH 1/5] iio: buffer-dmaengine: add dev-managed calls for buffer alloc/free
 2020-02-26 11:30 UTC  (4+ messages)
` [PATCH 4/5] iio: adc: ad9467: add support AD9467 ADC

[PATCH v3 00/27] Add support for OpenCAPI Persistent Memory devices
 2020-02-26  9:01 UTC  (5+ messages)
` [PATCH v3 04/27] ocxl: Remove unnecessary externs

[PATCH v5] drm/tidss: dispc: Fix broken plane positioning code
 2020-02-26 11:30 UTC  (2+ messages)

[PATCH] usb: ehci: Fix "EHCI timed out on TD - token=XXXX" error on ehci-hcd
 2020-02-26 11:29 UTC 

[RFC PATCH v2] target/ppc: Enable hardfloat for PPC
 2020-02-26 11:28 UTC  (7+ messages)

[PATCH v8 00/54] drm/omap: Replace custom display drivers with drm_bridge and drm_panel
 2020-02-26 11:25 UTC  (55+ messages)
` [PATCH v8 01/54] video: hdmi: Change return type of hdmi_avi_infoframe_init() to void
` [PATCH v8 02/54] drm/connector: Add helper to get a connector type name
` [PATCH v8 03/54] drm/edid: Add flag to drm_display_info to identify HDMI sinks
` [PATCH v8 04/54] drm/bridge: Document the drm_encoder.bridge_chain field as private
` [PATCH v8 05/54] drm/bridge: Fix atomic state ops documentation
` [PATCH v8 06/54] drm/bridge: Improve overview documentation
` [PATCH v8 07/54] drm/bridge: Add connector-related bridge operations and data
` [PATCH v8 08/54] drm/bridge: Add interlace_allowed flag to drm_bridge
` [PATCH v8 09/54] drm/bridge: Extend bridge API to disable connector creation
` [PATCH v8 10/54] drm/bridge: dumb-vga-dac: Rename internal symbols to simple-bridge
` [PATCH v8 11/54] drm/bridge: dumb-vga-dac: Rename driver "
` [PATCH v8 12/54] drm/bridge: simple-bridge: Add support for non-VGA bridges
` [PATCH v8 13/54] drm/bridge: simple-bridge: Add support for enable GPIO
` [PATCH v8 14/54] drm/bridge: simple-bridge: Add support for the TI OPA362
` [PATCH v8 15/54] drm/bridge: Add bridge driver for display connectors
` [PATCH v8 16/54] drm/bridge: Add driver for the TI TPD12S015 HDMI level shifter
` [PATCH v8 17/54] drm/bridge: panel: Implement bridge connector operations
` [PATCH v8 18/54] drm/bridge: tfp410: Replace manual connector handling with bridge
` [PATCH v8 19/54] drm/bridge: tfp410: Allow operation without drm_connector
` [PATCH v8 20/54] drm: Add helper to create a connector for a chain of bridges
` [PATCH v8 21/54] drm/omap: dss: Cleanup DSS ports on initialisation failure
` [PATCH v8 22/54] drm/omap: Simplify HDMI mode and infoframe configuration
` [PATCH v8 23/54] drm/omap: Factor out display type to connector type conversion
` [PATCH v8 24/54] drm/omap: Use the drm_panel_bridge API
` [PATCH v8 25/54] drm/omap: dss: Fix output next device lookup in DT
` [PATCH v8 26/54] drm/omap: Add infrastructure to support drm_bridge local to DSS outputs
` [PATCH v8 27/54] drm/omap: dss: Make omap_dss_device_ops optional
` [PATCH v8 28/54] drm/omap: hdmi: Allocate EDID in the .read_edid() operation
` [PATCH v8 29/54] drm/omap: hdmi4: Rework EDID read to isolate data read
` [PATCH v8 30/54] drm/omap: hdmi5: "
` [PATCH v8 31/54] drm/omap: hdmi4: Register a drm_bridge for EDID read
` [PATCH v8 32/54] drm/omap: hdmi5: "
` [PATCH v8 33/54] drm/omap: hdmi4: Move mode set, enable and disable operations to bridge
` [PATCH v8 34/54] drm/omap: hdmi5: "
` [PATCH v8 35/54] drm/omap: hdmi4: Implement drm_bridge .hpd_notify() operation
` [PATCH v8 36/54] drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operations
` [PATCH v8 37/54] drm/omap: venc: Register a drm_bridge
` [PATCH v8 38/54] drm/omap: Create connector for bridges
` [PATCH v8 39/54] drm/omap: Switch the HDMI and VENC outputs to drm_bridge
` [PATCH v8 40/54] drm/omap: Remove HPD, detect and EDID omapdss operations
` [PATCH v8 41/54] drm/omap: hdmi: Remove omap_dss_device operations
` [PATCH v8 42/54] drm/omap: venc: "
` [PATCH v8 43/54] drm/omap: hdmi4: Simplify EDID read
` [PATCH v8 44/54] drm/omap: hdmi5: "
` [PATCH v8 45/54] drm/omap: dpi: Sort includes alphabetically
` [PATCH v8 46/54] drm/omap: dpi: Reorder functions in sections
` [PATCH v8 47/54] drm/omap: dpi: Simplify clock setting API
` [PATCH v8 48/54] drm/omap: dpi: Register a drm_bridge
` [PATCH v8 49/54] drm/omap: sdi: Sort includes alphabetically
` [PATCH v8 50/54] drm/omap: sdi: Register a drm_bridge
` [PATCH v8 51/54] drm/omap: Hardcode omap_connector type to DSI
` [PATCH v8 52/54] drm/omap: dss: Inline the omapdss_display_get() function
` [PATCH v8 53/54] drm/omap: dss: Remove unused omapdss_of_find_connected_device() function
` [PATCH v8 54/54] drm/omap: dss: Remove unused omap_dss_device operations

[PATCH] drm/mediatek: Remove debug messages for function calls
 2020-02-26 11:27 UTC  (3+ messages)

[PATCH] doc: fix filesystems/porting.rst whitespace
 2020-02-26 11:27 UTC  (5+ messages)

[Intel-gfx] [PATCH v4] drm/i915: Use intel_plane_data_rate for min_cdclk calculation
 2020-02-26 11:22 UTC 

[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-26 11:20 UTC  (14+ messages)
` [PATCH v2 07/13] powerpc: add support for folded p4d page tables
              ` [OpenRISC] "

[PATCH] ASoC: amd: Add machine driver for Raven based platform
 2020-02-26 11:23 UTC  (4+ messages)

[PATCH v6 00/19] platform/x86: Rework intel_scu_ipc and intel_pmc_ipc drivers
 2020-02-26 11:23 UTC  (5+ messages)
` [PATCH v6 18/19] platform/x86: intel_pmc_ipc: Convert to MFD

BUG: unable to handle kernel NULL pointer dereference in inet_release
 2020-02-26 11:22 UTC  (4+ messages)

[PATCH v6 00/11] arm64: Branch Target Identification support
 2020-02-26 11:20 UTC  (6+ messages)
` [PATCH v6 01/11] ELF: UAPI and Kconfig additions for ELF program properties

[patch 4/8] x86/entry: Move irq tracing on syscall entry to C-code
 2020-02-26 11:20 UTC  (2+ messages)

[RFC][PATCHv2 00/12] Implement V4L2_BUF_FLAG_NO_CACHE_* flags
 2020-02-26 11:20 UTC  (3+ messages)

[PATCH net] mptcp: add dummy icsk_sync_mss()
 2020-02-26 11:19 UTC 

[PATCH v3 0/2] Introduce the TLV320ADCx140 codec family
 2020-02-26 11:18 UTC  (4+ messages)
` [PATCH v3 2/2] ASoC: tlv320adcx140: Add the tlv320adcx140 codec driver family

[PATCH 0/4] crypto: hisilicon - Improve SEC performance
 2020-02-26 11:18 UTC  (6+ messages)
` [PATCH 4/4] crypto: hisilicon/sec2 - Add pbuffer mode for SEC driver

[patch 00/10] x86/entry: Consolidation - Part I
 2020-02-26 11:18 UTC  (3+ messages)
` [patch 02/10] x86/mce: Disable tracing and kprobes on do_machine_check()


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.