All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-21 11:10:04 to 2017-02-21 11:59:19 UTC [more...]

Potential NULL pointer dereference in drivers/infiniband/core
 2017-02-21 11:59 UTC  (2+ messages)

[PATCH 0/2] arch_timer: acpi: Add workaround for hisilicon-161010101 erratum
 2017-02-21 11:56 UTC  (8+ messages)
` [PATCH 2/2] arch_timer: acpi: add hisi timer erratum data

[ovmf test] 105937: all pass - PUSHED
 2017-02-21 11:58 UTC 

[U-Boot] [PATCH v1] usb: gadget: f_dfu: write req->actual bytes
 2017-02-21 11:58 UTC  (4+ messages)

[PATCH v9 0/2] Add support for Omnivision OV5647
 2017-02-21 11:57 UTC  (4+ messages)
` [PATCH v9 1/2] Add OV5647 device tree documentation

[Qemu-devel] [PULL v2 00/24] Block patches
 2017-02-21 11:56 UTC  (25+ messages)
` [Qemu-devel] [PULL v2 01/24] block: move AioContext, QEMUTimer, main-loop to libqemuutil
` [Qemu-devel] [PULL v2 02/24] aio: introduce aio_co_schedule and aio_co_wake
` [Qemu-devel] [PULL v2 03/24] block-backend: allow blk_prw from coroutine context
` [Qemu-devel] [PULL v2 04/24] test-thread-pool: use generic AioContext infrastructure
` [Qemu-devel] [PULL v2 05/24] io: add methods to set I/O handlers on AioContext
` [Qemu-devel] [PULL v2 06/24] io: make qio_channel_yield aware of AioContexts
` [Qemu-devel] [PULL v2 07/24] nbd: convert to use qio_channel_yield
` [Qemu-devel] [PULL v2 08/24] coroutine-lock: reschedule coroutine on the AioContext it was running on
` [Qemu-devel] [PULL v2 09/24] blkdebug: reschedule coroutine on the AioContext it is "
` [Qemu-devel] [PULL v2 10/24] qed: introduce qed_aio_start_io and qed_aio_next_io_cb
` [Qemu-devel] [PULL v2 11/24] aio: push aio_context_acquire/release down to dispatching
` [Qemu-devel] [PULL v2 12/24] block: explicitly acquire aiocontext in timers that need it
` [Qemu-devel] [PULL v2 13/24] block: explicitly acquire aiocontext in callbacks "
` [Qemu-devel] [PULL v2 14/24] block: explicitly acquire aiocontext in bottom halves "
` [Qemu-devel] [PULL v2 15/24] block: explicitly acquire aiocontext in aio callbacks "
` [Qemu-devel] [PULL v2 16/24] aio-posix: partially inline aio_dispatch into aio_poll
` [Qemu-devel] [PULL v2 17/24] async: remove unnecessary inc/dec pairs
` [Qemu-devel] [PULL v2 18/24] block: document fields protected by AioContext lock
` [Qemu-devel] [PULL v2 19/24] coroutine-lock: make CoMutex thread-safe
` [Qemu-devel] [PULL v2 20/24] coroutine-lock: add limited spinning to CoMutex
` [Qemu-devel] [PULL v2 21/24] test-aio-multithread: add performance comparison with thread-based mutexes
` [Qemu-devel] [PULL v2 22/24] coroutine-lock: place CoMutex before CoQueue in header
` [Qemu-devel] [PULL v2 23/24] coroutine-lock: add mutex argument to CoQueue APIs
` [Qemu-devel] [PULL v2 24/24] coroutine-lock: make CoRwlock thread-safe and fair

net: use-after-free in tw_timer_handler
 2017-02-21 11:56 UTC  (5+ messages)
