All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-06 13:25:48 to 2019-03-06 14:34:06 UTC [more...]

[PATCH 1/3] drm/i915: Store the BIT(engine->id) as the engine's mask
 2019-03-06 14:33 UTC  (5+ messages)
` [PATCH 3/3] drm/i915: Move find_active_request() to the engine

[PATCH v2] f2fs: Reduce zoned block device memory usage
 2019-03-06 14:32 UTC  (3+ messages)
  ` [f2fs-dev] "

[Qemu-devel] [PATCH 0/3] iotests: check whitelisted formats
 2019-03-06 14:31 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/3] iotests: ask QEMU for supported formats

[patch V6 00/14] MDS basics 0
 2019-03-06 14:31 UTC  (5+ messages)
` [patch V6 08/14] MDS basics 8
  ` [MODERATED] "
` [patch V6 10/14] MDS basics 10
  ` [MODERATED] "

[PATCH v4 00/22] SMMUv3 Nested Stage Setup
 2019-03-06 14:30 UTC  (4+ messages)
` [PATCH v4 02/22] iommu: introduce device fault data

[PATCH v2 0/8] lightnvm: bugfixes and improvements
 2019-03-06 14:31 UTC  (20+ messages)
` [PATCH v2 1/8] lightnvm: pblk: Gracefully handle GC vmalloc fail
` [PATCH v2 3/8] lightnvm: pblk: Count all read errors in stats
` [PATCH v2 4/8] lightnvm: pblk: Ensure that erase is chunk aligned
` [PATCH v2 5/8] lightnvm: pblk: Cleanly fail when there is not enough memory
` [PATCH v2 6/8] lightnvm: pblk: Set proper read stutus in bio
` [PATCH v2 7/8] lightnvm: pblk: warn about opened chunk on factory init
` [PATCH v2 8/8] lightnvm: Inherit mdts from the parent nvme device

[PATCH 0/6] PM / Domains: A few clean up and minor fixes
 2019-03-06 14:29 UTC  (15+ messages)
` [PATCH 1/6] PM / Domains: Improve warn for multiple states but no governor in genpd
` [PATCH 2/6] PM / Domains: Return for all error cases in _genpd_power_off
` [PATCH 3/6] PM / Domains: Remove the unnecessary ->power_off() check in genpd_power_off
` [PATCH 4/6] PM / Domains: Move the Subdomain check into _genpd_power_off
` [PATCH 5/6] PM / QoS: Fix a typo in file description
` [PATCH 6/6] PM / domains: Remove one unnecessary blank line

[Qemu-devel] [PATCH] block/pflash_cfi02: Fix memory leak and potential use-after-free
 2019-03-06 14:30 UTC  (3+ messages)
