All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-15 17:52:45 to 2016-03-15 18:37:54 UTC [more...]

[PATCH] Staging: nvec: removes a useless cast on a void pointer
 2016-03-15 18:37 UTC 

[PATCH v2] git-p4: map a P4 user to Git author name and email address
 2016-03-15 18:37 UTC  (8+ messages)

Frequent reports about Xen unstable hanging on ARM boots
 2016-03-15 18:37 UTC  (2+ messages)

[Intel-wired-lan] [next PATCH S30 v3 00/13] i40e/i40evf updates
 2016-03-15 18:37 UTC  (5+ messages)
` [Intel-wired-lan] [next PATCH S30 v3 05/13] i40e: Remove msix only if created
` [Intel-wired-lan] [next PATCH S30 v3 07/13] i40e: Remove timer and task "

[PATCH] toaster: buildinfohelper Create target list for all types of build
 2016-03-15 18:36 UTC 

[Qemu-devel] [patch v3 0/9] vfio-pci: pass the aer error to guest, part2
 2016-03-15 18:36 UTC  (5+ messages)
` [Qemu-devel] [patch v3 5/9] vfio: add check host bus reset is support or not
` [Qemu-devel] [patch v3 6/9] vfio: add check aer functionality for hotplug device

[PATCH next] cxl: Allow PSL timebase to not sync
 2016-03-15 18:36 UTC  (3+ messages)

[PATCH net-next v2 0/4] ldmvsw: Add ldmvsw driver
 2016-03-15 18:35 UTC  (5+ messages)
` [PATCH net-next v2 1/4] ldmvsw: Split sunvnet driver into common code
` [PATCH net-next v2 2/4] ldmvsw: Make sunvnet_common compatible with ldmvsw
` [PATCH net-next v2 3/4] ldmvsw: Add ldmvsw.c driver code
` [PATCH net-next v2 4/4] ldmvsw: Checkpatch sunvnet.c and sunvnet_common.c

[Qemu-devel] [PATCH v3 00/40] ivshmem: Fixes, cleanups, device model split
 2016-03-15 18:34 UTC  (41+ messages)