` [PATCH] net/dccp: fix use after free in tw_timer_handler()

[Qemu-devel] [PATCH 0/3] simplify struct QOM properties and use the result for GUEST_PANICKED
 2017-02-21 11:56 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/3] qom-qobject: introduce object_property_{g, s}et_ptr

[PATCH] tracing: xenalyze: kill spurious ", " in Credit1 traces
 2017-02-21 11:56 UTC 

[Qemu-devel] [PATCH v5 00/18] Convert QCow[2] to QCryptoBlock & add LUKS support
 2017-02-21 11:55 UTC  (19+ messages)
` [Qemu-devel] [PATCH v5 01/18] block: expose crypto option names / defs to other drivers
` [Qemu-devel] [PATCH v5 02/18] block: add ability to set a prefix for opt names
` [Qemu-devel] [PATCH v5 03/18] qcow: document another weakness of qcow AES encryption
` [Qemu-devel] [PATCH v5 04/18] qcow: require image size to be > 1 for new images
` [Qemu-devel] [PATCH v5 05/18] iotests: skip 042 with qcow which dosn't support zero sized images
` [Qemu-devel] [PATCH v5 06/18] iotests: skip 048 with qcow which doesn't support resize
` [Qemu-devel] [PATCH v5 07/18] iotests: fix 097 when run with qcow
` [Qemu-devel] [PATCH v5 08/18] qcow: make encrypt_sectors encrypt in place
` [Qemu-devel] [PATCH v5 09/18] qcow: convert QCow to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v5 10/18] qcow2: make qcow2_encrypt_sectors encrypt in place
` [Qemu-devel] [PATCH v5 11/18] qcow2: convert QCow2 to use QCryptoBlock for encryption
` [Qemu-devel] [PATCH v5 12/18] qcow2: extend specification to cover LUKS encryption
` [Qemu-devel] [PATCH v5 13/18] qcow2: add support for LUKS encryption format
` [Qemu-devel] [PATCH v5 14/18] qcow2: add iotests to cover LUKS encryption support
` [Qemu-devel] [PATCH v5 15/18] iotests: enable tests 134 and 158 to work with qcow (v1)
` [Qemu-devel] [PATCH v5 16/18] block: rip out all traces of password prompting
` [Qemu-devel] [PATCH v5 17/18] block: remove all encryption handling APIs
` [Qemu-devel] [PATCH v5 18/18] block: pass option prefix down to crypto layer

[PATCH v2] iio: adc: xilinx: Fix error handling
 2017-02-21 11:55 UTC  (4+ messages)

[PATCH] return same error value from spk_set_key_info
 2017-02-21 11:54 UTC 

[PATCH] cfg80211: support 4-way handshake offloading for WPA/WPA2-PSK
 2017-02-21 11:54 UTC  (7+ messages)

[PATCHv3 00/33] 5-level paging
 2017-02-21 11:54 UTC  (6+ messages)
` [PATCHv3 33/33] mm, x86: introduce PR_SET_MAX_VADDR and PR_GET_MAX_VADDR

[PATCH RFC 0/3] ARM64: bcm2837-rpi: Fix random crashes caused by i2c
 2017-02-21 11:54 UTC  (7+ messages)
` [PATCH RFC 1/3] i2c: bcm2835: Avoid possible NULL ptr dereference

[PATCH 0/9] QorIQ DPAA 1 updates
 2017-02-21 11:52 UTC  (10+ messages)
` [PATCH 1/9] fsl/fman: parse result data is big endian
` [PATCH 2/9] fsl/fman: set HW parser as BMI next engine
` [PATCH 3/9] fsl/fman: remove wrong free
` [PATCH 4/9] fsl/fman: enlarge FIFO to allow for the 5th port
` [PATCH 5/9] dpaa_eth: remove redundant initialization
` [PATCH 6/9] dpaa_eth: enable Rx checksum offload
` [PATCH 7/9] dpaa_eth: do not ignore port api return value
` [PATCH 8/9] dpaa_eth: add four prioritised Tx traffic classes
` [PATCH 9/9] dpaa_eth: enable multiple "

[PATCH 1/2] sqlite3: upgrade to 3.17.0
 2017-02-21 11:55 UTC  (2+ messages)
` [PATCH 2/2] iptables: upgrade to 1.6.1

[U-Boot] [PATCH v3 00/17] nand: remove direct acces to nand_info array
 2017-02-21 11:53 UTC  (3+ messages)
