All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-04-24 11:11:01 to 2019-04-24 12:15:15 UTC [more...]

[Qemu-devel] [PATCH v2 0/2] slirp: move slirp as git submodule project
 2019-04-24 12:14 UTC  (4+ messages)
  ` [Qemu-devel] [PATCH v2 2/2] build-sys: "

Using D-Bus well-known service names and deprecating mapper service lookups
 2019-04-24 12:15 UTC  (6+ messages)

[Qemu-devel] [PATCH V3] vhost_net: don't set backend for the uninitialized virtqueue
 2019-04-24 11:58 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] tests/qemu-iotests: Run basic iotests during "make check"
 2019-04-24 12:02 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/6] tests/qemu-iotests/group: Introduce a new "ci" group for CI pipelines
` [Qemu-devel] [PATCH 5/6] tests: Run the iotests during "make check" again

[Qemu-devel] [Bug 1826175] [NEW] Compilation on MSYS2/MinGW-w64 fails with error: "No rule to make target capstone.lib"
 2019-04-24 11:57 UTC  (3+ messages)
` [Qemu-devel] [Bug 1826175] "

[Qemu-devel] [Bug 1826200] [NEW] RFE: populate "OEM Strings" (type 11) SMBIOS table strings from regular files
 2019-04-24 11:56 UTC  (2+ messages)
` [Qemu-devel] [Bug 1826200] "

[PATCH] kvm: x86: Fix several SPTE mask calculation errors caused by MKTME
 2019-04-24 12:13 UTC  (4+ messages)

[Resend] arch: mips: Fix initrd_start and initrd_end when read from DT
 2019-04-24 12:12 UTC  (3+ messages)

.pc files are not avilable at build time
 2019-04-24 12:12 UTC  (4+ messages)

[RESEND4, PATCH 0/2] fuse: don't stuck clients on retrieve_notify with size > max_write
 2019-04-24 11:56 UTC  (4+ messages)
` [RESEND4, PATCH 1/2] fuse: retrieve: cap requested size to negotiated max_write

[Cocci] [Patch] Add dowhile support in SmPL
 2019-04-24 12:10 UTC  (3+ messages)
` [Cocci] Addition of do-while support for SmPL

[SPDK] nvme_driver_init() of secondary failed if primary doesn't connect any nvme ctrl
 2019-04-24 12:11 UTC 

[PATCH v2] Input: uinput: Avoid Object-Already-Free with a global lock
 2019-04-24 12:10 UTC  (9+ messages)

[PATCH 0/3] Add PAT6125 optical tracker driver
 2019-04-24 12:10 UTC  (7+ messages)
` [PATCH 3/3] iio: Add PAT9125 optical tracker sensor

[PATCH v4 0/2] thermal: rcar_gen3_thermal: fix IRQ issues
 2019-04-24 12:09 UTC  (3+ messages)

[dpdk-dev] [DPDK] devtools: change for ABI back-compatibility checking
 2019-04-24 15:11 UTC  (2+ messages)

[RFC PATCH v2] media: cec: expose HDMI connector to CEC dev mapping
 2019-04-24 12:09 UTC  (2+ messages)

[PATCH] tools lib traceevent: Change tag string for error
 2019-04-24 12:08 UTC  (2+ messages)

[dm-crypt] Is my LUKS header corrupted?
 2019-04-24 12:08 UTC  (2+ messages)

[SPDK] Hotplug support in spdk targets
 2019-04-24 12:07 UTC 

[U-Boot] [RFC PATCH v3] usb: limit USB_MAX_XFER_BLK to 256
 2019-04-24 12:07 UTC  (6+ messages)

[PATCH] glib-2.0: fix ptest failures
 2019-04-24 12:07 UTC  (4+ messages)

Multiple ubifs partition
 2019-04-24 12:06 UTC  (5+ messages)

[PATCH V1 00/14] Consolidate Post read processing code
 2019-04-24 12:06 UTC  (8+ messages)
` [PATCH V1 02/14] Consolidate "post read processing" into a new file

Bug#918800: PROBLEM: USB 3.0 NIC operates only at USB 2.0 speed on Odroid HC1
 2019-04-24 11:25 UTC 

[PATCH 1/1] kconfig: Terminate menu blocks with a newline in the generated config
 2019-04-24 12:05 UTC  (3+ messages)

[PATCH v2 00/17] Share TTM code among DRM framebuffer drivers
 2019-04-24 12:05 UTC  (35+ messages)