` [Qemu-devel] [Qemu-trivial] "

[PATCH] ipc: Fix building compat mode without sysvipc
 2019-03-06 14:29 UTC 

btrfs filesystem failing with 'No space left on device' after 4 hours
 2019-03-06 14:19 UTC 

[GIT PULL] cpupower update for Linux 5.1-rc1
 2019-03-06 14:28 UTC  (3+ messages)

[Buildroot] [ros-users] Cross Compiling ROS
 2019-03-06 14:28 UTC 

Fw: OpenBMC Test Work group meeting: - Webex link: https://ibm.webex.com/meet/sivas.srr Telephone access is: United States Toll Free 1-844-531-0958 (Toll - +1-669-234-1178) India Toll - 0(STD Code)-64800002 For eg. (Bengaluru - 080-64800002)
 2019-03-06 14:28 UTC 

[RFC PATCH] printk: Introduce "store now but print later" prefix
 2019-03-06 14:27 UTC  (5+ messages)

RFC Breaking up GEM struct_mutex for async-pages
 2019-03-06 14:25 UTC  (43+ messages)
` [PATCH 01/43] drm/i915/selftests: Canonicalise gen8 addresses
` [PATCH 02/43] drm/i915: Force GPU idle on suspend
` [PATCH 03/43] drm/i915/selftests: Improve switch-to-kernel-context checking
` [PATCH 04/43] drm/i915: Do a synchronous switch-to-kernel-context on idling
` [PATCH 05/43] drm/i915: Refactor common code to load initial power context
` [PATCH 06/43] drm/i915: Reduce presumption of request ordering for barriers
` [PATCH 07/43] drm/i915: Remove has-kernel-context
` [PATCH 08/43] drm/i915: Introduce the i915_user_extension_method
` [PATCH 09/43] drm/i915: Track active engines within a context
` [PATCH 10/43] drm/i915: Introduce a context barrier callback
` [PATCH 11/43] drm/i915: Create/destroy VM (ppGTT) for use with contexts
` [PATCH 12/43] drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
` [PATCH 13/43] drm/i915: Allow contexts to share a single timeline across all engines
` [PATCH 14/43] drm/i915: Allow userspace to clone contexts on creation
` [PATCH 15/43] drm/i915: Allow a context to define its set of engines
` [PATCH 16/43] drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
` [PATCH 17/43] drm/i915: Split struct intel_context definition to its own header
` [PATCH 18/43] drm/i915: Store the intel_context_ops in the intel_engine_cs
` [PATCH 19/43] drm/i915: Move over to intel_context_lookup()
` [PATCH 20/43] drm/i915: Make context pinning part of intel_context_ops
` [PATCH 21/43] drm/i915: Track the pinned kernel contexts on each engine
` [PATCH 22/43] drm/i915: Introduce intel_context.pin_mutex for pin management
` [PATCH 23/43] drm/i915: Load balancing across a virtual engine
` [PATCH 24/43] drm/i915: Extend execution fence to support a callback
` [PATCH 25/43] drm/i915/execlists: Virtual engine bonding
` [PATCH 27/43] drm/i915/selftests: Check preemption support on each engine
` [PATCH 28/43] drm/i915/execlists: Skip direct submission if only lite-restore
` [PATCH 29/43] drm/i915: Split GEM object type definition to its own header
` [PATCH 30/43] drm/i915: Pull GEM ioctls interface to its own file
` [PATCH 31/43] drm/i915: Move object->pages API to i915_gem_object.[ch]
` [PATCH 32/43] drm/i915: Move shmem object setup to its own file
` [PATCH 33/43] drm/i915: Move phys objects "
` [PATCH 34/43] drm/i915: Move mmap and friends "
` [PATCH 35/43] drm/i915: Move GEM domain management "
` [PATCH 36/43] drm/i915: Move more GEM objects under gem/
` [PATCH 37/43] drm/i915: Pull scatterlist utils out of i915_gem.h
` [PATCH 38/43] drm/i915: Move GEM object domain management from struct_mutex to local
` [PATCH 39/43] drm/i915: Move GEM object waiting to its own file
` [PATCH 40/43] drm/i915: Move GEM object busy checking "
` [PATCH 41/43] drm/i915: Move GEM client throttling "
` [PATCH 42/43] drm/i915: Drop the deferred active reference
` [PATCH 43/43] drm/i915: Move object close under its own lock

Serial console is causing system lock-up
 2019-03-06 14:27 UTC 

[PATCH RESEND 0/3] Xen PCI passthrough fixes
 2019-03-06 14:26 UTC  (3+ messages)
` [PATCH RESEND 3/3] OvmfPkg/XenSupport: turn off address decoding before BAR sizing

[Qemu-devel] [PATCH v3 0/7] bitmaps: add inconsistent bit
 2019-03-06 14:26 UTC  (16+ messages)
` [Qemu-devel] [PATCH v3 3/7] block/dirty-bitmaps: add block_dirty_bitmap_check function
` [Qemu-devel] [PATCH v3 4/7] block/dirty-bitmaps: prohibit readonly bitmaps for backups
` [Qemu-devel] [PATCH v3 5/7] block/dirty-bitmaps: prohibit removing readonly bitmaps
` [Qemu-devel] [PATCH v3 6/7] block/dirty-bitmaps: disallow busy bitmaps as merge source
` [Qemu-devel] [PATCH v3 7/7] block/dirty-bitmaps: implement inconsistent bit

[PATCH v2] drm/vkms: Add overlay plane support
 2019-03-06 14:25 UTC  (2+ messages)

[PATCH for-next RFC 0/4] tools: Python 3 compatibility
 2019-03-06 14:25 UTC  (8+ messages)

Support sample context in perf report
 2019-03-06 14:23 UTC  (3+ messages)
` [PATCH v4 03/15] perf tools script: Filter COMM/FORK/.. events by CPU

[PATCH] merge-recursive: ignore_case shouldn't reject intentional removals
 2019-03-06 14:23 UTC  (2+ messages)

kernel stuck at start up on iMx6solo customized board
 2019-03-06 14:22 UTC  (2+ messages)

[Buildroot] [PATCH v1 1/2] package/busybox: udhcp CVE-2018-20679 patch
 2019-03-06 14:22 UTC  (2+ messages)
` [Buildroot] [PATCH v1 2/2] package/busybox: udhcp CVE-2019-5747 patch

[PATCH net] net: sched: flower: insert new filter to idr after setting its mask
 2019-03-06 14:22 UTC 

[Qemu-devel] [RFC PATCH 0/4] pc: Support firmware configuration with -blockdev (splitted)
 2019-03-06 14:21 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] pflash_cfi01: Add pflash_cfi01_get_blk() helper

[PATCH v5 00/19] R-Car DU display writeback support
 2019-03-06 14:20 UTC  (7+ messages)
` [PATCH v5 07/19] media: vsp1: dl: Support one-shot entries in the display list

