All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-21 13:39:16 to 2017-12-21 14:31:44 UTC [more...]

[Qemu-devel] About my strnlen patch
 2017-12-21 14:31 UTC 

[Qemu-devel] [PULL 00/25] pc, pci, virtio: features, fixes, cleanups
 2017-12-21 14:31 UTC  (26+ messages)
` [Qemu-devel] [PULL 01/25] smbios: support setting OEM strings table
` [Qemu-devel] [PULL 02/25] qdev-properties: add UUID property type
` [Qemu-devel] [PULL 03/25] vmgenid: use "
` [Qemu-devel] [PULL 04/25] tests: add test to check VirtQueue object
` [Qemu-devel] [PULL 05/25] pci: Rename root bus initialization functions for clarity
` [Qemu-devel] [PULL 06/25] pci: Move bridge data structures from pci_bus.h to pci_bridge.h
` [PULL 07/25] pci: Add pci_dev_bus_num() helper
  ` [Qemu-devel] "
` [PULL 08/25] pci: Eliminate redundant PCIDevice::bus pointer
  ` [Qemu-devel] "
` [Qemu-devel] [PULL 09/25] pci: Eliminate pci_find_primary_bus()
` [Qemu-devel] [PULL 10/25] virtio_error: don't invoke status callbacks
` [Qemu-devel] [PULL 11/25] tests/pxe-test: Remove unnecessary special case test functions
` [Qemu-devel] [PULL 12/25] tests/pxe-test: Use table of testcases rather than open-coding
` [Qemu-devel] [PULL 13/25] tests/pxe-test: Test net booting over IPv6 in some cases
` [Qemu-devel] [PULL 14/25] tests/pxe-test: Add some extra tests
` [Qemu-devel] [PULL 15/25] hw/block/nvme: QOM'ify PCI NVME
` [Qemu-devel] [PULL 16/25] hw/pci-host/piix: QOM'ify the IGD Passthrough host bridge
` [Qemu-devel] [PULL 17/25] hw/pci-host/xilinx: QOM'ify the AXI-PCIe "
` [Qemu-devel] [PULL 18/25] hw/pci: remove obsolete PCIDevice->init()
` [Qemu-devel] [PULL 19/25] vhost-user: fix indentation in protocol specification
` [Qemu-devel] [PULL 20/25] vhost-user: document memory accesses
` [Qemu-devel] [PULL 23/25] virtio-pci: Don't force Subsystem Vendor ID = Vendor ID
` [Qemu-devel] [PULL 24/25] dump-guest-memory.py: fix "You can't do that without a process to debug"
` [Qemu-devel] [PULL 25/25] smbus: do not immediately complete commands

[PATCH] ath10k: advertising tdls wider bandwidth support for 5GHz
 2017-12-21 14:30 UTC 

[Qemu-devel] [PATCH] target/m68k: fix set_cc_op()
 2017-12-21 14:29 UTC 

[BUG] atomisp_ov2680 not initializing correctly
 2017-12-21 14:23 UTC  (5+ messages)

[PATCH net-next v4 0/6] net: tcp: sctp: dccp: Replace jprobe usage with trace events
 2017-12-21 14:27 UTC  (4+ messages)

[PATCH 00/39] convert examples to new ethdev offloads API
 2017-12-21 14:26 UTC  (17+ messages)
` [PATCH v2 "
  ` [PATCH v2 03/39] examples/l2fwd-jobstats: convert "
  ` [PATCH v2 05/39] examples/l3fwd: move to "
  ` [PATCH v2 15/39] examples/ipsec-secgw: convert to new "

[PATCH] ARM: dts: imx: Add memory node unit name
 2017-12-21 14:26 UTC  (5+ messages)

[PATCH 0/9] mmc: sdhci-pci: Respect PM flags when enabling card detect GPIO IRQ wakeup
 2017-12-21 14:25 UTC  (4+ messages)
` [PATCH 1/9] mmc: sdhci-pci: Stop calling sdhci_enable_irq_wakeups()

ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue...?
 2017-12-21 14:25 UTC  (9+ messages)

proc_flush_task oops
 2017-12-21 14:25 UTC  (11+ messages)

[Qemu-devel] [PATCH 0/4] cryptodev: add vhost support
 2017-12-21 14:25 UTC  (2+ messages)

[PATCH v2 0/5] eeprom: at24: device tree support fixes
 2017-12-21 14:25 UTC  (21+ messages)
  ` [PATCH v2 1/5] dt-bindings: at24: consistently document the compatible property
  ` [PATCH v2 4/5] dt-bindings: at24: extend the list of supported chips
  ` [PATCH v2 5/5] eeprom: at24: extend the list of chips supported in DT
` [PATCH v2 2/5] dt-bindings: at24: add a missing compatible
` [PATCH v2 3/5] dt-bindings: at24: fix formatting and style

[Qemu-devel] [PATCH v2 00/19] Drain fixes and cleanups, part 2
 2017-12-21 14:22 UTC  (20+ messages)
` [Qemu-devel] [PATCH v2 01/19] block: Remove unused bdrv_requests_pending
` [Qemu-devel] [PATCH v2 02/19] block: Assert drain_all is only called from main AioContext
` [Qemu-devel] [PATCH v2 03/19] block: Make bdrv_drain() driver callbacks non-recursive
` [Qemu-devel] [PATCH v2 04/19] test-bdrv-drain: Test callback for bdrv_drain
` [Qemu-devel] [PATCH v2 05/19] test-bdrv-drain: Test bs->quiesce_counter
` [Qemu-devel] [PATCH v2 06/19] blockjob: Pause job on draining any job BDS
` [Qemu-devel] [PATCH v2 07/19] test-bdrv-drain: Test drain vs. block jobs
` [Qemu-devel] [PATCH v2 08/19] block: Don't block_job_pause_all() in bdrv_drain_all()
` [Qemu-devel] [PATCH v2 09/19] block: Nested drain_end must still call callbacks
` [Qemu-devel] [PATCH v2 10/19] test-bdrv-drain: Test nested drain sections
` [Qemu-devel] [PATCH v2 11/19] block: Don't notify parents in drain call chain
` [Qemu-devel] [PATCH v2 12/19] block: Add bdrv_subtree_drained_begin/end()
` [Qemu-devel] [PATCH v2 13/19] test-bdrv-drain: Tests for bdrv_subtree_drain
` [Qemu-devel] [PATCH v2 14/19] test-bdrv-drain: Test behaviour in coroutine context
` [Qemu-devel] [PATCH v2 15/19] test-bdrv-drain: Recursive draining with multiple parents
` [Qemu-devel] [PATCH v2 16/19] block: Allow graph changes in subtree drained section
` [Qemu-devel] [PATCH v2 17/19] test-bdrv-drain: Test graph changes in "
` [Qemu-devel] [PATCH v2 18/19] commit: Simplify reopen of base
` [Qemu-devel] [PATCH v2 19/19] block: Keep nodes drained between reopen_queue/multiple

[PATCH v2 0/3] phy: core: Re-work runtime PM deployment and fix an issue
 2017-12-21 14:23 UTC  (6+ messages)
` [PATCH v2 2/3] phy: core: Drop unused runtime PM APIs

Patch "thermal/drivers/hisi: Simplify the temperature/step computation" has been added to the 4.9-stable tree
 2017-12-21 14:22 UTC 

[Qemu-devel] [PATCH V2 0/5] hw/pvrdma: PVRDMA device implementation
 2017-12-21 14:22 UTC  (6+ messages)

[PATCH v3 2/2] examples/ipsec-secgw: add target queues in flow actions
 2017-12-21 14:22 UTC  (11+ messages)

[PATCH 0/4] dpdk: enhance EXPERIMENTAL api tagging
 2017-12-21 14:21 UTC  (3+ messages)
` [PATCHv4 "

Patch "thermal/drivers/hisi: Simplify the temperature/step computation" has been added to the 4.14-stable tree
 2017-12-21 14:22 UTC 

[PATCH] mmc: tmio: use io* accessors consistently
 2017-12-21 14:22 UTC  (2+ messages)

[PATCH mmc-utils 0/6] mmc-utils: various cleanups
 2017-12-21 14:21 UTC  (8+ messages)
` [PATCH mmc-utils 1/6] mmc-utils: drop macro CHECK
` [PATCH mmc-utils 2/6] mmc-utils: drop unused header
` [PATCH mmc-utils 3/6] mmc-utils: make use of dependency information generated by gcc
` [PATCH mmc-utils 4/6] mmc-utils: expand .gitignore
` [PATCH mmc-utils 5/6] mmc-utils: move offsetof from mmc.h to only user
` [PATCH mmc-utils 6/6] mmc-utils: remove unused #includes

[ANNOUNCE] Wayland/Weston/Mesa HDR support (proof of concept)
 2017-12-21 14:21 UTC 

[Qemu-devel] [PATCH v2 0/4] QOM'ify PCIDevices
 2017-12-21 14:20 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/4] hw/pci-host/xilinx: QOM'ify the AXI-PCIe host bridge

MT7630 support
 2017-12-21 14:20 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 0/2] Enable passing pre-opened chardev socket FDs
 2017-12-21 14:20 UTC  (7+ messages)
