All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-06-04 23:02:45 to 2012-06-05 01:24:34 UTC [more...]

[Qemu-devel] [PULL] QOM CPUState, part 3: cpu_state_reset()
 2012-06-05  1:22 UTC  (64+ messages)
` [Qemu-devel] [PATCH 01/74] target-arm: Use cpu_reset() in cpu_arm_init()
` [Qemu-devel] [PATCH 02/74] pxa2xx: Use cpu_arm_init() and store ARMCPU
` [Qemu-devel] [PATCH 03/74] omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s
` [Qemu-devel] [PATCH 04/74] armv7m: Use cpu_arm_init() to obtain ARMCPU
` [Qemu-devel] [PATCH 05/74] armv7m: Pass ARMCPU to armv7m_reset()
` [Qemu-devel] [PATCH 06/74] arm_boot: Pass ARMCPU to do_cpu_reset()
` [Qemu-devel] [PATCH 07/74] target-lm32: Let cpu_lm32_init() return LM32CPU
` [Qemu-devel] [PATCH 08/74] lm32_boards: Use cpu_lm32_init() to obtain LM32CPU
` [Qemu-devel] [PATCH 09/74] lm32_boards: Store LM32CPU in ResetInfo
` [Qemu-devel] [PATCH 10/74] milkymist: Use cpu_lm32_init() to obtain LM32CPU
` [Qemu-devel] [PATCH 11/74] milkymist: Store LM32 in ResetInfo
` [Qemu-devel] [PATCH 12/74] target-xtensa: Let cpu_xtensa_init() return XtensaCPU
` [Qemu-devel] [PATCH 13/74] xtensa_sim: Use cpu_xtensa_init() to obtain XtensaCPU
` [Qemu-devel] [PATCH 14/74] xtensa_sim: Pass XtensaCPU to sim_reset()
` [Qemu-devel] [PATCH 15/74] xtensa_lx60: Use cpu_xtensa_init() to obtain XtensaCPU
` [Qemu-devel] [PATCH 16/74] xtensa_lx60: Pass XtensaCPU to lx60_reset()
` [Qemu-devel] [PATCH 17/74] target-cris: Reindent cpu_cris_init()
` [Qemu-devel] [PATCH 18/74] target-cris: Let cpu_cris_init() return CRISCPU
` [Qemu-devel] [PATCH 19/74] axis_dev88: Use cpu_cris_init() to obtain CRISCPU
` [Qemu-devel] [PATCH 20/74] cris-boot: Pass CRISCPU to cris_load_image()
` [Qemu-devel] [PATCH 21/74] cris-boot: Pass CRISCPU to main_cpu_reset()
` [Qemu-devel] [PATCH 22/74] target-microblaze: Let cpu_mb_init() return MicroBlazeCPU
` [Qemu-devel] [PATCH 23/74] petalogix_ml605: Use cpu_mb_init() to obtain MicroBlazeCPU
` [Qemu-devel] [PATCH 24/74] petalogix_s3adsp1800_mmu: "
` [Qemu-devel] [PATCH 25/74] microblaze_boot: Pass MicroBlazeCPU to microblaze_load_kernel()
` [PATCH 26/74] target-i386: Pass X86CPU to do_cpu_{init,sipi}()
  ` [Qemu-devel] [PATCH 26/74] target-i386: Pass X86CPU to do_cpu_{init, sipi}()
` [Qemu-devel] [PATCH 27/74] target-i386: Let cpu_x86_init() return X86CPU
` [Qemu-devel] [PATCH 28/74] pc: Use cpu_x86_init() to obtain X86CPU
` [Qemu-devel] [PATCH 29/74] pc: Pass X86CPU to pc_cpu_reset()
` [Qemu-devel] [PATCH 30/74] target-sh4: Let cpu_sh4_init() return SuperHCPU
` [Qemu-devel] [PATCH 31/74] r2d: Use cpu_sh4_init() to obtain SuperHCPU
` [Qemu-devel] [PATCH 32/74] r2d: Store SuperHCPU in ResetData
` [Qemu-devel] [PATCH 33/74] target-mips: Use cpu_reset() in cpu_mips_init()
` [Qemu-devel] [PATCH 34/74] target-mips: Use cpu_reset() in do_interrupt()
` [Qemu-devel] [PATCH 35/74] target-mips: Let cpu_mips_init() return MIPSCPU
` [Qemu-devel] [PATCH 36/74] mips_fulong2e: Use cpu_mips_cpu() to obtain MIPSCPU
` [Qemu-devel] [PATCH 37/74] mips_fulong2e: Pass MIPSCPU to main_cpu_reset()
` [Qemu-devel] [PATCH 38/74] mips_jazz: Use cpu_mips_init() to obtain MIPSCPU
` [Qemu-devel] [PATCH 39/74] mips_jazz: Pass MIPSCPU to main_cpu_reset()
` [Qemu-devel] [PATCH 40/74] mips_malta: Use cpu_mips_init() to obtain MIPSCPU
` [Qemu-devel] [PATCH 41/74] mips_malta: Pass MIPSCPU to main_cpu_reset()
` [Qemu-devel] [PATCH 42/74] mips_mipssim: Use cpu_mips_init() to obtain MIPSCPU
` [Qemu-devel] [PATCH 43/74] mips_mipssim: Store MIPSCPU in ResetData
` [Qemu-devel] [PATCH 44/74] mips_r4k: Use cpu_mips_init() to obtain MIPSCPU
` [Qemu-devel] [PATCH 45/74] mips_r4k: Store MIPSCPU in ResetData
` [Qemu-devel] [PATCH 46/74] target-ppc: Let cpu_ppc_init() return PowerPCCPU
` [Qemu-devel] [PATCH 47/74] ppce500_mpc8544ds: Pass PowerPCCPU to mpc8544ds_cpu_reset[_sec]
` [Qemu-devel] [PATCH 48/74] spapr: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH 49/74] spapr: Pass PowerPCCPU to spapr_cpu_reset()
` [Qemu-devel] [PATCH 50/74] ppc440_bamboo: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH 51/74] ppc440_bamboo: Pass PowerPCCPU to main_cpu_reset()
` [Qemu-devel] [PATCH 52/74] ppc4xx_devs: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH 53/74] ppc4xx_devs: Pass PowerPCCPU to ppc4xx_reset()
` [Qemu-devel] [PATCH 54/74] ppc_newworld: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH 55/74] ppc_newworld: Pass PowerPCCPU to ppc_core99_reset()
` [Qemu-devel] [PATCH 56/74] ppc_oldworld: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH 57/74] ppc_oldworld: Pass PowerPCCPU to ppc_heathrow_reset()
` [Qemu-devel] [PATCH 58/74] ppc_prep: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH 59/74] ppc_prep: Pass PowerPCCPU to ppc_prep_reset()
` [Qemu-devel] [PATCH 60/74] virtex_ml507: Use cpu_ppc_init() to obtain PowerPCCPU
` [Qemu-devel] [PATCH 62/74] virtex_ml507: Pass PowerPCCPU to main_cpu_reset()
` [Qemu-devel] [PATCH 63/74] cpu-exec: Use cpu_reset() in cpu_exec() for TARGET_PPC

[PATCH 0/6] x86/cpu hotplug: Wake up offline CPU via mwait or nmi
 2012-06-05  1:23 UTC  (5+ messages)

[Qemu-devel] [PATCH v2] vnc: disable VNC password authentication (security type 2) when in FIPS mode
 2012-06-05  1:23 UTC  (10+ messages)

[PATCH 1/2] block: Move general unplug callback function from md/raid to blk-core
 2012-06-05  1:21 UTC  (2+ messages)

[RFC 0/4]
 2012-06-05  1:21 UTC  (5+ messages)
` [RFC 1/4] Implement a basic remote helper vor svn in C
  ` [RFC 2/4] Integrate remote-svn into svn-fe/Makefile
    ` [RFC 3/4] Add svndump_init_fd to allow reading dumps from arbitrary FDs

