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

[PATCH v2 00/16] testing/next (docker/podman, tcg, build fixes)
 2019-09-19 17:10 UTC  (12+ messages)
` [PATCH v2 02/16] tests/docker: fix DOCKER_PARTIAL_IMAGES
` [PATCH v2 03/16] tests/docker: remove python2.7 from docker9-mxe
` [PATCH v2 05/16] podman: fix command invocation
` [PATCH v2 06/16] target/ppc: fix signal delivery for ppc64abi32
` [PATCH v2 08/16] tests/tcg: re-enable linux-test "
` [PATCH v2 11/16] tests/tcg: add simple record/replay smoke test for aarch64
` [PATCH v2 12/16] tests/docker: Add fedora-win10sdk-cross image
` [PATCH v2 13/16] .shippable.yml: Build WHPX enabled binaries
` [PATCH v2 14/16] configure: preserve PKG_CONFIG for subdir builds
` [PATCH v2 15/16] docs/devel: add "check-tcg" to testing.rst
` [PATCH v2 16/16] Makefile: fix-up qemu-ga.8 paths to take in-src builds into account

[PATCH v7 00/10] DSB enablement
 2019-09-19 17:46 UTC  (4+ messages)
` [PATCH v7 04/10] drm/i915/dsb: Indexed register write function for DSB

[GIT PULL] chrome-platform changes for v5.4
 2019-09-19 17:46 UTC 

[PATCH RFC/RFT 0/4] Add Airtime Queue Limits (AQL) to mac80211
 2019-09-19 17:46 UTC  (4+ messages)
` [PATCH RFC/RFT 4/4] mac80211: Apply Airtime-based Queue Limit (AQL) on packet dequeue

[PATCH] drm/amd/display; Fix kernel doc warnings
 2019-09-19 17:45 UTC  (2+ messages)

[PATCH v2] devfreq: Add tracepoint for frequency changes
 2019-09-19 17:44 UTC 

[PATCH v5 0/2] drm: bridge: Add NWL MIPI DSI host controller support
 2019-09-19 17:43 UTC  (7+ messages)
  ` [PATCH v5 2/2] drm/bridge: "

[PATCH] Makefile: Fix in-tree builds when Sphinx is available
 2019-09-19 17:14 UTC  (3+ messages)

[Xen-devel] [PATCH v2 00/35] libxl refactoring to use ev_qmp (with API changes)
 2019-09-19 17:16 UTC  (36+ messages)
