All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-10-29 13:04:06 to 2012-10-29 14:12:35 UTC [more...]

[Qemu-devel] [PATCH 00/18] Migration thread lite (20121029)
 2012-10-29 14:11 UTC  (16+ messages)
` [Qemu-devel] [PATCH 01/18] split MRU ram list
` [Qemu-devel] [PATCH 02/18] add a version number to ram_list
` [Qemu-devel] [PATCH 03/18] protect the ramlist with a separate mutex
` [Qemu-devel] [PATCH 04/18] buffered_file: Move from using a timer to use a thread
` [Qemu-devel] [PATCH 05/18] migration: make qemu_fopen_ops_buffered() return void
` [Qemu-devel] [PATCH 06/18] migration: stop all cpus correctly
` [Qemu-devel] [PATCH 07/18] migration: make writes blocking
` [Qemu-devel] [PATCH 08/18] migration: remove unfreeze logic
` [Qemu-devel] [PATCH 09/18] migration: take finer locking
` [Qemu-devel] [PATCH 10/18] buffered_file: Unfold the trick to restart generating migration data
` [Qemu-devel] [PATCH 11/18] buffered_file: don't flush on put buffer
` [Qemu-devel] [PATCH 12/18] buffered_file: unfold buffered_append in buffered_put_buffer
` [Qemu-devel] [PATCH 13/18] savevm: New save live migration method: pending
` [Qemu-devel] [PATCH 15/18] migration-fd: remove duplicate include
` [Qemu-devel] [PATCH 16/18] memory: introduce memory_region_test_and_clear_dirty

[PATCH v3 0/3] acpi,memory-hotplug : implement framework for hot removing memory
 2012-10-29 14:04 UTC  (6+ messages)
` [PATCH v3 3/3] acpi,memory-hotplug : add memory offline code to acpi_memory_device_remove()

[PATCH 0/2] Fix a few more warnings
 2012-10-29 14:12 UTC  (3+ messages)

[PATCH] saa7134: Add pm_qos_request to fix video corruption
 2012-10-29 14:11 UTC  (6+ messages)

[PATCH] xfstests: test ext4 statfs
 2012-10-29 14:12 UTC  (7+ messages)
`  "

[PATCH v2] Persistent grant maps for xen blk drivers
 2012-10-29 13:57 UTC  (3+ messages)

Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
 2012-10-29 14:09 UTC 

Effective process GID is ignored when client creates file on NFS
 2012-10-29 14:09 UTC 

[RFC] Using CMA with devicetree generated devices
 2012-10-29 14:09 UTC  (3+ messages)

Nouveau soft lockup after switcheroo'd
 2012-10-29 14:09 UTC  (3+ messages)

[linux-lvm] Error: Doesn't contain a valid partition table
 2012-10-29 14:08 UTC  (2+ messages)

memcg/cgroup: do not fail fail on pre_destroy callbacks
 2012-10-29 14:08 UTC  (27+ messages)
` [PATCH v3 1/6] memcg: split mem_cgroup_force_empty into reclaiming and reparenting parts
` [PATCH v3 2/6] memcg: root_cgroup cannot reach mem_cgroup_move_parent
` [PATCH v3 3/6] memcg: Simplify mem_cgroup_force_empty_list error handling
` [PATCH v3 4/6] cgroups: forbid pre_destroy callback to fail
` [PATCH v3 5/6] memcg: make mem_cgroup_reparent_charges non failing
` [PATCH v3 6/6] hugetlb: do not fail in hugetlb_cgroup_pre_destroy

[PATCH v5 0/8] perf tools: Add script browser and runtime data file switch
 2012-10-30  3:56 UTC  (3+ messages)
` [PATCH v5 7/8] perf hists browser: Add option for runtime switching perf data file

[Qemu-devel] [PATCH v1 0/8] Sysbus EHCI + Zynq USB
 2012-10-29 14:08 UTC  (2+ messages)

[PATCH V2 RFC 0/3] kvm: Improving undercommit,overcommit scenarios
 2012-10-29 14:07 UTC  (4+ messages)
` [PATCH V2 RFC 1/3] sched: Bail out of yield_to when source and target runqueue has one task
` [PATCH V2 RFC 2/3] kvm: Handle yield_to failure return code for potential undercommit case
` [PATCH V2 RFC 3/3] kvm: Check system load and handle different commit cases accordingly

[LTP] [PATCH v3] ipc/shmat: pick suitable base_addr before each testcase
 2012-10-29 14:04 UTC  (2+ messages)

IRQ subsystem menu
 2012-10-29 14:03 UTC  (2+ messages)

[PATCH] percpu: change a method freeing a chunk for consistency
 2012-10-29 13:59 UTC  (2+ messages)

Ceph performance
 2012-10-29 14:01 UTC 

linux-next: build failure after merge of the final tree (tip/s390 trees related)
 2012-10-29 14:00 UTC  (4+ messages)
  ` [PATCH] s390: Add pmd_mknotpresent()

