All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-03 11:14:11 to 2017-02-03 12:19:20 UTC [more...]

memory hotplug for domUs
 2017-02-03 12:19 UTC  (7+ messages)

[PATCHv2 0/6] sanitize sg
 2017-02-03 12:18 UTC  (7+ messages)
` [PATCHv2 1/6] sg: disable SET_FORCE_LOW_DMA
` [PATCHv2 2/6] sg: remove 'save_scat_len'
` [PATCHv2 3/6] sg: protect accesses to 'reserved' page array
` [PATCHv2 4/6] sg: check for valid direction before starting the request
` [PATCHv2 5/6] sg: use standard lists for sg_requests
` [PATCHv2 6/6] sg: close race condition in sg_remove_sfp_usercontext()

[Qemu-devel] [PATCH] MAINTAINERS: update my email address
 2017-02-03 12:17 UTC  (3+ messages)

[PATCH] MIPS: lantiq: set physical_memsize
 2017-02-03 12:17 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: remove myself as maintainer
 2017-02-03 12:17 UTC  (3+ messages)

[PATCH v4] PCI: Xilinx NWL: Modifying irq chip for legacy interrupts
 2017-02-03 12:16 UTC  (7+ messages)

[PATCH v3 0/7] drm: Add support for tiny LCD displays
 2017-02-03 12:16 UTC  (5+ messages)
` [PATCH v3 5/7] dt-bindings: display: Add common rotation property

[PATCH v2 0/8] mmc: bcm2835: Add new driver for the sdhost controller
 2017-02-03 12:11 UTC  (23+ messages)
` [PATCH v2 1/8] dt-bindings: Add binding for brcm,bcm2835-sdhost
` [PATCH v2 2/8] mmc: bcm2835: Add new driver for the sdhost controller
` [PATCH v2 3/8] mmc: bcm2835: add sdhost controller to devicetree
` [PATCH v2 4/8] arm: set CONFIG_MMC_BCM2835=y in bcm2835_defconfig
` [PATCH v2 5/8] arm: set CONFIG_MMC_BCM2835=y in multi_v7_defconfig
` [PATCH v2 6/8] arm64: set CONFIG_MMC_BCM2835=y in defconfig
` [PATCH v2 7/8] ARM: dts: bcm283x: switch from &sdhci to &sdhost
` [PATCH v2 8/8] ARM: dts: bcm2837: add &sdhci and &sdhost

[PATCH v4 00/12] fuzz: update x86emul fuzzer
 2017-02-03 12:11 UTC  (14+ messages)
` [PATCH v4 01/12] x86emul/test: add missing dependency for x86_emulate.o
` [PATCH v4 02/12] fuzz/x86emul: use macro to reduce repetition in Makefile
` [PATCH v4 03/12] x86: extract macros to x86-defns.h
` [PATCH v4 04/12] x86: extract vendor numeric id to x86-vendors.h
` [PATCH v4 05/12] x86emul/test: use x86-vendors.h
` [PATCH v4 06/12] x86emul: use eflags definitions in x86-defns.h
` [PATCH v4 07/12] x86emul: use msr definitions in msr-index.h
` [PATCH v4 08/12] x86: add UMIP CR4 bit
` [PATCH v4 09/12] x86emul: use CR definitions in x86-defns.h
` [PATCH v4 10/12] fuzz/x86emul: update fuzzer
` [PATCH v4 11/12] fuzz/x86emul: print out minimal input size
` [PATCH v4 12/12] fuzz: update README.afl example

[U-Boot] [PATCH] drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo
 2017-02-03 12:14 UTC 

[Buildroot] [PATCH] libamcodec: bump version to 296f39bc6fc47ddf5d88b9fd3cfb82a5b39048ca
 2017-02-03 12:11 UTC 

irqdomain patch prevents booting qemu
 2017-02-03 12:11 UTC  (3+ messages)

[RFC] Resolving "false positive" error message from checkpatch.pl
 2017-02-03 12:10 UTC  (3+ messages)

[PATCH 00/12] mise patch related uvd/vce cg and pg
 2017-02-03 12:10 UTC  (3+ messages)

[PATCH] app/test-crypto-perf: fix gcc compilation under FreeBSD
 2017-02-03 12:09 UTC  (6+ messages)
` [PATCH v2] "

git-scm.com status report
 2017-02-03 12:08 UTC 

[Qemu-devel] [PATCH v9 00/25] MTTCG Base enabling patches with ARM enablement
 2017-02-03 12:07 UTC  (25+ messages)