` [Xen-devel] [PATCH v2 01/35] libxl: Make libxl_domain_unpause async
` [Xen-devel] [PATCH v2 02/35] libxl: Make libxl_send_trigger async
` [Xen-devel] [PATCH v2 03/35] libxl: Make libxl_set_vcpuonline async
` [Xen-devel] [PATCH v2 04/35] libxl: Make libxl_retrieve_domain_configuration async
` [Xen-devel] [PATCH v2 05/35] libxl: Make libxl_qemu_monitor_command async
` [Xen-devel] [PATCH v2 06/35] libxl: Use ev_qmp for switch_qemu_xen_logdirty
` [Xen-devel] [PATCH v2 07/35] libxl: Move "qmp_initializations" to libxl_dm
` [Xen-devel] [PATCH v2 08/35] libxl: Replace libxl__qmp_initializations by ev_qmp calls
` [Xen-devel] [PATCH v2 09/35] libxl: Deprecate libxl__domain_{unpause, resume}
` [Xen-devel] [PATCH v2 10/35] libxl: Re-introduce libxl__domain_resume
` [Xen-devel] [PATCH v2 11/35] libxl_domain: Convert libxl_domain_resume to use libxl__domain_resume
` [Xen-devel] [PATCH v2 12/35] libxl: Re-introduce libxl__domain_unpause
` [Xen-devel] [PATCH v2 13/35] libxl_dm: Update libxl__spawn_stub_dm to use libxl__domain_unpause
` [Xen-devel] [PATCH v2 14/35] libxl_domain: Convert libxl_domain_unpause "
` [Xen-devel] [PATCH v2 15/35] libxl: Inline do_usbdev_add into libxl__device_usbdev_add
` [Xen-devel] [PATCH v2 16/35] libxl: Inline do_usbdev_remove into libxl__device_usbdev_remove
` [Xen-devel] [PATCH v2 17/35] libxl: Add libxl__ev_qmp to libxl__ao_device
` [Xen-devel] [PATCH v2 18/35] libxl: Add device_{config, type} "
` [Xen-devel] [PATCH v2 19/35] libxl_usb: Make libxl__device_usbctrl_add uses ev_qmp
` [Xen-devel] [PATCH v2 20/35] libxl_usb: Make libxl__initiate_device_usbctrl_remove "
` [Xen-devel] [PATCH v2 21/35] libxl_usb: Make libxl__device_usbdev_add "
` [Xen-devel] [PATCH v2 22/35] libxl: Use aodev for libxl__device_usbdev_remove
` [Xen-devel] [PATCH v2 23/35] libxl: libxl__initiate_device_usbdev_remove now use ev_qmp
` [Xen-devel] [PATCH v2 24/35] libxl: Remove libxl__qmp_run_command_flexarray
` [Xen-devel] [PATCH v2 25/35] libxl_pci: Coding style of do_pci_add
` [Xen-devel] [PATCH v2 26/35] libxl_pci: Only check if qemu-dm is running in qemu-trad case
` [Xen-devel] [PATCH v2 27/35] libxl_pci: Use libxl__ao_device with libxl__device_pci_add
` [Xen-devel] [PATCH v2 28/35] libxl_pci: Use ev_qmp in do_pci_add
` [Xen-devel] [PATCH v2 29/35] libxl_pci: Use libxl__ao_device with pci_remove
` [Xen-devel] [PATCH v2 30/35] libxl_pci: Use ev_qmp for pci_remove
` [Xen-devel] [PATCH v2 31/35] libxl: Use ev_qmp for libxl_send_trigger
` [Xen-devel] [PATCH v2 32/35] libxl: Use ev_qmp in libxl_set_vcpuonline
` [Xen-devel] [PATCH v2 33/35] libxl: libxl_retrieve_domain_configuration now uses ev_qmp
` [Xen-devel] [PATCH v2 34/35] libxl: libxl_qemu_monitor_command "
` [Xen-devel] [PATCH v2 35/35] libxl_pci: Extract common part of *qemu_trad_watch_state_cb

[GIT PULL] iomap: new code for 5.4
 2019-09-19 17:41 UTC  (13+ messages)
      ` [Cluster-devel] "

INFO: rcu detected stall in sys_exit_group
 2019-09-19 17:39 UTC  (4+ messages)

[Qemu-devel] Problems with MIPS Malta SSH tests in make check-acceptance
 2019-09-19 17:14 UTC  (5+ messages)
  `  "

[RFC PATCH for 5.4 0/7] Membarrier fixes and cleanups
 2019-09-19 17:37 UTC  (8+ messages)
` [RFC PATCH for 5.4 1/7] Fix: sched/membarrier: Private expedited registration check
` [RFC PATCH for 5.4 2/7] Cleanup: sched/membarrier: Remove redundant check
` [RFC PATCH for 5.4 3/7] Cleanup: sched/membarrier: Only sync_core before usermode for same mm
` [RFC PATCH for 5.4 4/7] Fix: sched/membarrier: p->mm->membarrier_state racy load (v4)
` [RFC PATCH for 5.4 5/7] selftests: sched/membarrier: Add multi-threaded test
` [RFC PATCH for 5.4 6/7] sched/membarrier: Skip IPIs when mm->mm_users == 1
` [RFC PATCH for 5.4 7/7] sched/membarrier: Return -ENOMEM to userspace on memory allocation failure

[Qemu-devel] [PULL 0/4] Ui 20190919 patches
 2019-09-19 17:10 UTC  (2+ messages)

Unable to delete directory: input/output error and corrupt leaf
 2019-09-19 17:38 UTC 

[U-Boot] [PATCH] Revert "mx6sabresd: convert to DM_VIDEO"
 2019-09-19 17:38 UTC  (2+ messages)