[LTP] [PATCH] thp/thp03: new testcase
 2012-10-29 13:57 UTC  (2+ messages)

[PATCH V5] PVH patches for v3.8
 2012-10-29 13:50 UTC  (7+ messages)
` [PATCH 01/10] xen/pvh: Support ParaVirtualized Hardware extensions
` [PATCH 03/10] xen/hypercall: Make xen_remove_from_physmap the same on 64/32 builds

make DESTDIR=something -C linux/tools O=<somewhere>/tools perf_install fails during compile - ../../lib/rbtree.c:24:36: error: linux/rbtree_augmented.h ?
 2012-10-29 13:44 UTC  (3+ messages)

[RFC PATCH 0/9] printk: Make it usable on nohz CPUs v3
 2012-10-29 13:56 UTC  (13+ messages)
` [RFC PATCH 1/9] irq_work: Fix racy check on work pending flag
` [RFC PATCH 2/9] irq_work: Remove CONFIG_HAVE_IRQ_WORK
` [RFC PATCH 3/9] irq_work: Move irq_work_raise() declaration/default definition to arch headers
` [RFC PATCH 4/9] irq_work: Let the arch tell us about self-IPI support
` [RFC PATCH 5/9] x86: Implement arch_irq_work_has_ipi()
` [RFC PATCH 6/9] nohz: Add API to check tick state
` [RFC PATCH 7/9] irq_work: Make self-IPIs optable
` [RFC PATCH 8/9] irq_work: Handle queuing without IPI support in dyntick idle mode
` [RFC PATCH 9/9] printk: Wake up klogd using irq_work

[Qemu-devel] [PATCH] target-sparc: Revert setting cpu_dst to gen_dest_gpr
 2012-10-29 13:54 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] arm_boot: Change initrd load address to "halfway through RAM"
 2012-10-29 13:54 UTC  (2+ messages)

[Qemu-devel] [PATCH v12 00/14] QEMU MIPS ASE DSP support
 2012-10-29 13:54 UTC  (3+ messages)
` [Qemu-devel] [PATCH v12 07/14] target-mips: Add ASE DSP GPR-based shift instructions

[Qemu-devel] Fwd: Qemu-ga for Windows
 2012-10-29 13:54 UTC  (3+ messages)

[lm-sensors] [PATCH v2 8/9] hwmon: (it87) Manage device specific features with table
 2012-10-29 13:53 UTC  (2+ messages)

[Bug 56519] New: [r300g, bisected] piglit max-texture-size fails
 2012-10-29 13:51 UTC  (2+ messages)
` [Bug 56519] "

3.7-rc3 oops on reboot
 2012-10-29 13:51 UTC  (3+ messages)

[PATCH v4 0/5] zynq subarch cleanups
 2012-10-29 13:36 UTC  (4+ messages)

[PATCH v2] 16 bit NAND fix, request for testers
 2012-10-29 13:49 UTC  (3+ messages)
` [PATCH v2] mtd: omap: nand: Remove 0xFF's that prefixed 16bit NAND commands

[PATCH 0/8 v2:wqa] pm9g45/pm9253/pm9261: add 1-wire support
 2012-10-29 13:47 UTC  (9+ messages)
` [PATCH 1/8] arm: at91: add gpio_is_valid support
  ` [PATCH 2/8] w1: introduce helper to generate mac address from 1-wire id
  ` [PATCH 3/8] pm9g45: add 1-wire support
  ` [PATCH 4/8] pm9g45: use w1 serial number to generate local mac address
  ` [PATCH 5/8] pm9263: add 1-wire support
  ` [PATCH 6/8] pm9263: use w1 serial number to generate local mac address
  ` [PATCH 7/8] pm9261: add 1-wire support
  ` [PATCH 8/8] pm9261: use w1 serial number to generate local mac address

[lm-sensors] [PATCH v2 5/9] hwmon: (it87) Save fan registers in 2-dimensional array
 2012-10-29 13:49 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] Bring in new I2C framework
 2012-10-29 13:48 UTC  (6+ messages)

[PATCH net-next] net/cadence: depend on HAS_IOMEM
 2012-10-29 14:48 UTC  (2+ messages)

