All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-06 07:36:31 to 2019-05-06 08:26:56 UTC [more...]

[Qemu-devel] Patch: Precautionary glBindTexture in surface_gl_update_texture
 2019-05-06  8:22 UTC  (2+ messages)

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

[U-Boot] [i.MX8MM+CCF 00/41] i.MX8MM + CCF
 2019-05-06  8:26 UTC  (3+ messages)

[PATCH v4 00/19] Share TTM code among DRM framebuffer drivers
 2019-05-06  8:26 UTC 

[PATCH] RFC: console: hack up console_trylock more
 2019-05-06  8:26 UTC  (12+ messages)
` [PATCH] RFC: console: hack up console_lock more v2
` ✗ Fi.CI.CHECKPATCH: warning for RFC: console: hack up console_trylock more (rev2)

[PATCH bpf 0/2] libbpf: fixes for AF_XDP teardown
 2019-05-06  8:26 UTC  (3+ messages)
` [PATCH bpf 1/2] libbpf: fix invalid munmap call

stable-rc/linux-4.4.y build: 190 builds: 11 failed, 179 passed, 42 errors, 4434 warnings (v4.4.179-136-g55c41b0398ac)
 2019-05-06  8:25 UTC 

[PATCH] net: wireless: ath9k: Return an error when ath9k_hw_reset() fails
 2019-05-06  8:24 UTC  (3+ messages)

[PATCH 00/13] fscrypt, ext4: prepare for blocksize != PAGE_SIZE
 2019-05-06  8:24 UTC  (3+ messages)
` [PATCH 04/13] fscrypt: clean up some BUG_ON()s in block encryption/decryption
  ` [f2fs-dev] "

[PATCH v2 0/9] PCI: Use PCIe service name in dmesg logs
 2019-05-06  8:22 UTC  (3+ messages)
` [PATCH v2 1/9] PCI/AER: Cleanup "

[PATCH v2 00/23] locking/lockdep: Small improvements
 2019-05-06  8:19 UTC  (24+ messages)
` [PATCH v2 01/23] locking/lockdep: Change all print_*() return type to void
` [PATCH v2 02/23] locking/lockdep: Add description and explanation in lockdep design doc
` [PATCH v2 03/23] locking/lockdep: Adjust lock usage bit character checks
` [PATCH v2 04/23] locking/lockdep: Remove useless conditional macro
` [PATCH v2 05/23] locking/lockdep: Print the right depth for chain key colission
` [PATCH v2 06/23] locking/lockdep: Update obsolete struct field description
` [PATCH v2 07/23] locking/lockdep: Use lockdep_init_task for task initiation consistently
` [PATCH v2 08/23] locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start with
` [PATCH v2 09/23] locking/lockdep: Change the range of class_idx in held_lock struct
` [PATCH v2 10/23] locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()
` [PATCH v2 11/23] locking/lockdep: Update comment
` [PATCH v2 12/23] locking/lockdep: Change type of the element field in circular_queue
` [PATCH v2 13/23] locking/lockdep: Change the return type of __cq_dequeue()
` [PATCH v2 14/23] locking/lockdep: Avoid constant checks in __bfs by using offset reference
` [PATCH v2 15/23] locking/lockdep: Update comments on dependency search
` [PATCH v2 16/23] locking/lockdep: Add explanation to lock usage rules in lockdep design doc
` [PATCH v2 17/23] locking/lockdep: Remove redundant argument in check_deadlock
` [PATCH v2 18/23] locking/lockdep: Remove unused argument in __lock_release
` [PATCH v2 19/23] locking/lockdep: Refactorize check_noncircular and check_redundant
` [PATCH v2 20/23] locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALL
` [PATCH v2 21/23] locking/lockdep: Consolidate lock usage bit initialization
` [PATCH v2 22/23] locking/lockdep: Adjust new bit cases in mark_lock
` [PATCH v2 23/23] locking/lockdep: Remove !dir in lock irq usage check

cleanup bio page releasing and fix a page leak
 2019-05-06  8:19 UTC  (3+ messages)
` [PATCH 8/8] block: never take page references for ITER_BVEC