` [Qemu-devel] [PATCH v1 1/2] io: move fd_is_socket() into common sockets code
` [Qemu-devel] [PATCH v1 2/2] char: allow passing pre-opened socket file descriptor at startup

[PATCH 0/2] drm blend/omap: normalized zpos handling
 2017-12-21 14:20 UTC  (5+ messages)
` [PATCH 1/2] drm/blend: Account also the primary plane of the crtc for normalized_zpos

[PATCH 0/4] Add --no-ahead-behind to status
 2017-12-21 14:18 UTC  (7+ messages)
` [PATCH 2/4] stat_tracking_info: return +1 when branch and upstream differ
` [PATCH 3/4] status: update short status to use --no-ahead-behind

ptrace versus setuid changes in 4.14?
 2017-12-21 14:18 UTC 

[virtio-dev] [PATCH v20 3/7 RESEND] xbitmap: add more operations
 2017-12-21 14:18 UTC  (5+ messages)
`  "
  ` [Qemu-devel] "

[PATCH 0/1] systemd: fix PACKAGECONFIG for lz4
 2017-12-21 14:17 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 4.15-rc 0/3] few fabrics fixes targeted to 4.15
 2017-12-21 14:17 UTC  (8+ messages)
` [PATCH 4.15-rc 1/3] nvme-core: Don't set nvme_wq as MEM_RECLAIM

