All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-28 16:30:20 to 2019-02-28 17:27:46 UTC [more...]

[Qemu-devel] [PATCH v2 0/3] qdev: Hotplug handler chaining
 2019-02-28 17:17 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] qdev/core: fix qbus_is_full()
 2019-02-28 17:17 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] hostmem: fix crash when querying empty host-nodes property via QMP
 2019-02-28 17:17 UTC  (2+ messages)

[Qemu-devel] x86 segment limits enforcement with TCG
 2019-02-28 17:18 UTC  (8+ messages)

[Qemu-devel] [Bug 1818122] [NEW] QEMU 3.1 makes libxslt to crash on ppc64
 2019-02-28 17:12 UTC 

[PATCH 0/7] some cleanups and uapi clarification for leases
 2019-02-28 17:27 UTC  (10+ messages)
` [PATCH 1/7] drm/leases: Drop object_id validation for negative ids
` [PATCH 2/7] drm/lease: Drop recursive leads checks
` [PATCH 3/7] drm/leases: Don't init to 0 in drm_master_create
` [PATCH 4/7] drm/lease: Check for lessor outside of locks
` [PATCH 5/7] drm/lease: Make sure implicit planes are leased
` [PATCH 6/7] drm/atomic: Wire file_priv through for property changes
` [PATCH 7/7] drm/atomic: -EACCESS for lease-denied crtc lookup
` ✗ Fi.CI.CHECKPATCH: warning for some cleanups and uapi clarification for leases
` ✓ Fi.CI.BAT: success "

[Qemu-devel] [PATCH] virtio-blk: dataplane: release AioContext before blk_set_aio_context
 2019-02-28 17:22 UTC  (6+ messages)

ROS support on yocto project
 2019-02-28 17:26 UTC  (2+ messages)

big conflict in drm-tip (amdgpu)
 2019-02-28 17:25 UTC  (4+ messages)

[PATCH 0/4] support secondary process for failsafe
 2019-02-28 17:24 UTC  (8+ messages)
` [PATCH 2/4] net/failsafe: change back-reference from sub-device
` [PATCH 3/4] net/failsafe: replace local sub-device with shared data
` [PATCH 4/4] net/failsafe: support secondary process

[PATCH v4 0/5] GEN8+ GPU Watchdog Reset Support
 2019-02-28 17:22 UTC  (3+ messages)
` [PATCH v4 4/5] drm/i915: Watchdog timeout: DRM kernel interface to set the timeout

ubi/ubifs performance comparison on two NAND devices
 2019-02-28 17:21 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t 1/4] tests/kms_addfb_basic: Check that only the owner can rmfb
 2019-02-28 17:17 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/4] tests:core_prop_blob: Drop local_ prefixes
` [igt-dev] [PATCH i-g-t 3/4] tests: s/core_prop_blob/kms_prop_blob
` [igt-dev] [PATCH i-g-t 4/4] tests: Use igt_device_set/drop_master

[PATCH] kvm: properly check debugfs dentry before using it
 2019-02-28 17:17 UTC  (3+ messages)

[meta-security][PATCH] xmlsec1: add PACKAGECONFIG disable-des
 2019-02-28 17:16 UTC  (3+ messages)
` [meta-security][PATCH V2] "

[PATCH 00/37] softirq: Per vector masking v3
 2019-02-28 17:12 UTC  (38+ messages)