Increment irq count for second edge irq when the first is in progress
 2012-06-05  1:19 UTC 

[RFC PATCH 0/4] makedumpfile: cyclic processing to keep memory consumption
 2012-06-05  1:10 UTC  (4+ messages)

[Qemu-devel] buildbot failure in qemu on default_ppc
 2012-06-05  1:09 UTC  (6+ messages)

Why minor is still 8 bit?
 2012-06-05  1:08 UTC  (7+ messages)

[PATCH 00/23] Crypto keys and module signing
 2012-06-05  1:05 UTC  (14+ messages)

[PATCH] kvm tools: Process virito blk requests in separate thread
 2012-06-05  1:03 UTC  (5+ messages)

[GIT PULL] writeback changes for 3.5-rc1
 2012-06-05  1:01 UTC  (7+ messages)
  ` write-behind on streaming writes

[Qemu-devel] [RFC] Use QEMU IDL for device serialization/vmstate
 2012-06-05  1:00 UTC  (18+ messages)
` [Qemu-devel] [PATCH 01/17] qidl: add QEMU IDL processor
` [Qemu-devel] [PATCH 02/17] qidl: add qc definitions
` [Qemu-devel] [PATCH 03/17] qapi: add visitor interfaces for arrays
` [Qemu-devel] [PATCH 04/17] qapi: QmpOutputVisitor, implement array handling
` [Qemu-devel] [PATCH 05/17] qapi: qapi-visit.py, support arrays and complex qapi definitions
` [Qemu-devel] [PATCH 06/17] qapi: qapi-visit.py, add gen support for existing types
` [Qemu-devel] [PATCH 07/17] qapi: add open-coded visitors for QEMUTimer/struct tm types
` [Qemu-devel] [PATCH 08/17] rtc: move RTCState declaration to header
` [Qemu-devel] [PATCH 09/17] rtc: add qc annotations
` [Qemu-devel] [PATCH 10/17] Makefile: add infrastructure to incorporate qidl-generated files
` [Qemu-devel] [PATCH 11/17] qapi: add qidl-generated qapi schema for rtc
` [Qemu-devel] [PATCH 12/17] rtc: add a QOM property for accessing device state
` [Qemu-devel] [PATCH 13/17] rtc: add _version() qidl annotations
` [Qemu-devel] [PATCH 14/17] qidl: add qidl-based generation of vmstate field bindings
` [Qemu-devel] [PATCH 15/17] Makefile: add qidl-generation of vmstate field descriptions
` [Qemu-devel] [PATCH 16/17] qidl: add qidl-generated vmstate fields for rtc
` [Qemu-devel] [PATCH 17/17] rtc: use qidl-generated vmstate bindings