[Qemu-devel] [PATCH 0/3] Vhost: no more leak QEMU virtual addresses to user backend
 2017-12-21 14:16 UTC  (5+ messages)

[PATCH 1/3] drm/panel: Add DT bindings for Ilitek ILI9322
 2017-12-21 14:15 UTC  (3+ messages)
` [PATCH 2/3] drm/panel: Add Ilitek ILI9322 driver

[Bug 104289] [regression][vega10] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout on exiting Hitman
 2017-12-21 14:15 UTC  (3+ messages)
` [Bug 104289] [regression][vega10] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout on exiting certain Steam games

[Qemu-devel] [PULL 00/46] First batch of misc patches for QEMU 2.12
 2017-12-21 14:14 UTC  (9+ messages)
    ` [Qemu-devel] out of bounds in set_cc_op() (was: [PULL 00/46] First batch of misc patches for QEMU 2.12)
      ` [Qemu-devel] out of bounds in set_cc_op()

v2.32 cal(1)
 2017-12-21 14:13 UTC  (3+ messages)
` [PATCH] cal: add --iso and --1782-reform format options

[PATCH v1 0/6] Address various issues with exported headers
 2017-12-21 14:12 UTC  (3+ messages)
` [PATCH v1 5/6] fix missing includes in "

[PATCH] doc: add i40e update in release note
 2017-12-21 14:03 UTC 

