messages from 2012-05-06 12:58:12 to 2012-05-06 15:36:16 UTC [more...]
[Qemu-devel] [PATCH for-next 00/74] QOM CPUState, part 3: CPU reset
2012-05-06 15:34 UTC (51+ messages)
` [Qemu-devel] [PATCH for-next 01/74] target-arm: Use cpu_reset() in cpu_arm_init()
` [Qemu-devel] [PATCH for-next 02/74] target-mips: Use cpu_reset() in cpu_mips_init()
` [Qemu-devel] [PATCH for-next 03/74] target-i386: Pass X86CPU to do_cpu_{init, sipi}()
` [PATCH for-next 03/74] target-i386: Pass X86CPU to do_cpu_{init,sipi}()
` [Qemu-devel] [PATCH for-next 04/74] target-i386: Let cpu_x86_init() return X86CPU
` [Qemu-devel] [PATCH for-next 05/74] pc: Use cpu_x86_init() to obtain X86CPU
` [Qemu-devel] [PATCH for-next 06/74] pc: Pass X86CPU to pc_cpu_reset()
` [Qemu-devel] [PATCH for-next 07/74] target-sparc: Let cpu_sparc_init() return SPARCCPU
` [Qemu-devel] [PATCH for-next 08/74] sun4m: Use cpu_sparc_init() to obtain SPARCCPU
` [Qemu-devel] [PATCH for-next 09/74] sun4m: Pass SPARCCPU to {main, secondary}_cpu_reset()
` [Qemu-devel] [PATCH for-next 10/74] sun4u: Use cpu_sparc_init() to obtain SPARCCPU
` [Qemu-devel] [PATCH for-next 11/74] sun4u: Let cpu_devinit() return SPARCCPU
` [Qemu-devel] [PATCH for-next 12/74] sun4u: Store SPARCCPU in ResetData
` [Qemu-devel] [PATCH for-next 13/74] leon3: Use cpu_sparc_init() to obtain SPARCCPU
` [Qemu-devel] [PATCH for-next 14/74] leon3: Store SPARCCPU in ResetData
` [Qemu-devel] [PATCH for-next 15/74] target-ppc: Let cpu_ppc_init() return PowerPCCPU
` [Qemu-devel] [PATCH for-next 16/74] ppce500_mpc8544ds: Pass PowerPCCPU to mpc8544ds_cpu_reset[_sec]
` [Qemu-devel] [PATCH for-next 17/74] spapr: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH for-next 18/74] spapr: Pass PowerPCCPU to spapr_cpu_reset()
` [Qemu-devel] [PATCH for-next 19/74] ppc440_bamboo: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH for-next 20/74] ppc440_bamboo: Pass PowerPCCPU to main_cpu_reset()
` [Qemu-devel] [PATCH for-next 21/74] ppc4xx_devs: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH for-next 22/74] ppc4xx_devs: Pass PowerPCCPU to ppc4xx_reset()
` [Qemu-devel] [PATCH for-next 23/74] ppc_newworld: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH for-next 24/74] ppc_newworld: Pass PowerPCCPU to ppc_core99_reset()
` [Qemu-devel] [PATCH for-next 25/74] ppc_oldworld: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH for-next 26/74] ppc_oldworld: Pass PowerPCCPU to ppc_heathrow_reset()
` [Qemu-devel] [PATCH for-next 27/74] ppc_prep: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH for-next 28/74] ppc_prep: Pass PowerPCCPU to ppc_prep_reset()
` [Qemu-devel] [PATCH for-next 29/74] virtex_ml507: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH for-next 30/74] virtex_ml507: Let ppc440_init_xilinx() return PowerPCCPU
` [Qemu-devel] [PATCH for-next 31/74] virtex_ml507: Pass PowerPCCPU to main_cpu_reset()
` [Qemu-devel] [PATCH for-next 32/74] cpu-exec: Use cpu_reset() in cpu_exec() for TARGET_PPC
` [Qemu-devel] [PATCH for-next 33/74] pxa2xx: Use cpu_arm_init() and store ARMCPU
` [Qemu-devel] [PATCH for-next 34/74] omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s
` [Qemu-devel] [PATCH for-next 35/74] armv7m: Use cpu_arm_init() to obtain ARMCPU
` [Qemu-devel] [PATCH for-next 36/74] armv7m: Pass ARMCPU to armv7m_reset()
` [Qemu-devel] [PATCH for-next 37/74] arm_boot: Pass ARMCPU to do_cpu_reset()
` [Qemu-devel] [PATCH for-next 38/74] target-sh4: Let cpu_sh4_init() return SuperHCPU
` [Qemu-devel] [PATCH for-next 39/74] r2d: Use cpu_sh4_init() to obtain SuperHCPU
` [Qemu-devel] [PATCH for-next 40/74] r2d: Store SuperHCPU in ResetData
` [Qemu-devel] [PATCH for-next 41/74] target-lm32: Let cpu_lm32_init() return LM32CPU
` [Qemu-devel] [PATCH for-next 42/74] lm32_boards: Use cpu_lm32_init() to obtain LM32CPU
` [Qemu-devel] [PATCH for-next 43/74] lm32_boards: Store LM32CPU in ResetInfo
` [Qemu-devel] [PATCH for-next 44/74] milkymist: Use cpu_lm32_init() to obtain LM32CPU
` [Qemu-devel] [PATCH for-next 45/74] milkymist: Store LM32 in ResetInfo
` [Qemu-devel] [PATCH for-next 46/74] target-xtensa: Let cpu_xtensa_init() return XtensaCPU
` [Qemu-devel] [PATCH for-next 47/74] xtensa_sim: Use cpu_xtensa_init() to obtain XtensaCPU
` [Qemu-devel] [PATCH for-next 48/74] xtensa_sim: Pass XtensaCPU to sim_reset()
` [Qemu-devel] [PATCH for-next 52/74] target-cris: Let cpu_cris_init() return CRISCPU
[PATCH 0/9] Enable pinctrl support for mach-mxs
2012-05-06 15:35 UTC (10+ messages)
` [PATCH 1/9] ARM: mxs: enable pinctrl dummy states
` [PATCH 2/9] serial: amba-pl011: adopt pinctrl support
` [PATCH 3/9] serial: mxs-auart: "
` [PATCH 4/9] mmc: mxs-mmc: "
` [PATCH 5/9] mtd: nand: gpmi: "
` [PATCH 6/9] i2c: mxs: "
` [PATCH 7/9] ASoC: mxs-saif: "
` [PATCH 8/9] video: mxsfb: "
` [PATCH 9/9] ARM: mxs: enable "
[PATCH] kvm: Enable device LTR/OBFF capibility before doing guest device assignment
2012-05-06 15:34 UTC (2+ messages)
[PATCH 1/2] drm/i915: Support pageflipping interrupts for all 3-pipes on IVB
2012-05-06 15:34 UTC (3+ messages)
[Buildroot] [pull request] Pull request for branch for-2012.05/fix-gettext-no-thread
2012-05-06 15:33 UTC (2+ messages)
` [Buildroot] [PATCH 1/1] gettext: fix build on !thread toolchains
[RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe
2012-05-06 15:31 UTC
[next][PATCH 0/3] drm/radeon/hdmi: separate Evergreen, update modesetting
2012-05-06 15:29 UTC (4+ messages)
` [next][PATCH 1/3] drm/radeon/hdmi: separate evergreen code
` [next][PATCH 2/3] drm/radeon/hdmi: update modesetting
` [next][PATCH 3/3] drm/radeon/hdmi: fix some coding style
[U-Boot] USB on mx53loco
2012-05-06 15:28 UTC (4+ messages)
[U-Boot] [PATCH 1/3] mxc_i2c: specify i2c base address in config file
2012-05-06 15:27 UTC (8+ messages)
` [U-Boot] [PATCH 2/3] mx6qsabrelite: add i2c support
` [U-Boot] [PATCH 3/3] mxc_i2c: remove setting speed at each start
[RFCv2 PATCH 00/17] gspca: allow use of control framework and other fixes
2012-05-06 15:25 UTC (3+ messages)
` [RFCv2 PATCH 13/17] gspca: switch to V4L2 core locking, except for the buffer queuing ioctls
[GIT PULL FOR v3.5] update the pms driver to the latest V4L2 frameworks
2012-05-06 15:23 UTC
btrfs-raid10 <-> btrfs-raid1 confusion
2012-05-06 15:23 UTC (2+ messages)
Workings/effectiveness of the xen-acpi-processor driver
2012-05-06 15:23 UTC (5+ messages)
Does my understanding correct?
2012-05-06 15:21 UTC (9+ messages)
[PATCH 0/5] l10n: de.po: improvements
2012-05-06 15:20 UTC (3+ messages)
` [PATCH 2/5] l10n: de.po: translate "track" as "folgen"
[ath9k-devel] Ath9k Devel, Giuseppe Pes left a message for you
2012-05-06 15:21 UTC
[PATCH] compat/regex: fix typos in comments
2012-05-06 15:18 UTC (5+ messages)
One problem in reassign pci bus number?
2012-05-06 15:17 UTC (11+ messages)
[patch] xhci: testing sizeof xhci_doorbell_array 2 time
2012-05-06 15:17 UTC (2+ messages)
"UEFI firmware, Xen not detecting e820 map"
2012-05-06 15:11 UTC
[PATCH] PCI: save/restore max Latency Value for device LTR
2012-05-06 15:11 UTC
[PATCH] xfstests: make 275 xfs specific
2012-05-06 15:03 UTC (3+ messages)
multiple SSID support (in BCM4318)
2012-05-06 15:02 UTC (2+ messages)
[Buildroot] [pull request] Pull request for branch for-2012.05/fix-libfcgi
2012-05-06 14:56 UTC (2+ messages)
` [Buildroot] [PATCH 1/1] libfcgi: fix build problem of libfcgi++
[ 3960.758784] 1 lock held by motion/7776: [ 3960.758788] #0: (&queue->mutex){......}, at: [<ffffffff815c62d2>] uvc_queue_enable+0x32/0xc0
2012-05-06 14:54 UTC (3+ messages)
[PATCH] drm/i915: Do no set Stencil Cache eviction LRA w/a on gen7+
2012-05-06 14:54 UTC
Is it possible to reclaim block groups once they are allocated to data or metadata?
2012-05-06 14:53 UTC (6+ messages)
afjnsw@02356801.com
2012-05-06 14:46 UTC
[RFC] Input: MT - Include win8 support
2012-05-06 14:41 UTC (3+ messages)
Yocto weekly bug trend charts -- WW18
2012-05-06 14:48 UTC
[Qemu-devel] unreviewed commits (was: Re: Restore consistent formatting)
2012-05-06 14:41 UTC (14+ messages)
` [Qemu-devel] unreviewed commits
Adding an IPMI BMC device to KVM
2012-05-06 14:39 UTC (7+ messages)
` [Qemu-devel] "
kilauea compilation breaks with v3.3 kernel and ELDK 4.2
2012-05-06 14:37 UTC (11+ messages)
[Buildroot] Add the package read-edid
2012-05-06 14:36 UTC (3+ messages)
[patch 0/5] Bug fix and win8 for hid-multitouch
2012-05-06 14:34 UTC (4+ messages)
` [PATCH 4/5] input: Introduce MT_CENTER_X and MT_CENTER_Y
Implementing RFCs from IETF
2012-05-06 14:28 UTC (4+ messages)
[PATCH 00/65] Mark parseopt strings for translation
2012-05-06 14:23 UTC (3+ messages)
` [PATCH 01/65] i18n: parseopt: lookup help and argument translations when showing usage
` [PATCH 02/65] i18n: apply: mark parseopt strings for translation
[Qemu-devel] Poking a sun4v machine
2012-05-06 14:08 UTC (9+ messages)
[PATCH 00/02] mach-shmobile: Emma Mobile EV2 - first shot
2012-05-06 14:23 UTC (7+ messages)
[PULL 00/16] ppc patch queue 2012-05-06
2012-05-06 14:21 UTC (34+ messages)
` [PATCH 01/16] KVM: Use minimum and maximum address mapped by TLB1
` [PATCH 02/16] KVM: PPC: Use clockevent multiplier and shifter for decrementer
` [PATCH 03/16] KVM: PPC: bookehv: Use a Macro for saving/restoring guest registers to/from their 64 bit copies
` [PATCH 03/16] KVM: PPC: bookehv: Use a Macro for saving/restoring guest registers to/from their 64 b
` [PATCH 04/16] KVM: PPC: Restrict PPC_[L|ST]D macro to asm code
` [PATCH 05/16] KVM: PPC: booke(hv): Fix save/restore of guest accessible SPRGs
` [PATCH 06/16] KVM: PPC: Book3S: PR: Optimize entry path
` [PATCH 07/16] KVM: PPC: Book3S: PR: No isync in slbie path
` [PATCH 08/16] KVM: PPC: bookehv: Use lwz/stw instead of PPC_LL/PPC_STL for 32-bit fields
` [PATCH 09/16] KVM: PPC: Fix stbux emulation
` [PATCH 10/16] KVM: PPC: Fix PR KVM on POWER7 bare metal
` [PATCH 11/16] KVM: PPC: Book3S: Enable IRQs during exit handling
` [PATCH 12/16] KVM: PPC: bookehv: Fix r8/r13 storing in level exception handler
` [PATCH 13/16] kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM
` [PATCH 14/16] kvm/powerpc: Add new ioctl to retreive server MMU infos
` [PATCH 15/16] KVM: PPC: Emulator: clean up instruction parsing
` [PATCH 16/16] KVM: PPC: Emulator: clean up SPR reads and writes
(unknown),
2012-05-06 14:17 UTC
ti-dsplink build error
2012-05-06 14:17 UTC (3+ messages)
[PATCH] power_supply: Add charge_current and charge_voltage properties and use it in smb347
2012-05-06 12:46 UTC
(unknown),
2012-05-06 14:13 UTC
[PATCH 00/16] Get SMB2 mount work
2012-05-06 14:10 UTC (5+ messages)
` [PATCH 03/16] CIFS: Check for SMB2 vs CIFS in find_tcp_session
` [PATCH 04/16] CIFS: Add SMB2 status codes
Issuing verdicts out of order
2012-05-06 14:08 UTC
Automated Response
2012-05-06 12:58 UTC
[Qemu-devel] DMA Pointer for SSD Simulation
2012-05-06 14:04 UTC (2+ messages)
[Qemu-devel] sparc-softmmu uninitialized memory read?
2012-05-06 14:02 UTC (3+ messages)
(unknown),
2012-05-06 13:54 UTC
[PATCH v5 0/9] skb paged fragment destructors
2012-05-06 13:54 UTC (3+ messages)
` [PATCH 7/9] net: add skb_orphan_frags to copy aside frags with destructors
[PATCH] correct git-status Porcelain Format documentation
2012-05-06 13:51 UTC (2+ messages)
[PATCH 1/3] ARM: imx: enable pinctrl dummy states
2012-05-06 13:51 UTC (3+ messages)
Iptables NAT with two external Interfaces
2012-05-06 13:51 UTC (4+ messages)
[PATCH 0/5] Adopt pinctrl API for a few outstanding imx drivers
2012-05-06 13:47 UTC (7+ messages)
` [PATCH 1/5] tty: serial: imx: adopt pinctrl API
` [PATCH 3/5] can: flexcan: "
` [PATCH 4/5] i2c: imx: "
` [PATCH 5/5] spi/imx: "
How can I turn off/disable -O2/-Os optimization?
2012-05-06 13:28 UTC (5+ messages)
[Bug 43211] New: Pressing the DVD eject button renders the DVD-ROM unusable
2012-05-06 13:37 UTC (3+ messages)
` [Bug 43211] "
git-scm.com refresh
2012-05-06 13:36 UTC (3+ messages)
[GIT PULL] Btrfs fixes
2012-05-06 13:35 UTC
[RFC]Read kernel stack contents with trace-cmd
2012-05-06 13:34 UTC
[RFC]Read kernel stack with trace-cmd
2012-05-06 13:25 UTC
[PATCH] ISP1704 USB Charger: Fix use-after-free error in isp1704_charger_probe()
2012-05-06 13:18 UTC (4+ messages)
[PATCH 07/10] i18n: apply: mark strings for translation
2012-05-06 13:13 UTC (2+ messages)
` [PATCH] apply: remove lego in i18n string in gitdiff_verify_name
[PATCH v1 0/6] reduce workqueue and timer noise
2012-05-06 13:16 UTC (8+ messages)
` [PATCH v1 3/6] workqueue: introduce schedule_on_each_cpu_cond
[PATCH 0/2 v2] KVM: x86 emulator: Simplify ModRM fetching
2012-05-06 13:16 UTC (2+ messages)
[PATCH] clockevents: Per cpu tick skew boot option
2012-05-06 13:10 UTC (2+ messages)
[PATCH de.po 5/5] de.po: collection of suggestions
2012-05-06 13:06 UTC (4+ messages)
` [PATCH on ab/i18n] branch: remove lego in i18n tracking info strings
git svn dcommit <branch> committed to trunk anyway
2012-05-06 13:00 UTC
[PATCH] kvm_para_available() should check hypervisor bit before accessing hypervisor cpuid leaf
2012-05-06 13:00 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.