` [PATCH v2 01/17] drm: Add |struct drm_gem_vram_object| and helpers
` [PATCH v2 02/17] drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver|
` [PATCH v2 03/17] drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver|
` [PATCH v2 04/17] drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffers
` [PATCH v2 05/17] drm: Add VRAM MM, a simple memory manager for dedicated VRAM
` [PATCH v2 06/17] drm/ast: Convert AST driver to |struct drm_gem_vram_object|
` [PATCH v2 07/17] drm/ast: Convert AST driver to VRAM MM
` [PATCH v2 08/17] drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
` [PATCH v2 09/17] drm/bochs: Convert bochs driver to |struct drm_gem_vram_object|
` [PATCH v2 10/17] drm/bochs: Convert bochs driver to VRAM MM
` [PATCH v2 11/17] drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|
` [PATCH v2 12/17] drm/mgag200: Convert mgag200 driver to VRAM MM
` [PATCH v2 13/17] drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
` [PATCH v2 14/17] drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|
` [PATCH v2 15/17] drm/vboxvideo: Convert vboxvideo driver to VRAM MM
` [PATCH v2 16/17] drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|
` [PATCH v2 17/17] drm/hisilicon: Convert hibmc-drm driver to VRAM MM

[v2 1/1] kconfig: Terminate menu blocks with a comment in the generated config
 2019-04-24 12:02 UTC 

[PATCH v2 0/7] KVM: s390: new guest facilities
 2019-04-24 12:02 UTC  (10+ messages)
` [PATCH v2 1/7] KVM: s390: add vector enhancements facility 2 to cpumodel
` [PATCH v2 2/7] KVM: s390: add vector BCD enhancements facility "
` [PATCH v2 3/7] KVM: s390: add MSA9 "
` [PATCH v2 4/7] KVM: s390: provide query function for instructions returning 32 byte
` [PATCH v2 5/7] KVM: s390: add enhanced sort facilty to cpu model
` [PATCH v2 6/7] KVM: s390: add deflate conversion "
` [PATCH v2 7/7] KVM: s390: enable MSA9 keywrapping functions depending on "

[PATCH 0/5] Add pinctrl support for BM1880 SoC
 2019-04-24 12:02 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: pinctrl: Add BM1880 pinctrl binding
` [PATCH 2/5] arm64: dts: bitmain: Add pinctrl support for BM1880 SoC
` [PATCH 3/5] arm64: dts: bitmain: Add UART pinctrl support for Sophon Edge
` [PATCH 4/5] pinctrl: Add pinctrl support for BM1880 SoC
` [PATCH 5/5] MAINTAINERS: Add entry for BM1880 pinctrl

Support for 2D engines/blitters in V4L2 and DRM
 2019-04-24 12:01 UTC  (6+ messages)

[PATCH 0/9] Emulated coherent graphics memory v2
 2019-04-24 12:00 UTC  (14+ messages)
` [PATCH 1/9] mm: Allow the [page|pfn]_mkwrite callbacks to drop the mmap_sem v2
` [PATCH 2/9] mm: Add an apply_to_pfn_range interface v2
` [PATCH 3/9] mm: Add write-protect and clean utilities for address space ranges v2
` [PATCH 4/9] drm/ttm: Allow the driver to provide the ttm struct vm_operations_struct
` [PATCH 5/9] drm/ttm: TTM fault handler helpers v2
` [PATCH 6/9] drm/vmwgfx: Implement an infrastructure for write-coherent resources v2
` [PATCH 7/9] drm/vmwgfx: Use an RBtree instead of linked list for MOB resources
` [PATCH 8/9] drm/vmwgfx: Implement an infrastructure for read-coherent resources v2
` [PATCH 9/9] drm/vmwgfx: Add surface dirty-tracking callbacks v2

VMI: singlestep event not received
 2019-04-24 12:00 UTC  (5+ messages)
      ` [Xen-devel] "

[PATCH 1/2] vim: Rework to not rely on relative directories
 2019-04-24 12:01 UTC  (10+ messages)
` [PATCH 2/2] vim: Update to 8.1.1198

[PATCH v2] git-compat-util: work around for access(X_OK) under root
 2019-04-24 12:00 UTC 

[PATCH 1/2] f2fs-tools: allow unfixed f2fs_checkpoint.checksum_offset
 2019-04-24 12:00 UTC  (3+ messages)
` [PATCH 2/2] f2fs-tools: relocate chksum_offset for large_nat_bitmap feature
  ` [f2fs-dev] "

[U-Boot] [PATCH] MAINTAINERS, git-mailrc: Update the mmc maintainer
 2019-04-24 11:56 UTC 

[GIT PULL] iommu/arm-smmu: Updates for 5.2
 2019-04-24 11:52 UTC  (3+ messages)

[U-Boot] [PATCH v4 0/2] spl: full-featured heap cleanups
 2019-04-24 11:52 UTC  (6+ messages)
` [U-Boot] [PATCH v4 1/2] dlmalloc: fix malloc range at end of ram

[Qemu-devel] [PATCH v8 0/7] vhost-user-blk: Add support for backend reconnecting
 2019-04-24 11:51 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu: Break insecure users by disabling bypass by default
 2019-04-24 11:52 UTC  (4+ messages)

