All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-19 11:53:38 to 2016-09-19 12:51:43 UTC [more...]

[Qemu-devel] [PATCH v7 00/16] cpu-exec: Safe work in quiescent state
 2016-09-19 12:50 UTC  (17+ messages)
` [Qemu-devel] [PATCH 01/16] cpus: pass CPUState to run_on_cpu helpers
` [Qemu-devel] [PATCH 02/16] cpus: Move common code out of {async_, }run_on_cpu()
` [Qemu-devel] [PATCH 03/16] cpus: Rename flush_queued_work()
` [Qemu-devel] [PATCH 04/16] linux-user: Use QemuMutex and QemuCond
` [Qemu-devel] [PATCH 05/16] linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()
` [Qemu-devel] [PATCH 06/16] cpus-common: move CPU list management to common code
` [Qemu-devel] [PATCH 07/16] cpus-common: move CPU work item "
` [Qemu-devel] [PATCH 08/16] cpus-common: fix uninitialized variable use in run_on_cpu
` [Qemu-devel] [PATCH 09/16] cpus-common: move exclusive work infrastructure from linux-user
` [Qemu-devel] [PATCH 10/16] docs: include formal model for TCG exclusive sections
` [Qemu-devel] [PATCH 11/16] cpus-common: always defer async_run_on_cpu work items
` [Qemu-devel] [PATCH 12/16] cpus-common: remove redundant call to exclusive_idle()
` [Qemu-devel] [PATCH 13/16] cpus-common: simplify locking for start_exclusive/end_exclusive
` [Qemu-devel] [PATCH 14/16] cpus-common: Introduce async_safe_run_on_cpu()
` [Qemu-devel] [PATCH 15/16] tcg: Make tb_flush() thread safe
` [Qemu-devel] [PATCH 16/16] cpus-common: lock-free fast path for cpu_exec_start/end

[Buildroot] [PATCH] util-linux: add -lcurses to LDFLAGS when static linking
 2016-09-19 12:51 UTC  (2+ messages)

[PATCH v2 0/6] tmio: add support for eMMC with 8 bit bus width
 2016-09-19 12:49 UTC  (7+ messages)
` [PATCH v2 1/6] mmc: add define for R1 response without CRC
` [PATCH v2 2/6] mmc: rtsx_pci: use new macro for R1 "
` [PATCH v2 3/6] mmc: rtsx_usb: "
` [PATCH v2 4/6] mmc: tmio: add eMMC support
` [PATCH v2 5/6] arm64: dts: r8a7795: salvator: enable on-board eMMC
` [PATCH v2 6/6] arm64: dts: r8a7796: salvator: enable on board eMMC

[PATCH 1/1 v6] ARM: imx: Added perf functionality to mmdc driver
 2016-09-19 12:48 UTC  (3+ messages)

[PATCH v6 00/15] x86: multiboot2 protocol support
 2016-09-19 12:47 UTC  (11+ messages)
` [PATCH v6 05/15] efi: create efi_enabled()
` [PATCH v6 06/15] x86: allow EFI reboot method neither on EFI platforms
` [PATCH v6 08/15] x86/efi: create new early memory allocator
` [PATCH v6 09/15] x86: add multiboot2 protocol support for EFI platforms
` [PATCH v6 10/15] x86/boot: implement early command line parser in C

[Qemu-devel] [PATCH v5 0/3] Introduce IOMMUNotifier struct
 2016-09-19 12:47 UTC  (2+ messages)

[Qemu-devel] [PATCH] arm: add Cortex A7 CPU parameters
 2016-09-19 12:47 UTC  (2+ messages)

[Qemu-devel] [PULL v1 0/8] Merge qcrypto 2016/09/19
 2016-09-19 12:47 UTC  (3+ messages)

[PATCH] [media] platform: pxa_camera: add VIDEO_V4L2 dependency
 2016-09-19 12:46 UTC 

[U-Boot] [PATCH 1/2] sandbox, x86: select DM_KEYBOARD instead of default y entry
 2016-09-19 12:46 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] input: specify the default of I8042_KEYB in more correct manner

[LTP] [PATCH] readahead02: fix path for read_ahead_kb on raw partitions
 2016-09-19 12:46 UTC  (3+ messages)

[Qemu-devel] [PATCH] Add resolutions via the command-line
 2016-09-19 12:44 UTC  (3+ messages)

[PATCH] mkfs.xfs: clarify ftype defaults in manpage
 2016-09-19 12:44 UTC  (3+ messages)

[PATCH] random: Fix kernel panic due to system_wq use before init
 2016-09-19 12:43 UTC  (5+ messages)

[PATCH] HID: alps: Fix memory leak
 2016-09-19 12:43 UTC  (2+ messages)

[RFC][PATCH V2 0/3] example/vhost: Introduce Vswitch Framework
 2016-09-19 12:42 UTC  (7+ messages)
` [RFC][PATCH V2 1/3] examples/vhost: Add vswitch (generic switch) framework