` [PATCH v9 20/25] target-arm/powerctl: defer cpu reset work to CPU context
  ` [Qemu-devel] "
` [PATCH v9 21/25] target-arm: don't generate WFE/YIELD calls for MTTCG
  ` [Qemu-devel] "
` [PATCH v9 22/25] target-arm/cpu.h: make ARM_CP defined consistent
  ` [Qemu-devel] "
` [PATCH v9 23/25] target-arm: introduce ARM_CP_EXIT_PC
  ` [Qemu-devel] "
` [PATCH v9 24/25] target-arm: ensure all cross vCPUs TLB flushes complete
  ` [Qemu-devel] "
` [PATCH v9 25/25] tcg: enable MTTCG by default for ARM on x86 hosts
  ` [Qemu-devel] "

[Qemu-devel] [PATCH v3 0/8] Support multiple listening sockets per VNC server
 2017-02-03 12:06 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/8] ui: fix regression handling bare 'websocket' option to -vnc
` [Qemu-devel] [PATCH v3 2/8] ui: fix reporting of VNC auth in query-vnc-servers
` [Qemu-devel] [PATCH v3 3/8] ui: refactor VncDisplay to allow multiple listening sockets
` [Qemu-devel] [PATCH v3 4/8] ui: refactor code for populating SocketAddress from vnc_display_open
` [Qemu-devel] [PATCH v3 5/8] ui: extract code to connect/listen "
` [Qemu-devel] [PATCH v3 6/8] ui: let VNC server listen on all resolved IP addresses
` [Qemu-devel] [PATCH v3 7/8] util: add iterators for QemuOpts values
` [Qemu-devel] [PATCH v3 8/8] ui: add ability to specify multiple VNC listen addresses

[Qemu-devel] Creating a dummy PCI device
 2017-02-03 12:07 UTC 

[PATCH 0/2] xl: event machinery fixes
 2017-02-03 12:06 UTC  (4+ messages)
` [PATCH 1/2] xl: free event in DOMAIN_RESTART_RENAME error path

"TCP: eth0: Driver has suspect GRO implementation, TCP performance may be compromised." message with "ethtool -K eth0 gro off"
 2017-02-03 12:06 UTC  (7+ messages)

[U-Boot] [PATCH v3 00/13] sunxi: Allwinner H5 and OrangePi PC2 support
 2017-02-03 12:05 UTC  (6+ messages)
` [U-Boot] [PATCH v3 06/13] sunxi: Kconfig: introduce CONFIG_SUNXI_HIGH_SRAM
` [U-Boot] [PATCH v3 12/13] sunxi: dts: add basic OrangePi PC 2 device tree file

af_alg broken in 3.12
 2017-02-03 12:05 UTC  (2+ messages)

[PATCH 0/6] Broadcom SBA RAID support
 2017-02-03 12:05 UTC  (4+ messages)
` [PATCH 1/6] mailbox: Add new API mbox_channel_device() for clients

[Qemu-devel] [PATCH v2 0/6] qemu-img: improve convert & dd commands
 2017-02-03 12:02 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/6] qemu-img: add support for --object with 'dd' command
` [Qemu-devel] [PATCH v2 2/6] qemu-img: fix --image-opts usage with dd command
` [Qemu-devel] [PATCH v2 3/6] qemu-img: add support for conv=nocreat, notrunc args to "
` [Qemu-devel] [PATCH v2 4/6] qemu-img: add support for -o arg "
` [Qemu-devel] [PATCH v2 5/6] qemu-img: introduce --target-image-opts for 'convert' command
` [Qemu-devel] [PATCH v2 6/6] qemu-img: copy *key-secret opts when opening newly created files

[Qemu-devel] [RFC PATCH v2 0/2] softfloat: Add round-to-odd rounding mode
 2017-02-03 12:02 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH v2 1/2] softfloat: Handle float64 rounding properly for underflow case
` [Qemu-devel] [RFC PATCH v2 2/2] softfloat: Add round-to-odd rounding mode

[Qemu-devel] [PATCH 0/2 v16] fsdev: add IO throttle support to fsdev devices
 2017-02-03 12:02 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2 "
` [Qemu-devel] [PATCH 2/2 v16] throttle: factor out duplicate code

[PATCH v4 3/8] ASoC: Add sun8i digital audio codec
 2017-02-03 12:02 UTC  (3+ messages)