[Qemu-devel] [PATCH v3 00/13] tpm: Extend TPM with state migration support (not 2.11)
 2017-12-21 14:11 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 01/13] tpm_tis: convert uint32_t to size_t
` [Qemu-devel] [PATCH v3 02/13] tpm_tis: limit size of buffer from backend
` [Qemu-devel] [PATCH v3 03/13] tpm_tis: remove TPMSizeBuffer usage
` [Qemu-devel] [PATCH v3 04/13] tpm_tis: move buffers from localities into common location

[PATCH v10 1/3] lib: Add strongly typed 64bit int_sqrt
 2017-12-21 14:11 UTC  (11+ messages)

[PATCH v3 0/5] Some corrections and improvement for Tegra DRM
 2017-12-21 14:10 UTC  (11+ messages)
` [PATCH v3 2/5] drm/tegra: Restore opaque and drop alpha formats on Tegra20/30

Some trivial question about git update-ref refs/heads/rocko 
 2017-12-21 14:10 UTC  (3+ messages)

[PULL REQUEST] renesas/topic/rcar-i2c-recovery for renesas drivers
 2017-12-21 14:10 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] mmc: sunxi: Support cd-inverted DT property
 2017-12-21 14:09 UTC  (5+ messages)

[PULL REQUEST] renesas/topc/ip-switch-rework-2017 for renesas drivers
 2017-12-21 14:09 UTC  (2+ messages)