[PATCH v7 00/22] Generic DT bindings for PCI IOMMUs and ARM SMMU
 2016-09-19 12:41 UTC  (15+ messages)

[Qemu-devel] [PATCH RFC v1 00/29] ARC cores
 2016-09-19 12:40 UTC  (4+ messages)
`  "

[U-Boot] [PATCH v2] Revert "Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL"
 2016-09-19 12:40 UTC 

[Qemu-devel] [PATCH v13 0/6] QAPI/QOM work for non-scalar object properties
 2016-09-19 12:40 UTC  (11+ messages)
` [Qemu-devel] [PATCH v13 1/6] qdict: implement a qdict_crumple method for un-flattening a dict
` [Qemu-devel] [PATCH v13 2/6] option: make parse_option_bool/number non-static
` [Qemu-devel] [PATCH v13 3/6] qapi: rename QmpInputVisitor to QObjectInputVisitor
` [Qemu-devel] [PATCH v13 4/6] qapi: rename QmpOutputVisitor to QObjectOutputVisitor
` [Qemu-devel] [PATCH v13 5/6] qapi: add a QObjectInputVisitor that does string conversion
` [Qemu-devel] [PATCH v13 6/6] qom: support arbitrary non-scalar properties with -object

[PATCH v2 0/4] libxl: add HVM USB passthrough capability
 2016-09-19 12:40 UTC  (5+ messages)
` [PATCH v2 1/4] libxl: add function to remove usb controller xenstore entries
` [PATCH v2 2/4] libxl: add basic support for devices without backend
` [PATCH v2 3/4] libxl: add HVM usb passthrough support
` [PATCH v2 4/4] docs: add HVM USB passthrough documentation

[Qemu-devel] [PULL 0/5] next round of s390x patches
 2016-09-19 12:39 UTC  (2+ messages)

[PATCH] ovl: avoid setting uninitialized creds
 2016-09-19 12:38 UTC 

Is stability a joke?
 2016-09-19 12:37 UTC  (16+ messages)
  ` Is stability a joke? (wiki updated)

[PATCH] HID: alps: fix stick device not working after resume
 2016-09-19 12:37 UTC  (2+ messages)

PowerPC agpmode issues
 2016-09-19 12:36 UTC  (6+ messages)

[PATCH] mbuf: fix leak and errno on pool creation error
 2016-09-19 12:34 UTC 

[PATCH] sbitmap: avoid maybe-uninitialized warning
 2016-09-19 12:33 UTC 

[PATCH] Bluetooth: Set appearance only for LE capable controllers
 2016-09-19 12:33 UTC  (3+ messages)
` [PATCH BlueZ 1/2] doc/mgmt-api: Allow set "
` [PATCH BlueZ 2/2] tools/mgmt-tester: Test Set Appearance support in different modes

[RFC 0/7] Support non-PCI devices
 2016-09-19 12:33 UTC  (9+ messages)
` [PATCH v3 00/15] Introduce SoC device/driver framework for EAL

[PATCH 6/9] HID: uclogic: Add support for several more tablets
 2016-09-19 12:32 UTC  (3+ messages)
` [PATCH v2] hid: Misc tablet fixes and improvements

[athk9] beacon.c:642 ath9k_calculate_summary_state dump
 2016-09-19 12:32 UTC  (3+ messages)