[PATCH] Add interface to allow relabeling of iso 9660 filesystems
 2019-03-06 14:18 UTC  (3+ messages)

using git am to apply git patch in the workdir of any package+
 2019-03-06 14:14 UTC 

[Qemu-devel] [PATCH] vhost-user-test: fix leaks
 2019-03-06 14:17 UTC  (3+ messages)

GSoC 2019: Git's application submitted
 2019-03-06 14:16 UTC  (4+ messages)

[PATCH v5 0/3] drm/vc4: Add a load tracker
 2019-03-06 14:15 UTC  (3+ messages)

Error setting UUIDs discovery filter on big endian systems
 2019-03-06 14:14 UTC  (7+ messages)

atmel nand bindings vs. actual dts files
 2019-03-06 14:07 UTC 

"Give me a break"... well, you gave me one
 2019-03-06 14:14 UTC 

[PATCH 1/2] KVM: Implement kvm_copy_guest() to perform copy of guest memory in place
 2019-03-06 14:12 UTC  (2+ messages)

[PATCH 0/8] objtool: UACCESS validation v2
 2019-03-06 14:12 UTC  (11+ messages)
` [PATCH 1/8] kasan,x86: Frob kasan_report() in an exception

a.out coredumping: fix or delete?
 2019-03-06 14:11 UTC  (6+ messages)

[Qemu-devel] [PATCH 00/10] pflash: Fixes and cleanups
 2019-03-06 14:11 UTC  (12+ messages)
` [Qemu-devel] [PATCH 06/10] r2d: Flash memory creation is confused about size, mark FIXME

[PATCH] drm/i915/selftests: Canonicalise gen8 addresses
 2019-03-06 14:09 UTC 

[Qemu-devel] Question about VM virtio device's link down delay when vhost-user reconnect
 2019-03-06 14:09 UTC  (4+ messages)

mtd: fsl-quadspi: kernel panic in fsl_qspi_nor_write() due to access across page boundary
 2019-03-06 14:08 UTC 

next/master boot bisection: next-20190215 on beaglebone-black
 2019-03-06 14:05 UTC  (11+ messages)

[PATCH 1/3] ARM: dts: imx6q-logicpd: Shutdown LCD regulator during suspend
 2019-03-06 14:04 UTC  (6+ messages)
` [PATCH 2/3] ARM: DTS: imx6q-logicpd: Reduce inrush current on start
` [PATCH 3/3] ARM: DTS: imx6q-logicpd: Fix Analog audio capture

[PATCH] drm/vc4: Use 16bpp by default for the fbdev buffer
 2019-03-06 14:02 UTC  (2+ messages)

[RFC PATCH] perf: workaround unaligned NEON vector load
 2019-03-06 14:01 UTC 

[Qemu-devel] [PATCH v13 19/25] replay: add BH oneshot event for block layer
 2019-03-06 14:00 UTC  (12+ messages)

x86_64 kernel does not start under qemu
 2019-03-06 14:00 UTC  (5+ messages)

i.MX28 nand driver broken in Linux 4.18
 2019-03-06 13:59 UTC  (5+ messages)

[PATCH] [v2] gpu: host1x: avoid IOMMU_API build error
 2019-03-06 14:00 UTC  (3+ messages)

[PATCH v1 00/11] Add patch set for IPN3KE
 2019-03-06 13:59 UTC  (4+ messages)
` [PATCH v1 03/11] drivers/raw/ifpga_rawdev: add OPAE share code "

[PATCH net] iptunnel: NULL pointer deref for ip_md_tunnel_xmit
 2019-03-06 13:56 UTC  (2+ messages)

[PATCH net] gre: fix kernel panic when using lw tunnel
 2019-03-06 13:55 UTC  (2+ messages)

[PATCH v2 0/3] Mixel DPHY support for i.MX8
 2019-03-06 13:55 UTC  (7+ messages)
` [PATCH v2 3/3] phy: Add driver for mixel dphy found on imx8

[Bug 109921] [CI][Runner] Do not mistake KERN_NOTICE for a WARNING
 2019-03-06 13:52 UTC  (2+ messages)

[U-Boot] [PATCH] fit: load all fragments from the extra configurations
 2019-03-06 13:52 UTC 

[Qemu-devel] Question about hardware cursor in VGA
 2019-03-06 13:50 UTC  (5+ messages)

iBeacon with the dbus advertising-api
 2019-03-06 13:50 UTC 

[PATCH] mfd: hi655x-pmic: Fix missing return value check for devm_regmap_init_mmio_clk
 2019-03-06 13:49 UTC 