[PATCH v14 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight
 2017-12-21 14:08 UTC  (11+ messages)

Re-activate task to add MSI-X to pcie-designware
 2017-12-21 14:08 UTC  (6+ messages)

[GIT PULL for renesas-drivers] Display color keying support for Gen3
 2017-12-21 14:07 UTC  (2+ messages)

[GIT PULL FOR renesas-drivers] Display CRC calculation support
 2017-12-21 14:06 UTC  (2+ messages)

[PATCH v5 0/9] sequencer: don't fork git commit
 2017-12-21 14:06 UTC  (4+ messages)
` [PATCH] sequencer: improve config handling
  ` Error in `git': free(): invalid pointer (was Re: [PATCH] sequencer: improve config handling)

4.8.3 preparations
 2017-12-21 14:05 UTC  (2+ messages)

tpm_tis_spi gets initialized long after IMA
 2017-12-21 13:59 UTC  (10+ messages)
` Aw: "
    ` Aw: "
        ` Aw: "
            ` Aw: "

[PATCH BlueZ] monitor: Fix out of the tree build
 2017-12-21 14:05 UTC 

stable queue build failures
 2017-12-21 14:04 UTC  (2+ messages)

[PATCH 0/2] platform/x86: silead_dmi: Add entries for 2 Chuwi tablets
 2017-12-21 14:03 UTC  (3+ messages)

limit + log + tcp not working ?
 2017-12-21 14:03 UTC 

[PATCH v2] drm/tegra: dc: Implement legacy blending
 2017-12-21 14:03 UTC 

[Devel] [PATCH 1/3 v8] battery: Add the battery hooking API
 2017-12-21 14:02 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH v2] msix: don't mask already masked vectors on reset
 2017-12-21 14:01 UTC  (3+ messages)

[Qemu-devel] [PATCH] linux-user: Implement renameat2 when defined
 2017-12-21 14:01 UTC  (3+ messages)

[Qemu-devel] [PULL 0/4] NBD patches through 20 Dec
 2017-12-21 14:01 UTC  (5+ messages)
` [Qemu-devel] [PULL 4/4] qmp: add nbd-server-remove
  ` [Qemu-devel] STOP "

Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register")
 2017-12-21 14:01 UTC  (4+ messages)

[PATCHv3 0/3] Socionext Synquacer NETSEC driver
 2017-12-21 14:00 UTC  (7+ messages)
` [PATCHv3 1/3] dt-bindings: net: Add DT bindings for Socionext Netsec
` [PATCHv3 2/3] net: socionext: Add Synquacer NetSec driver

[PATCH 0/3] RapidIO: Tsi721-DMA: Adjustments for five function implementations
 2017-12-21 13:59 UTC  (3+ messages)

[PATCH 0/3] Core changes for wcn3990
 2017-12-21 13:57 UTC  (3+ messages)

[RFC v2 0/5] rte_flow extension for vSwitch acceleration
 2017-12-21 13:59 UTC  (3+ messages)
` [RFC v2 3/5] ether: Add flow timeout support

[PATCH 0/2] Remove immediate feature
 2017-12-21 13:55 UTC  (6+ messages)
` [PATCH 1/2] livepatch: "

[PATCH v6 00/15] A SPI NAND framework under generic NAND framework
 2017-12-21 13:54 UTC  (18+ messages)

[distros-debian-wheezy test] 73153: trouble: blocked/broken
 2017-12-21 13:54 UTC 

[RFC 00/10] mtd: spi-nor: Update spi-nor framework
 2017-12-21 13:53 UTC  (6+ messages)
` [RFC 09/10] mtd: spi-nor: Disable hybrid mode for SPANSION S25FS-S family

[Devel] [PATCH 2/3 v8] thinkpad_acpi: Add support for battery thresholds
 2017-12-21 13:53 UTC  (2+ messages)
`  "

[PATCH] common/encrypt: Create an encrypted equivalent of _scratch_mkfs_sized
 2017-12-21 13:52 UTC  (3+ messages)

[PATCH] driver: input :touchscreen :Modify Raydium Firmware update input file
 2017-12-21 13:51 UTC 

[PATCH 0/7] RapidIO: Adjustments for some function implementations
 2017-12-21 13:51 UTC  (2+ messages)

[PATCHSET v3] blk-mq: reimplement timeout handling
 2017-12-21 13:50 UTC  (4+ messages)
` [PATCH 5/7] blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq

[PATCH 0/5] eeprom: at24: device tree support fixes
 2017-12-21 13:50 UTC  (2+ messages)

[PATCH v17 0/5] ZII RAVE platform driver
 2017-12-21 13:49 UTC  (4+ messages)

[PATCH] [v4] kasan: rework Kconfig settings
 2017-12-21 13:46 UTC 

KASAN: slab-out-of-bounds Read in xfrm_hash_rebuild
 2017-12-21 13:48 UTC  (2+ messages)

[PATCH] [RFT] crypto: aes-generic - turn off -ftree-pre and -ftree-sra
 2017-12-21 13:47 UTC  (5+ messages)

AMD DC test results
 2017-12-21 13:45 UTC 

[P5600 && EVA memory caching question] PCI region
 2017-12-21 13:41 UTC  (10+ messages)

[PATCH 0/4] vf610-zii-dev updates
 2017-12-21 13:40 UTC  (5+ messages)
` [PATCH 4/4] ARM: dts: vf610-zii-dev-rev-b: add interrupts for 88e1545 PHY

[PATCH v2] livepatch: add locking to force and signal functions
 2017-12-21 13:40 UTC 

[PATCH 1/2] thermal: mtk: Cleanup unused defines
 2017-12-21 13:40 UTC  (4+ messages)

[PATCH 0/4] xfs: more reflink fixes
 2017-12-21 13:39 UTC  (5+ messages)
` [PATCH 4/4] xfs: set cowblocks tag for direct cow writes too
` [PATCH 5/4] xfs: clean up cow mappings during fs data freeze


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.