` [U-Boot] [PATCH v3 15/17] board: BuR: use get_nand_dev_by_index()

[PATCH 1/8] drm/i915/tracepoints: Tidy request event class
 2017-02-21 11:52 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/8] drm/i915/tracepoints: Tidy request event class (rev4)

[PATCH 0/3] Small clocking code refactor, v2
 2017-02-21 11:51 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: remove potentially confusing IS_G4X checks
` [PATCH 3/3] drm/i915: reorganize the get_cdclk assignment

[PATCH v4 10/11] drivers: perf: hisi: Handle counter overflow IRQ in MN PMU
 2017-02-21 11:49 UTC  (4+ messages)

[PATCH v6 1/6] lib: distributor performance enhancements
 2017-02-21 11:50 UTC  (4+ messages)
` [PATCH v7 0/17] distributor library "
  ` [PATCH v7 07/17] lib: apply symbol versioning to distibutor lib

[ANNOUNCE] WireGuard in Rust development started
 2017-02-21 11:50 UTC  (2+ messages)

[PATCH v5 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
 2017-02-21 11:49 UTC  (6+ messages)

[PATCH V2 1/2] firmware: add more flexible request_firmware_async function
 2017-02-21 11:46 UTC  (6+ messages)
` [PATCH V3 "
  ` [PATCH V3 2/2] brcmfmac: don't warn user about NVRAM if fallback to platform one succeeds

[PATCH] KVM: VMX: use correct vmcs_read/write for guest segment selector/base
 2017-02-21 11:46 UTC  (2+ messages)

[PATCH v2 0/6] Platform driver support for 'amd5536udc' driver
 2017-02-21 11:43 UTC  (12+ messages)
` [PATCH v2 1/6] UDC: Split the driver into amd (pci) and Synopsys core IP driver
` [PATCH v2 2/6] UDC: Rename amd5536udc driver file based on IP
` [PATCH v2 3/6] UDC: make debug prints compatible with both pci and platform devices
` [PATCH v2 4/6] UDC: Provide correct arguments for 'dma_pool_create'
` [PATCH v2 5/6] DT bindings documentation for Broadcom IPROC USB Device controller
` [PATCH v2 6/6] UDC: Add Synopsys UDC Platform driver

[PATCH v3 0/8] GuC Scrub vol. 1
 2017-02-21 11:44 UTC  (7+ messages)
` [PATCH 4/8] drm/i915/uc: Rename intel_?uc_init() to intel_?uc_fetch_fw()
` [PATCH 5/8] drm/i915/uc: Make intel_uc_fw_fetch() static

[PATCH 0/3] Fix tsc2007 to report ABS_PRESSURE correctly
 2017-02-21 11:43 UTC  (5+ messages)
` [PATCH 3/3] Input: tsc2007 - add a property "ti,report-resistance" to restore the old pressure reporting state if needed

Seeking approval for 10.2.6 - RGW
 2017-02-21 11:43 UTC  (3+ messages)

[PATCH] crypto/scheduler: add enqueue and dequeue operations
 2017-02-21 11:43 UTC 

[PATCH v2 0/5] Support userspace irqchip with arch timers
 2017-02-21 11:41 UTC  (5+ messages)
` [PATCH v2 2/5] KVM: arm/arm64: Add ARM user space interrupt signaling ABI

Seeking approval for 10.2.6 - CephFS
 2017-02-21 11:41 UTC 

[PATCH 0/2] net/mlx5 add rxq interrupt support
 2017-02-21 11:40 UTC  (2+ messages)

Partnership with Git
 2017-02-21 11:21 UTC 

[PATCH 00/14] Cleanup chardev instances with helper function
 2017-02-21 11:37 UTC  (7+ messages)
` [PATCH 02/14] device-dax: utilize new device_add_cdev "
    ` [rtc-linux] "

[PATCH] wget.py: match .lz tarballs as well when determining latest version
 2017-02-21 11:36 UTC 

[PATCH] lpm: extend IPv6 next hop field
 2017-02-21 11:37 UTC  (3+ messages)

[PATCH 00/11] ARMv7M: QOMify
 2017-02-21 11:35 UTC  (16+ messages)
` [PATCH 01/11] armv7m: Abstract out the "load kernel" code
  ` [Qemu-devel] [Qemu-arm] "
    `  "
` [PATCH 04/11] armv7m: Use QOMified armv7m object in armv7m_init()
  ` [Qemu-devel] "
` [PATCH 10/11] stm32f205: Create armv7m object without using armv7m_init()
  ` [Qemu-devel] [Qemu-arm] "
    `  "
` [PATCH 11/11] stm32f205: Rename 'nvic' local to 'armv7m'
  ` [Qemu-devel] [Qemu-arm] "
    `  "

[LTP] test_net.sh: Require to redefine less variables
 2017-02-21 11:36 UTC  (7+ messages)

[RFC] Subtle differences in passing configs to git clone
 2017-02-21 11:36 UTC 

[Qemu-devel] [PATCH v8 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"
 2017-02-21 11:33 UTC  (7+ messages)

[PATCH V3 1/2] RAID1: a new I/O barrier implementation to remove resync window
 2017-02-21 11:30 UTC  (9+ messages)

[meta-oe][PATCH] fbgrab: Update to latest version
 2017-02-21 11:27 UTC  (2+ messages)

[PATCH v2 0/3] mtd: nand: Rework/cleanup the Atmel NAND driver
 2017-02-21 11:27 UTC  (17+ messages)
` [PATCH v2 1/3] mtd: nand: Cleanup/rework the atmel_nand driver

master - dmsetup: Indicate device repetition in usage summaries
 2017-02-21 11:27 UTC 

[PATCH 1/2] drm/i915: Skip waiting for fifo when awake
 2017-02-21 11:27 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Move the GTFIFODBG to the common mmio dbg framework

[LTP] [PATCH 1/3] tst_test: Handle device mkfs/mount int the library
 2017-02-21 11:27 UTC  (2+ messages)

[PATCH 00/11] pl011 emulation support in Xen
 2017-02-21 11:26 UTC  (12+ messages)
` [PATCH 01/11] xen/arm: vpl011: Add pl011 uart emulation "
` [PATCH 02/11] xen/arm: vpl011: Add new hvm params in Xen for ring buffer/event setup
` [PATCH 03/11] xen/arm: vpl011: Refactor evtchn_send in Xen to allow sending events from a xen bound channel
` [PATCH 04/11] xen/arm: vpl011: Enable vpl011 emulation for a domain in Xen
` [PATCH 05/11] xen/arm: vpl011: Initialize nr_spis in vgic_init in Xen to atleast 1
` [PATCH 06/11] xen/arm: vpl011: Add a new pl011 uart node in the guest DT in the toolstack
` [PATCH 07/11] xen/arm: vpl011: Add two new vpl011 parameters to xenstore
` [PATCH 08/11] xen/arm: vpl011: Allocate a new PFN in the toolstack and pass to Xen using a hvm call
` [PATCH 09/11] xen/arm: vpl011: Modify domain_create_ring in xenconsole to map the ring buffer and event channel
` [PATCH 10/11] xen/arm: vpl011: Modify handle_ring_read and buffer_append to read/append vpl011 data
` [PATCH 11/11] xen/arm: vpl011: Modify handle_tty_read in xenconsole to redirect user data to vpl011 IN ring buffer

Driver support for QCA6174 chip using SDIO interface
 2017-02-21 11:26 UTC  (5+ messages)

[Qemu-devel] [PATCH] qemu-options: explain disk I/O throttling options
 2017-02-21 11:25 UTC  (3+ messages)
  ` [Qemu-devel] [Qemu-block] "

[PATCH net-next] can: initial support for network namespaces
 2017-02-21 11:25 UTC  (3+ messages)

[Bug 91202] output to DVI-I is blank
 2017-02-21 11:25 UTC  (2+ messages)
` [Bug 91202] Output to DVI-I (or DVI-D) is blank on Tonga (R9 285 and 380X) with multiple monitors

[PATCH v2 0/3] x86/vmx: fix for vmentry failure with TSX bits in LBR
 2017-02-21 11:25 UTC  (4+ messages)
` [PATCH v2 3/3] x86/vmx: fix "

[PATCH v1] scripts: make checkpatch cleaner for renamed files
 2017-02-21 11:24 UTC  (3+ messages)

[PATCH] drm/i915: Tidy execlists_init_reg_state
 2017-02-21 11:22 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

Help needed in kernel boot
 2017-02-21 11:22 UTC 

[Qemu-devel] [PULL 0/2] QAPI patches for 2017-02-20
 2017-02-21 11:21 UTC  (3+ messages)

[PATCHv2 4/5] perf stat: Add -a as a default target
 2017-02-21 11:20 UTC  (10+ messages)

[PATCH] dt: bindings: Add support for CSI1 bus
 2017-02-21 11:20 UTC  (6+ messages)
` [PATCH] omap3isp: add "
      ` [PATCH] omap3isp: avoid uninitialized memory

[PATCH 00/13] Ingenic JZ4740 / JZ4780 pinctrl driver
 2017-02-21 11:20 UTC  (10+ messages)
` [PATCH v3 00/14] "
  ` [PATCH v3 01/14] Documentation: dt/bindings: Document pinctrl-ingenic

[PATCH net-next v2] can: initial support for network namespaces
 2017-02-21 11:19 UTC 

[PATCH V3 0/7] COLO-Proxy: Make Xen COLO use userspace colo-proxy
 2017-02-21 11:18 UTC  (7+ messages)
` [PATCH V3 2/7] COLO-Proxy: Setup userspace colo-proxy on primary side

[Qemu-devel] blockdev-add I/O throttling parameters
 2017-02-21 11:17 UTC  (4+ messages)
    ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PULL 00/24] Block patches
 2017-02-21 11:16 UTC  (3+ messages)

[Qemu-devel] [PATCH V7 0/2] Add new qmp commands to suppurt Xen COLO
 2017-02-21 11:15 UTC  (3+ messages)
` [Qemu-devel] [PATCH V7 2/2] Add a new qmp command to do checkpoint, query xen replication status

[Buildroot] GObject introspection
 2017-02-21 11:15 UTC 

[PATCH/RFC 0/6] PSCI: Fix non-PMIC wake-up if SYSTEM_SUSPEND cuts power
 2017-02-21 11:14 UTC  (6+ messages)
` [PATCH/RFC 3/6] drivers: firmware: psci: Implement shallow suspend mode

[Qemu-devel] [PATCH 0/5] vmstate: handle arrays with null ptrs
 2017-02-21 11:14 UTC  (3+ messages)
` [Qemu-devel] [PATCH 5/5] tests/test-vmstate.c: test array of ptr to primitive

Working on a Rust implementation, and request for test vectors
 2017-02-21 11:14 UTC  (3+ messages)

cpufreq: get cpufreq_frequency_table from clk driver
 2017-02-21 11:13 UTC  (3+ messages)

[PATCH net-next v4 0/7] gtp: misc improvements
 2017-02-21 11:13 UTC  (2+ messages)

[PATCH] [RFC] drm: Nerf DRM_CONTROL nodes
 2017-02-21 11:11 UTC  (6+ messages)

[PATCH v2 00/15] Exynos MFC v6+ - remove the need for the reserved memory
 2017-02-21 11:11 UTC  (3+ messages)
  ` [PATCH v2 01/15] media: s5p-mfc: Remove unused structures and dead code

[PATCH 1/4] v4l2: device_register_subdev_nodes: allow calling multiple times
 2017-02-21 11:11 UTC  (6+ messages)

[PATCH V3 0/4] Define coherent device memory node
 2017-02-21 11:11 UTC  (5+ messages)

[distros-debian-snapshot test] 68586: tolerable trouble: blocked/broken/fail/pass
 2017-02-21 11:10 UTC 

[PATCH igt] intel-ci: Exercise all basic relocation targets
 2017-02-21 11:09 UTC  (2+ 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.