` [Qemu-devel] [PATCH v3 01/40] target-ppc: Document TOCTTOU in hugepage support
` [Qemu-devel] [PATCH v3 02/40] ivshmem-server: Fix and clean up command line help
` [Qemu-devel] [PATCH v3 03/40] ivshmem-server: Don't overload POSIX shmem and file name
` [Qemu-devel] [PATCH v3 04/40] qemu-doc: Fix ivshmem huge page example
` [Qemu-devel] [PATCH v3 05/40] event_notifier: Make event_notifier_init_fd() #ifdef CONFIG_EVENTFD
` [Qemu-devel] [PATCH v3 06/40] tests/libqos/pci-pc: Fix qpci_pc_iomap() to map BARs aligned
` [Qemu-devel] [PATCH v3 07/40] ivshmem-test: Improve test case /ivshmem/single
` [Qemu-devel] [PATCH v3 08/40] ivshmem-test: Clean up wait for devices to become operational
` [Qemu-devel] [PATCH v3 09/40] ivshmem-test: Improve test cases /ivshmem/server-*
` [Qemu-devel] [PATCH v3 10/40] ivshmem: Rewrite specification document
` [Qemu-devel] [PATCH v3 11/40] ivshmem: Add missing newlines to debug printfs
` [Qemu-devel] [PATCH v3 12/40] ivshmem: Compile debug prints unconditionally to prevent bit-rot
` [Qemu-devel] [PATCH v3 13/40] ivshmem: Clean up after commit 9940c32
` [Qemu-devel] [PATCH v3 14/40] ivshmem: Drop ivshmem_event() stub
` [Qemu-devel] [PATCH v3 15/40] ivshmem: Don't destroy the chardev on version mismatch
` [Qemu-devel] [PATCH v3 16/40] ivshmem: Fix harmless misuse of Error
` [Qemu-devel] [PATCH v3 17/40] ivshmem: Failed realize() can leave migration blocker behind
` [Qemu-devel] [PATCH v3 18/40] ivshmem: Clean up register callbacks
` [Qemu-devel] [PATCH v3 19/40] ivshmem: Clean up MSI-X conditions
` [Qemu-devel] [PATCH v3 20/40] ivshmem: Leave INTx alone when using MSI-X
` [Qemu-devel] [PATCH v3 21/40] ivshmem: Assert interrupts are set up once
` [Qemu-devel] [PATCH v3 22/40] ivshmem: Simplify rejection of invalid peer ID from server
` [Qemu-devel] [PATCH v3 23/40] ivshmem: Disentangle ivshmem_read()
` [Qemu-devel] [PATCH v3 24/40] ivshmem: Plug leaks on unplug, fix peer disconnect
` [Qemu-devel] [PATCH v3 25/40] ivshmem: Receive shared memory synchronously in realize()
` [Qemu-devel] [PATCH v3 26/40] ivshmem: Propagate errors through ivshmem_recv_setup()
` [Qemu-devel] [PATCH v3 27/40] ivshmem: Rely on server sending the ID right after the version
` [Qemu-devel] [PATCH v3 28/40] ivshmem: Drop the hackish test for UNIX domain chardev
` [Qemu-devel] [PATCH v3 29/40] ivshmem: Simplify how we cope with short reads from server
` [Qemu-devel] [PATCH v3 30/40] ivshmem: Tighten check of property "size"
` [Qemu-devel] [PATCH v3 31/40] ivshmem: Implement shm=... with a memory backend
` [Qemu-devel] [PATCH v3 32/40] ivshmem: Simplify memory regions for BAR 2 (shared memory)
` [Qemu-devel] [PATCH v3 33/40] ivshmem: Inline check_shm_size() into its only caller
` [Qemu-devel] [PATCH v3 34/40] qdev: New DEFINE_PROP_ON_OFF_AUTO
` [Qemu-devel] [PATCH v3 35/40] ivshmem: Replace int role_val by OnOffAuto master
` [Qemu-devel] [PATCH v3 36/40] ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmem
` [Qemu-devel] [PATCH v3 37/40] ivshmem: Clean up after the previous commit
` [Qemu-devel] [PATCH v3 38/40] ivshmem: Drop ivshmem property x-memdev
` [Qemu-devel] [PATCH v3 39/40] ivshmem: Require master to have ID zero
` [Qemu-devel] [PATCH v3 40/40] contrib/ivshmem-server: Print "not for production" warning

[Documentation][PATCH] RN: Updates from bitbake-metadata2doc.sh
 2016-03-15 16:54 UTC 

[PATCH v5 00/12] Enable GPU switching on pre-retina MacBook Pro
 2016-03-15 18:33 UTC  (6+ messages)
  ` [Intel-gfx] [PATCH v5 00/12] Enable GPU switching on pre-retina?MacBook Pro
        `  "

[Buildroot] tar failing to build with latest buildroot
 2016-03-15 18:33 UTC  (5+ messages)

[U-Boot] [PATCH] spi: omap3: Fix multiple definition of 'priv'
 2016-03-15 18:33 UTC  (2+ messages)

[PATCH 1/3] [media] cobalt: add MTD dependency
 2016-03-15 18:30 UTC  (3+ messages)
` [PATCH 2/3] [media] am437x-vfpe: fix typo in vpfe_get_app_input_index

[RFC][PATCH] rtsx_usb_ms: Use msleep_interruptible() in polling loop
 2016-03-15 18:30 UTC 

[PATCH 0/2] Add support for MAX31722/MAX31723 temperature sensors
 2016-03-15 18:30 UTC  (7+ messages)
        ` [lm-sensors] "

[PATCH 0/1] ARM: dts: sun8i-q8-common: Do not set constraints on dc1sw
 2016-03-15 18:29 UTC  (4+ messages)
