All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-03 15:25:39 to 2015-09-03 16:03:56 UTC [more...]

[PATCH 0/5] [media] Create pads links after entities registration
 2015-09-03 16:00 UTC  (9+ messages)
` [PATCH 1/5] [media] staging: omap4iss: separate links creation from entities init
` [PATCH 2/5] [media] v4l: vsp1: create pad links after subdev registration
` [PATCH 3/5] [media] v4l: vsp1: separate links creation from entities init
` [PATCH 4/5] [media] uvcvideo: create pad links after subdev registration
` [PATCH 5/5] [media] smiapp: "

[GIT PULL 0/2] perf/urgent fixes
 2015-09-03 16:02 UTC  (3+ messages)
` [PATCH 1/2] perf tools: Fix parse_events_add_pmu caller
` [PATCH 2/2] perf tools: Fix use of wrong event when processing exit events

[PATCH RFC v2 0/4] HVM x86 deprivileged mode operations
 2015-09-03 16:01 UTC  (5+ messages)
` [PATCH RFC v2 1/4] HVM x86 deprivileged mode: Create deprivileged page tables
` [PATCH RFC v2 2/4] HVM x86 deprivileged mode: Code for switching into/out of deprivileged mode
` [PATCH RFC v2 3/4] HVM x86 deprivileged mode: Trap handlers for "
` [PATCH RFC v2 4/4] HVM x86 deprivileged mode: Watchdog for DoS prevention

[Buildroot] [PATCHv4 1/2] udisks: bump to version 1.0.5
 2015-09-03 16:02 UTC  (3+ messages)

[PATCH v15 00/13] port builtin/tag.c to use ref-filter APIs
 2015-09-03 16:01 UTC  (4+ messages)
` [PATCH v15 05/13] ref-filter: implement an `align` atom

[PATCH V2 0/7] x86/insn: perf tools: Add a few new x86 instructions
 2015-09-03 16:01 UTC  (7+ messages)
` [PATCH V2 1/7] perf tools: Display build warning if x86 instruction decoder differs from kernel
` [PATCH V2 3/7] x86/insn: perf tools: Pedantically tweak opcode map for MPX instructions
` [PATCH V2 6/7] x86/insn: perf tools: Add new memory protection keys instructions

[PATCH] clk: Hi6220: separately build stub clock driver
 2015-09-03 16:01 UTC  (2+ messages)

[PATCH v4 0/9] usb: dwc3: add dual-role support
 2015-09-03 15:51 UTC  (16+ messages)
` [PATCH v4 1/9] "
` [PATCH v4 4/9] usb: dwc3: core: Adapt to named interrupts
` [PATCH v4 5/9] usb: dwc3: core: make dual-role work with OTG irq

[PATCH v1] HID: sensor-hub: Fixup for Lenovo ThinkPad Helix 2 sensor hub report
 2015-09-03 15:56 UTC 

git dockerfile
 2015-09-03 15:59 UTC  (3+ messages)

[PATCH v2] ASoC: Handle multiple codecs with split playback / capture
 2015-09-03 15:59 UTC  (4+ messages)

[Qemu-devel] [PATCH RFC v3 00/32] qapi: QMP introspection
 2015-09-03 15:59 UTC  (10+ messages)