` Applied "ASoC: Add sun8i digital audio codec" to the asoc tree

[PATCH v4 5/8] ASoC: codecs: Add sun8i-a33 binding documentation
 2017-02-03 12:02 UTC  (3+ messages)
` Applied "ASoC: codecs: Add sun8i-a33 binding documentation" to the asoc tree

[PATCH v2 06/10] ASoC: sun8i-codec-analog: Add amplifier event to fix first delay
 2017-02-03 12:03 UTC  (4+ messages)
` Applied "ASoC: sun8i-codec-analog: Add amplifier event to fix first delay" to the asoc tree

Applied "ASoC: sun4i-i2s: Add quirks to handle a31 compatible" to the asoc tree
 2017-02-03 12:02 UTC 

[qemu-mainline test] 105345: regressions - FAIL
 2017-02-03 12:03 UTC 

next-20170202 build: 4 failures 7 warnings (next-20170202)
 2017-02-03 12:01 UTC  (3+ messages)

[linux-linus test] 105321: regressions - trouble: blocked/broken/fail/pass
 2017-02-03 12:01 UTC 

[PATCH] net/ixgbe: clean up rte_eth_dev_info_get
 2017-02-03 12:00 UTC  (14+ messages)

Query regarding emxx_udc
 2017-02-03 12:00 UTC  (3+ messages)

[bcachefs] Matrix - which features should work, which are known as broken
 2017-02-03 11:59 UTC 

[Qemu-devel] [PATCH 0/2 v15] fsdev: add IO throttle support to fsdev devices
 2017-02-03 11:58 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2 v15] throttle: factor out duplicate code

[PATCH] pulseaudio: 9.0 -> 10.0
 2017-02-03 11:59 UTC  (3+ messages)

[Cluster-devel] [PATCH] gfs2: Make gfs2_write_full_page static
 2017-02-03 11:58 UTC 

git-scm.com status report
 2017-02-03 11:58 UTC  (4+ messages)

[PATCH] ASoC:nau8825: automatic LRCK and BCLK divide in master mode
 2017-02-03 11:57 UTC  (2+ messages)

[PATCH v31 00/12] add kdump support
 2017-02-03 11:51 UTC  (9+ messages)
` [PATCH v31 05/12] arm64: kdump: protect crash dump kernel memory

[GIT PULL] regulator fixes for v4.10
 2017-02-03 11:51 UTC 

[PATCH] dt: bindings: Add support for CSI1 bus
 2017-02-03 11:50 UTC  (5+ messages)
` [PATCHv2] "

[PATCH 1/2] drm/i915: Tidy the tail of i915_tiling_ok()
 2017-02-03 11:50 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Allow large objects to be tiled on gen2/3

Timekeeping oddities on MacMini G4s
 2017-02-03 11:41 UTC 

[PATCH v5 0/4] Export APIs to copy device properties & more
 2017-02-03 11:46 UTC  (9+ messages)
` [PATCH v5 1/4] device property: allow to constify properties
` [PATCH v5 2/4] device property: constify property arrays values
` [PATCH v5 3/4] device property: export code duplicating array of property entries
` [PATCH v5 4/4] i2c: allow specify device properties in i2c_board_info

[Qemu-devel] [PATCH Risu 0/2] PPC64 improvements
 2017-02-03 11:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH Risu 2/2] risu_ppc64: Compare FPSCR flags

[PATCH] drm/i915/guc: Make intel_guc_send a function pointer
 2017-02-03 11:48 UTC  (2+ messages)

[PATCH 1/5] nic/tap: fix tap docs for device name
 2017-02-03 11:48 UTC  (3+ messages)

[TOPIC][LSF/MM ATTEND] container aware filesystems
 2017-02-03 11:47 UTC 

[PATCH 0/4] sanitize sg
 2017-02-03 11:46 UTC  (4+ messages)
` [PATCH 3/4] sg: check for valid direction before starting the request

[PATCH v2 0/2] Auto BKOPS PM suspend
 2017-02-03 11:46 UTC  (5+ messages)
` [PATCH v2 2/2] mmc: Checking BKOPS status prior to Suspend

whatever happened to a proposal for "read-only" sstate?
 2017-02-03 11:45 UTC 

[PATCH 00/10] Improving debugging with NMIs
 2017-02-03 11:45 UTC  (3+ messages)
` [PATCH 07/10] powerpc: add NMI IPI infrastructure

[Buildroot] [PATCH] tslib: bump to 1.4
 2017-02-03 11:45 UTC 