` [PATCH] ARM: dts: sun8i-q8-common: Do not set constraints on dc1sw regulator

[PATCH] net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)
 2016-03-15 18:29 UTC  (3+ messages)

[PATCH v4] xSplice v1 design and implementation
 2016-03-15 18:29 UTC  (38+ messages)
` [PATCH v4 01/34] compat/x86: Remove unncessary #define
` [PATCH v4 02/34] libxc: Remove dead code (XENVER_capabilities)
` [PATCH v4 03/34] xsm/xen_version: Add XSM for the xen_version hypercall
` [PATCH v4 04/34] HYPERCALL_version_op. New hypercall mirroring XENVER_ but sane
` [PATCH v4 05/34] libxc/libxl/python/xenstat: Use new XEN_VERSION_OP hypercall
` [PATCH v4 06/34] x86/arm: Add BUGFRAME_NR define and BUILD checks
` [PATCH v4 07/34] arm/x86: Use struct virtual_region to do bug, symbol, and (x86) exception tables
` [PATCH v4 08/34] vmap: Make the while loop less fishy
` [PATCH v4 09/34] vmap: ASSERT on NULL
` [PATCH v4 10/34] vmap: Add vmalloc_cb and vfree_cb
` [PATCH v4 11/34] xsplice: Design document
` [PATCH v4 12/34] xen/xsplice: Hypervisor implementation of XEN_XSPLICE_op
` [PATCH v4 13/34] libxc: Implementation of XEN_XSPLICE_op in libxc
` [PATCH v4 14/34] xen-xsplice: Tool to manipulate xsplice payloads
` [PATCH v4 15/34] xsplice: Add helper elf routines
` [PATCH v4 16/34] xsplice: Implement payload loading
` [PATCH v4 17/34] xsplice: Implement support for applying/reverting/replacing patches
` [PATCH v4 18/34] x86/xen_hello_world.xsplice: Test payload for patching 'xen_extra_version'
` [PATCH v4 19/34] xsplice, symbols: Implement symbol name resolution on address
` [PATCH v4 20/34] x86, xsplice: Print payload's symbol name and payload name in backtraces
` [PATCH v4 21/34] xsplice: Add .xsplice.hooks functions and test-case
` [PATCH v4 22/34] xsplice: Add support for bug frames
` [PATCH v4 23/34] xsplice: Add support for exception tables
` [PATCH v4 24/34] xsplice: Add support for alternatives
` [PATCH v4 25/34] build_id: Provide ld-embedded build-ids
` [PATCH v4 26/34] HYPERCALL_version_op: Add VERSION_OP_build_id to retrieve build-id
` [PATCH v4 27/34] libxl: info: Display build_id of the hypervisor using XEN_VERSION_OP_build_id
` [PATCH v4 28/34] xsplice: Print build_id in keyhandler and on bootup
` [PATCH v4 29/34] xsplice: Stacking build-id dependency checking
` [PATCH v4 30/34] xsplice/xen_replace_world: Test-case for XSPLICE_ACTION_REPLACE
` [PATCH v4 31/34] xsplice: Print dependency and payloads build_id in the keyhandler
` [PATCH v4 32/34] xsplice: Prevent duplicate payloads from being loaded
` [PATCH v4 33/34] xsplice: Add support for shadow variables
` [PATCH v4 34/34] MAINTAINERS/xsplice: Add myself and Ross as the maintainers

[PATCH 0/5] Allow tmem to be disabled via Kconfig
 2016-03-15 18:28 UTC  (4+ messages)
` [PATCH 5/5] tmem: allow tmem to be disabled with Kconfig

[PATCH] kbuild: drop FORCE from PHONY targets
 2016-03-15 18:27 UTC  (10+ messages)

[patch] [media] am437x-vpfe: fix an uninitialized variable bug
 2016-03-15 18:28 UTC  (2+ messages)

[PATCH 0/1] KVM: x86: using the fpu in interrupt context with a guest's xcr0
 2016-03-15 18:27 UTC  (6+ messages)
