All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-12 14:30:42 to 2016-08-12 15:15:26 UTC [more...]

[Qemu-devel] [PULL 0/3] virtio/vhost: fixes
 2016-08-12 12:01 UTC  (6+ messages)
` [Qemu-devel] [PULL 3/3] vhost-user: Attempt to fix a race with set_mem_table

[PATCH/RFC net] gre: set inner_protocol on xmit
 2016-08-12 15:15 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/5] atomic: strip "const" from variables declared with typeof
 2016-08-12 12:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH 5/5] target-arm: Fix warn about implicit conversion

[meta-oe][PATCH] gd: update to version 2.2.3
 2016-08-12 15:14 UTC  (2+ messages)

[PATCH net v2] gre: set inner_protocol on xmit
 2016-08-12 15:14 UTC 

debug problems on ppc 83xx target due to changed struct task_struct
 2016-08-12 15:14 UTC  (2+ messages)

[MINIOS PATCH] lib.h: remove BUILD_BUG_ON
 2016-08-12 15:14 UTC  (3+ messages)

cmdparser perf improvement
 2016-08-12 15:14 UTC  (11+ messages)
` [PATCH 1/9] drm/i915/cmdparser: Make initialisation failure non-fatal
` [PATCH 2/9] drm/i915/cmdparser: Add the TIMESTAMP register for the other engines
` [PATCH 3/9] drm/i915/cmdparser: Use cached vmappings
` [PATCH 4/9] drm/i915/cmdparser: Only cache the dst vmap
` [PATCH 5/9] drm/i915/cmdparser: Improve hash function
` [PATCH 6/9] drm/i915/cmdparser: Compare against the previous command descriptor
` [PATCH 7/9] drm/i915/cmdparser: Check for SKIP descriptors first
` [PATCH 8/9] drm/i915/cmdparser: Use binary search for faster register lookup
` [PATCH 9/9] drm/i915/cmdparser: Accelerate copies from WC memory

[Buildroot] [PATCH] spidev_test: fix musl build
 2016-08-12 15:14 UTC 

[Qemu-devel] [PATCH v3 00/10] arm: add ast2500 support
 2016-08-12  9:22 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 03/10] aspeed-soc: provide a framework to add new SoCs

[PATCH v5 00/20] Support for sustained capturing of GuC firmware logs
 2016-08-12 15:13 UTC  (20+ messages)
` [PATCH 05/20] drm/i915: Support for GuC interrupts
` [PATCH 09/20] drm/i915: New lock to serialize the Host2GuC actions
` [PATCH 10/20] drm/i915: Add stats for GuC log buffer flush interrupts
` [PATCH 11/20] drm/i915: Optimization to reduce the sampling time of GuC log buffer
` [PATCH 16/20] drm/i915: Support to create write combined type vmaps

[PATCH v2 0/8] nvdimm: hotplug support
 2016-08-12 15:13 UTC  (4+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] docs: add cpu-hotplug.txt
 2016-08-12 15:13 UTC  (2+ messages)

[xen-unstable-smoke test] 100457: tolerable all pass - PUSHED
 2016-08-12 15:10 UTC 

Cross platform perf reporting
 2016-08-12 15:10 UTC  (3+ messages)

[Qemu-devel] [PATCH] ui/console: Fix non-working backspace key in monitor of gtk UI
 2016-08-12 11:30 UTC  (2+ messages)

[PATCH v2 0/2] x86emul: remaining misc small adjustments
 2016-08-12 15:07 UTC  (3+ messages)
` [PATCH v2 1/2] x86emul: fold SrcImmByte fetching
` [PATCH v2 2/2] x86emul: introduce SrcImm16

[Qemu-devel] [PATCH] ACPI: Add -acpifadt to allow FADT revision changes
 2016-08-12 14:55 UTC  (8+ messages)
` [Qemu-devel] [PATCH v5 0/2] ACPI: Add FADT revision support
  ` [Qemu-devel] [PATCH v5 1/2] ACPI: Cleanup -acpitable option code
  ` [Qemu-devel] [PATCH v5 2/2] ACPI: Add -acpitable fadt= to allow FADT revision changes

[PATCH v3 00/51] x86/dumpstack: rewrite x86 stack dump code
 2016-08-12 14:29 UTC  (52+ messages)