` [Qemu-devel] [PATCH RFC v3 30/32] qapi: New QMP command query-schema for QMP schema introspection

[PATCH] powerpc/powernv/pci-ioda: fix 32-bit TCE table init in kdump kernel
 2015-09-03 15:59 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v3 0/5] mtd: nand: properly handle bitflips in erased pages
 2015-09-03 15:58 UTC  (11+ messages)
` [PATCH v3 1/5] mtd: nand: add nand_check_erased helper functions
` [PATCH v3 1/5] mtd: nand: return consistent error codes in ecc.correct() implementations
` [PATCH v3 2/5] "
` [PATCH v3 2/5] mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions
` [PATCH v3 3/5] mtd: nand: make 'erased check' optional
` [PATCH v3 3/5] mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions
` [PATCH v3 4/5] mtd: nand: make 'erased check' optional
` [PATCH v3 4/5] mtd: nand: remove custom 'erased check' implementation
` [PATCH v3 5/5] "
` [PATCH v3 5/5] mtd: nand: sunxi: fix bitflips in erased pages

[review-request][PATCH 0/3] Hide irrelevant builds
 2015-09-03 15:58 UTC  (6+ messages)

[Qemu-devel] [PATCH FYI 00/46] Generic TLS support across VNC/chardev/migration
 2015-09-03 15:39 UTC  (47+ messages)
` [Qemu-devel] [PATCH FYI 01/46] sockets: add helpers for creating SocketAddress from a socket
` [Qemu-devel] [PATCH FYI 02/46] sockets: move qapi_copy_SocketAddress into qemu-sockets.c
` [Qemu-devel] [PATCH FYI 03/46] sockets: allow port to be NULL when listening on IP address
` [Qemu-devel] [PATCH FYI 04/46] osdep: add qemu_fork() wrapper for safely handling signals
` [Qemu-devel] [PATCH FYI 05/46] coroutine: move into libqemuutil.a library
` [Qemu-devel] [PATCH FYI 06/46] io: add abstract QIOChannel classes
` [Qemu-devel] [PATCH FYI 07/46] io: add helper module for creating watches on FDs
` [Qemu-devel] [PATCH FYI 08/46] io: pull Buffer code out of VNC module
` [Qemu-devel] [PATCH FYI 09/46] io: add QIOTask class for async operations
` [Qemu-devel] [PATCH FYI 10/46] io: add QIOChannelSocket class
` [Qemu-devel] [PATCH FYI 11/46] io: add QIOChannelFile class
` [Qemu-devel] [PATCH FYI 12/46] io: add QIOChannelTLS class
` [Qemu-devel] [PATCH FYI 13/46] io: add QIOChannelWebsock class
` [Qemu-devel] [PATCH FYI 14/46] io: add QIOChannelCommand class
` [Qemu-devel] [PATCH FYI 15/46] ui: convert VNC startup code to use SocketAddress
` [Qemu-devel] [PATCH FYI 16/46] ui: convert VNC server to use QIOChannelSocket
` [Qemu-devel] [PATCH FYI 17/46] ui: convert VNC server to use QIOChannelTLS
` [Qemu-devel] [PATCH FYI 18/46] ui: convert VNC server to use QIOChannelWebsock
` [Qemu-devel] [PATCH FYI 19/46] char: remove fixed length filename allocation
` [Qemu-devel] [PATCH FYI 20/46] char: convert from GIOChannel to QIOChannel
` [Qemu-devel] [PATCH FYI 21/46] char: don't assume telnet initialization will not block
` [Qemu-devel] [PATCH FYI 22/46] char: introduce support for TLS encrypted TCP chardev backend
` [Qemu-devel] [PATCH FYI 23/46] nbd: convert to use the QAPI SocketAddress object
` [Qemu-devel] [PATCH FYI 24/46] qemu-nbd: "
` [Qemu-devel] [PATCH FYI 25/46] sockets: remove use of QemuOpts from header file
` [Qemu-devel] [PATCH FYI 26/46] sockets: remove use of QemuOpts from socket_listen
` [Qemu-devel] [PATCH FYI 27/46] sockets: remove use of QemuOpts from socket_connect
` [Qemu-devel] [PATCH FYI 28/46] sockets: remove use of QemuOpts from socket_dgram
` [Qemu-devel] [PATCH FYI 29/46] migration: remove use of qemu_bufopen from vmstate tests
` [Qemu-devel] [PATCH FYI 30/46] migration: remove memory buffer based QEMUFile backend
` [Qemu-devel] [PATCH FYI 31/46] migration: move definition of struct QEMUFile back into qemu-file.c
` [Qemu-devel] [PATCH FYI 32/46] migration: split migration hooks out of QEMUFileOps
` [Qemu-devel] [PATCH FYI 33/46] migration: ensure qemu_fflush() always writes full data amount
` [Qemu-devel] [PATCH FYI 34/46] migration: introduce qemu_fset_blocking function on QEMUFile
` [Qemu-devel] [PATCH FYI 35/46] migration: force QEMUFile to blocking mode for outgoing migration
` [Qemu-devel] [PATCH FYI 36/46] migration: introduce a new QEMUFile impl based on QIOChannel
` [Qemu-devel] [PATCH FYI 37/46] migration: convert unix socket protocol to use QIOChannel
` [Qemu-devel] [PATCH FYI 38/46] migration: convert tcp "
` [Qemu-devel] [PATCH FYI 39/46] migration: convert fd "
` [Qemu-devel] [PATCH FYI 40/46] migration: convert exec "
` [Qemu-devel] [PATCH FYI 41/46] migration: convert RDMA to use QIOChannel interface
` [Qemu-devel] [PATCH FYI 42/46] migration: convert savevm to use QIOChannel for writing to files
` [Qemu-devel] [PATCH FYI 43/46] migration: delete QEMUFile sockets implementation
` [Qemu-devel] [PATCH FYI 44/46] migration: delete QEMUFile stdio implementation
` [Qemu-devel] [PATCH FYI 45/46] migration: support TLS encryption with TCP migration backend
` [Qemu-devel] [PATCH FYI 46/46] migration: remove support for non-iovec based write handlers

[Qemu-devel] "Using Python to investigate EFI and ACPI"
 2015-09-03 15:57 UTC  (4+ messages)

[PATCH linux-next v9 0/3] mfd: flexcom: add a driver for Flexcom
 2015-09-03 15:56 UTC  (9+ messages)
` [PATCH linux-next v9 1/3] mfd: atmel-flexcom: create include file with macros used by DT bindings
` [PATCH linux-next v9 2/3] mfd: devicetree: add bindings for Atmel Flexcom

[Buildroot] [PATCH] system: add options for /bin /sbin and /lib to be symlinks into /usr
 2015-09-03 15:57 UTC  (7+ messages)

[PATCH] xen/p2m: fix extra memory regions accounting
 2015-09-03 15:46 UTC  (12+ messages)
      ` [Xen-devel] "