Question about runtime pm status issue
 2012-10-29 13:46 UTC 

[PATCH libdrm] libkms: fix the name of the intel driver in linux_sysfs_create
 2012-10-29 13:47 UTC  (2+ messages)

What is TOOLCHAIN_NEED_CONFIGSITE_CACHE for?
 2012-10-29 13:33 UTC 

[lm-sensors] [PATCH 3/9] hwmon: (it87) Replace macro defining tempX_type sensors with direct definit
 2012-10-29 13:45 UTC  (2+ messages)
` [lm-sensors] [PATCH 3/9] hwmon: (it87) Replace macro defining tempX_type sensors with direct def

[lm-sensors] [PATCH 1/9] hwmon: (it87) Save temperature registers in 2-dimensional array
 2012-10-29 13:45 UTC  (2+ messages)

[PATCH] Documentation: insert an additional information to android.txt
 2012-10-29 13:41 UTC 

[PATCH v3 0/4] Adding usb2.0 host-phy support for exynos5250
 2012-10-29 13:42 UTC  (5+ messages)
  ` [PATCH v3 1/4] usb: phy: samsung: Add host phy support to samsung-phy driver
  ` [PATCH v3 3/4] USB: ehci-s5p: Add phy driver support
  ` [PATCH v3 4/4] USB: ohci-exynos: "
` [PATCH v3 2/4] ARM: Exynos5250: Enabling samsung-usbphy driver

[PATCH 0/3 v2] x86: ce4100 fixes and improvements
 2012-10-29 13:40 UTC  (5+ messages)
` [PATCH 0/3 v3] "
  ` [PATCH 1/3 v3] x86: ce4100: implement pm_poweroff
  ` [PATCH 2/3 v3] x86: ce4100: force reboot method to be KBD
  ` [PATCH 3/3 v3] x86: ce4100: fixup PCI configuration register access for devices without interrupts

[Xenomai] Executing latency test and xeno-test, doubts
 2012-10-29 13:42 UTC 

[Qemu-devel] [PATCH v12 09/14] target-mips: Add ASE DSP bit/manipulation instructions
 2012-10-29 13:40 UTC  (3+ messages)

[PATCH] dw_mmc: fix multiple drv_data NULL dereferences
 2012-10-29 13:39 UTC  (6+ messages)

merge --squash strange error
 2012-10-29 13:37 UTC 

CK4 [00/15] Sl[auo]b: Common kmalloc caches V4
 2012-10-29 13:36 UTC  (2+ messages)

[Bug 49151] New: NULL pointer dereference in pata_acpi
 2012-10-29 13:36 UTC  (3+ messages)
` [Bug 49151] "

[PATCH 0/5] perf dso: Separate dso symbols to separate object
 2012-10-29 13:33 UTC  (4+ messages)

[PATCH] MCE: consolidate AMD initialization
 2012-10-29 13:34 UTC  (8+ messages)

[PATCH 00/15] SPEAr13xx PCIe patches
 2012-10-29 13:34 UTC  (11+ messages)
` [PATCH 06/15] clk: SPEAr1310: Fix pcie clock name
` [PATCH 09/15] SPEAr13xx: dts: Fix PCIe core address ranges
` [PATCH 10/15] SPEAr13xx: DTS: Add auxiliary data for PCIe host
` [PATCH 13/15] SPEAr13xx: update kconfig for PCIe selection
` [PATCH 14/15] SPEAR13xx: Update makefile for PCIe inclusion

Photos
 2012-10-29 11:35 UTC 

CK4 [12/15] Common definition for the array of kmalloc caches
 2012-10-29 13:32 UTC  (2+ messages)

[PATCH 0/4] uprobes: Kill arch_uprobe_enable/disable_step() hooks
 2012-10-29 13:28 UTC  (5+ messages)
` [PATCH 1/4] uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()

[PATCH v7 01/16] hashtable: introduce a small and naive hashtable
 2012-10-29 13:29 UTC  (18+ messages)
` [PATCH v7 10/16] dlm: use new hashtable implementation
` [PATCH v7 11/16] net,l2tp: "
` [PATCH v7 13/16] lockd: "
` [PATCH v7 14/16] net, rds: "
    ` [PATCH v7 14/16] net,rds: "
` [PATCH v7 15/16] openvswitch: "

[RFC 0/6] sched: packing small tasks
 2012-10-29 13:28 UTC  (17+ messages)
` [RFC 3/6] sched: pack "
` [RFC 4/6] sched: secure access to other CPU statistics
` [RFC 5/6] sched: pack the idle load balance
` [RFC 6/6] ARM: sched: clear SD_SHARE_POWERLINE