` [PATCH v3 01/51] x86/dumpstack: remove show_trace()
` [PATCH v3 02/51] x86/asm/head: remove unused init_rsp variable extern
` [PATCH v3 03/51] x86/asm/head: rename 'stack_start' -> 'initial_stack'
` [PATCH v3 04/51] x86/asm/head: use a common function for starting CPUs
` [PATCH v3 05/51] x86/dumpstack: make printk_stack_address() more generally useful
` [PATCH v3 06/51] x86/dumpstack: add IRQ_USABLE_STACK_SIZE define
` [PATCH v3 07/51] x86/dumpstack: remove extra brackets around "<EOE>"
` [PATCH v3 08/51] x86/dumpstack: fix irq stack bounds calculation in show_stack_log_lvl()
` [PATCH v3 09/51] x86/dumpstack: fix x86_32 kernel_stack_pointer() previous stack access
` [PATCH v3 10/51] x86/dumpstack: add get_stack_pointer() and get_frame_pointer()
` [PATCH v3 11/51] x86/dumpstack: remove unnecessary stack pointer arguments
` [PATCH v3 12/51] x86: move _stext marker to before head code
` [PATCH v3 13/51] x86/asm/head: remove useless zeroed word
` [PATCH v3 14/51] x86/asm/head: put real return address on idle task stack
` [PATCH v3 15/51] x86/asm/head: standardize the end of the stack for idle tasks
` [PATCH v3 16/51] x86/32: put real return address on stack in entry code
` [PATCH v3 17/51] x86/smp: fix initial idle stack location on 32-bit
` [PATCH v3 18/51] x86/entry/head/32: use local labels
` [PATCH v3 19/51] x86/entry/32: rename 'error_code' to 'common_exception'
` [PATCH v3 20/51] perf/x86: check perf_callchain_store() error
` [PATCH v3 21/51] oprofile/x86: add regs->ip to oprofile trace
` [PATCH v3 22/51] proc: fix return address printk conversion specifer in /proc/<pid>/stack
` [PATCH v3 23/51] ftrace: remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config
` [PATCH v3 24/51] ftrace: only allocate the ret_stack 'fp' field when needed
` [PATCH v3 25/51] ftrace: add return address pointer to ftrace_ret_stack
` [PATCH v3 26/51] ftrace: add ftrace_graph_ret_addr() stack unwinding helpers
` [PATCH v3 27/51] x86/dumpstack/ftrace: convert dump_trace() callbacks to use ftrace_graph_ret_addr()
` [PATCH v3 28/51] ftrace/x86: implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
` [PATCH v3 29/51] x86/dumpstack/ftrace: mark function graph handler function as unreliable
` [PATCH v3 30/51] x86/dumpstack/ftrace: don't print unreliable addresses in print_context_stack_bp()
` [PATCH v3 31/51] x86/dumpstack: allow preemption in show_stack_log_lvl() and dump_trace()
` [PATCH v3 32/51] x86/dumpstack: simplify in_exception_stack()
` [PATCH v3 33/51] x86/dumpstack: add get_stack_info() interface
` [PATCH v3 34/51] x86/dumpstack: add recursion checking for all stacks
` [PATCH v3 35/51] x86/unwind: add new unwind interface and implementations
` [PATCH v3 36/51] perf/x86: convert perf_callchain_kernel() to use the new unwinder
` [PATCH v3 37/51] x86/stacktrace: convert save_stack_trace_*() "
` [PATCH v3 38/51] oprofile/x86: convert x86_backtrace() "
` [PATCH v3 39/51] x86/dumpstack: convert show_trace_log_lvl() "
` [PATCH v3 40/51] x86/dumpstack: remove dump_trace() and related callbacks
` [PATCH v3 41/51] x86/entry/unwind: create stack frames for saved interrupt registers
` [PATCH v3 42/51] x86/unwind: create stack frames for saved syscall registers
` [PATCH v3 43/51] x86/dumpstack: print stack identifier on its own line
` [PATCH v3 44/51] x86/dumpstack: print any pt_regs found on the stack
` [PATCH v3 45/51] x86: remove 64-byte gap at end of irq stack
` [PATCH v3 46/51] x86/unwind: warn on kernel stack corruption
` [PATCH v3 47/51] x86/unwind: warn on bad stack return address
` [PATCH v3 48/51] x86/unwind: warn if stack grows up
` [PATCH v3 49/51] x86/dumpstack: warn on stack recursion
` [PATCH v3 50/51] x86/mm: move arch_within_stack_frames() to usercopy.c
` [PATCH v3 51/51] x86/mm: convert arch_within_stack_frames() to use the new unwinder

[Qemu-devel] [PATCH v7 0/4] Dynamic module loading for block drivers
 2016-08-12 13:13 UTC  (14+ messages)
` [Qemu-devel] [PATCH v7 3/4] blockdev: Add dynamic "
` [Qemu-devel] [PATCH v7 4/4] blockdev: Modularize nfs block driver

checksum error in metadata node - best way to move root fs to new drive?
 2016-08-12 15:06 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] fwup: bump version to v0.8.2
 2016-08-12 15:05 UTC  (6+ messages)
` [Buildroot] [PATCH 2/2] fwup: link in pthreads for static builds