deterministic io throughput in multipath
 2017-02-03 11:43 UTC  (7+ messages)

[Qemu-devel] [PATCH 00/17] multifd v3
 2017-02-03 11:41 UTC  (7+ messages)
` [Qemu-devel] [PATCH 14/17] migration: Create thread infrastructure for multifd recv side
` [Qemu-devel] [PATCH 15/17] migration: Test new fd infrastructure
` [Qemu-devel] [PATCH 16/17] migration: [HACK]Transfer pages over new channels

[PATCH] drm/i915: Reject set-tiling-ioctl with stride==0 and a tiling mode
 2017-02-03 11:41 UTC  (3+ messages)

[Qemu-devel] [PATCH] xhci: fix event queue IRQ handling
 2017-02-03 11:39 UTC  (2+ messages)

[Qemu-arm] [RFC 0/4] vITS save/restore
 2017-02-03 11:38 UTC  (8+ messages)
` [Qemu-arm] [RFC 4/4] hw/intc/arm_gicv3_its: Allow save/restore
      ` [Qemu-devel] "

[PATCH 1/2] net/ixgbe: calculate the correct number of received packets in bulk alloc function
 2017-02-03 11:38 UTC  (4+ messages)

[libvirt] [RFC] Vhost-user backends cross-version migration support
 2017-02-03 11:36 UTC  (12+ messages)

[Qemu-devel] [PULL 0/4] cirrus: multiple bugfixes, including CVE-2017-2615 fix
 2017-02-03 11:36 UTC  (2+ messages)

[PATCH 1/1] iommu: to avoid an unnecessary assignment
 2017-02-03 11:34 UTC  (3+ messages)

[U-Boot] [PATCH v2] regulator: palmas: Fix smps6 - smps9 indices
 2017-02-03 11:34 UTC 

[PATCH] ASoC: rsnd: fixup reset timing of sync convert_rate
 2017-02-03 11:32 UTC  (2+ messages)
` Applied "ASoC: rsnd: fixup reset timing of sync convert_rate" to the asoc tree

linux-next: build failure after merge of the regulator tree
 2017-02-03 11:31 UTC  (4+ messages)

[PATCH ulogd2] adjust ulogd.logrotate to match ulogd.conf
 2017-02-03 11:24 UTC 

[PATCH v6 0/4] Enabling Ring 3 MONITOR/MWAIT feature for Knights Landing
 2017-02-03 11:28 UTC  (8+ messages)
` [PATCH v6: 2/4] x86: Add enabling of the R3MWAIT during boot

[U-Boot] [PATCH] regulator: palmas: Fix smps6 - smps9 indices
 2017-02-03 11:27 UTC  (3+ messages)

We have delivery problems with your parcel #6710679
 2017-02-03 11:27 UTC 

Btrfs Heatmap - v4 ... colors!!
 2017-02-03 11:25 UTC  (3+ messages)

squashfs: corrupted kernel image when booting/reading from squashfs
 2017-02-03 11:24 UTC 

[PATCH v8] perf: add qcom l2 cache perf events driver
 2017-02-03 11:24 UTC  (5+ messages)

crush devices class types
 2017-02-03 11:24 UTC  (6+ messages)

[PATCH] Fix mispelling of length
 2017-02-03 11:23 UTC  (2+ messages)

[PATCH v3 00/11] fuzz: update x86emul fuzzer
 2017-02-03 11:22 UTC  (8+ messages)
` [PATCH v3 09/11] fuzz/x86emul: update fuzzer

sector size mismatch a problem for RAID 1?
 2017-02-03 11:20 UTC  (3+ messages)

regulator_get_optional() no longer returning NULL?
 2017-02-03 11:20 UTC  (2+ messages)

RSS difficulties
 2017-02-03 11:20 UTC  (2+ messages)

[PATCHv7 0/8] printk: use printk_safe to handle printk() recursive calls
 2017-02-03 11:18 UTC  (8+ messages)
` [PATCHv7 4/8] printk: always use deferred printk when flush printk_safe lines

[PATCH] MAINTAINERS: update my email address
 2017-02-03 11:18 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-4.10-3 tag
 2017-02-03 11:18 UTC 

[PATCH 0/6] Add support for ECDSA algorithm
 2017-02-03 11:16 UTC  (5+ messages)

cx231xx: how to disable V4L2 interface?
 2017-02-03 11:16 UTC  (2+ messages)

[qemu-mainline bisection] complete build-i386-xsm
 2017-02-03 11:15 UTC 


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.