[PATCH 0/9] Rework architected timer and fix UEFI reset
 2015-09-03 15:56 UTC  (13+ messages)
` [PATCH 2/9] arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
` [PATCH 6/9] arm/arm64: KVM: Add mapped interrupts documentation
` [PATCH 7/9] arm/arm64: KVM: vgic: Move active state handling to flush_hwstate

[PATCH 0/3] sys_membarrier (x86, generic)
 2015-09-03 15:47 UTC  (8+ messages)
` [PATCH 2/3] selftests: add membarrier syscall test

[Qemu-devel] [PATCH] qdev-monitor.c: Add device id generation
 2015-09-03 15:55 UTC  (7+ messages)
` [Qemu-devel] Should we auto-generate IDs? (was: [PATCH] qdev-monitor.c: Add device id generation)
    ` [Qemu-devel] Should we auto-generate IDs?

[Qemu-devel] [PATCH RFC v4 00/32] qapi: QMP introspection
 2015-09-03 15:55 UTC  (3+ messages)
` [Qemu-devel] [PATCH RFC v4 01/32] qapi: Rename class QAPISchema to QAPISchemaParser

[PATCH 2/3][v3] drivers: usb: dwc3: Add frame length adjustment quirk
 2015-09-03 15:55 UTC  (3+ messages)

[PATCH] ARM: dts: Add ddc i2c reference to veyron
 2015-09-03 15:55 UTC  (13+ messages)

[RFC/PATCH] date: allow any format to display local time
 2015-09-03 15:54 UTC  (6+ messages)
` [PATCH 2/2] date: make "local" orthogonal to date format