[Qemu-devel] [Bug 1833661] [NEW] Linux kernel oops on Malta board while accessing pflash
 2019-09-19 17:14 UTC  (2+ messages)
` [Bug 1833661] "

[PATCH] xfs: assure zeroed memory buffers for certain kmem allocations
 2019-09-19 17:38 UTC  (5+ messages)
` [PATCH v3] "

[igt-dev] [PATCH i-g-t v14 0/6] DC states igt tests patch series
 2019-09-19 17:30 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t v14 1/6] lib/igt_pm: igt lib helper routines to support DC5/6 tests
` [igt-dev] [PATCH i-g-t v14 3/6] tests/i915/i915_pm_dc: Added test for DC6 during PSR
` [igt-dev] [PATCH i-g-t v14 4/6] tests/i915/i915_pm_dc: Added test for DC5 during DPMS
` [igt-dev] [PATCH i-g-t v14 5/6] tests/i915/i915_pm_dc: Added test for DC6 "
` [igt-dev] [PATCH i-g-t v14 6/6] tests/i915/i915_pm_dc:Skip the DC6 test if BIOS has disabled PC8+

Will the qemu-devel prefix in the mails come back?
 2019-09-19 17:08 UTC  (2+ messages)

[PATCH v11 rdma-next 0/7] RDMA/qedr: Use the doorbell overflow recovery mechanism for RDMA
 2019-09-19 17:37 UTC  (5+ messages)
` [PATCH v11 rdma-next 2/7] RDMA/core: Create mmap database and cookie helper functions
` [PATCH v11 rdma-next 3/7] RDMA/efa: Use the common mmap_xa helpers

[PATCH 1/2] MAINTAINERS: Update Allwinner DRM drivers entry
 2019-09-19 17:36 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: Add Jernej Škrabec as a reviewer for DE2

[PATCH 00/23] mtd: spi-nor: Quad Enable and (un)lock methods
 2019-09-19 17:34 UTC  (6+ messages)
` [PATCH 19/23] mtd: spi-nor: Rework spansion(_no)_read_cr_quad_enable()

[PATCH] travis-ci: ignore already tested trees in debug mode
 2019-09-19 17:35 UTC 

[PATCH v2 0/2] iotests: Require Python 3.6 or later
 2019-09-19 17:15 UTC  (2+ messages)

[DISCUSSION] Growing the Git community
 2019-09-19 17:34 UTC  (2+ messages)

phosphor-isolation
 2019-09-19 17:33 UTC 

[RFC PATCH 4/4] Fix: sched/membarrier: p->mm->membarrier_state racy load
 2019-09-19 17:33 UTC  (9+ messages)
` [RFC PATCH 4/4] Fix: sched/membarrier: p->mm->membarrier_state racy load (v2)

Reminder: 52 active syzbot reports in usb subsystem
 2019-09-19 17:32 UTC  (3+ messages)

[PATCH] riscv: resolve most warnings from sparse
 2019-09-19 17:31 UTC  (3+ messages)

[PATCH 00/13] drm/i915: modeset probe/remove path refactoring
 2019-09-19 17:31 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.BAT: failure "

[v2][PATCH 0/3] adding gamma state checker for icl+ platforms
 2019-09-19 17:30 UTC  (6+ messages)