[PATCH] regulator: tps6507x: Avoid duplicating the same mapping table for LDO2 and VDCDCx
 2012-06-05  0:58 UTC 

linux-next: time to clean up your trees
 2012-06-05  0:58 UTC 

Load balancing reads on dmraid1 (and 01) arrays
 2012-06-05  0:54 UTC 

[PULL 00/20 1.2] kvm updates
 2012-06-05  0:52 UTC  (5+ messages)
` [Qemu-devel] "

[Qemu-devel] [RFC PATCH v1 0/4] SPI bus support + Xilinx SPI controller
 2012-06-05  0:47 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH v1 2/4] m25p80: initial verion

[Buildroot] [PATCH] New package: LuaExpat
 2012-06-05  0:45 UTC 

[PATCH] regulator: tps6507x: Remove unused min_uV and max_uV from struct tps_info
 2012-06-05  0:39 UTC 

[Buildroot] [PATCH] New package: cJSON (v2)
 2012-06-05  0:38 UTC 

[PATCH v3 00/16] Block cleanups
 2012-06-05  0:33 UTC  (7+ messages)
` [PATCH v3 14/16] Gut bio_add_page()

[U-Boot] [PATCH] powerpc/CoreNet: add tool to support pbl image build
 2012-06-05  0:32 UTC  (2+ messages)

[PATCH] printk: ignore recursion_bug flag when MCE in progress
 2012-06-05  0:32 UTC  (12+ messages)
` [PATCH v2] printk: ignore recursion_bug flag in HW error handle process
        ` [PATCH 1/2] printk: add interface for disabling recursion check
              ` [PATCH v3 "
                ` [PATCH v3 2/2] x86 mce: use new printk recursion disabling interface

Silent data corruption with kernel 3.4 and FireWire disks
 2012-06-05  0:02 UTC 

To disable dma_area caching (twice)
 2012-06-05  0:30 UTC  (3+ messages)

[PATCH] ltp: Add patch to correct failing build
 2012-06-05  0:19 UTC  (3+ messages)