[PATCH] drm/amdgpu: use powerplay module for dgpu of VI
 2016-09-19 12:32 UTC  (2+ messages)

[mm, page_alloc] c39e074e4f: INFO: trying to register non-static key
 2016-09-19 12:32 UTC 

[PATCH] sandbox: Use dbus-launch instead of dbus-run-session
 2016-09-19 12:31 UTC  (2+ messages)

[PATCH] arm64/efi: efi_init error handling fix
 2016-09-19 12:29 UTC  (8+ messages)

[Qemu-devel] [Bug 1618431] [NEW] windows hangs after live migration with virtio
 2016-09-19 12:20 UTC  (4+ messages)
` [Qemu-devel] [Bug 1618431] "

[PATCH] jbd2: Fix lockdep annotation in add_transaction_credits()
 2016-09-19 12:30 UTC 

VERBOSE flags
 2016-09-19 12:29 UTC  (3+ messages)

[PATCH radeon] Change the default to PCI on PowerPC
 2016-09-19 12:28 UTC  (2+ messages)

[PATCH] eal: fix compilation when optimization level is O1
 2016-09-19 12:26 UTC 

[PATCH v3 00/20] OMAP DRM fixes and improvements
 2016-09-19 12:27 UTC  (21+ messages)
` [PATCH v3 01/20] drm: omapdrm: fb: Limit number of planes per framebuffer to two
` [PATCH v3 02/20] drm: omapdrm: fb: Use format information provided by the DRM core
` [PATCH v3 03/20] drm: omapdrm: fb: Simplify objects lookup when creating framebuffer
` [PATCH v3 04/20] drm: omapdrm: fb: Simplify mode command checks "
` [PATCH v3 05/20] drm: omapdrm: fb: Turn framebuffer creation error messages into debug
` [PATCH v3 06/20] drm: omapdrm: Handle FIFO underflow IRQs internally
` [PATCH v3 07/20] drm: omapdrm: Handle CRTC error IRQs directly
` [PATCH v3 08/20] drm: omapdrm: Handle OCP error IRQ directly
` [PATCH v3 09/20] drm: omapdrm: Replace DSS manager state check with omapdrm CRTC state
` [PATCH v3 10/20] drm: omapdrm: Only commit planes on active CRTCs
` [PATCH v3 11/20] drm: omapdrm: Check DSS manager state in the enable/disable helpers
` [PATCH v3 12/20] drm: omapdrm: Prevent processing the same event multiple times
` [PATCH v3 13/20] drm: omapdrm: Use a spinlock to protect the CRTC pending flag
` [PATCH v3 14/20] drm: omapdrm: Keep vblank interrupt enabled while CRTC is active
` [PATCH v3 15/20] drm: omapdrm: Don't expose the omap_irq_(un)register() functions
` [PATCH v3 16/20] drm: omapdrm: Remove unused parameter from omap_drm_irq handler
` [PATCH v3 17/20] drm: omapdrm: Don't call DISPC power handling in IRQ wait functions
` [PATCH v3 18/20] drm: omapdrm: Make pipe2vbl function static
` [PATCH v3 19/20] drm: omapdrm: Simplify IRQ wait implementation
` [PATCH v3 20/20] drm: omapdrm: Remove global variables

[PATCH] staging: iio: meter: ade7758_ring: Match alignment with open parenthesis
 2016-09-19 12:26 UTC  (2+ messages)
` [Outreachy kernel] "

[U-Boot] [PATCH] ARM: uniphier: move CONFIG_SPL_* to defconfig or select
 2016-09-19 12:26 UTC 

[PATCH 0/2] make POSIX timers configurable
 2016-09-19 12:25 UTC  (4+ messages)
` [PATCH 1/2] ptp_clock: allow for it to be optional

[PATCH 0/2] Fix spurious joydev node on some unrelated devices
 2016-09-19 12:26 UTC  (4+ messages)
` [PATCH 1/2] HID: input: ignore System Control application usages if not System Controls

[RFC] drivers: advertise kmod dependencies in pmdinfo
 2016-09-19 12:25 UTC  (5+ messages)
` [PATCH] "

[RFC] Preliminary BTRFS Encryption
 2016-09-19 12:25 UTC  (9+ messages)
      ` RAID1 availability issue[2], Hot-spare and auto-replace