` [PATCH 01/37] locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROVE_LOCKING
` [PATCH 02/37] locking/lockdep: Use expanded masks on find_usage_*() functions
` [PATCH 03/37] locking/lockdep: Introduce struct lock_usage
` [PATCH 04/37] locking/lockdep: Convert usage_mask to u64
` [PATCH 05/37] locking/lockdep: Introduce lock usage mask iterator
` [PATCH 06/37] locking/lockdep: Test all incompatible scenario at once in check_irq_usage()
` [PATCH 07/37] locking/lockdep: Prepare valid_state() to handle plain masks
` [PATCH 08/37] locking/lockdep: Prepare check_usage_*() "
` [PATCH 09/37] locking/lockdep: Prepare state_verbose() to handle all softirqs
` [PATCH 10/37] locking/lockdep: Make mark_lock() fastpath to work with multiple usage at once
` [PATCH 11/37] locking/lockdep: Save stack trace for each softirq vector involved
` [PATCH 12/37] locking/lockdep: Report all usages on mark_lock() verbosity mode
` [PATCH 13/37] softirq: Macrofy softirq vectors
` [PATCH 14/37] locking/lockdep: Define per vector softirq lock usage states
` [PATCH 15/37] softirq: Pass softirq vector number to lockdep on vector execution
` [PATCH 16/37] x86: Revert "x86/irq: Demote irq_cpustat_t::__softirq_pending to u16"
` [PATCH 17/37] arch/softirq: Rename softirq_pending fields to softirq_data
` [PATCH 18/37] softirq: Normalize softirq_pending naming scheme
` [PATCH 19/37] softirq: Convert softirq_pending_*() to set/clear mask scheme
` [PATCH 20/37] softirq: Introduce disabled softirq vectors bits
` [PATCH 21/37] softirq: Rename _local_bh_enable() to local_bh_enable_no_softirq()
` [PATCH 22/37] softirq: Move vectors bits to bottom_half.h
` [PATCH 23/37] x86: Init softirq enabled field
` [PATCH 24/37] parisc: "
` [PATCH 25/37] powerpc: "
` [PATCH 26/37] softirq: Init softirq enabled field for default irq_stat definition
` [PATCH 27/37] softirq: Check enabled vectors before processing
` [PATCH 28/37] softirq: Remove stale comment
` [PATCH 29/37] softirq: Uninline !CONFIG_TRACE_IRQFLAGS __local_bh_disable_ip()
` [PATCH 30/37] softirq: Prepare for mixing all/per-vector masking
` [PATCH 31/37] softirq: Support per vector masking
` [PATCH 32/37] locking/lockdep: Remove redundant softirqs on check
` [PATCH 33/37] locking/lockdep: Update check_flags() according to new layout
` [PATCH 34/37] locking/lockdep: Branch the new vec-finegrained softirq masking to lockdep
` [PATCH 35/37] softirq: Allow to soft interrupt vector-specific masked contexts
` [PATCH 36/37] locking: Introduce spin_[un]lock_bh_mask()
` [PATCH 37/37] net: Make softirq vector masking finegrained on release_sock()

[Intel-wired-lan] [PATCH v2] net: e1000e: add MAC address kernel cmd line parameter
 2019-02-28 17:13 UTC  (8+ messages)
` [Intel-wired-lan] [PATCH v3] "
      `  "

[meta-networking][PATCH 4/4] freeradius: add PACKAGECONFIGs
 2019-02-28 17:15 UTC  (4+ messages)
` [PATCH 0/4 V2] Add PACKAGECONFIGs
  ` [meta-networking][PATCH 1/4 V2] freeradius: Add PACKAGECONFIG openssl/rlm-eap-fast/rlm-eap-pwd

[PATCH 00/13] lightnvm: bugfixes and improvements
 2019-02-28 17:15 UTC  (5+ messages)
` [PATCH 02/13] lightnvm: pblk: Gracefully handle GC data malloc fail

[PATCH v5] arm64: Add workaround for Fujitsu A64FX erratum 010001
 2019-02-28 17:15 UTC  (3+ messages)

[PATCH net] net: dsa: mv88e6xxx: Fix u64 statistics
 2019-02-28 17:14 UTC 

[PATCH] drm: Slightly quieten bad EDID messages
 2019-02-28 17:12 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v1 0/4] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2019-02-28 17:11 UTC  (3+ messages)

[PATCH] media: stm32-dcmi: fix DMA corruption when stopping streaming
 2019-02-28 17:10 UTC  (2+ messages)

[PATCH] media: stm32-dcmi: fix check of pm_runtime_get_sync return value
 2019-02-28 17:09 UTC  (2+ messages)

[PATCH] drm/amdgpu: Add sysfs files for returning VRAM/GTT info v2
 2019-02-28 17:08 UTC 

[Qemu-devel] [PATCH V2 0/7] Migration/colo: Fix upstream bugs when occur failover
 2019-02-28 17:07 UTC  (10+ messages)