[PATCH] net: wireless: b43: Avoid possible double calls to b43_one_core_detach()
 2019-05-06  8:21 UTC  (2+ messages)

[Buildroot] [PATCH 1/3] postgresql: disable spinlock support for nds32
 2019-05-06  8:21 UTC  (2+ messages)
` [Buildroot] [PATCH 2/3] package/libbsd: disable "

[PATCH 5.0 000/101] 5.0.12-stable review
 2019-05-06  8:21 UTC  (3+ messages)
` [PATCH 5.0 100/101] leds: pca9532: fix a potential NULL pointer dereference

[PATCH 0/3] arm64: Add support for on-demand backtrace by NMI-like IPI
 2019-05-06  8:25 UTC  (8+ messages)
` [PATCH 1/3] arm64: Add pseudo NMI support of GICv3 SGIs
` [PATCH 2/3] arm64: Add support for on-demand backtrace of other CPUs
` [PATCH 3/3] arm64: Avoid entering NMI context improperly

[PATCH 00/20] xen/arm: Clean-up & fixes in boot/mm code
 2019-05-06  8:20 UTC  (10+ messages)
` [PATCH 16/20] xen/arm: mm: Protect Xen page-table update with a spinlock
      ` [Xen-devel] "

[RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
 2019-05-06  8:19 UTC  (13+ messages)

[Qemu-devel] [PATCH] s390-bios: Skip bootmap signature entries
 2019-05-06  8:08 UTC  (3+ messages)

[RFC PATCH] ASoC: codec: hdac_hdmi: no checking monitor in hw_params
 2019-05-06  8:19 UTC  (2+ messages)

[PATCH bpf] kbuild: tolerate missing pahole when generating BTF
 2019-05-06  8:19 UTC  (2+ messages)

[PATCH] i2c: at91: handle TXRDY interrupt spam
 2019-05-06  8:19 UTC  (8+ messages)

[PATCH 1/3] arch: um: fix os_timer_one_shot()
 2019-05-06  8:19 UTC  (6+ messages)
` [PATCH 3/3] arch: um: support virtual time

[RFC PATCH v3 0/1] Re-license MTK NAND driver
 2019-05-06  8:18 UTC  (10+ messages)
` [RFC PATCH v3 1/1] mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL

usbnet: fix kernel crash after disconnect
 2019-05-06  8:17 UTC  (4+ messages)
` [v2] "
    ` [PATCH v2] "

[GIT PULL] EFI changes for v5.2
 2019-05-06  8:17 UTC 

[dpdk-dev] [PATCH 1/2] doc: add tested Intel platforms with Intel NICs
 2019-05-06 16:37 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] doc: update recommended versions for i40e

[PATCH] drm: Fix drm.h uapi header for GNU/kFreeBSD
 2019-05-06  8:16 UTC  (5+ messages)

[PATCH 1/3] xfce4-cpufreq-plugin: Fix memory leak and reduce CPU load
 2019-05-06  8:15 UTC  (3+ messages)
` [PATCH 2/3] packagegroup-meta-networking: replace DISTRO_FEATURE by DISTRO_FEATURES
` [PATCH 3/3] meta-xfce: add meta-networking to layer depends

[Buildroot] [PATCH v3 0/7] bcc front end tool for eBPF
 2019-05-06  8:15 UTC  (8+ messages)
` [Buildroot] [PATCH v3 1/7] package/luajit: bump to version 2.1.x developpment version for aarch64
` [Buildroot] [PATCH v3 2/7] package/python-pytest: new package
` [Buildroot] [PATCH v3 3/7] package/python-pytest-runner: "
` [Buildroot] [PATCH v3 4/7] package/python-traittypes: "
` [Buildroot] [PATCH v3 5/7] package/llvm: add BPF backend
` [Buildroot] [PATCH v3 6/7] package/python-bcc: new package
` [Buildroot] [PATCH v3 7/7] package/bcc: "

KASAN: use-after-free Read in add_uevent_var
 2019-05-06  8:15 UTC  (2+ messages)

[PATCH 0/9] x86: IRQ management adjustments
 2019-05-06  8:14 UTC  (16+ messages)