` [PATCH 1/1] KVM: don't allow irq_fpu_usable when the VCPU's XCR0 is loaded

[Qemu-devel] [PATCH v3] net: Allocating Large sized arrays to heap
 2016-03-15 18:25 UTC 

[PATCH] submodule-config: use hashmap_iter_init()
 2016-03-15 18:25 UTC 

[U-Boot] [PATCH] board: ge: bx50v3: Use pwm for display backlight
 2016-03-15 18:24 UTC 

Memory-leak in nft
 2016-03-15 18:23 UTC 

[PATCH v2] watchdog: don't run proc_watchdog_update if new value is same as old
 2016-03-15 18:22 UTC  (2+ messages)

help
 2016-03-15 18:22 UTC  (11+ messages)

[U-Boot] [PATCH 00/18] sf: fix support of QSPI memories and controllers
 2016-03-15 18:21 UTC  (20+ messages)
` [U-Boot] [PATCH 01/18] Revert "sf: Fix quad bit set for micron devices"
` [U-Boot] [PATCH 02/18] sf: call spi_claim_bus() and spi_release_bus() only once per read, write or erase
` [U-Boot] [PATCH 03/18] sf: replace spi_flash_read_common() calls by spi_flash_cmd_read()
` [U-Boot] [PATCH 04/18] sf: remove spi_flash_write_common()
` [U-Boot] [PATCH 05/18] sf: export spi_flash_wait_ready() function
` [U-Boot] [PATCH 06/18] sf: share erase generic algorithm
` [U-Boot] [PATCH 07/18] sf: share write "
` [U-Boot] [PATCH 08/18] sf: share read "
` [U-Boot] [PATCH 09/18] sf: add hooks to handle register read and write operations
` [U-Boot] [PATCH 10/18] sf: move support of SST flash into generic spi_flash_write_alg()
` [U-Boot] [PATCH 11/18] sf: fix selection of supported READ commands for QSPI memories
` [U-Boot] [PATCH 12/18] sf: fix detection of QSPI memories when they boot in Quad or Dual mode
` [U-Boot] [PATCH 13/18] sf: add helper function to set the number of dummy bytes
` [U-Boot] [PATCH 14/18] sf: add 4byte address opcodes
` [U-Boot] [PATCH 15/18] sf: prepare next fixes to support of QSPI memories by manufacturer
` [U-Boot] [PATCH 16/18] sf: fix support of Micron memories
` [U-Boot] [PATCH 17/18] ARM: at91: clock: add function to get QSPI clocks
` [U-Boot] [PATCH 18/18] sf: add driver for Atmel QSPI controller

[PATCH] devpts: Make ptmx be owned by the userns owner instead of userns-local 0
 2016-03-15 18:21 UTC  (4+ messages)

[PATCH 00/11] IB/hfi1: Additional fixes for 4.6
 2016-03-15 18:20 UTC  (12+ messages)
  ` [PATCH 01/11] IB/hfi1: Fix sysfs file offset usage
  ` [PATCH 02/11] IB/hfi1: Fix i2c resource reservation checks
  ` [PATCH 03/11] IB/rdmavt: Fix adaptive pio hang
  ` [PATCH 04/11] IB/hfi1: Prevent NULL pointer deferences in caching code
  ` [PATCH 05/11] IB/hfi1: Fix deadlock caused by locking with wrong scope
  ` [PATCH 06/11] IB/hfi1: Fix QOS num_vl bit width
  ` [PATCH 07/11] IB/hfi1: Remove invalid QOS check
  ` [PATCH 08/11] IB/hfi1: Fix QOS rule mappings
  ` [PATCH 09/11] IB/hfi1: Correctly obtain the full service class
  ` [PATCH 10/11] IB/hfi1: Simplify init_qpmap_table()
  ` [PATCH 11/11] IB/hfi1: Adjust default MTU to be 10KB

[U-Boot] [PATCH v3 1/4] arm: add missing writes{bwql}, reads{bwql}
 2016-03-15 18:19 UTC  (5+ messages)
` [U-Boot] [PATCH v3 2/4] drivers: musb-new: remove writes{bwlq} and reads{bwlq}
` [U-Boot] [PATCH v3 3/4] drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller

[PATCH v1 0/1] xen/arm: Re-add the Xilinx ZynqMP platform
 2016-03-15 18:18 UTC  (5+ messages)
` [PATCH v1 1/1] "

[PATCH v2 net-next] rds-tcp: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socket
 2016-03-15 18:16 UTC  (7+ messages)

[PATCH v15 00/20] arm64 kexec kernel patches v15
 2016-03-15 18:15 UTC  (5+ messages)
` [PATCH v15 03/20] arm64: Convert hcalls to use HVC immediate value

[Qemu-arm] [PATCH v4 0/4] Add ASPEED AST2400 SoC and OpenPower BMC machine
 2016-03-15 18:14 UTC  (4+ messages)
