messages from 2012-09-06 10:07:28 to 2012-09-06 11:28:27 UTC [more...]
[RFC v2 PATCH 00/21] KVM: x86: CPU isolation and direct interrupts delivery to guests
2012-09-06 11:28 UTC (14+ messages)
` [RFC v2 PATCH 01/21] x86: Split memory hotplug function from cpu_up() as cpu_memory_up()
` [RFC v2 PATCH 02/21] x86: Add a facility to use offlined CPUs as slave CPUs
` [RFC v2 PATCH 03/21] x86: Support hrtimer on "
` [RFC v2 PATCH 04/21] x86: Avoid RCU warnings "
` [RFC v2 PATCH 05/21] KVM: Enable/Disable virtualization on slave CPUs are activated/dying
` [RFC v2 PATCH 06/21] KVM: Add facility to run guests on slave CPUs
` [RFC v2 PATCH 07/21] KVM: handle page faults of slave guests on online CPUs
` [RFC v2 PATCH 08/21] KVM: Add KVM_GET_SLAVE_CPU and KVM_SET_SLAVE_CPU to vCPU ioctl
` [RFC v2 PATCH 09/21] KVM: Go back to online CPU on VM exit by external interrupt
` [RFC v2 PATCH 10/21] KVM: proxy slab operations for slave CPUs on online CPUs
` [RFC v2 PATCH 11/21] KVM: no exiting from guest when slave CPU halted
` [RFC v2 PATCH 12/21] x86/apic: Enable external interrupt routing to slave CPUs
` [RFC v2 PATCH 13/21] x86/apic: IRQ vector remapping on slave for "
Regression in kernel 3.5 as Dom0 regarding PCI Passthrough?!
2012-09-06 11:28 UTC (3+ messages)
[U-Boot] [PATCH 0/6] gpt: GUID Partition Table (GPT) restoration
2012-09-06 11:27 UTC (15+ messages)
` [U-Boot] [PATCH 2/6] gpt: Replace the leXX_to_int() calls with ones defined at <compiler.h>
` [U-Boot] [PATCH 3/6] gpt: Replacement of GPT structures members with ones indicating endianness and size
` [U-Boot] [PATCH 4/6] gpt: Support for GPT (GUID Partition Table) restoration
` [U-Boot] gpt: GUID/UUID - GPT restoration - open questions
PREFERRED_VERSION_virtual/
2012-09-06 11:14 UTC (3+ messages)
[U-Boot] Pull request for u-boot-marvell.git
2012-09-06 11:27 UTC (3+ messages)
` [U-Boot] [PATCH v3 0/4] Board support and feature for LaCie devices
[Qemu-devel] [PATCH v2 0/2] clean up cpu_dump_state flags
2012-09-06 10:41 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
` [Qemu-devel] [PATCH v2 2/2] target-arm: Reinstate display of VFP registers in cpu_dump_state
[PATCH v3] of: Modify c_can binding documentation
2012-09-06 11:23 UTC (2+ messages)
[PATCH v2 1/2] ARM: shmobile: sh73a0: enable PMU(Performance Monitoring Unit)
2012-09-06 11:21 UTC (9+ messages)
` [PATCH v3 0/2] ARM: shmobile: "
` [PATCH v3 1/2] ARM: shmobile: sh73a0: "
` [PATCH v3 2/2] ARM: shmobile: emev2: "
[RFC PATCH 0/4] Add device-tree support to kexec-tools for ARM
2012-09-06 11:19 UTC (6+ messages)
[RFC PATCH 0/2] package_ipk.bbclass: use "--force-arch" when install package
2012-09-06 11:05 UTC (7+ messages)
` [RFC PATCH 2/2] "
[PATCH can-next v6] can: add tx/rx LED trigger support
2012-09-06 11:17 UTC (12+ messages)
dom0 linux 3.6.0-rc4, crash due to ballooning althoug dom0_mem=X, max:X set
2012-09-06 11:16 UTC (12+ messages)
[PATCH 0/2] i2c: s3c2410: allow pin pin configuration using pinctrl
2012-09-06 11:14 UTC (10+ messages)
` [PATCH 1/2] i2c: s3c2410: add optional pin configuration using pinctrl interface
` [PATCH 2/2] ARM: dts: exynos4: allow i2c0 bus to be configured "
[refpolicy] [PATCH 1/3] Mark use of deprecated interfaces that are not providing replacement as errors
2012-09-06 11:14 UTC (7+ messages)
` [refpolicy] [PATCH 2/3] user access to DOS files
` [refpolicy] [PATCH]: turn all/most tunable policy booleans off by default (was Re: [PATCH 2/3] user access to DOS files)
[ PATCH 2/2] xen: enable Virtual-interrupt delivery
2012-09-06 11:13 UTC (10+ messages)
[Bug 43164] New: FC card not detected/mounted via external multicard reader
2012-09-06 11:12 UTC (2+ messages)
` [Bug 43164] "
[PATCH 00/11] various tmem adjustments (mostly XSA-15 related)
2012-09-06 11:12 UTC (3+ messages)
Xen4.2-rc3 test result
2012-09-06 11:11 UTC (8+ messages)
[PATCH V3] Add support for Aurora L2 Cache Controller
2012-09-06 11:11 UTC (3+ messages)
` [PATCH V3 3/6] arm: cache-l2x0: add support for Aurora L2 cache ctrl
[Qemu-devel] [PATCH v7 00/14] QEMU MIPS ASE DSP support
2012-09-06 9:11 UTC (23+ messages)
` [Qemu-devel] [PATCH v7 01/14] target-mips-ase-dsp: Add internal functions
` [Qemu-devel] [PATCH v7 02/14] target-mips-ase-dsp: Add dsp resources access check
` [Qemu-devel] [PATCH v7 03/14] target-mips-ase-dsp: Use correct acc value to index cpu_HI/cpu_LO rather than using a fix number
` [Qemu-devel] [PATCH v7 04/14] target-mips-ase-dsp: Add branch instructions
` [Qemu-devel] [PATCH v7 05/14] target-mips-ase-dsp: Add load instructions
` [Qemu-devel] [PATCH v7 06/14] target-mips-ase-dsp: Add arithmetic instructions
` [Qemu-devel] [PATCH v7 07/14] target-mips-ase-dsp: Add GPR-based shift instructions
` [Qemu-devel] [PATCH v7 08/14] target-mips-ase-dsp: Add multiply instructions
` [Qemu-devel] [PATCH v7 09/14] target-mips-ase-dsp: Add bit/manipulation instructions
` [Qemu-devel] [PATCH v7 10/14] target-mips-ase-dsp: Add compare-pick instructions
` [Qemu-devel] [PATCH v7 12/14] target-mips-ase-dsp: Add MIPS DSP processors
[PATCH v4] rbd: fix the memory leak of bio_chain_clone
2012-09-06 11:10 UTC (5+ messages)
[PATCH] virtio-blk: Fix kconfig option
2012-09-06 11:09 UTC (13+ messages)
[1/1] mxc_nand : allow swapping the Bad block Indicator for NFC v1
2012-09-06 11:07 UTC (4+ messages)
[patch v4]swap: add a simple random read swapin detection
2012-09-06 11:08 UTC (3+ messages)
` [PATCH RFC] mm/swap: automatic tuning for swapin readahead
Camera not detected on linux-next
2012-09-06 11:08 UTC (5+ messages)
autoreconf: automake failed with exit status: 1 Was: [oe-commits] Constantin Musca : automake: upgrade to 1.12.3
2012-09-06 9:59 UTC (4+ messages)
[PATCHv4 1/3] libplist: add upstream patch to fix parallel make issue
2012-09-06 10:54 UTC (3+ messages)
[PATCH V4 0/2] video: drm: Add Device tree support to DRM-FIMD
2012-09-06 11:05 UTC (6+ messages)
` [PATCH V4 2/2] video: drm: exynos: Add device tree support
Block ring protocol (segment expansion, multi-page, etc)
2012-09-06 11:02 UTC (3+ messages)
[Qemu-devel] [PATCH v6 0/2] GlusterFS support in QEMU - v6
2012-09-06 11:01 UTC (11+ messages)
` [Qemu-devel] [PATCH v6 2/2] block: Support GlusterFS as a QEMU block backend
[RFC PATCH 00/13] Implement NFSv4 delegations, take 4
2012-09-06 11:01 UTC (4+ messages)
` [RFC PATCH 12/13] locks: break delegations on link
[PATCH V4 0/12] random bug fixes
2012-09-06 10:04 UTC (13+ messages)
` [PATCH V4 01/12] Btrfs: fix error path in create_pending_snapshot()
` [PATCH V4 02/12] Btrfs: fix full backref problem when inserting shared block reference
` [PATCH V4 03/12] Btrfs: fix file extent discount problem in the, snapshot
` [PATCH V4 04/12] Btrfs: use a slab for ordered extents allocation
` [PATCH V4 05/12] Btrfs: fix wrong orphan count of the fs/file tree
` [PATCH V4 06/12] Btrfs: add a new "type" field into the block reservation structure
` [PATCH V4 07/12] Btrfs: fix corrupted metadata in the snapshot
` [PATCH V4 08/12] Btrfs: fix the snapshot that should not exist
` [PATCH V4 09/12] Btrfs: fix wrong size for the reservation of the, snapshot creation
` [PATCH V4 10/12] Btrfs: fix unprotected ->log_batch
` [PATCH V4 11/12] Btrfs: output more information when aborting a unused transaction handle
` [PATCH V4 12/12] Btrfs: fix wrong size for the reservation when doing, file pre-allocation
[PATCH V3 0/7 ] Btrfs-progs: enhance btrfs subvol list only to show read-only snapshots
2012-09-06 10:59 UTC (10+ messages)
` [PATCH V3 1/7] Btrfs-progs: move the function declarations to a new head file
` [PATCH V3 2/7] Btrfs-progs: fix compile warning of implicit declaration, of "list_snapshots"
` [PATCH V3 3/7] Btrfs-progs: fix wrong usage of btrfs subvolume list command
` [PATCH V3 4/7] Btrfs-progs: fix wrong way to check if the root item contains otime and uuid
` [PATCH V3 5/7] Btrfs-progs: restructure list_subvolumes
` [PATCH V3 6/7] Btrfs-progs: enhance btrfs subvol list only to show read-only snapshots
` [PATCH V3 7/7] Btrfs-progs: update the manpage entries for the btrfs, subvolume list
` [PATCH V3 7/7] Btrfs-progs: update the manpage entries for the btrfs "
bug when using 4K sectors?
2012-09-06 10:58 UTC (4+ messages)
[PATCH] automake 1.12.3: fix warnings
2012-09-06 9:49 UTC
[PATCH v2] ASoC: samsung dma - Don't indicate support for pause/resume
2012-09-06 10:56 UTC (2+ messages)
IPv6 routing type - not at par with IPv4 one?
2012-09-06 10:54 UTC (3+ messages)
[PATCH libdrm 1/3] radeon: Fix layout of linear aligned mipmaps on SI
2012-09-06 10:53 UTC (3+ messages)
` [PATCH libdrm 2/3] radeon: Memory footprint of SI mipmap base level is padded to powers of two
` [PATCH libdrm 3/3] radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI
[PATCH] gatt: Remove reading Service Changed characteristic after connected
2012-09-06 10:53 UTC
[PATCH] virtio-balloon spec: provide a version of the "silent deflate" feature that works
2012-09-06 10:53 UTC (7+ messages)
Security patches
2012-09-06 10:50 UTC (4+ messages)
[xen-4.1-testing test] 13655: regressions - FAIL
2012-09-06 10:50 UTC
[PATCH Resend2] ASoC: imx-mc13783: use defines instead of numerical address of register
2012-09-06 10:47 UTC (3+ messages)
[U-Boot] [PATCH 0/6] add zip command support for uboot
2012-09-06 10:49 UTC (6+ messages)
[PATCH 0/3] pre-merge-hook
2012-09-06 10:48 UTC (5+ messages)
` [PATCH 1/3] git-merge: Honor pre-merge hook
[Qemu-devel] [PULL 0/4] wakeup: make wakeup events guest-configurable
2012-09-06 10:47 UTC (4+ messages)
` [Qemu-devel] [PATCH 3/4] wakeup: make serial configurable
|PATCH] seeq: Add missing spinlock init
2012-09-06 10:47 UTC
[RFC] spi: add demo bitbang driver based on code from linux
2012-09-06 10:45 UTC (3+ messages)
[PATCH 00/12] add PNG support
2012-09-06 10:44 UTC (14+ messages)
` [PATCH 01/12] add barebox logo
` [PATCH 04/12] introduce image_renderer framework
[patch 2/2]compaction: check lock contention first before taking lock
2012-09-06 10:44 UTC
[patch 1/2]compaction: check migrated page number
2012-09-06 10:44 UTC
[PATCH 00/11 V5] workqueue: reimplement unbind/rebind
2012-09-06 10:44 UTC (4+ messages)
` [PATCH 10/11 V5] workqueue: unbind/rebind without manager_mutex
[Qemu-devel] [PATCH] xhci: allow 1 and 2 bytes accesses to capability registers
2012-09-06 10:42 UTC (5+ messages)
xfs freeze annotation problem on 3.6.0-rc3+ kernel
2012-09-06 10:39 UTC (2+ messages)
IMAGE_LINGUAS question
2012-09-06 10:25 UTC (3+ messages)
a question about multilib
2012-09-06 10:36 UTC (2+ messages)
[GIT] kbuild rc fixes for v3.6
2012-09-06 10:33 UTC (4+ messages)
[GIT] kbuild rc fixes for v3.6 (v2)
2012-09-06 10:33 UTC
[PATCH] mmc: mxcmmc: fix bug that may block a data transfer forever
2012-09-06 10:32 UTC (2+ messages)
[Qemu-devel] [PATCH] CHECKPATCH
2012-09-06 10:32 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 0/4] CHECKPATCH: Add warning for single else statement
[PATCH 1/2] kbuild: keep the barebox binary accessible
2012-09-06 10:32 UTC (3+ messages)
` [PATCH 2/2] Makefile: add target to produce a SPL compatible uImage
[GIT PULL] sound fixes for 3.6-rc5
2012-09-06 10:30 UTC (11+ messages)
`
` (no subject)
` snd-usb: "delay: estimated 0, actual 352"
[PATCH 0/16] arm: support for initial modules (e.g. dom0) and DTB supplied in RAM
2012-09-06 10:29 UTC (4+ messages)
` [PATCH 02/16] Create a raw binary target
[Ksummit-2012-discuss] Organising Mini Summits within the Kernel Summit
2012-09-06 10:29 UTC (5+ messages)
` [Workshop-2011] Media summit/KS-2012 proposals
[Buildroot] [autobuild.buildroot.net] Build results for 2012-09-05
2012-09-06 10:28 UTC
[PATCH] target-i386: Allow changing of Hypervisor CPUIDs
2012-09-06 10:28 UTC (3+ messages)
` [Qemu-devel] "
Xen4.2 S3 regression?
2012-09-06 10:22 UTC (27+ messages)
[PATCH 1/2] NFC: Remove crc generation from shdlc layer
2012-09-06 10:22 UTC (2+ messages)
` [PATCH 2/2] NFC: Correct outgoing frame before requeueing
In dash there is no "echo -e"
2012-09-06 10:07 UTC
[PATCH 2/3] btrfs: remove unnecessary -ENOMEM BUG_ON check in extent-tree.c/btrfs_alloc_logged_file_extent
2012-09-06 10:19 UTC (2+ messages)
opengl / libgl / libgles
2012-09-06 10:19 UTC (2+ messages)
Procedure to setup icecc for performing a distributed build
2012-09-06 10:17 UTC (2+ messages)
[PATCH liveupdates] apply-live-updates.sh: handle updates for /run
2012-09-06 10:17 UTC (2+ messages)
[PATCH 1/2] mmc: sdio: add asynchronous interrupt support on device
2012-09-06 10:07 UTC (2+ messages)
` [PATCH 2/2] mmc: sdhci: add asynchronous interrupt support
[Qemu-devel] [PATCH 1/2] xhci: drop unused wlength
2012-09-06 10:16 UTC (2+ messages)
` [Qemu-devel] [PATCH 2/2] usb-host: allow emulated (non-async) control requests without USBPacket
NFS over RDMA small block DIRECT_IO bug
2012-09-06 10:14 UTC (4+ messages)
[PATCH RFC tip/core/rcu] Add callback-free CPUs
2012-09-06 10:13 UTC (4+ messages)
[PATCH] dracut: Override rd.md settings if rd.md.uuid is provided
2012-09-06 10:14 UTC (3+ messages)
[DRBD-announce] drbd-8.4.2.tar.gz
2012-09-06 10:13 UTC
git blame --follow
2012-09-06 10:12 UTC (3+ messages)
[RFC V2 1/2] cfg80211: Move the definition of struct mac_address up
2012-09-06 10:11 UTC (5+ messages)
` [RFC V2 2/2] cfg80211/nl80211: Enable drivers to implement mac address based ACL
[FINAL] VHT fields
2012-09-06 10:09 UTC
[ath9k-devel] Disable b mode and prioritize ack on 5 GHz
2012-09-06 10:09 UTC (2+ messages)
[PATCH 1/3] btrfs: remove unnecessary -ENOMEM BUG_ON check in extent-tree.c/exclude_super_stripes
2012-09-06 10:09 UTC (2+ messages)
compiling package with bitbake with CROSS_COMPILE flag
2012-09-06 9:56 UTC (2+ messages)
The dependency packages
2012-09-06 10:08 UTC (2+ messages)
[Bridge] Bridge dropping fragmented ipsec frames
2012-09-06 10:08 UTC
[PATCH v4] UDF: Add support for O_DIRECT
2012-09-06 10:08 UTC (2+ messages)
` [PATCH] UDF: Fix incorrect error handling in udf_direct_IO()
[PATCH] xl: Introduce shutdown xm compatibility option -a to shutdown all domains
2012-09-06 10:07 UTC
[PATCH 1/4] ext4: serialize dio nonlocked reads with defrag workers
2012-09-06 10:07 UTC (5+ messages)
` [PATCH 4/4] ext4: serialize truncate with owerwrite DIO workers
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.