[PATCH] opensm: Add per module logging support
 2012-06-05  0:28 UTC  (2+ messages)

[PATCH 0/7] Prelink/ld bug and rpm compilation on uclibc
 2012-06-05  0:14 UTC  (3+ messages)
` [PATCH 2/7] rpm: Fix "

[RFC PATCH 1/4] makedumpfile: Add flag to enable cyclic processing
 2012-06-05  0:20 UTC  (3+ messages)

init: multi param parsing regression since 3.4
 2012-06-05  0:17 UTC  (4+ messages)

[PATCH] MAINTAINERS: whitespace only
 2012-06-05  0:20 UTC 

[PATCH V2] classes/mirrors.bbclass: update debian snapshot mirror url
 2012-06-05  0:08 UTC  (3+ messages)

How to generate vmlinux kernel image
 2012-06-05  0:07 UTC  (2+ messages)

Procedure for donating hardware to b43 project
 2012-06-05  0:10 UTC  (3+ messages)

[PATCH v2 0/9] support dt for mmp2
 2012-06-05  0:08 UTC  (4+ messages)
` [PATCH v2 8/9] ARM: dts: refresh dts file for arch mmp

EXT4-fs error (device dm-42): ext4_mb_generate_buddy:741: group 1904, 32254 clusters in bitmap, 32258 in gd
 2012-06-05  0:03 UTC  (2+ messages)

container disk quota
 2012-06-05  0:03 UTC  (7+ messages)
` [PATCH 10/12] container quota: bill container inodes alloc/free on ext4

[Bug 43244] New: firewire_ohci prevents boot
 2012-06-04 23:59 UTC  (9+ messages)

strongly ordered comment on device memory in mmu.c
 2012-06-04 23:59 UTC  (2+ messages)

[Buildroot] [PATCH] gstreamer: add xorg support
 2012-06-04 23:59 UTC  (2+ messages)

[Buildroot] [pull request] Pull request for branch for-2012.08/new-packages
 2012-06-04 23:58 UTC  (3+ messages)
` [Buildroot] [PATCH 03/10] libxmlrpc: new package

[PATCH 3/3] Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value
 2012-06-04 23:57 UTC  (6+ messages)

[PATCH 0/2]intel-iommu: reserve IOMMU register space
 2012-06-04 23:52 UTC  (9+ messages)
` [PATCH 2/2] iommu: dmar -- reserve mmio space used by IOMMU

Commit 722bc6b167 breaks booting on an 8TB system
 2012-06-04 23:51 UTC  (4+ messages)

build failure in mm/nommu.c
 2012-06-04 23:50 UTC  (2+ messages)

[PATCH] mac80211: The station fail average is not updated correctly since the IEEE80211_STAT_ACK flag is not set when using wmediumd with mac80211_hwsim. Set this flag when wmediumd indicates that the frame was successfully transmitted (eventuall
 2012-06-04 23:48 UTC 

[PATCH] mac80211: The station fail average is not updated correctly since the IEEE80211_STAT_ACK flag is not set when using wmediumd with mac80211_hwsim. Set this flag when wmediumd indicates that the frame was successfully transmitted (eventually)
 2012-06-05  3:03 UTC 

Profitez de 50% de réduction* pour retrouver la ligne avec Weight Watchers
 2012-06-04 23:45 UTC 

iozone test crashed on ceph
 2012-06-04 23:43 UTC  (6+ messages)

[Qemu-devel] Python problem using MinGW when build QEMU
 2012-06-04 23:42 UTC 

[PATCH] slimbus: Linux driver framework for SLIMbus
 2012-06-04 23:41 UTC  (3+ messages)

[Buildroot] [PATCH] quota: new package (v8)
 2012-06-04 23:40 UTC  (2+ messages)

[Buildroot] [PATCH] New package: cJSON
 2012-06-04 23:38 UTC  (2+ messages)

McBSP in TDM for audio codec
 2012-06-04 23:37 UTC 

One problem in reassign pci bus number?
 2012-06-04 23:36 UTC  (12+ messages)

[RFC 0/6] RFC: ARM: Disintegrating mach/uncompress.h: low-level debug
 2012-06-04 23:34 UTC  (4+ messages)
` [RFC 1/6] From: Domenico Andreoli <domenico.andreoli@linux.com> ARM: Inject the Earlycon drivers into the decompressor