` [Qemu-devel] [PATCH V2 1/7] Migration/colo.c: Fix double close bug when occur COLO failover
` [Qemu-devel] [PATCH V2 2/7] Migration/colo.c: Fix COLO failover status error
` [Qemu-devel] [PATCH V2 3/7] Migration/colo.c: Make COLO node running after failover
` [Qemu-devel] [PATCH V2 4/7] Migration/colo.c: Add new COLOExitReason to handle all failover state
` [Qemu-devel] [PATCH V2 5/7] qapi/migration.json: Remove a variable that doesn't exist in example
` [Qemu-devel] [PATCH V2 6/7] Migration/colo.c: Add the necessary checks for colo_do_failover
` [Qemu-devel] [PATCH V2 7/7] Migration/colo.c: Make user obtain the COLO mode info after failover

[PATCH 0/3] Add XTS support for Intel QuickAssist Technology
 2019-02-28 17:03 UTC 

[PATCH 1/3] drm/i915: Use intel_engine_stop_cs when stopping ringbuffer
 2019-02-28 17:04 UTC  (12+ messages)
` [PATCH 2/3] drm/i915: Introduce intel_engine_stop_ringbuffer
` [PATCH 3/3] drm/i915: Disable PSMI idle messaging when stopping ring
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Use intel_engine_stop_cs when stopping ringbuffer
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: Use intel_engine_stop_cs when stopping ringbuffer (rev2)

[PATCH v3 1/6] drm/i915/psr: Remove PSR2 FIXME
 2019-02-28 17:04 UTC  (10+ messages)
` [PATCH v3 2/6] drm/i915/psr: Only lookup for enabled CRTCs when forcing a fastset
` [PATCH v3 3/6] drm/i915: Compute and commit color features in fastsets
` [PATCH v3 4/6] drm/i915/crc: Make IPS workaround generic
` [PATCH v3 5/6] drm/i915: Disable PSR2 while getting pipe CRC

[PATCH v2] net: netem: fix skb length BUG_ON in __skb_to_sgvec
 2019-02-28 17:03 UTC  (2+ messages)

[RFC/RFT] HID: primax: Fix wireless keyboards descriptor
 2019-02-28 17:02 UTC  (2+ messages)

master - remove unused io functions
 2019-02-28 17:02 UTC 

master - logging: remove unused code
 2019-02-28 17:02 UTC 

[PATCH] Documentation/locking/lockdep: Drop last two chars of sample states
 2019-02-28 17:02 UTC  (3+ messages)

[RFC PATCH 00/17] zuf: ZUFS Zero-copy User-mode FileSystem
 2019-02-28 17:01 UTC  (7+ messages)
` [RFC PATCH 01/17] fs: Add the ZUF filesystem to the build + License
` [RFC PATCH 04/17] zuf: zuf-core The ZTs

[RFC PATCH] packet: rework packet_pick_tx_queue() to use common code selection
 2019-02-28 17:00 UTC  (3+ messages)

[PATCH 0/2] spi-nor: Drop uniform erase
 2019-02-28 17:00 UTC  (3+ messages)
` [PATCH 2/2] mtd: spi-nor: Always use biggest erase size

[Qemu-devel] regression: target/ppc: convert VSX logical operations to vector operations broke X for ppc64le guest
 2019-02-28 16:59 UTC  (4+ messages)

[PATCH] perl: apply a native-only patch only to -native
 2019-02-28 16:58 UTC 

[PATCH] drm/amdgpu: Add sysfs files for returning VRAM/GTT info
 2019-02-28 16:57 UTC  (5+ messages)

[Qemu-devel] Questions about EDID
 2019-02-28 16:57 UTC  (12+ messages)

[PATCH] mfd: tps65910: Properly disable the power on state
 2019-02-28 16:57 UTC 

[RFC v2 0/2] vhost: Support external backend only vhost-user requests
 2019-02-28 16:56 UTC  (3+ messages)