` [PATCH 2/9] x86/IRQ: deal with move cleanup count state in fixup_irqs()
    ` [Xen-devel] "
` [PATCH 3/9] x86/IRQ: improve dump_irqs()
    ` [Xen-devel] "
` [PATCH 4/9] x86/IRQ: desc->affinity should strictly represent the requested value
    ` [Xen-devel] "

PROBLEM: brcmfmac's DMI-based fw file names break built-in fw loader
 2019-05-06  8:13 UTC  (6+ messages)
      ` [PATCH RFC] brcmfmac: sanitize DMI strings v2

Bug Report: [PowerPlay] MCLK can't be set above 1107MHz on Vega 64
 2019-05-06  8:13 UTC  (2+ messages)

[RFC v6 0/6] dmaengine: Add Synopsys eDMA IP driver (version 0)
 2019-05-06  8:12 UTC  (2+ messages)

[GIT PULL] core/stacktrace updates for v5.2
 2019-05-06  8:12 UTC 

[PATCH] powerpc/mm: fix section mismatch for setup_kup()
 2019-05-06  8:10 UTC  (2+ messages)

[PATCH v2 1/5] mtd: rawnand: mtk: Correct low level time calculation of r/w cycle
 2019-05-06  8:11 UTC  (5+ messages)

[PATCH] xen-blkfront: switch kcalloc to kvcalloc for large array allocation
 2019-05-06  8:11 UTC  (4+ messages)
` [Xen-devel] "

[Qemu-devel] [PATCH] spapr: Allow machine to dump dtb after SLOF update
 2019-05-06  8:09 UTC 

[Qemu-trivial] [QEMU PATCH] MAINTAINERS: Downgrade status of block sections without "M:" to "Odd Fixes"
 2019-05-06  8:09 UTC  (5+ messages)
` [Qemu-devel] [Qemu-block] "
  ` [Qemu-trivial] "
` [Qemu-devel] "
  ` [Qemu-trivial] "

[dpdk-dev] [PATCH] Revert "app/testpmd: set fixed flag for exact link speed"
 2019-05-06  8:09 UTC  (5+ messages)

[Bug 109345] drm-next-2018-12-14 -Linux PPC
 2019-05-06  8:09 UTC  (2+ messages)

[PATCH v4] Bluetooth: Support fast advertising interval
 2019-05-06  8:18 UTC 

[Qemu-devel] [PATCH] qom/object: Display more helpful message when an object type is missing
 2019-05-06  8:07 UTC  (2+ messages)

[U-Boot] [PATCH 1/5] spl: dm: disable SPI DM flash for non-DM SPL
 2019-05-06  8:08 UTC  (8+ messages)
` [U-Boot] [PATCH 2/5] dm: spi: Convert Freescale ESPI driver to driver model
    ` [U-Boot] [EXT] "

[Qemu-trivial] [PATCH] hw/timer: Compile devices not target-dependent as common objects
 2019-05-06  8:06 UTC  (4+ messages)
  ` [Qemu-devel] "

Xenomai Mercury and PREEMPT_RT
 2019-05-06  8:07 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: fsl: scu: add ocotp binding
 2019-05-06  8:06 UTC  (4+ messages)

[PATCH] crypto: caam - fix DKP detection logic
 2019-05-06  8:06 UTC  (3+ messages)
` [v2 PATCH] "

[PATCH 1/2] i2c: imx: I2C Driver doesn't consider I2C_IPGCLK_SEL RCW bit when using ls1046a SoC
 2019-05-06  7:53 UTC  (18+ messages)
` [PATCH 2/2] arm64: dts: fsl: ls1046a: Add the guts node in dts
    ` [EXT] "
  ` [EXT] Re: [PATCH 1/2] i2c: imx: I2C Driver doesn't consider I2C_IPGCLK_SEL RCW bit when using ls1046a SoC

{xen, dom0}_vga_console_info.u.vesa_lfb.lfb_base field too small
 2019-05-06  8:04 UTC  (4+ messages)
` [Xen-devel] "

[PATCH 01/12] dma-buf: add struct dma_buf_attach_info
 2019-05-06  8:04 UTC  (5+ messages)