[Qemu-devel] [PULL for-2.7 0/1] Tracing patches
 2016-08-12 10:48 UTC  (2+ messages)
` [Qemu-devel] [PULL for-2.7 1/1] trace-events: fix first line comment in trace-events

[PATCH v2 1/2] x86/altp2m: use __get_gfn_type_access to avoid lock conflicts
 2016-08-12 15:02 UTC  (5+ messages)
` [PATCH v2 2/2] x86/altp2m: allow specifying external-only use-case

[PATCH 0/4] Tegra fixes for v4.8-rc1
 2016-08-12 15:02 UTC  (4+ messages)
` [PATCH 1/4] drm/tegra: dc: Don't disable display power partition

[PATCH 0/2] eliminate some section start symbols
 2016-08-12 15:02 UTC  (4+ messages)
` [PATCH 1/2] x86: force suitable alignment in sources rather than in linker script
` [PATCH 2/2] make use of .startof.() and .sizeof.() assembler expressions

[PATCH] fs/proc/task_mmu.c: fix mm_access() mode parameter in pagemap_read()
 2016-08-12 15:01 UTC 

[Qemu-devel] [RFC v4 00/28] Base enabling patches for MTTCG
 2016-08-12 15:01 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/6] POWER9 TCG enablements - part4
 2016-08-12 13:39 UTC  (16+ messages)
` [Qemu-devel] [PATCH 2/6] target-ppc: Implement darn instruction
        ` [Qemu-devel] [Qemu-ppc] "

[Very RFC PATCH] Livepatch - initial ARM64/32 support
 2016-08-12 15:00 UTC  (3+ messages)
` [Very RFC PATCH 3/3] livepatch: Initial ARM32/64 support

[PATCH] semanage: correct fcontext auditing
 2016-08-12 15:00 UTC  (4+ messages)

[PATCH] mdadm: put journal device in right place of --detail
 2016-08-12 14:59 UTC  (2+ messages)

[PATCH] mdadm: add man page for --add-journal
 2016-08-12 14:58 UTC  (2+ messages)

[Qemu-devel] [PATCH] test-coroutine: Fix coroutine pool corruption
 2016-08-12  9:01 UTC  (2+ messages)

Unable to add disk on ARM64
 2016-08-12 14:57 UTC  (3+ messages)

CephFS: slow log trimming
 2016-08-12 10:26 UTC 

[PATCH] SAS: use sas_rphy instead of sas_end_device to obtain address
 2016-08-12 14:56 UTC  (12+ messages)

[PATCH v5] vcodec: mediatek: Add g/s_selection support for V4L2 Encoder
 2016-08-12 14:55 UTC  (2+ messages)

[PATCH 00/16] IPUv3 prep for i.MX5/6 v4l2 staging drivers
 2016-08-12 14:56 UTC  (10+ messages)
` [PATCH v2 00/13] IPUv3 prep for i.MX5/6 v4l2 staging drivers, v2
  ` [PATCH v2 11/13] gpu: ipu-ic: Add complete image conversion support with tiling

Various tidy-ups for VCE/UVD
 2016-08-12 14:54 UTC  (8+ messages)
` [PATCH 3/4] drm/amd/amdgpu: VCE v2 register cleanup

4.8-rc1 kasan warning from seq_read
 2016-08-12 14:52 UTC 

Updates to meta-fsl-arm-extra (master) in 2016-08-12
 2016-08-12 14:52 UTC 

[PATCH RFC 0/5] CEC drivers for iMX6 and TDA9950
 2016-08-12 14:52 UTC  (8+ messages)
` [PATCH RFC 5/5] drm/i2c: add tda998x/tda9950 CEC driver

[xen-unstable baseline-only test] 66968: tolerable FAIL
 2016-08-12 14:51 UTC 

Updates to meta-fsl-arm (master) in 2016-08-12
 2016-08-12 14:50 UTC 

ptrace.2: BUGS (missing WIFEXITED notification)
 2016-08-12 14:50 UTC  (9+ messages)

[PATCH 0/3] doc-rst: parseheaders directive
 2016-08-12 14:48 UTC  (4+ messages)
` [PATCH 1/3] doc-rst: add docutils config file
` [PATCH 2/3] doc-rst: parseheaders directive (inital)
` [PATCH 3/3] doc-rst: migrated media build to parseheaders directive

[PATCH 0/2] build-id adjustments
 2016-08-12 14:45 UTC  (3+ messages)
` [PATCH 1/2] build-id: fix minor quirks
` [PATCH 2/2] x86/EFI: use less crude way of generating the build ID

XFS: Assertion failed: bp->b_flags & XBF_ASYNC, file: fs/xfs/xfs_buf.c, line: 118 on 4.8-rc1 kernel
 2016-08-12 14:47 UTC  (2+ messages)

[PATCH net 0/4] hv_netvsc: fixes for VF removal path
 2016-08-12 14:47 UTC  (6+ messages)
` [PATCH net 2/4] hv_netvsc: reset vf_inject on VF removal