` [RFC v2 2/2] vhost: support requests only handled by external backend

[PATCH v6 3/5] p2m: change write_p2m_entry to return an error code
 2019-02-28 16:56 UTC  (3+ messages)
` [PATCH v6.1 "

[PATCH v2 00/12] FITRIM improvements
 2019-02-28 16:57 UTC  (9+ messages)
` [PATCH v2 02/12] btrfs: combine device update operations during transaction commit
` [PATCH v2 04/12] btrfs: Rename and export clear_btree_io_tree
` [PATCH v2 05/12] btrfs: Populate ->orig_block_len during read_one_chunk
` [PATCH v2 06/12] btrfs: Introduce new bits for device allocation tree

[PATCH v4 0/7] vfio: ap: AP Queue Interrupt Control
 2019-02-28 16:55 UTC  (15+ messages)
` [PATCH v4 1/7] s390: ap: kvm: add PQAP interception for AQIC
` [PATCH v4 4/7] vfio: ap: register IOMMU VFIO notifier

[PATCH v3 0/2] move dma shared code in mt76 module
 2019-02-28 16:54 UTC  (3+ messages)
` [PATCH v3 1/2] mt76: mmio: move mt76x02_set_irq_mask "
` [PATCH v3 2/2] mt76: dma: move mt76x02_init_{tx,rx}_queue "

[PATCH 0/3] Propagate DP-over-Type-C hotplug events from Type-C subsys to drm-drivers
 2019-02-28 16:54 UTC  (8+ messages)

[PATCH 00/37] share code update
 2019-02-28 16:54 UTC  (3+ messages)
` [PATCH 22/37] net/ice/base: add RSS key related macro and structures

[PATCH net-next v4 0/4] net/mlx5e: Make little improvement for mlx5e
 2019-02-28 16:52 UTC  (3+ messages)
` [PATCH net-next v4 4/4] net/mlx5e: Return -EOPNOTSUPP when attempting to offload an unsupported action

[xen-unstable-smoke test] 133478: tolerable all pass - PUSHED
 2019-02-28 16:52 UTC 

[kvm-unit-tests PULL 5/5] s390x: Add prefixes for dxc afp emulator test
 2019-02-28 16:52 UTC 

[kvm-unit-tests PULL 4/5] s390x: Beautify pfmf report strings
 2019-02-28 16:51 UTC 

[PATCH] doc: rcu: Suspicious RCU usage is a warning
 2019-02-28 16:51 UTC  (2+ messages)

[kvm-unit-tests PULL 3/5] s390x: Beautify sthyi report strings
 2019-02-28 16:51 UTC 

[kvm-unit-tests PULL 2/5] s390x: Only look at relevant skey bits
 2019-02-28 16:51 UTC 

[kvm-unit-tests PULL 1/5] powerpc: Enable HTM capability for h_cede_tm testcase
 2019-02-28 16:51 UTC 

[kvm-unit-tests PULL 0/5] s390x and ppc kvm-unit-test patches
 2019-02-28 16:51 UTC 

[LSF/MM TOPIC] Using buildbot for automated testing of CIFS.KO
 2019-02-28 16:51 UTC  (4+ messages)

[PATCH 0/8] objtool: UACCESS validation v2
 2019-02-28 16:49 UTC  (3+ messages)
` [PATCH 6/8] i915,uaccess: Fix redundant CLAC

[PATCH v2 2/2] LSM: SafeSetID: gate setgid transitions
 2019-02-28 16:50 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH v2 1/3] iio: light: Add driver for ap3216c
 2019-02-28 16:49 UTC  (2+ messages)

xhci: use iopoll for xhci_handshake
 2019-02-28 16:49 UTC  (4+ messages)
  ` [PATCH] "

[U-Boot] pre-reloc fdt scan for non-top-level nodes
 2019-02-28 16:49 UTC  (2+ messages)

[PATCH v3 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-02-28 16:48 UTC  (7+ messages)

[PATCH] drm/virtio: Allow userspace to mmap() framebuffer
 2019-02-28 16:47 UTC 

[PATCH 1/2] fs/dax: deposit pagetable even when installing zero page
 2019-02-28 16:45 UTC  (5+ messages)
` [PATCH 2/2] mm/dax: Don't enable huge dax mapping by default

[PATCH 0/2] fstests: prevent dm-log-writes out of order replay issues
 2019-02-28 16:47 UTC  (3+ messages)
` [PATCH 2/2] generic/482: use thin volume as data device

[Qemu-trivial] [PATCH v3] trivial fix of malloc to g_new in thunk
 2019-02-28 16:46 UTC  (2+ messages)
` [Qemu-devel] "

[Bug 109692] deadlock occurs during GPU reset
 2019-02-28 16:45 UTC  (3+ messages)

[Qemu-arm] [RFC PATCH 0/4] ARM virt: ACPI memory hotplug support
 2019-02-28 16:44 UTC  (6+ messages)
` [Qemu-arm] [RFC PATCH 1/4] hw:acpi: Make ACPI IO address space configurable
  ` [Qemu-devel] "

[RFC] net/mlx5: support new naming scheme for representors
 2019-02-28 16:44 UTC  (2+ messages)

[PATCH v5 0/5] M_CAN Framework re-write
 2019-02-28 16:44 UTC  (4+ messages)

[PATCH 0/6] mm: memcontrol: clean up the LRU counts tracking
 2019-02-28 16:42 UTC  (3+ messages)
` [PATCH 6/6] mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API

[Qemu-devel] Qemu build failure with uninitialized variables when "-Wmaybe-uninitialized" is open
 2019-02-28 16:41 UTC  (2+ messages)

[PATCH 1/2] drm/amd/powerplay: correct power reading on fiji
 2019-02-28 16:41 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 00/33] s390x/tcg: Vector Instruction Support Part 1
 2019-02-28 16:40 UTC  (6+ messages)
` [Qemu-devel] [PATCH v1 08/33] s390x/tcg: Implement VECTOR LOAD

[PATCH v3 0/2] Add IPROC PCIe new features
 2019-02-28 16:40 UTC  (5+ messages)
` [PATCH v3 2/2] PCI: iproc: Add outbound configuration for 32-bit I/O region

[PATCH 0/4] Add PMD for asymmetric cryptography operations using Intel QuickAssist Technology devices
 2019-02-28 16:35 UTC  (5+ messages)
` [PATCH 1/4] common/qat: add headers for asymmetric crypto
` [PATCH 2/4] crypto/qat: add asymmetric cryptography PMD
` [PATCH 3/4] crypto/qat: add modular exponentiation to qat asym pmd
` [PATCH 4/4] crypto/qat: add modular multiplicative inverse "

[PATCH net-next 0/8] devlink: add PF and VF port flavours
 2019-02-28 16:36 UTC  (6+ messages)
` [PATCH net-next 6/8] devlink: introduce port's peer netdevs

[PATCH xf86-video-amdgpu] Fix hang when entering into dpms-off mode
 2019-02-28 16:35 UTC  (3+ messages)

BUG: unable to handle kernel NULL pointer dereference in __generic_file_write_iter
 2019-02-28 16:34 UTC  (5+ messages)
  ` missing stack trace entry on NULL pointer call [was: Re: BUG: unable to handle kernel NULL pointer dereference in __generic_file_write_iter]

[Qemu-devel] [PATCH v2 00/11] Enable build and install of our rST docs
 2019-02-28 16:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 01/11] docs/cpu-hotplug.rst: Fix rST markup issues