[NFSv4.1] Deadlock on writes - RHEL 7.1 kernel - nfs_pageio_doio?
 2015-09-03 15:54 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/2] Auto-generated IDs
 2015-09-03 15:54 UTC  (3+ messages)
  ` [Qemu-devel] [Qemu-block] "

earlycon issues in -next with amba-pl011 updates
 2015-09-03 15:52 UTC  (5+ messages)

[PATCH] cpufreq: Add ARM_MT8173_CPUFREQ dependencyon THERMAL
 2015-09-03 15:50 UTC  (4+ messages)

[OSSTEST RFC PATCH 00/13] Planner: Performance improvement
 2015-09-03 15:52 UTC  (9+ messages)
` [OSSTEST PATCH 08/13] Planner: ms-queuedaemon: Prep for multiple walkers
` [OSSTEST PATCH 14/13] Planning reports: Break out return-plan-to-client
  ` [OSSTEST PATCH 15/13] Plan reporting: Provide get-last-plan queuedaemon command

PMD/l3fwd issue
 2015-09-03 15:52 UTC 

[PATCH 3/3] block: Refuse adding appending a gapped integrity page to a bio
 2015-09-03 15:52 UTC  (13+ messages)

Data race in ext4_writepages
 2015-09-03 15:51 UTC 

[CALL-FOR-AGENDA] Monthly Xen.org Technical Call (2015-09-09)
 2015-09-03 15:50 UTC 

[Qemu-devel] [PATCH RFC 0/7] Making QOM introspectable
 2015-09-03 15:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH RFC 1/7] qom: allow properties to be registered against classes

[PATCH v2 0/6] DT: APQ8064 for qcom-dt-next
 2015-09-03 15:49 UTC  (10+ messages)
` [PATCH v2 1/6] ARM: dts: ifc6410: Add pwrseq support for WLAN
` [PATCH v2 3/6] ARM: dts: apq8064-ifc6410: add notify led support

[PATCH 1/1] wget.py: use BPN when parsing upstream directory paths
 2015-09-03 15:48 UTC  (2+ messages)

[BUG 4.2-rc8] Interrupt occurs while apply_alternatives() is patching the handler
 2015-09-03 15:48 UTC  (6+ messages)

[PATCH v2] librte_cfgfile (rte_cfgfile.h): modify the macros values
 2015-09-03 15:46 UTC  (3+ messages)

[PATCH 0/5] staging: wilc1000: support 64bit machine and remove warnings
 2015-09-03 15:47 UTC  (4+ messages)
` [PATCH 3/5] staging: wilc1000: use id value as argument

stop breaking dosemu (Re: x86/kconfig/32: Rename CONFIG_VM86 and default it to 'n')
 2015-09-03 15:44 UTC  (13+ messages)

[RFD] memory pressure and sizing problem
 2015-09-03 15:44 UTC  (2+ messages)

[Qemu-devel] [PATCH] Block: don't do copy-on-read in before_write_notifier
 2015-09-03 15:44 UTC  (3+ messages)

[U-Boot] FSL DDR3/4 wrlvl_override question
 2015-09-03 15:44 UTC  (2+ messages)

[PATCH 0/9] clean deprecated code
 2015-09-03 15:44 UTC  (5+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] doc: init next release notes

[PATCH 3.14 00/44] 3.14.51-stable review
 2015-09-03 15:43 UTC  (4+ messages)
` [PATCH 3.14 30/44] signalfd: fix information leak in signalfd_copyinfo

[RFC PATCH 0/9] allocate sys_membarrier system call number on major archs
 2015-09-03 15:41 UTC  (9+ messages)
` [RFC PATCH 3/9] arm64: allocate sys_membarrier system call number
` [RFC PATCH 9/9] parisc: "