[PATCH 00/13] Add support for secondary queue set in nicvf thunderx driver
 2016-09-19 12:23 UTC  (3+ messages)

[PATCH] net: skbuff: Fix length validation in skb_vlan_pop()
 2016-09-19 12:22 UTC  (4+ messages)

[PATCH] kni: fix build with kernel 4.8
 2016-09-19 12:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] iommu/vt-d: Fix the size calculation of pasid table
 2016-09-19 12:18 UTC  (3+ messages)

[PATCH v6 0/9] Replay Protected Memory Block (RPMB) subsystem
 2016-09-19 12:17 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v2 0/6] translate: [tcg] Generic translation framework
 2016-09-19 12:14 UTC  (5+ messages)
` [Qemu-arm] [PATCH v2 1/6] Pass generic CPUState to gen_intermediate_code()
  ` [Qemu-arm] [Qemu-devel] "
    `  "

[PATCH 0/2] Staging: Remove unnecessary space after a cast
 2016-09-19 12:17 UTC  (3+ messages)
` [PATCH 1/2] Staging: vt6655: baseband: "
` [PATCH 2/2] Staging: vt6655: card: "

[Patch BlueZ 0/1] Make network server interface handling more robust
 2016-09-19 12:16 UTC  (3+ messages)
` [Patch BlueZ 1/1] "

Fw: kernel panic with ALSA driver
 2016-09-19 12:15 UTC 

[Buildroot] [git commit] package/kvm-unit-tests: new package
 2016-09-19 12:14 UTC 

[LTP] [PATCH 1/3] network/ping01: rename file and update runtest files
 2016-09-19 12:13 UTC  (5+ messages)
` [LTP] [PATCH 2/3] network/ping01: use ROD_SILENT and report test result

[LTP] LTP Release
 2016-09-19 12:11 UTC  (3+ messages)

[PATCH] dma-buf/sync_file: fix documentation error
 2016-09-19 12:10 UTC  (2+ messages)

[PATCH] nfs: add missing CONFIG_MIGRATION for nfs_migrate_page
 2016-09-19 12:09 UTC 

[PATCH v1] i40: fix the VXLAN TSO issue
 2016-09-19 12:09 UTC  (4+ messages)
` [PATCH v4 0/3] Add TSO on tunneling packet
  ` [PATCH v4 3/3] app/testpmd: fix Tx offload "

[PATCH] sandbox: Use GObject introspection binding instead of pygtk2
 2016-09-19 12:09 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Only shrink the unbound objects during freeze
 2016-09-19 12:09 UTC  (4+ messages)

[Qemu-devel] [PATCH] tests: move test-path in check-unit-y
 2016-09-19 12:08 UTC 

[PATCH] bash2dash conversion
 2016-09-19 12:07 UTC  (3+ messages)

[PATCH] x86/vdso: Add ARCH_MAP_VDSO_X32 if CONFIG_X86_X32_ABI
 2016-09-19 11:33 UTC  (2+ messages)

Tracking multiple timelines (full-ppgtt)
 2016-09-19 12:06 UTC  (3+ messages)
` [PATCH 12/18] drm/i915: Defer request emission

staging: wilc1000: kernel Oops while opening the device
 2016-09-19 12:06 UTC 

[PATCH] Staging: comedi: Use usb_endpoint_dir_in(endpoint) instead of (endpoint->bEndpointAddress & USB_DIR_IN)
 2016-09-19 12:04 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH 1/3] mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting
 2016-09-19 12:04 UTC  (9+ messages)
` [PATCH 2/3] cgroup: duplicate cgroup reference when cloning sockets
` [PATCH 3/3] mm: memcontrol: consolidate cgroup socket tracking

[PATCH v2 0/7] drm/i915: clean up dsi sequences
 2016-09-19 12:02 UTC  (8+ messages)