` [v2][PATCH 2/3] drm/i915/display: Extract icl_read_luts()

[U-Boot] [PATCH 0/7] Fix splash logo for imx6 boards
 2019-09-19 17:30 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] splash: fix logo drawing if CONFIG_VIDEO_LOGO enabled
` [U-Boot] [PATCH 2/7] imx: wandboard: fix splash logo drawing
` [U-Boot] [PATCH 3/7] imx: mx6sabresd: "
` [U-Boot] [PATCH 4/7] imx: apalis_imx6: "
` [U-Boot] [PATCH 5/7] imx: icore: "
` [U-Boot] [PATCH 6/7] imx: colibri_imx6: "
` [U-Boot] [PATCH 7/7] imx: mx6sabreauto: "

[Qemu-devel] vhost, iova, and dirty page tracking
 2019-09-19 17:20 UTC  (8+ messages)

[U-Boot] [PATCH 0/7] am57xx: Implement Android 10 boot flow
 2019-09-19 17:28 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] image: android: Add functions for handling dtb field
` [U-Boot] [PATCH 2/7] image: android: Add routine to get dtbo params
` [U-Boot] [PATCH 3/7] cmd: bootimg: Add bootimg command
` [U-Boot] [PATCH 4/7] configs: am57xx_evm: Enable Android commands
` [U-Boot] [PATCH 5/7] env: ti: boot: Respect slot_suffix in AVB commands
` [U-Boot] [PATCH 6/7] env: ti: boot: Boot Android with dynamic partitions
` [U-Boot] [PATCH 7/7] arm: ti: boot: Use correct dtb and dtbo on Android boot

strange tclass in AVCs
 2019-09-19 17:24 UTC  (8+ messages)

[PATCH] devfreq: Add tracepoint for frequency changes
 2019-09-19 17:25 UTC  (3+ messages)

[PATCH] spi: atmel: Remove AVR32 leftover
 2019-09-19 17:24 UTC  (3+ messages)

[PATCH] x86/mm: fix return value of p[um]dp_set_access_flags
 2019-09-19 17:25 UTC  (2+ messages)

[REGRESSION] sdhci no longer detects SD cards on LX2160A
 2019-09-19 17:23 UTC  (12+ messages)

[PATCH] spi: atmel: Fix crash when using more than 4 gpio CS
 2019-09-19 17:23 UTC  (4+ messages)

[thud/master PATCH v2] packagegroup: tisdk-addons-sdk-host: Add src packages
 2019-09-19 17:22 UTC 

[PATCH 1/3] drm/rect: Return scaling factor and error code separately
 2019-09-19 17:23 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] "

[Bug 111077] link_shader and deserialize_glsl_program suddenly consume huge amount of RAM
 2019-09-19 17:23 UTC  (2+ messages)

[RFC PATCH V1] riscv-privileged: Add broadcast mode to sfence.vma
 2019-09-19 16:04 UTC  (2+ messages)
` [tech-privileged] "

[thud/master PATCH v1] packagegroup: tisdk-addons-sdk-host: Add src packages
 2019-09-19 17:20 UTC  (3+ messages)

[PATCH v2 00/13] TGL TC enabling v2
 2019-09-19 17:20 UTC  (3+ messages)
` [PATCH v2 01/13] drm/i915/tgl: Add missing ddi clock select during DP init sequence

[Intel-wired-lan] [linux-firmware] ice: Add package file for Intel E800 series driver
 2019-09-19 17:20 UTC  (2+ messages)

[PATCH] common/xfs: wipe the XFS superblock of each AGs
 2019-09-19 17:27 UTC  (3+ messages)

INFO: task hung in pipe_write (2)
 2019-09-19 17:19 UTC 

[PATCH] drm/sun4i: Use vi plane as primary
 2019-09-19 17:17 UTC  (2+ messages)

[PATCH v3 0/2] Add an API for edac device, for mulriple errors
 2019-09-19 17:17 UTC  (3+ messages)
` [PATCH v3 1/2] edac: Add an API for edac device to report for multiple errors
` [PATCH v3 2/2] edac: move edac_device_handle_*() API functions to header

[PATCH 00/20] Add support for Silicon Labs WiFi chip WF200 and further
 2019-09-19 16:34 UTC  (3+ messages)
` [PATCH 02/20] staging: wfx: add support for I/O access

[PATCH 0/2] tweak knfsd session slot table sizing
 2019-09-19 17:17 UTC  (5+ messages)
` [PATCH 2/2] nfsd: give out fewer session slots as limit approaches

[Xen-devel] [xen-unstable-smoke test] 141474: regressions - FAIL
 2019-09-19 17:14 UTC 

[PATCH RFC 0/2] staging: Support Avalon-MM DMA Interface for PCIe
 2019-09-19 17:12 UTC  (4+ messages)

[PATCH v1 0/3] seccomp: continue syscall from notifier
 2019-09-19 17:13 UTC  (3+ messages)
` [PATCH v1 3/3] seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE

Help me help you debug what seems to be an EC resume issue
 2019-09-19 17:13 UTC  (9+ messages)

[PATCH 0/1] KEYS: Measure keys in trusted keyring
 2019-09-19 17:12 UTC  (8+ messages)

[PATCH net] ipv6: fix a typo in fib6_rule_lookup()
 2019-09-19 17:12 UTC 

dsa traffic priorization
 2019-09-19 17:12 UTC  (5+ messages)

[PATCH] drm/radeon: fix a potential NULL pointer dereference
 2019-09-19 17:11 UTC  (3+ messages)

[f2fs-dev] [PATCH 1/2] f2fs: do not select same victim right again
 2019-09-19 17:11 UTC  (12+ messages)

[PATCH v2 1/3] drm/i915: Mark i915_request.timeline as a volatile, rcu pointer
 2019-09-19 17:11 UTC  (4+ messages)

[PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram
 2019-09-19 17:09 UTC  (3+ messages)

[Xen-devel] [PATCH 00/15] Some cleanup of libxl
 2019-09-19 17:07 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: iomap-5.4-merge rebased to 1b4fdf4f30db
 2019-09-19 17:08 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] mirror: Do not dereference invalid pointers
 2019-09-19 17:02 UTC  (7+ messages)
` [Qemu-devel] [PATCH 4/4] iotests: Add test for failing mirror complete

[GIT PULL] SMB3 fixes and features
 2019-09-19 17:07 UTC 

[PATCH] clk: ti: clkctrl: Fix hidden dependency to node name with reg-names
 2019-09-19 17:06 UTC  (5+ messages)

[PATCH 0/3] clk: meson: g12a: fixes for DVFS
 2019-09-19 17:06 UTC  (6+ messages)
` [PATCH 3/3] clk: meson: clk-pll: always enable a critical PLL when setting the rate

KASAN: slab-out-of-bounds Write in ga_probe
 2019-09-19 17:05 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] q35: mch: allow to lock down 128K RAM at default SMBASE address
 2019-09-19 17:02 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] q35: implement 128K SMRAM "

[PATCH 1/3] ACPI: Resolve objects on host-directed table loads
 2019-09-19 17:05 UTC  (13+ messages)
` [PATCH] ACPICA: make acpi_load_table() return table index
                      ` [Devel] "

[PATCH 0/4] seccomp: continue syscall from notifier
 2019-09-19 17:04 UTC  (7+ messages)
` [PATCH 2/4] seccomp: add two missing ptrace ifdefines

[Qemu-devel] [PATCH v1 10/28] target/riscv: Convert mie and mstatus to pointers
 2019-09-19 16:58 UTC  (9+ messages)
  ` [Qemu-devel] [Qemu-riscv] "

[PATCH] crypto: ccp - release hmac_buf if ccp_run_sha_cmd fails
 2019-09-19 17:00 UTC  (3+ messages)
` [PATCH v2] crypto: ccp - Release all allocated memory if sha type is invalid

[Qemu-devel] [PATCH] iotests: Require Python 3.5 or later
 2019-09-19 16:57 UTC  (4+ messages)

[PATCH 1/1] libselinux: ensure strlen() is not called on NULL
 2019-09-19 16:57 UTC  (2+ messages)

[PATCH v2 0/2] crypto: sun4i-ss: Enable power management
 2019-09-19 16:55 UTC  (4+ messages)
` [PATCH v2 2/2] crypto: sun4i-ss: enable pm_runtime

stable-rc/linux-4.14.y boot: 129 boots: 0 failed, 114 passed with 15 offline (v4.14.145)
 2019-09-19 16:55 UTC 

[PATCH] drm/panfrost: Fix regulator_get_optional() misuse
 2019-09-19 16:55 UTC  (5+ messages)

[Qemu-devel] [RFC] error: auto propagated local_err
 2019-09-19 16:51 UTC  (11+ 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.