` [PATCH 10/12] drm/amdgpu: add independent DMA-buf export v3

[GIT PULL] core/speculation updates for v5.2
 2019-05-06  8:03 UTC 

[Buildroot] [PATCH] package/orc: bump version to 0.4.29
 2019-05-06  8:02 UTC 

stable-rc/linux-5.0.y build: 208 builds: 0 failed, 208 passed, 61 warnings (v5.0.13-84-gbfca9d5e5795)
 2019-05-06  8:01 UTC 

[PATCH net-next 0/4] net: mvpp2: cls: Add classification
 2019-05-06  8:00 UTC  (4+ messages)

[PATCH v3 2/2] f2fs-tools: introduce f2fs_update_sparse_file()
 2019-05-06  8:00 UTC 

[PATCH v4 00/10] of_net: Add NVMEM support to of_get_mac_address
 2019-05-06  7:59 UTC  (4+ messages)
` [PATCH v4 07/10] net: wireless: support of_get_mac_address new ERR_PTR error

[GIT PULL] RSEQ updates for v5.2
 2019-05-06  7:58 UTC 

static analysis issue in rtl8188de driver
 2019-05-06  7:56 UTC  (2+ messages)

[PATCH v2 00/10] RFC: NVME MDEV
 2019-05-06  7:55 UTC  (7+ messages)
` [PATCH v2 08/10] nvme/pci: implement the mdev external queue allocation interface

[PATCH v4 0/1] drm/fb-helper: Move modesetting code to drm_client
 2019-05-06  7:54 UTC  (5+ messages)
` [PATCH v4 1/1] drm/fb-helper: Avoid race with DRM userspace

[GIT PULL] RCU changes for v5.2
 2019-05-06  7:54 UTC 

stable-rc/linux-4.9.y build: 197 builds: 5 failed, 192 passed, 10 errors, 3294 warnings (v4.9.173-55-g8ca64c0a5c66)
 2019-05-06  7:54 UTC 

[warrior][PATCH] uboot-sign: add support for different u-boot configurations
 2019-05-06  7:45 UTC 

[U-Boot] [PATCH v2 1/1] efi_loader: LoadImage() parameter checks
 2019-05-06  7:52 UTC  (3+ messages)

[PATCH -next] KVM: s390: fix typo in parameter description
 2019-05-06  7:52 UTC  (2+ messages)

[PATCH 00/10] implement DYNAMIC_DEBUG_RELATIVE_POINTERS
 2019-05-06  7:48 UTC  (7+ messages)

[Qemu-devel] Spreading the load on QEMU pullreq handling and release work
 2019-05-06  7:46 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] fix bcm6345 watchdog on broadcom board
 2019-05-06  7:45 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] dt: bcm6858: watchdog should use a 50Mhz clock
` [U-Boot] [PATCH 3/3] dt: bcm63158: "

[PATCH v2 0/2] introduction of version attribute for VFIO live migration
 2019-05-06  7:41 UTC  (5+ messages)
` [PATCH v2 2/2] drm/i915/gvt: export mdev device version to sysfs for Intel vGPU
    ` [Qemu-devel] "

[PATCH][next] net: mvpp2: cls: fix less than zero check on a u32 variable
 2019-05-06  7:42 UTC  (3+ messages)

[dpdk-dev] [Bug 265] i40e flow flush & add new flow will occur segfault
 2019-05-06  7:41 UTC 

[PATCH] overlayfs: check the capability before cred overridden
 2019-05-06  7:41 UTC 

[PATCH V4] ASoC: fsl_esai: Add pm runtime function
 2019-05-06  3:53 UTC  (2+ messages)

[PATCH 5.1] rtw88: fix subscript above array bounds compiler warning
 2019-05-06  7:39 UTC 

[PATCH] ath10k: acquire lock to fix lockdep's warning
 2019-05-06  7:38 UTC  (2+ messages)

[PATCH] ASoC: sprd: Add reserved DMA memory support
 2019-05-06  7:37 UTC  (3+ messages)
` Applied "ASoC: sprd: Add reserved DMA memory support" to the asoc tree


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.