` [PATCH v2 1/7] drm/i915/dsi: don't debug log "missing" sequences
` [PATCH v2 2/7] drm/i915/dsi: add debug logging to element execution
` [PATCH v2 3/7] drm/i915/dsi: add skip functions for spi and pmic elements
` [PATCH v2 4/7] drm/i915/dsi: update reset and power sequences in panel prepare/unprepare hooks
` [PATCH v2 5/7] drm/i915/dsi: run backlight on/off sequences in panel enable/disable hooks
` [PATCH v2 6/7] drm/i915/bios: log about presence of DSI sequences we do not run
` [PATCH v2 7/7] drm/i915/dsi: double check element parsing against size if present

master - debug: cleanup backtrace after log_error
 2016-09-19 12:01 UTC 

master - debug: mention origin_only in message
 2016-09-19 12:01 UTC 

master - tests: enhance lvchange of thin pool tests
 2016-09-19 12:01 UTC 

master - tests: check for metadata test working properly
 2016-09-19 12:01 UTC 

master - tests: add check grep_dmsetup
 2016-09-19 12:01 UTC 

master - thin: fix lvchange of discards and zero flag
 2016-09-19 12:01 UTC 

master - thin: enforce there is some free space in thin pool metadata
 2016-09-19 12:01 UTC 

master - thin: report pool as holder when no active thin volume
 2016-09-19 12:01 UTC 

[Qemu-devel] [PATCH v2] qom: Implement qom-get HMP command
 2016-09-19 12:00 UTC  (8+ messages)

[LTP] [PATCH 1/2] network/nfs_lib: add support for multiple mounts
 2016-09-19 12:00 UTC  (3+ messages)
` [LTP] [PATCH 2/2] network/nfs06: rewrite the test and change test-cases

DAPM over two regmaps (and a mailbox)
 2016-09-19 12:00 UTC  (4+ messages)

[Qemu-devel] [PATCH qemu v2] tap: Allow specifying a bridge
 2016-09-19 11:59 UTC  (4+ messages)

build ntp with openssl support
 2016-09-19 11:58 UTC  (3+ messages)

[U-Boot] [PATCH PATCH v1] watchdog: Fix Watchdog Reset while in U-Boot Prompt
 2016-09-19 11:59 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller
 2016-09-19 11:59 UTC  (2+ messages)
` [U-Boot] ?==?utf-8?q? ?==?utf-8?q? [PATCH v6]?==?utf-8?q? spi:?==?utf-8?q? "

[PATCH] IB/rxe: avoid putting a large struct rxe_qp on stack
 2016-09-19 11:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] object: Add 'help' option for all available backends and properties
 2016-09-19 11:58 UTC  (4+ messages)
  ` [Qemu-devel] 答复: "

[PATCH 0/6] DRM Core Cleanups
 2016-09-19 11:58 UTC  (5+ messages)
` [PATCH 4/6] drm: provide management functions for drm_file

[Bug 171781] New: Karizma:: 0 # 800 # 098# 8545$$$ Norton TECh support & billing phone number UK
 2016-09-19 11:56 UTC  (2+ messages)
` [Bug 171781] "

[Bug 170701] New: Qb error phone number=[1-800^919^0992]]]]]]QUICKBOOKS support PHONE NUMBER QuickBooks phone number usa
 2016-09-19 11:56 UTC  (2+ messages)
` [Bug 170701] "

[Qemu-devel] [PATCH v3 0/6] Clean up TCG tests
 2016-09-19 11:55 UTC  (2+ messages)

Cherryview wake up events
 2016-09-19 11:56 UTC  (2+ messages)

[PATCH] MFD: do not assign already already assigned compatible of_nodes
 2016-09-19 11:47 UTC 

[PATCH v2 0/3] powerpc/mm: movable hotplug memory nodes
 2016-09-19 11:53 UTC  (4+ messages)
` [PATCH v2 2/3] powerpc/mm: allow memory hotplug into a memoryless node

"CodingStyle: Clarify and complete chapter 7" in docs-next (was Re: [PATCH 03/47] block-rbd: Adjust the position of a jump label in rbd_header_from_disk())
 2016-09-19 11:53 UTC 

[PATCH v3 1/2] usb: dwc3: gadget: Add disconnect checking when changing function dynamically
 2016-09-19 11:52 UTC  (2+ messages)
` [PATCH v3 2/2] usb: dwc3: Wait for control tranfer completed when stopping gadget


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.