KVM call agenda for 2012-10-30
 2012-10-29 13:28 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH] MMCI: fetch pinctrl handle and set default state
 2012-10-29 13:28 UTC  (2+ messages)

3TB drives failure rate
 2012-10-29 13:26 UTC  (9+ messages)

new execve/kernel_thread design
 2012-10-29 13:25 UTC  (5+ messages)
` [update] "

[Qemu-devel] [PATCH 0/4 V6] char: Add CirMemCharDriver and provide QMP interface
 2012-10-29 13:26 UTC  (13+ messages)
` [Qemu-devel] [PATCH 2/4] QAPI: Introduce memchar-write QMP command
` [Qemu-devel] [PATCH 3/4] QAPI: Introduce memchar-read "
` [Qemu-devel] [PATCH 4/4] HMP: Introduce console command

git push tags
 2012-10-29 13:24 UTC  (11+ messages)

[PATCH] replace: parse revision argument for -d
 2012-10-29 13:23 UTC  (2+ messages)
` [PATCHv2] "

[Qemu-devel] [PATCH v3 0/8] Sysbus EHCI + Zynq USB
 2012-10-29 13:21 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 2/8] usb/ehci: Use class_data to init PCI variations

x86: Regression in 3.6.4, bisected to "Exclude E820_RESERVED regions..."
 2012-10-29 13:19 UTC  (2+ messages)

[PATCH] DRM/Radeon: Fix TV DAC Load Detection for single CRTC chips
 2012-10-29 13:17 UTC  (4+ messages)
` [PATCH 0/3] DRM/radeon: Clean up and fix Load Detection on the TV DAC for single CRTC GPUs
  ` [PATCH 2/3] DRM/Radeon: Add Handling for R200 to TV DAC Load Detection

[PATCH] ARM: Exynos5: Remove static io-remapping for gic and combiner
 2012-10-29 13:16 UTC 

[PATCH 0/5] minor clean-up and optimize highmem related code
 2012-10-29 13:15 UTC  (8+ messages)
` [PATCH 4/5] mm, highmem: makes flush_all_zero_pkmaps() return index of last flushed entry

Old (almost 2 years) btrfs failed fs. Parent transid failure. Can it be fixed ?
 2012-10-29 13:10 UTC  (3+ messages)

[PATCH] ARM: Exynos5: Remove unused static uart resource information
 2012-10-29 13:14 UTC 

[RFC 0/4] drm/exynos: add ipp subsystem and each ipp drivers
 2012-10-29 13:10 UTC  (5+ messages)
` [RFC 1/4] drm/exynos: add ipp subsystem
` [RFC 2/4] drm/exynos: add fimc ipp driver
` [RFC 3/4] drm/exynos: add rotator "
` [RFC 4/4] drm/exynos: add gsc "

[PATCH] Add bluetooth support for VAIO VPCEH [0489:e027]
 2012-10-29 13:09 UTC 

[PATCH 00/68] Get rid of all warnings
 2012-10-29 13:07 UTC  (5+ messages)
` [PATCH 35/68] [media] pwc-if: must check vb2_queue_init() success

[PATCH 0/5] s390: Guest support for virtio-ccw
 2012-10-29 13:07 UTC  (6+ messages)
` [PATCH 1/5] KVM: s390: Handle hosts not supporting s390-virtio
` [PATCH 2/5] s390: Move css limits from drivers/s390/cio/ to include/asm/
` [PATCH 3/5] s390: Add a mechanism to get the subchannel id
` [PATCH 4/5] KVM: s390: Add a channel I/O based virtio transport driver
` [PATCH 5/5] KVM: s390: Split out early console code

[RFC] New attempt to a better "btrfs fi df"
 2012-10-29 13:06 UTC  (7+ messages)

[PATCH] Add bluetooth support for VAIO VPCEH [0489:e027]
 2012-10-29 13:05 UTC 

[PATCH 0/5 v2] add 1-wire support
 2012-10-29 13:02 UTC  (6+ messages)
` [PATCH 1/5] clock: introduce non interruptible timeout
  ` [PATCH 2/5] add 1-wire support
  ` [PATCH 3/5] 1-wire: add gpio bus
  ` [PATCH 4/5] 1-wire: add ds2431 support
  ` [PATCH 5/5] 1-wire: add ds2433 support

[PATCH] algif_skcipher: Avoid crash if buffer is not multiple of cipher block size
 2012-10-29 13:04 UTC 


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.