All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-09 16:16:34 to 2019-08-09 16:50:46 UTC [more...]

[PATCH 0/8] iommu/omap: misc fixes
 2019-08-09 16:50 UTC  (4+ messages)
` [PATCH 6/8] iommu/omap: introduce new API for runtime suspend/resume control
  ` [PATCH] iommu/omap: Fix compilation warnings "

[Bug 110457] System resumes failed and hits [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout on Acer Squirtle_SR laptop
 2019-08-09 16:50 UTC  (2+ messages)
` [Bug 110457] System resumes failed and hits [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout on Acer Aspire A315-21G

[U-Boot] [PATCH V3 0/4] Prepare i.MX8MM clk
 2019-08-09 16:50 UTC  (3+ messages)
` [U-Boot] [PATCH V3 1/4] clk: imx: add Kconfig entry for i.MX8MM

[PATCH] layerindexlib: Fix parsing of recursive layer dependencies
 2019-08-09 16:49 UTC  (2+ messages)

[Bug 110258] Lenovo V110-15AST AMD A9-9410 AMD R5 Stoney hangs after waking after suspend. 5.0-5.1rc2
 2019-08-09 16:49 UTC  (2+ messages)
` [Bug 110258] Lenovo V110-15AST AMD A9-9410 AMD R5 Stoney hangs after waking after suspend. 5.0 onwards

[U-Boot] drivers: net: driver for MDIO muxes controlled over I2C
 2019-08-09 16:48 UTC  (3+ messages)

[PATCH V5 00/12] 52-bit kernel + user VAs
 2019-08-09 16:47 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/5] arm: dts: sync dts for i.MX6UL
 2019-08-09 16:46 UTC  (10+ messages)
` [U-Boot] [PATCH v2 2/5] arm: dts: sync dts for i.MX6ULL
` [U-Boot] [PATCH v2 3/5] arm: dts: import dts for i.MX6ULZ
` [U-Boot] [PATCH v2 4/5] imx: add i.MX6ULZ cpu type
` [U-Boot] [PATCH v2 5/5] imx: add i.MX6ULZ board

[PATCH] drm/i915: Check for a second VCS engine more carefully
 2019-08-09 16:46 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] mm/z3fold.c: Fix race between migration and destruction
 2019-08-09 16:46 UTC  (2+ messages)

tcan4x5x on a Raspberry Pi
 2019-08-09 16:46 UTC  (4+ messages)
  ` AW: "

[Qemu-devel] [Bug 1839325] [NEW] Go programs crash on qemu-sh4 due to issues with atomics
 2019-08-09 16:35 UTC  (2+ messages)
` [Qemu-devel] [Bug 1839325] "

5.3-rc3: Frozen graphics with kcompactd migrating i915 pages
 2019-08-09 16:46 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

XTS template wrapping question
 2019-08-09 16:46 UTC  (2+ messages)

[PATCH] mxsfb: allow attachment of display bridges
 2019-08-09 16:45 UTC  (3+ messages)

[PATCH] Input: synaptics - Fix a typo - synpatics --> synaptics
 2019-08-09 16:45 UTC  (3+ messages)

[RFC PATCH v6 00/92] VM introspection
 2019-08-09 16:24 UTC  (35+ messages)
` [RFC PATCH v6 02/92] kvm: introspection: add basic ioctls (hook/unhook)
` [RFC PATCH v6 03/92] kvm: introspection: add permission access ioctls
` [RFC PATCH v6 08/92] kvm: introspection: add KVMI_CHECK_COMMAND and KVMI_CHECK_EVENT
` [RFC PATCH v6 09/92] kvm: introspection: add KVMI_GET_GUEST_INFO
` [RFC PATCH v6 10/92] kvm: introspection: add KVMI_CONTROL_VM_EVENTS
` [RFC PATCH v6 11/92] kvm: introspection: add vCPU related data
` [RFC PATCH v6 12/92] kvm: introspection: add a jobs list to every introspected vCPU
` [RFC PATCH v6 13/92] kvm: introspection: make the vCPU wait even when its jobs list is empty
` [RFC PATCH v6 14/92] kvm: introspection: handle introspection commands before returning to guest
` [RFC PATCH v6 15/92] kvm: introspection: handle vCPU related introspection commands
` [RFC PATCH v6 16/92] kvm: introspection: handle events and event replies
` [RFC PATCH v6 17/92] kvm: introspection: introduce event actions
` [RFC PATCH v6 18/92] kvm: introspection: add KVMI_EVENT_UNHOOK
` [RFC PATCH v6 19/92] kvm: introspection: add KVMI_EVENT_CREATE_VCPU
` [RFC PATCH v6 20/92] kvm: introspection: add KVMI_GET_VCPU_INFO
` [RFC PATCH v6 21/92] kvm: page track: add track_create_slot() callback
` [RFC PATCH v6 22/92] kvm: x86: provide all page tracking hooks with the guest virtual address
` [RFC PATCH v6 23/92] kvm: page track: add support for preread, prewrite and preexec
` [RFC PATCH v6 24/92] kvm: x86: wire in the preread/prewrite/preexec page trackers
` [RFC PATCH v6 25/92] kvm: x86: intercept the write access on sidt and other emulated instructions
` [RFC PATCH v6 26/92] kvm: x86: add kvm_mmu_nested_pagefault()
` [RFC PATCH v6 27/92] kvm: introspection: use page track
` [RFC PATCH v6 28/92] kvm: x86: consult the page tracking from kvm_mmu_get_page() and __direct_map()
` [RFC PATCH v6 29/92] kvm: introspection: add KVMI_CONTROL_EVENTS
` [RFC PATCH v6 30/92] kvm: x86: add kvm_spt_fault()
` [RFC PATCH v6 31/92] kvm: introspection: add KVMI_EVENT_PF
` [RFC PATCH v6 32/92] kvm: introspection: add KVMI_GET_PAGE_ACCESS
` [RFC PATCH v6 33/92] kvm: introspection: add KVMI_SET_PAGE_ACCESS
` [RFC PATCH v6 34/92] Documentation: Introduce EPT based Subpage Protection
` [RFC PATCH v6 35/92] KVM: VMX: Add control flags for SPP enabling
` [RFC PATCH v6 45/92] kvm: introspection: add KVMI_GET_PAGE_WRITE_BITMAP
` [RFC PATCH v6 71/92] mm: add support for remote mapping
  ` DANGER WILL ROBINSON, DANGER

[PATCH 0/4] ADS7846 add general touchscreen features
 2019-08-09 16:44 UTC  (7+ messages)
` [PATCH 1/4] Input: ads7846 - convert to devm_ alloc functions
` [PATCH 2/4] dt-bindings: input: ads7846: fix property description
` [PATCH 4/4] Input: ads7846 - add support for general touchscreen bindings

[PATCH] fanotify, inotify, dnotify, security: add security hook for fs notifications
 2019-08-09 16:43 UTC  (8+ messages)
      ` [Non-DoD Source] "

Release Planning Work Group meetings - Now in IRC
 2019-08-09 16:42 UTC 

[PATCH 1/4] dt-bindings: watchdog: Add i.MX7ULP bindings
 2019-08-09 16:42 UTC  (7+ messages)
` [PATCH 2/4] watchdog: Add i.MX7ULP watchdog support

[PATCH 0/7] pwm: jz4740: Driver update
 2019-08-09 16:41 UTC  (3+ messages)
` [PATCH 3/7] pwm: jz4740: Drop dependency on MACH_INGENIC

[PATCH v8 00/21] SC7 entry and exit support for Tegra210
 2019-08-09 16:39 UTC  (13+ messages)
` [PATCH v8 11/21] clk: tegra: clk-dfll: Add suspend and resume support
` [PATCH v8 14/21] clk: tegra210: "
` [PATCH v8 19/21] soc/tegra: pmc: Configure deep sleep control settings

[PATCH] MAINTAINERS: add KVM x86 reviewers
 2019-08-09 16:39 UTC  (3+ messages)

[Buildroot] [git commit] DEVELOPERS: drop odroidc2 from Dagg Stompler
 2019-08-09 16:38 UTC  (3+ messages)

[PATCH 0/7] ARM: preparation for multiplatform iop32x
 2019-08-09 16:38 UTC  (16+ messages)
` [PATCH 1/7] [RFC] ARM: remove Intel iop33x and iop13xx support
  ` [PATCH 2/7] dma: iop-adma: include prefetch.h
  ` [PATCH 3/7] dma: iop-adma: use correct printk format strings
  ` [PATCH 4/7] dma: iop-adma: allow building without platform headers
  ` [PATCH 5/7] ARM: xscale: fix multi-cpu compilation
  ` [PATCH 6/7] ARM: iop32x: make mach/uncompress.h independent of mach/hardware.h
  ` [PATCH 7/7] ARM: iop32x: merge everything into mach-iop32x/

[PATCH 1/7] insane.bbclass: in file-rdeps do not look into RDEPENDS recursively
 2019-08-09 16:36 UTC  (8+ messages)

[PATCH v12 0/6] THP aware uprobe
 2019-08-09 16:35 UTC  (10+ messages)
` [PATCH v12 3/6] mm, thp: introduce FOLL_SPLIT_PMD
` [PATCH v12 5/6] khugepaged: enable collapse pmd for pte-mapped THP

[Qemu-devel] [PATCH] virtio-pci: Add Function Level Reset support
 2019-08-09 16:35 UTC  (2+ messages)

Crypto Fixes for 4.18
 2019-08-09 16:35 UTC  (12+ messages)
` Crypto Fixes for 4.19
  ` Crypto Fixes for 4.20
      ` Crypto Fixes for 5.0
          ` [GIT] "
            ` [GIT] Crypto Fixes for 5.1
              ` [GIT] Crypto Fixes for 5.2
                ` [GIT] Crypto Fixes for 5.3

[GIT PULL] sound fixes for 5.3-rc4
 2019-08-09 16:35 UTC  (2+ messages)

[GIT PULL] s390 updates for 5.3-rc4
 2019-08-09 16:35 UTC  (2+ messages)

[GIT PULL] fbdev fix for v5.3-rc4
 2019-08-09 16:35 UTC  (4+ messages)

[GIT PULL] pwm: Fixes for v5.3-rc4
 2019-08-09 16:35 UTC  (2+ messages)

[GIT PULL] arm64 fixes for 5.3-rc4
 2019-08-09 16:35 UTC  (3+ messages)

[GIT PULL] Block fixes for 5.3-rc4
 2019-08-09 16:35 UTC  (2+ messages)

[GIT PULL] MMC fixes for v5.3-rc4
 2019-08-09 16:35 UTC  (3+ messages)

[GIT PULL] Power management fix for v5.3-rc3
 2019-08-09 16:35 UTC  (2+ messages)

[GIT PULL for v5.3-rc4] media fixes
 2019-08-09 16:35 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 00/42] block: Deal with filters
 2019-08-09 16:14 UTC  (40+ messages)
` [Qemu-devel] [PATCH v6 03/42] throttle: Support compressed writes
` [Qemu-devel] [PATCH v6 04/42] block: Add child access functions
` [Qemu-devel] [PATCH v6 05/42] block: Add chain helper functions
` [Qemu-devel] [PATCH v6 07/42] block: *filtered_cow_child() for *has_zero_init()
` [Qemu-devel] [PATCH v6 08/42] block: bdrv_set_backing_hd() is about bs->backing
` [Qemu-devel] [PATCH v6 09/42] block: Include filters when freezing backing chain
` [Qemu-devel] [PATCH v6 10/42] block: Drop bdrv_is_encrypted()
` [Qemu-devel] [PATCH v6 11/42] block: Add bdrv_supports_compressed_writes()
` [Qemu-devel] [PATCH v6 12/42] block: Use bdrv_filtered_rw* where obvious
` [Qemu-devel] [PATCH v6 13/42] block: Use CAFs in block status functions
` [Qemu-devel] [PATCH v6 14/42] block: Use CAFs when working with backing chains
` [Qemu-devel] [PATCH v6 15/42] block: Re-evaluate backing file handling in reopen
` [Qemu-devel] [PATCH v6 16/42] block: Flush all children in generic code
` [Qemu-devel] [PATCH v6 17/42] block: Use CAFs in bdrv_refresh_limits()
` [Qemu-devel] [PATCH v6 18/42] block: Use CAFs in bdrv_refresh_filename()
` [Qemu-devel] [PATCH v6 19/42] block: Use CAF in bdrv_co_rw_vmstate()
` [Qemu-devel] [PATCH v6 20/42] block/snapshot: Fix fallback
` [Qemu-devel] [PATCH v6 21/42] block: Use CAFs for debug breakpoints
` [Qemu-devel] [PATCH v6 22/42] block: Fix bdrv_get_allocated_file_size's fallback
` [Qemu-devel] [PATCH v6 23/42] blockdev: Use CAF in external_snapshot_prepare()
` [Qemu-devel] [PATCH v6 24/42] block: Use child access functions for QAPI queries
` [Qemu-devel] [PATCH v6 25/42] mirror: Deal with filters
` [Qemu-devel] [PATCH v6 26/42] backup: "
` [Qemu-devel] [PATCH v6 27/42] commit: "
` [Qemu-devel] [PATCH v6 28/42] stream: "
` [Qemu-devel] [PATCH v6 29/42] nbd: Use CAF when looking for dirty bitmap
` [Qemu-devel] [PATCH v6 30/42] qemu-img: Use child access functions
` [Qemu-devel] [PATCH v6 31/42] block: Drop backing_bs()
` [Qemu-devel] [PATCH v6 32/42] block: Make bdrv_get_cumulative_perm() public
` [Qemu-devel] [PATCH v6 33/42] blockdev: Fix active commit choice
` [Qemu-devel] [PATCH v6 34/42] block: Inline bdrv_co_block_status_from_*()
` [Qemu-devel] [PATCH v6 35/42] block: Fix check_to_replace_node()
` [Qemu-devel] [PATCH v6 36/42] iotests: Add tests for mirror @replaces loops
` [Qemu-devel] [PATCH v6 37/42] block: Leave BDS.backing_file constant
` [Qemu-devel] [PATCH v6 38/42] iotests: Let complete_and_wait() work with commit
` [Qemu-devel] [PATCH v6 39/42] iotests: Add filter commit test cases
` [Qemu-devel] [PATCH v6 40/42] iotests: Add filter mirror "
` [Qemu-devel] [PATCH v6 41/42] iotests: Add test for commit in sub directory
` [Qemu-devel] [PATCH v6 42/42] iotests: Test committing to overridden backing

[PATCH RFC v1 1/2] rcu/tree: Add basic support for kfree_rcu batching
 2019-08-09 16:33 UTC  (10+ messages)

What's cooking in git.git (Jul 2019, #06; Thu, 25)
 2019-08-09 16:32 UTC  (6+ messages)

[PATCH v2 00/13] v2: ARM: move lpc32xx to multiplatform
 2019-08-09 16:30 UTC  (4+ messages)
` [PATCH v2 09/13] net: lpc-enet: fix printk format strings

[PATCH ethtool] ethtool: dump nested registers
 2019-08-09 16:23 UTC  (2+ messages)

[PATCH ethtool] gitignore: ignore vim swapfiles and patches
 2019-08-09 16:21 UTC  (2+ messages)

[dpdk-dev] [PATCH] bpf: fix to allow ptr stack program type
 2019-08-09 16:29 UTC 

[PATCH] Add optional chip erase functionality to AT25 EEPROM driver
 2019-08-09 16:28 UTC  (3+ messages)

[PATCH v4 4/4] ARM: dts: aspeed: Add Mihawk BMC platform
 2019-08-09 16:28 UTC  (3+ messages)

[PATCH] mailmap: add entry for Jaegeuk Kim
 2019-08-09 16:28 UTC  (5+ messages)

[PATCH 0/2] Minor cleanups/improvements in rpmsg-client-sample
 2019-08-09 16:27 UTC  (9+ messages)
` [PATCH 1/2] samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()
` [PATCH 2/2] samples/rpmsg: Introduce a module parameter for message count

[SPDK] Comparing discovery log page to the spec definition
 2019-08-09 16:26 UTC 

[PATCH 0/3] drm: bridge: Add NWL MIPI DSI host controller support
 2019-08-09 16:25 UTC  (5+ messages)
` [PATCH 3/3] drm/bridge: "

[PATCH v2 0/3] drm: bridge: Add NWL MIPI DSI host controller support
 2019-08-09 16:24 UTC  (12+ messages)
` [PATCH v2 1/3] arm64: imx8mq: add imx8mq iomux-gpr field defines
` [PATCH v2 2/3] dt-bindings: display/bridge: Add binding for NWL mipi dsi host controller
` [PATCH v2 3/3] drm/bridge: Add NWL MIPI DSI host controller support

Linux kernel 4.14.138 released
 2019-08-09 16:25 UTC 

[Bug 111241] Shadertoy shader causing hang
 2019-08-09 16:22 UTC  (4+ messages)

[PATCH for_v22 0/6] x86/sgx: Remove EADD worker and page copy
 2019-08-09 16:22 UTC  (3+ messages)

stable-rc/linux-4.14.y boot: 119 boots: 2 failed, 106 passed with 11 offline (v4.14.136-54-g33934fd98b51)
 2019-08-09 16:22 UTC 

[PATCH] sched: use rq_lock/unlock in online_fair_sched_group
 2019-08-09 16:21 UTC  (3+ messages)
` [tip:sched/core] sched/fair: Use "

[PATCH V2 00/10] x86/CPU and x86/resctrl: Support pseudo-lock regions spanning L2 and L3 cache
 2019-08-09 16:20 UTC  (8+ messages)
` [PATCH V2 09/10] x86/resctrl: Pseudo-lock portions of multiple resources

[RESEND PATCH 1/2 -mm] mm: account lazy free pages separately
 2019-08-09 16:19 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/imagemagick: security bump version to 7.0.8-59
 2019-08-09 16:19 UTC 

[PATCH v2 0/2] spi: add NPCM FIU controller driver
 2019-08-09 16:19 UTC  (8+ messages)
` [PATCH v2 2/2] spi: npcm-fiu: "

[PATCH V2 01/10] x86/CPU: Expose if cache is inclusive of lower level caches
 2019-08-09 16:18 UTC  (12+ 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.