messages from 2013-09-27 00:49:32 to 2013-09-27 02:32:26 UTC [more...]
[Qemu-devel] [v2 00/71] Integrating Kconfig to Qemu
2013-09-27 2:30 UTC (29+ messages)
` [Qemu-devel] [v2 01/71] rules.mak: New logical functions
` [Qemu-devel] [v2 02/71] Makefile.target: CONFIG_NO_* variables removed
` [Qemu-devel] [v2 03/71] default-configs/: CONFIG_GDBSTUB_XML removed
` [Qemu-devel] [v2 04/71] scripts/kconfig: kconfig-frontends submodule added
` [Qemu-devel] [v2 05/71] Makefile: Clone kconfig git submodule in Makefile
` [Qemu-devel] [v2 06/71] hw/arm/Makefile.objs: CONFIG_* created for each board
` [Qemu-devel] [v2 08/71] hw/m68k/Makefile.objs: Conditionally build boards
` [Qemu-devel] [v2 09/71] hw/microblaze/Makefile.objs: Create configs for petalogix boards
` [Qemu-devel] [v2 10/71] hw/mips/Makefile.objs: Create CONFIG_* for mips boards
` [Qemu-devel] [v2 11/71] hw/ppc/Makefile.objs: Build all boards conditinally
` [Qemu-devel] [v2 12/71] hw/sh4/Makefile.objs: Build sh4 boards conditionally
` [Qemu-devel] [v2 13/71] hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 created
` [Qemu-devel] [v2 14/71] hw/lm32/Makefile.objs: Conditionally build lm32 and milkmyst
` [Qemu-devel] [v2 15/71] hw/s390x/Makefile.objs: Create CONFIG_S390_VIRTIO and CONFIG_S390_CCW
` [Qemu-devel] [v2 16/71] hw/s390x/Kconfig: Add s390x Kconfig
` [Qemu-devel] [v2 17/71] hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_lx60 conditionally
` [Qemu-devel] [v2 18/71] hw/intc/Makefile.objs: Make CONFIG_ARMV7_NVIC
` [Qemu-devel] [v2 19/71] hw/9pfs/Kconfig: Add 9pfs Kconfig
` [Qemu-devel] [v2 20/71] hw/arm/Kconfig: Add ARM Kconfig
` [Qemu-devel] [v2 21/71] hw/audio/Kconfig: Add audio Kconfig
` [Qemu-devel] [v2 22/71] hw/block/Kconfig: Add Kconfig file
` [Qemu-devel] [v2 23/71] hw/char/Kconfig: "
` [Qemu-devel] [v2 24/71] hw/core/Kconfig: "
` [Qemu-devel] [v2 25/71] hw/cpu/Kconfig: "
` [Qemu-devel] [v2 26/71] hw/display/Kconfig: "
` [Qemu-devel] [v2 27/71] hw/dma/Kconfig: "
` [Qemu-devel] [v2 28/71] hw/gpio/Kconfig: "
` [Qemu-devel] [v2 29/71] hw/i2c/Kconfig: "
Hello
2013-09-27 2:23 UTC
[Qemu-devel] [PATCH v3 0/3] qemu-iotests with sample images, vhdx test, cleanup
2013-09-27 2:31 UTC (3+ messages)
` [Qemu-devel] [PATCH v3 2/3] block: qemu-iotests for vhdx, read sample dynamic image
[Qemu-devel] [PATCH 00/60] AArch64 TCG emulation support
2013-09-27 2:30 UTC (43+ messages)
` [Qemu-devel] [PATCH 03/60] arm: Split VFP cmp from FPSCR setting
` [Qemu-devel] [PATCH 16/60] AArch64: Add emulation for SIMD ld/st multiple
` [Qemu-devel] [PATCH 18/60] AArch64: Add umov instruction emulation
` [Qemu-devel] [PATCH 21/60] AArch64: Convert SIMD load/store to common function
` [Qemu-devel] [PATCH 23/60] AArch64: Add AdvSIMD modified immediate group handling
` [Qemu-devel] [PATCH 25/60] AArch64: Add SIMD shl instruction emulation
` [Qemu-devel] [PATCH 27/60] AArch64: Add addi "
` [Qemu-devel] [PATCH 28/60] AArch64: Add movi "
` [Qemu-devel] [PATCH 29/60] AArch64: Add orri "
` [Qemu-devel] [PATCH 30/60] AArch64: Add extr "
` [Qemu-devel] [PATCH 31/60] AArch64: Add bfm family "
` [Qemu-devel] [PATCH 32/60] AArch64: Add svc "
` [Qemu-devel] [PATCH 33/60] AArch64: Add bc "
` [Qemu-devel] [PATCH 34/60] AArch64: Add b.cond "
` [Qemu-devel] [PATCH 35/60] AArch64: Add mrs "
` [Qemu-devel] [PATCH 36/60] AArch64: Add msr "
` [Qemu-devel] [PATCH 37/60] AArch64: Add hint "
` [Qemu-devel] [PATCH 38/60] AArch64: Add stub barrier "
` [Qemu-devel] [PATCH 39/60] AArch64: Add stub sys "
` [Qemu-devel] [PATCH 40/60] AArch64: Add tbz "
` [Qemu-devel] [PATCH 41/60] AArch64: Add ldr/str instruction family emulation
` [Qemu-devel] [PATCH 42/60] AArch64: Add literal ld instruction emulation
` [Qemu-devel] [PATCH 43/60] AArch64: Add cinc "
` [Qemu-devel] [PATCH 44/60] AArch64: Add division instruction family emulation
` [Qemu-devel] [PATCH 45/60] AArch64: Add shift "
` [Qemu-devel] [PATCH 46/60] AArch64: Add rev "
` [Qemu-devel] [PATCH 47/60] AArch64: Add clz instruction emulation
` [Qemu-devel] [PATCH 48/60] AArch64: Add 0x1a encoding of add instructions
` [Qemu-devel] [PATCH 49/60] AArch64: Add "Data-processing (3 source)" instruction
` [Qemu-devel] [PATCH 50/60] AArch64: Add "Floating-point<->fixed-point
` [Qemu-devel] [PATCH 51/60] AArch64: Add fmov (scalar, immediate) instruction
` [Qemu-devel] [PATCH 52/60] AArch64: Add "Floating-point<->integer conversions"
` [Qemu-devel] [PATCH 53/60] AArch64: Add "Floating-point compare" instruction
` [Qemu-devel] [PATCH 54/60] AArch64: Add "Floating-point data-processing (1
` [Qemu-devel] [PATCH 55/60] "
` [Qemu-devel] [PATCH 56/60] AArch64: Add "Floating-point data-processing (2
` [Qemu-devel] [PATCH 57/60] "
` [Qemu-devel] [PATCH 58/60] AArch64: Add "ADD (vector)" instruction emulation
` [Qemu-devel] [PATCH 59/60] AArch64: Add "Floating-point data-processing (3
` [Qemu-devel] [PATCH 60/60] "
[PATCH tip/core/rcu 0/11] Fixes for 3.13
2013-09-27 2:29 UTC (8+ messages)
` [PATCH tip/core/rcu 01/11] mm: Place preemption point in do_mlockall() loop
` [PATCH tip/core/rcu 08/11] rcu: Micro-optimize rcu_cpu_has_callbacks()
[PATCH] perf tools: Add missing -ldl for gtk build
2013-09-27 2:27 UTC (2+ messages)
[PATCH v4 0/6] PSCI support for highbank
2013-09-27 2:24 UTC (15+ messages)
` [PATCH 1/6] cpuidle: calxeda: add support to use PSCI calls
` [PATCH 2/6] cpuidle: calxeda: add cpu_pm_enter/exit calls
` [PATCH 3/6] cpuidle: calxeda: add ecx-2000 support
` [PATCH 4/6] ARM: PSCI: remove unnecessary include of arm-gic.h
` [PATCH 5/6] ARM: highbank: adapt to use ARM PSCI calls
` [PATCH 6/6] dts: calxeda: add ARM PSCI binding
Solved: Booting recent mainline on omap5-uevm
2013-09-27 2:24 UTC (2+ messages)
[PATCH] perf record: mmap output file - RFC
2013-09-27 2:24 UTC (3+ messages)
[U-Boot] [PATCH] config.mk: enable -fstack-usage only when it is desired
2013-09-27 2:23 UTC (5+ messages)
[PATCH] i2c-designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is set
2013-09-27 2:22 UTC (3+ messages)
Re: Re: Re: Regression caused by commit 4bdc33ed ("NFSDv4.2: Add NFS v4.2 support to the NFS server")
2013-09-27 2:21 UTC (2+ messages)
Merge with 1.5.0??
2013-09-27 2:21 UTC
[PATCH v4 0/4] Add whitelisting support for load_env
2013-09-27 2:20 UTC (5+ messages)
` [PATCH v4 2/4] load_env support for whitelisting which variables are read from an env file, even if check_signatures=enforce
[PATCH V2 0/1] sysvinit: fix missing of boot log
2013-09-27 2:20 UTC (4+ messages)
` [PATCH V2 1/1] "
[PATCH v6 0/3] Add PCIe support for i.MX6q
2013-09-27 2:19 UTC (9+ messages)
` [PATCH v6 3/3] PCI: imx6: Add support for i.MX6 PCIe controller
[PATCH 0/3] 'wic'- OpenEmbedded Image Creator
2013-09-27 2:17 UTC (4+ messages)
` [PATCH 1/3] wic: Initial code for wic (OpenEmbedded Image Creator)
` [PATCH 2/3] wic: Add mic w/pykickstart
` [PATCH 3/3] wic: Add OpenEmbedded-specific implementation
Issues and new to the group
2013-09-27 2:17 UTC (6+ messages)
[PATCH RESEND] ARM: pxa: ssp: remove kfree for memory allocated with devm_kzalloc
2013-09-27 2:15 UTC (3+ messages)
[PATCH 0/8] Bluetooth: Cleanups and LE advertising support
2013-09-27 2:12 UTC (5+ messages)
` [PATCH 3/8] Bluetooth: Test for HCI_SETUP and HCI_USER_CHANNEL in mgmt_valid_hdev()
[U-Boot] [PATCH] wandboard: README: Include the quad version
2013-09-27 2:10 UTC
[PATCHSET 0/8] perf tools: Fix scalability problem on callchain merging (v4)
2013-09-27 2:10 UTC (6+ messages)
[PATCH v2 1/3] build: Add skeleton for BlueZ Android
2013-09-27 2:08 UTC (6+ messages)
` [PATCH v2 2/3] android: Add skeleton of BlueZ Android daemon
` [PATCH v2 3/3] android: Android version of log.c
[PATCH V1] oom: avoid selecting threads sharing mm with init
2013-09-27 2:04 UTC (4+ messages)
[PATCH 00/51] DMA mask changes
2013-09-27 1:56 UTC (9+ messages)
` [PATCH 31/51] DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent()
[patch 0/7] improve memcg oom killer robustness v2
2013-09-27 2:04 UTC (15+ messages)
[Bug 47288] New: System hangs with GeForce 6150SE nForce 430
2013-09-27 2:03 UTC (2+ messages)
` [Bug 47288] System hangs with GeForce 6150SE nForce 430 ("EQ overflowing")
[PATCH 1/1] arm64: X-Gene AHBC platform bus driver
2013-09-27 1:19 UTC (2+ messages)
[PATCH] tools/perf: remove non-existent entries in MANIFEST
2013-09-27 2:02 UTC (5+ messages)
[PATCH 1/2] ARM: dts: mxs: Add muxing options for the SSP2 MMC
2013-09-27 2:01 UTC (4+ messages)
` [PATCH 2/2] ARM: dts: mxs: Add MSR M28CU3 board
[Bug 56546] New: crash at the second render when applying gamma correction
2013-09-27 2:01 UTC (2+ messages)
` [Bug 56546] "
linux-next: manual merge of the ipsec-next tree with the net-next tree
2013-09-27 2:01 UTC (5+ messages)
[Bug 51144] New: significant pixel corruption in text
2013-09-27 2:00 UTC (2+ messages)
` [Bug 51144] significant pixel corruption in text ; driver nouveau - GF116 [GeForce GTS 450]
[U-Boot] [PATCH] udoo: Add initial support for mx6q udoo board
2013-09-27 1:59 UTC
[PATCH 1/2] android: Add skeleton of BlueZ Android daemon
2013-09-27 1:58 UTC (10+ messages)
` [PATCH 2/2] android: Android version of log.c
Yacto rootfs: multi-touch message cannot handled by "close" button
2013-09-27 1:57 UTC (5+ messages)
[Bug 60150] New: [NVAF] Garbled Screen
2013-09-27 1:56 UTC (2+ messages)
` [Bug 60150] "
[PATCH 1/1] AHCI: disabled FBS before softreset handling. According to chapter 9.3.9 in AHCI spec, controller should disable FBS before softreset
2013-09-27 1:55 UTC (3+ messages)
[RFC 0 PATCH 0/3]: PVH dom0 construction
2013-09-27 1:55 UTC (4+ messages)
` [RFC 0 PATCH 3/3] PVH dom0: construct_dom0 changes
Problems with too many connections
2013-09-27 1:53 UTC (2+ messages)
[RFC] Make xl vcpu-set work in overcommit and with PV guests. (v2)
2013-09-27 1:52 UTC (9+ messages)
` [PATCH 1/2] xl: neuter vcpu-set --ignore-host
Where is the source code of aSpice? And is there a spice version in iOS?
2013-09-27 1:48 UTC
[Bug 69076] New: weston+rs690: triangle flickering
2013-09-27 1:47 UTC (2+ messages)
` [Bug 69076] "
[xen-4.2-testing test] 19829: tolerable FAIL - PUSHED
2013-09-27 1:42 UTC
[meta-selinux] Add ${bindir}/sepolgen to system-config-selinux package
2013-09-27 1:40 UTC
Qeuestion: Why is make-slave the one-way operation?
2013-09-27 1:40 UTC
[PATCH] perf: fix infinite loop with corrupted header
2013-09-27 1:33 UTC (6+ messages)
How to get PGP/GPG public key fingerprint
2013-09-27 1:33 UTC
[PATCH] boot-directdisk: ensure generated MBR disk signature is non-zero
2013-09-27 1:30 UTC
[dtc PATCH V2] Warn on node name unit-address presence/absence mismatch
2013-09-27 1:30 UTC (5+ messages)
[PATCH] microcode: Scan the multiboot payloads for cpio format microcode blob. (v3.3)
2013-09-27 1:09 UTC (3+ messages)
` [PATCH 1/2] microcode: Scan the initramfs payload for microcode blob
` [PATCH 2/2] microcode: Check whether the microcode is correct
[PATCH] kernel/groups.c: consider about NULL for 'group_info' in all related extern functions
2013-09-27 1:30 UTC (12+ messages)
linux-next: build failure after merge of the ceph tree
2013-09-27 1:31 UTC
[PATCH 00/27] mmc: Remove the deprecated APIs mmc_suspend|resume_host
2013-09-27 1:30 UTC (4+ messages)
` [PATCH 15/27] mmc: mxs-mmc: Move away from using deprecated APIs
[GIT PULL] extcon next for 3.13
2013-09-27 1:28 UTC
[PATCH] powerpc/p1010rdb:update mtd of nand to adapt to both old and new p1010rdb
2013-09-27 1:21 UTC
[Qemu-devel] [PATCH] exec: cleanup DEBUG_SUBPAGE
2013-09-27 1:25 UTC
[PATCH RFC v0 0/49] pnfsd-dlm
2013-09-27 1:20 UTC (7+ messages)
` [PATCH RFC v0 03/49] pnfsd: return pnfs flags on exchange_id
` [PATCH RFC v0 04/49] pnfsd: don't set up back channel on create_session for ds
[RFC][PATCH] sched: Avoid select_idle_sibling() for wake_affine(.sync=true)
2013-09-27 1:19 UTC (6+ messages)
[PATCH 1/2] Documentation: Add device tree bindings for i.MX TVE
2013-09-27 1:16 UTC (6+ messages)
` [PATCH 2/2] ARM i.MX53: dts: Add TVE to i.MX53-QSB device tree
Re: Re: Regression caused by commit 4bdc33ed ("NFSDv4.2: Add NFS v4.2 support to the NFS server")
2013-09-27 1:12 UTC (2+ messages)
xfs hardware RAID alignment over linear lvm
2013-09-27 1:10 UTC (8+ messages)
[PATCH CHAR-MISC-NEXT 0/4] Intel MIC Driver Cleanups
2013-09-27 1:10 UTC (5+ messages)
` [PATCH CHAR-MISC-NEXT 1/4] Intel MIC Host Driver Sysfs Cleanups
` [PATCH CHAR-MISC-NEXT 2/4] Intel MIC Driver Header File Cleanups
` [PATCH CHAR-MISC-NEXT 3/4] Intel MIC Driver Cleanups for "--strict" checkpatch
` [PATCH CHAR-MISC-NEXT 4/4] Intel MIC Header File warning fix
free inodes remaining in 1tb
2013-09-27 1:08 UTC (2+ messages)
possible bug in blacklist
2013-09-27 1:08 UTC (3+ messages)
Award Claims
2013-09-27 1:04 UTC
[v2 PATCH] mkefidisk.sh: Allow using a loopback mounted file
2013-09-27 1:01 UTC
Generic audit set/get and "splitlog" patches
2013-09-27 1:00 UTC
[PATCH v2] writeback: Do not sync data dirtied after sync start
2013-09-27 0:55 UTC (2+ messages)
[PATCH 1/2] drm/i915/vlv: use lower precision RC6 counter
2013-09-27 0:55 UTC (2+ messages)
` [PATCH 2/2] drm/i915/vlv: use correct units for rc6 residency v2
[PATCH/RFC v4] ARM: shmobile: armadillo800eva-reference: add SDHI and MMCIF interfaces
2013-09-27 0:55 UTC (2+ messages)
[PATCH 0/9] cpuidle: rework device state count handling
2013-09-27 1:04 UTC (4+ messages)
[PATCH 1/2] drm/i915/vlv: use lower precision RC6 counter
2013-09-27 0:51 UTC (6+ messages)
` [PATCH 2/2] drm/i915/vlv: use correct units for rc6 residency
[PATCH v5] ARM: shmobile: armadillo800eva-reference: add SDHI and MMCIF interfaces
2013-09-27 0:50 UTC (3+ 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.