[lm-sensors] [RFC PATCH v2 2/2] hwmon: (coretemp) Improve support for TjMax detection on Atom CPUs
 2012-06-04 23:32 UTC 

[lm-sensors] [RFC PATCH 1/2] hwmon: (coretemp) Add support for Atom D2000 and N2000 series CPU model
 2012-06-04 23:32 UTC 

oomkillers gone wild
 2012-06-04 23:30 UTC  (3+ messages)

sparc32: some more testing
 2012-06-04 23:28 UTC  (2+ messages)

UST "Tracepoint signature mismatch" with C99 bool
 2012-06-04 23:19 UTC 

Flexcan on imx536 Infotainment
 2012-06-04 23:24 UTC  (2+ messages)
  ` flexcan_poll_error_state(struct net_device *dev, u32 reg_esr)

[PATCH] check missing or duplicate goto labels
 2012-06-04 23:22 UTC  (3+ messages)

tg3: transmit timed out, resetting
 2012-06-04 23:14 UTC 

Reoccuring kern.log events after running xl2tp with ethernet adapter Realtek 8111E
 2012-06-04 23:10 UTC 

[Buildroot] [PATCH resend] owl-linux: new package
 2012-06-04 23:16 UTC  (2+ messages)

[PATCH 0/6] bnx2fc version 1.0.12
 2012-06-04 23:15 UTC  (7+ messages)
` [PATCH 1/6] bnx2fc: use kthread_create_on_node
` [PATCH 2/6] bnx2fc: Reduce object size by consolidating formats
` [PATCH 3/6] bnx2fc: Support interface creation on non-VLAN interface also
` [PATCH 4/6] bnx2fc: Improve error recovery by handling parity errors
` [PATCH 5/6] bnx2fc: use list_entry instead of explicit cast
` [PATCH 6/6] bnx2fc: Bumped version to 1.0.12

[PATCH] Load bzImages smaller than 32 KiB
 2012-06-04 23:14 UTC  (2+ messages)

um: TTY fixes (?)
 2012-06-04 23:14 UTC  (3+ messages)
` [uml-devel] "

Software RAID checksum performance on 24 disks not even close to kernel reported
 2012-06-04 23:14 UTC 

Please pull git-l10n updates on master branch
 2012-06-04 23:12 UTC 

[PATCHv6 1/4] wt-status.*: better advices for git status added
 2012-06-04 23:12 UTC  (4+ messages)
` [PATCHv7 "
  ` [PATCHv7 2/4] t7512-status-help.sh: better advices for git status

[PATCH v2 1/3] leds: add oneshot blink functions
 2012-06-04 23:12 UTC  (6+ messages)

[PATCH] gpio: samsung: fix build error for EXYNOS5250
 2012-06-04 23:11 UTC  (3+ messages)

WARNING: arch/x86/built-in.o: Section mismatch in reference from the variable test_nmi_ipi_callback_na to function .ini.text:test_nmi_ipi_callback
 2012-06-04 23:11 UTC  (8+ messages)
    ` Different WARNING: drivers/scsi/fcoe/libfcoe.o(.init.text+0x1a): Section mismatch in reference from the function init_module() to the function .exit.text:fcoe_transport_exit()

[PATCH 00/25] i915 HW context support
 2012-06-04 23:10 UTC  (4+ messages)
` [PATCH 25/25] i965: hw "
    ` [Intel-gfx] "

[Qemu-devel] [PATCH V19 0/7] Qemu Trusted Platform Module (TPM) integration
 2012-06-04 23:08 UTC  (3+ messages)

[Buildroot] generated shared libraries are not ARM but Intel - why ?
 2012-06-04 23:08 UTC  (2+ messages)

EXT4-fs error (device dm-42): ext4_mb_generate_buddy:741: group 1904, 32254 clusters in bitmap, 32258 in gd
 2012-06-04 23:04 UTC 

systemtap build fails
 2012-06-04 22:53 UTC  (4+ messages)

[PATCH v5 1/5] powerpc/85xx: implement hardware timebase sync
 2012-06-04 23:02 UTC  (5+ messages)
` [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source


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.