Can't use kvm_exit for the host side time stamp
 2019-02-28 16:33 UTC  (3+ messages)

[PATCH] util: Detect more I/O errors
 2019-02-28 16:32 UTC  (2+ messages)

[PATCH v3 0/8] This patch-set is to enable Guest CET support
 2019-02-28 16:32 UTC  (3+ messages)
` [PATCH v3 8/8] KVM:X86: Add user-space read/write interface for CET MSRs

[RFC] net: dsa: qca8k: CPU port broken with commit 5502b218e001 ("net: phy: use phy_resolve_aneg_linkmode in genphy_read_status")
 2019-02-28 16:32 UTC  (3+ messages)

New repo for System Fatal Error Diagnostics for POWER Systems
 2019-02-28 16:38 UTC 

[PATCH v2] x86/mm: Clean up p2m_finish_type_change return value
 2019-02-28 16:30 UTC  (3+ messages)

[linux-lvm] Filesystem corruption with LVM's pvmove onto a PV with a larger physical block size
 2019-02-28 16:30 UTC  (3+ messages)

[Qemu-arm] [PATCH v10 00/10] ARM virt: Initial RAM expansion and extended memory map
 2019-02-28 16:29 UTC  (3+ messages)
` [Qemu-arm] [PATCH v10 10/10] hw/arm/virt: Bump the 255GB initial RAM limit


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.