` [Qemu-arm] [PATCH v4 1/4] hw/timer: Add ASPEED timer device model
  ` [Qemu-devel] "

[PATCH v2] powerpc/8xx: Fix do_mtspr_cpu6 build on older compilers
 2016-03-15 18:12 UTC  (3+ messages)

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing
 2016-03-15 18:12 UTC  (3+ messages)

[GRUB2 PATCH v4 0/4] multiboot2: Add two extensions
 2016-03-15 18:10 UTC  (7+ messages)
` [GRUB2 PATCH v4 3/4 - FOR COMMIT] multiboot2: Do not pass memory maps to image if EFI boot services are enabled
  ` [GRUB2 PATCH v4 3/4 - FOR REVIEW ONLY] "

[Qemu-devel] [PATCH v9 0/9] qemu-log, -dfilter and other logging tweaks
 2016-03-15 18:10 UTC  (6+ messages)

[PATCH v3 00/21] improve constexpr handling
 2016-03-15 18:10 UTC  (3+ messages)
` [PATCH v3 18/21] evaluate: relax some constant expression rules for pointer expressions

[U-Boot] [PATCH] board: ge: bx50v3: Update display setup
 2016-03-15 18:10 UTC 

[PATCH v6 net-next 0/2] tcp: Redundant Data Bundling (RDB)
 2016-03-15 18:09 UTC  (5+ messages)
` [PATCH v6 net-next 2/2] tcp: Add "

[PATCH 0/7] Intel IOMMU scalability improvements
 2016-03-15 18:09 UTC  (3+ messages)

e2fsck: /dev/hda2 is mounted
 2016-03-15 18:07 UTC  (2+ messages)

[PATCH] arm64: fix KASLR boot-time I-cache maintenance
 2016-03-15 18:03 UTC  (2+ messages)

Thunderbolt 3 (Skylake / Alpine Ridge) hotplug
 2016-03-15 18:03 UTC  (3+ messages)

[PATCH] sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant
 2016-03-15 18:03 UTC  (2+ messages)

[Qemu-devel] some error when compile qemu
 2016-03-15 18:02 UTC  (3+ messages)

[PATCH v3] xSplice v1 implementation and design
 2016-03-15 18:02 UTC  (4+ messages)
` [PATCH v3 21/23] xsplice: Add support for shadow variables

[Qemu-devel] [PATCH v5 3/4] adb-keys.h: initial commit
 2016-03-15 18:02 UTC  (3+ messages)

[PATCH] iommu/vt-d: Ratelimit fault handler
 2016-03-15 18:01 UTC  (3+ messages)

[xen-4.3-testing test] 86275: regressions - trouble: blocked/broken/fail/pass
 2016-03-15 18:00 UTC 

[PATCH] Shows proper function name for pr_debug() messages
 2016-03-15 17:59 UTC  (3+ messages)

Eliminating Packet Latency
 2016-03-15 17:24 UTC  (3+ messages)

[PATCH] netfilter: nf_conntrack: Uses pr_fmt() for logging
 2016-03-15 17:57 UTC 

[PATCH] drm/radeon: hold reference to fences in radeon_sa_bo_new (3.17 and older)
 2016-03-15 17:56 UTC 

[Qemu-devel] [PULL 00/11] slirp: Adding IPv6 support to Qemu -net user mode
 2016-03-15 17:55 UTC  (2+ messages)

[U-Boot] [PATCH 1/6] spi: kirkwood_spi.c: Add compatible match ID for Armada 375
 2016-03-15 17:55 UTC  (2+ messages)

[PATCH v2] drm/i915/bxt: Fix off-by-one error in Broxton PLL IDs
 2016-03-15 17:54 UTC  (2+ messages)
` [PATCH RESEND FOR CI] "

[Qemu-devel] [PATCH 00/15] Clean up around osdep.h and qemu-common.h
 2016-03-15 17:53 UTC  (8+ messages)
` [Qemu-devel] [PATCH 14/15] Don't include qemu-common.h in headers

[PATCH i-g-t] igt/gem_pipe_control_store_loop: Add qword write tests
 2016-03-15 17:54 UTC 

[PATCH v2] drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno write
 2016-03-15 17:52 UTC  (2+ messages)
` [PATCH v3] "


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.