[PATCH v4 0/3] support of v4l2 encoder for STMicroelectronics SOC
 2016-08-12 14:46 UTC  (2+ messages)

[Qemu-devel] Dangling change state handler while hot unplugging ahci adapter
 2016-08-12  9:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH] Fix memory leak in ide_register_restart_cb()

Updates to meta-freescale (master) in 2016-08-12
 2016-08-12 14:44 UTC 

[Qemu-devel] [PATCH v8 0/4] Dynamic module loading for block drivers
 2016-08-12 13:27 UTC  (3+ messages)
` [Qemu-devel] [PATCH v8 1/4] blockdev: prepare iSCSI block driver for dynamic loading
` [Qemu-devel] [PATCH v8 4/4] blockdev: Modularize nfs block driver

[PATCH 0/2] Convert qdisc linked list into a hashtable
 2016-08-12 14:44 UTC  (7+ messages)
` [PATCH 2/2] net: sched: convert qdisc linked list to hashtable

[v.1] clocksource:clps711x-timer:- Unmap a region obtained by remap
 2016-08-11 17:41 UTC 

[Qemu-devel] something broken in "v2.7.0-rc1" or just a behavior change?
 2016-08-12  9:03 UTC  (2+ messages)

[PATCH RESEND] net/sctp: always initialise sctp_ht_iter::start_fail
 2016-08-12 14:41 UTC  (3+ messages)

[RFC PATCH 0/10] fortify oom killer even more
 2016-08-12 14:41 UTC  (11+ messages)
` [PATCH 09/10] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost

[Qemu-devel] [PATCH] net: vmxnet: check fragments count at pkt initialisation
 2016-08-12 10:49 UTC  (5+ messages)
    ` [Qemu-devel] 答复: "

[PATCH v4 0/8] Name for A..B ranges?
 2016-08-12 14:40 UTC  (8+ messages)
` [PATCH v5 00/12] Update git revisions
  ` [PATCH v5 04/12] doc: revisions: give headings for the two and three dot notations
  ` [PATCH v5 05/12] doc: revisions: extra clarification of <rev>^! notation effects
  ` [PATCH v5 06/12] doc: revisions: single vs multi-parent notation comparison

[PATCH V6 0/6] iommu/msm: Add DT adaptation and generic bindings support
 2016-08-12 14:40 UTC  (12+ messages)

[Qemu-devel] Fix for CVE-2016-5403 causes crash on migration if memory stats are enabled
 2016-08-12 10:42 UTC  (2+ messages)

bufferlist appenders
 2016-08-12 14:37 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] help: Update help to reflect that GTK is the default
 2016-08-12  8:42 UTC  (3+ messages)

[PATCH] tipc: fix NULL pointer dereference in shutdown()
 2016-08-12 14:37 UTC  (3+ messages)

[ANN] Pro Git Reedited 2nd Edition
 2016-08-12 14:37 UTC  (3+ messages)

[RFC nowrap: PATCH v7 00/19] ILP32 for ARM64
 2016-08-12 14:36 UTC  (6+ messages)
` [PATCH 05/19] arm64: rename COMPAT to AARCH32_EL0 in Kconfig

[PATCH 1/2] libata-scsi: use dev->max_sectors from libata-core appropriately
 2016-08-12 14:36 UTC  (4+ messages)

[PATCH] vcodec: mediatek: bug fix and code refine for mt8173 v4l2 Encoder
 2016-08-12 14:35 UTC  (2+ messages)

ath10k crash due to bad memory access in 4.7
 2016-08-12 14:36 UTC 

[PATCH net-next] net: fix up a few missing hashtable.h conflict resolutions
 2016-08-12 14:34 UTC 

[PATCH] arm: add an option for erratum 657417
 2016-08-12 14:32 UTC  (7+ messages)

[Buildroot] [PATCH v2] barebox: fix ARCH value for arm64
 2016-08-12 14:31 UTC 

[Qemu-devel] [PATCH] intel_iommu: add "eim" property
 2016-08-12  8:34 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v1 0/2] Live migration optimization for Thunderx platform
 2016-08-12 11:32 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH v1 2/2] utils: Add prefetch "

[PATCH 0/1] bitbake.conf: change localedir
 2016-08-12 14:30 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH] Staging: rtl8723au: os_intfs: fixed case statement is variable issue
 2016-08-12 14:30 UTC  (4+ 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.