[PATCH 0/2] core-parking: SMT-disable and section adjustments
 2019-04-24 11:51 UTC  (4+ messages)
` [PATCH 1/2] core-parking: interact with runtime SMT-disabling
    ` [Xen-devel] "

[PATCH v2 56/79] docs: Documentation/*.txt: rename all ReST files to *.rst
 2019-04-24 11:51 UTC  (14+ messages)
` [PATCH v2 00/79] Convert files to ReST
  ` [PATCH v2 31/79] docs: s390: convert docs to ReST and rename to *.rst

[Qemu-devel] [PATCH 00/10] s390x: new guest features
 2019-04-24 11:49 UTC  (13+ messages)

[PATCH] ipmi:ssif: compare block number correctly for multi-part return messages
 2019-04-24 11:50 UTC 

[U-Boot] [PATCH v3] spi: Zap mxs_spi driver-related code
 2019-04-24 11:50 UTC  (6+ messages)

[PATCH v10 0/7] Add Fieldbus subsystem + support HMS Profinet card
 2019-04-24 11:48 UTC  (13+ messages)

[U-Boot] [RESEND PATCH] core: ofnode: Add ofnode_get_addr_size_index
 2019-04-24 11:49 UTC 

[PATCH 0/5] isdn: deprecate non-mISDN drivers
 2019-04-24 11:48 UTC  (3+ messages)

[U-Boot] [PATCH] spi: Zap lpc32xx_ssp driver-related code
 2019-04-24 11:48 UTC  (7+ messages)

[PATCH v2 00/17] Share TTM code among DRM framebuffer drivers
 2019-04-24 11:48 UTC 

[dpdk-dev] [PATCH] net/ixgbe: 10GBASE-T SFP+ copper support
 2019-04-24 11:47 UTC  (2+ messages)

[PATCH v3] dnf: Enable nativesdk
 2019-04-24 11:47 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/5] raw/dpaa2_qdma: fix spin lock release condition
 2019-04-24 11:45 UTC  (5+ messages)
` [dpdk-dev] [PATCH 2/5] raw/dpaa2_qdma: fix spin lock
` [dpdk-dev] [PATCH 3/5] net/dpaa2: fix the loopback spelling
` [dpdk-dev] [PATCH 4/5] doc: update the dpaaX platform guides
` [dpdk-dev] [PATCH 5/5] raw/dpaa2_cmdif: remove driver name assignment

[Qemu-devel] [Bug 1809304] [NEW] qemu-img convert is freezing for some DMG files
 2019-04-24 11:22 UTC  (2+ messages)
` [Qemu-devel] [Bug 1809304] "

general protection fault in fanotify_handle_event
 2019-04-24 11:46 UTC  (6+ messages)

[PATCH 1/2] f2fs: allow unfixed f2fs_checkpoint.checksum_offset
 2019-04-24 11:43 UTC  (3+ messages)
` [PATCH 2/2] f2fs: relocate chksum_offset for large_nat_bitmap feature
  ` [f2fs-dev] "

[PATCH] x86/entry/64: randomize kernel stack offset upon syscall
 2019-04-24 11:42 UTC  (13+ messages)

[PATCH] ASoC: Intel: bytcht_es8316: fix cast warning
 2019-04-24 11:41 UTC 

[PATCH] drm/ttm: fix busy memory to fail other user
 2019-04-24 11:40 UTC 

ipsec tunnel performance degrade
 2019-04-24 11:38 UTC  (3+ messages)
` [RFC HACK] xfrm: make state refcounting percpu

[dpdk-dev] [RFC v2 1/2] eal: replace libc-based random number generation with LFSR
 2019-04-24 11:37 UTC  (7+ messages)

[PATCH] x86/kexec: always ensure EFI systab region is mapped
 2019-04-24 11:36 UTC  (9+ messages)

[PATCH] rcu/sync: kill rcu_sync_type/gp_type
 2019-04-24 11:37 UTC  (3+ messages)

[PATCH] docs/vm: add documentation of memory models
 2019-04-24 11:35 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_plane_multiple.c: Enhance the IGT test to enable multiple planes and multiple pipe
 2019-04-24 11:34 UTC  (2+ messages)

[PATCH] mm: Do not boost watermarks to avoid fragmentation for the DISCONTIG memory model
 2019-04-24 11:33 UTC  (9+ messages)
` DISCONTIGMEM is deprecated

[PATCH net] l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()
 2019-04-24 11:33 UTC  (3+ messages)

[PATCH v10 00/11] mfd: add support for max77650 PMIC
 2019-04-24 11:31 UTC  (3+ messages)
` [PATCH v10 02/11] dt-bindings: power: supply: add DT bindings for max77650

[PATCH 0/3] PM / Domains: Improve support for multi PM domains
 2019-04-24 11:28 UTC  (10+ messages)
` [PATCH 1/3] PM / Domains: Don't kfree() the virtual device in the error path
` [PATCH 2/3] PM / Domains: Allow OF lookup for multi PM domain case from ->attach_dev()
` [PATCH 3/3] PM / Domains: Enable genpd_dev_pm_attach_by_id|name() for single PM domain

[Bug 203073] New: Login not working
 2019-04-24 11:28 UTC  (2+ messages)
` [Bug 203073] "

[Bug 203075] New: Login not working
 2019-04-24 11:28 UTC  (2+ messages)
` [Bug 203075] "

[PATCH] gtk-doc.bbclass: unify option setting for meson-based recipes
 2019-04-24 11:26 UTC 

[PATCH] drm/i915: Seal races between async GPU cancellation, retirement and signaling
 2019-04-24 11:26 UTC 

[PATCH/RFC] Makefile: dedup list of files obtained from ls-files
 2019-04-24 11:25 UTC  (5+ messages)

[PATCH] fpga: stratix10-soc: fix use-after-free on s10_init()
 2019-04-24 11:22 UTC  (2+ messages)

Unable to store persistent changes
 2019-04-24 11:21 UTC 

[SPDK] Hotplug support in spdk targets
 2019-04-24 11:22 UTC 

sg_dma_page_iter offset & length considerations
 2019-04-24 11:21 UTC  (2+ messages)

[drm-tip:drm-tip 3/9] drivers/gpu/drm/virtio/virtgpu_prime.c:43:18: error: redefinition of 'virtgpu_gem_prime_get_sg_table'
 2019-04-24 11:21 UTC 

[PATCH] drm/i915/fbdev: Actually configure untiled displays
 2019-04-24 11:20 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/fbdev: Actually configure untiled displays (rev2)

RFC: what to do when trans_roll fails and we bheld buffers? (crash in xfs/141)
 2019-04-24 11:19 UTC  (6+ messages)

[RFC PATCH v2 00/17] Core scheduling v2
 2019-04-24 11:19 UTC  (2+ messages)

[PATCH] thermal: intel: int340x: processor_thermal_device: simplify to get driver data
 2019-04-24 11:19 UTC  (6+ messages)

[soc-thermal:for-kernelci 23/35] drivers/thermal/qcom/tsens-common.c:77 is_sensor_enabled() warn: unsigned 'hw_id' is never less than zero
 2019-04-24 11:16 UTC 

[PATCH V7 0/9] blk-mq: fix races related with freeing queue
 2019-04-24 11:15 UTC  (4+ messages)
` [PATCH V7 6/9] blk-mq: always free hctx after request queue is freed

[PATCH] x86/build: Move _etext to actual end of .text
 2019-04-24 11:12 UTC  (2+ messages)
` [tip:x86/mm] "

two small DMA-related Kconfig cleanups for x86
 2019-04-24 11:12 UTC  (8+ messages)
` [PATCH 2/2] x86/pci: Clean up usage of X86_DEV_DMA_OPS

[PATCH 0/4 v2] mm/swap: Add locking for pagevec
 2019-04-24 11:12 UTC  (5+ messages)
` [PATCH 1/4] mm/page_alloc: Split drain_local_pages()
` [PATCH 2/4] mm/swap: Add static key dependent pagevec locking
` [PATCH 3/4] mm/swap: Access struct pagevec remotely
` [PATCH 4/4] mm/swap: Enable "use_pvec_lock" nohz_full dependent

[PATCH] ARM: shmobile: Remove GENERIC_PHY from shmobile_defconfig
 2019-04-24 11:11 UTC  (7+ messages)

[PATCH] x86: um: vdso: drop unnecessary cc-ldoption
 2019-04-24 11:12 UTC  (2+ messages)
` [tip:x86/asm] x86/um/vdso: Drop "

[PATCH 0/6] convert locked_vm from unsigned long to atomic64_t
 2019-04-24 11:10 UTC  (6+ messages)
` [PATCH 5/6] powerpc/mmu: drop mmap_sem now that locked_vm is atomic

[PATCH] x86/mm: Remove in_nmi() warning from 64bit implementation of vmalloc_fault()
 2019-04-24 11:11 UTC  (2+ messages)
` [tip:x86/mm] x86/mm: Remove in_nmi() warning from 64-bit "

Bug: git branch returns EXIT_SUCCESS when no branches found
 2019-04-24 11:11 UTC  (3+ messages)

[Xen-devel] [xen-unstable-smoke test] 135228: regressions - FAIL
 2019-04-24 11:10 UTC  (2+ messages)

[PATCH 2/2] mm/uaccess: Use unsigned long
 2019-04-24 11:10 UTC  (2+ messages)
` [tip:core/objtool] mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versions


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.