[PATCH v2 0/2] Add initial support for RPM clocks
 2015-09-03 15:40 UTC  (4+ messages)
` [PATCH v2 1/2] clk: qcom: Add support for RPM Clocks

master - vgrename: add missing trace on error path
 2015-09-03 15:39 UTC 

x86; *** Error in `trinity': free(): invalid pointer: 0xb6ffe000 ***
 2015-09-03 15:38 UTC 

[Qemu-devel] [PATCH v15 00/33] TileGX basic instructions
 2015-09-03 15:38 UTC  (4+ messages)
` [Qemu-devel] [PATCH v15 33/33] target-tilegx: Handle v1shl, v1shru, v1shrs

ООО РОСТНЕФТЕТОРГ предложение по нефтепродуктам
 2015-09-03 15:37 UTC 

[Qemu-devel] [PATCH 1/2] acpi: Allow ACPI default OEM ID and OEM table ID fields to be set
 2015-09-03 15:37 UTC  (6+ messages)

[PATCH 1/1] maintainers.inc: remove packages that are no longer in oe-core
 2015-09-03 15:38 UTC 

[Qemu-devel] Fwd: Re: QEMU+Aarch64: in_asm log skips instructions of loop-programs
 2015-09-03 15:35 UTC  (2+ messages)
  ` [Qemu-devel] "

[Qemu-devel] [Migration][TCG] Page dirtying and migration in pure-QEMU VM mode
 2015-09-03 15:34 UTC 

[PATCH 00/12] Various package/RRS updates
 2015-09-03 15:34 UTC  (13+ messages)
` [PATCH 01/12] ccache: update to 3.2.3
` [PATCH 02/12] mailx: update to 12.5-5
` [PATCH 03/12] net-tools: update to 1.60-25
` [PATCH 04/12] gnome-icon-theme: remove the recipe
` [PATCH 05/12] libunique: "
` [PATCH 06/12] mkelfimage: add RECIPE_NO_UPDATE_REASON
` [PATCH 07/12] python-async: update to 0.6.2
` [PATCH 08/12] python-smmap: update to 0.9.0
` [PATCH 09/12] remake: update to 4.1+dbg-1.1
` [PATCH 10/12] uclibc: update PV to 0.9.33.2 to match latest upstream release
` [PATCH 11/12] vte: add RECIPE_NO_UPDATE_REASON
` [PATCH 12/12] package_regex.inc: various updates to improve RRS accuracy

missing certificates
 2015-09-03 15:27 UTC 

[review request][PATCH]new backend automated tests
 2015-09-03 15:31 UTC  (4+ messages)

[PATCH 2/4] xfs: return errors from partial I/O failures to files
 2015-09-03 15:27 UTC  (2+ messages)

[PATCH 1/1] perf,tools: open event on evsel cpus and threads
 2015-09-03 15:27 UTC  (4+ messages)
` [tip:perf/urgent] perf evlist: Open "

[PATCH v3 0/6] remoteproc: Add driver for STMicroelectronics platforms
 2015-09-03 15:26 UTC  (5+ messages)
` [PATCH v3 5/6] ARM: STiH407: Add nodes for RemoteProc
    ` [STLinux Kernel] "

[PATCH] libsemanage: save homedir_template in the policy store for genhomedircon
 2015-09-03 15:26 UTC  (2+ messages)

Segfault at v_read() called from lib_ring_buffer_try_reserve_slow() in LTTng-UST traced app - CPU/VMware dependent
 2015-09-03 15:25 UTC 

[PATCHv10 00/36] THP refcounting redesign
 2015-09-03 15:12 UTC  (2+ messages)
` [PATCHv10 04/36] mm, thp: adjust conditions when we can reuse the page on WP fault

[Qemu-devel] [PATCH v2 0/4] iotests: Emit signal-kill messages
 2015-09-03 15:25 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.