[PATCH] fix syzkaller task hung in exit_aio
 2019-03-06 13:53 UTC 

[PATCH] EDAC: i10nm, skx: fix randconfig builds
 2019-03-06 13:48 UTC  (4+ messages)
    `  "

[PATCH] nfsd: fix wrong check in write_v4_end_grace()
 2019-03-06 13:47 UTC 

[PATCH v3 00/34] Convert x86 & arm64 to use generic page walk
 2019-03-06 13:45 UTC  (8+ messages)
` [PATCH v3 08/34] ia64: mm: Add p?d_large() definitions

[PATCH v4 0/8] Exynos5 Dynamic Memory Controller driver
 2019-03-06 13:44 UTC  (5+ messages)
  ` [PATCH v4 4/8] drivers: devfreq: add DMC driver for Exynos5422

[PATCH 0/3] firmware: imx: scu-pd: generalize the implementation
 2019-03-06 13:43 UTC  (3+ messages)

What's cooking in git.git (Mar 2019, #01; Wed, 6)
 2019-03-06 13:41 UTC  (3+ messages)
` ps/stash-in-c, was "

kmemleak panic
 2019-03-06 13:39 UTC  (11+ messages)
      ` [PATCH v2] of: fix kmemleak crash (was: Re: kmemleak panic)
        ` [RESEND PATCH v2] of: fix kmemleak crash caused by imbalance in early memory reservation

[U-Boot] [PATCH v2] ARM: dts: i.MX6QDL: add missing spba-bus to aips-bus
 2019-03-06 13:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/2] arm/acpi: simplify aml code and enable SHPC
 2019-03-06 13:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] hw/arm/acpi: simplify AML bit and/or statement
` [Qemu-devel] [PATCH v4 2/2] hw/arm/acpi: enable SHPC native hot plug

[RFC PATCH] ntp: Avoid undefined behaviour in second_overflow()
 2019-03-06 13:37 UTC  (5+ messages)

[PATCH] drm/amdgpu: force to use CPU_ACCESS hint optimization
 2019-03-06 13:37 UTC  (5+ messages)

[PATCH] Document: dt: binding: imx: Fix PAD_CTL_DSE_X*
 2019-03-06 13:36 UTC  (6+ messages)

[PATCH 0/2] PM / Domains: Support enter deepest state during suspend and probe failure
 2019-03-06 13:35 UTC  (6+ messages)
` [PATCH 1/2] PM / Domains: Support enter deepest state for multiple states domains
` [PATCH 2/2] PM / Domains: Choose the deepest state to enter if no devices using it

[PATCH v2] libselinux: Add security_reject_unknown(3) man page
 2019-03-06 13:26 UTC  (3+ messages)
` [PATCH v3] "

[Qemu-devel] [PATCH 0/5] mips_malta: Clean up definition of flash memory size
 2019-03-06 13:33 UTC  (6+ messages)
` [Qemu-devel] [PATCH 4/5] hw/mips/malta: Only accept 'monitor' pflash of 4MiB

[xen-4.10-testing test] 133594: regressions - FAIL
 2019-03-06 13:33 UTC 

[PATCH v2 3/3] lkdtm: Check for SMEP clearing protections
 2019-03-06 13:32 UTC  (2+ messages)
` [tip:x86/asm] "

[TWO BUGs] etnaviv crashes overnight
 2019-03-06 13:33 UTC  (4+ messages)

[PATCH 0/5] mmc: mmci: add get_datactrl_cfg callback
 2019-03-06 13:31 UTC  (7+ messages)
` [PATCH 3/5] mmc: mmci: qcom: define get_dctrl_cfg
` [PATCH 4/5] mmc: mmci: stm32: "

[PATCH v2 1/3] x86/asm: Pin sensitive CR0 bits
 2019-03-06 13:31 UTC  (2+ messages)
` [tip:x86/asm] "

[Qemu-devel] recursive submodules
 2019-03-06 13:31 UTC  (3+ messages)

Sensor value calculation formula
 2019-03-06 13:31 UTC 

[PATCH v2 2/3] x86/asm: Avoid taking an exception before cr4 restore
 2019-03-06 13:31 UTC  (2+ messages)
` [tip:x86/asm] "

[U-Boot] [PATCH] dts: force dtb recompilation
 2019-03-06 13:30 UTC 

[question] panic() during reboot -f (reboot syscall)
 2019-03-06 13:29 UTC 

[PATCH] dm-integrity: limit the rate of error messages
 2019-03-06 13:29 UTC 

[PATCH] drm: rcar-du: Support panels connected directly to the DPAD outputs
 2019-03-06 13:29 UTC  (5+ messages)

[Qemu-devel] PMON2000 compilation and kernel question
 2019-03-06 13:29 UTC  (3+ 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.