All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-08-13 17:36:46 to 2012-08-13 18:57:04 UTC [more...]

[PATCH v8] kvm: notify host when the guest is panicked
 2012-08-13 18:21 UTC  (2+ messages)

[PATCH 0/15 v2] prepare unplug out of protection of global lock
 2012-08-13 18:56 UTC  (18+ messages)
` [PATCH 04/15] memory: MemoryRegion topology must be stable when updating
        ` [Qemu-devel] "
` [PATCH 13/15] hotplug: introduce qdev_unplug_complete() to remove device from views
            ` [Qemu-devel] "
` [PATCH 14/15] qom: object_unref call reclaimer
    ` [Qemu-devel] "

[PATCH] netvm: check for page == NULL when propogating the skb->pfmemalloc flag
 2012-08-13 18:56 UTC  (6+ messages)

[Qemu-devel] [PATCH for-1.2 v5 00/14] pci_host: Convert to QOM
 2012-08-13 18:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-1.2 v5 14/14] pci: Tidy up PCI host bridges

[Buildroot] [PATCH] linux: bump default to kernel version 3.4.8
 2012-08-13 18:55 UTC 

[U-Boot] [PATCH v1 1/3] mxs: Remove unused iomux-mx28.h
 2012-08-13 18:55 UTC  (7+ messages)
` [U-Boot] [PATCH v1 2/3] mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h
` [U-Boot] [PATCH v1 3/3] mxs: Convert sys_proto.h prefixes to 'mxs'

4.1.2 very slow without upstream patches, but fast with them, also 4.2 very slow
 2012-08-13 18:54 UTC  (4+ messages)

invoking zcache w/o using a workload
 2012-08-13 18:53 UTC  (3+ messages)

[PATCH 2/7] Issue MBX Cmd for login to boot target in crashdump mode
 2012-08-13 18:52 UTC  (2+ messages)

[Bug 45741] ext4 scans all disk when calling fallocate after mount on 99% full volume
 2012-08-13 18:51 UTC  (5+ messages)
` [PATCH] ext4: don't load the block bitmap for block groups which have no space

[U-Boot] [PATCH 1/6] p1014rdb: set ddr bus width properly depending on SVR
 2012-08-13 18:50 UTC  (8+ messages)
` [U-Boot] [PATCH 2/6] p1010rdb: fix ddr values for p1014rdb (setting bus width to 16bit)
` [U-Boot] [PATCH 3/6] powerpc/p1010rdb: nandboot: compare SVR properly
` [U-Boot] [PATCH 4/6] nand_spl: update udelay for Freescale boards
` [U-Boot] [PATCH 5/6] nand_spl: p1023rds: wait before enabling DDR controller
` [U-Boot] [PATCH 6/6] nand_spl: change out_be32 to raw_writel and depend on subsequent sync

[Qemu-devel] [PATCH] json-parser: don't replicate tokens at each level of recursion
 2012-08-13 18:49 UTC  (3+ messages)

[PATCH 0/4 v2] fs/mount: add autodetection support
 2012-08-13 18:49 UTC  (3+ messages)
` [PATCH 1/4] fs/mount: add autodetection type support

[PATCH v3 00/10] ARM: tegra: Add PCIe device tree support
 2012-08-13 18:47 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/2] 9p-synth: remove poor-man RCU
 2012-08-13 18:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] 9p-synth: fix read-side critical sections

[Qemu-devel] [PATCH] qom: add style guide
 2012-08-13 18:46 UTC 

[PATCH 01/38] perf script python: Correct handler check and spelling errors
 2012-08-13 18:37 UTC  (38+ messages)
` [PATCH 02/38] perf lock record: improve message when tracepoints are not enabled
` [PATCH 03/38] perf tools: Initial bash completion support
` [PATCH 04/38] perf tools: Support for events bash completion
` [PATCH 05/38] perf tools: Fix /etc config related installation
` [PATCH 06/38] perf symbols: Introduce symbol__elf_init()
` [PATCH 07/38] perf symbols: Split out util/symbol-elf.c
` [PATCH 08/38] perf symbols: Support minimal build without libelf
` [PATCH 09/38] perf symbols: Implement poor man's ELF parser
` [PATCH 10/38] perf: Unified API to record selective sets of arch registers
` [PATCH 11/38] perf: Add ability to attach user level registers dump to sample
` [PATCH 12/38] perf: Factor __output_copy to be usable with specific copy function
` [PATCH 13/38] perf: Add perf_output_skip function to skip bytes in sample
` [PATCH 14/38] perf: Add ability to attach user stack dump to sample
` [PATCH 15/38] perf: Add attribute to filter out callchains
` [PATCH 16/38] perf tools: Adding PERF_ATTR_SIZE_VER2 to the header swap check
` [PATCH 17/38] perf tools: Add interface to arch registers sets
` [PATCH 18/38] perf tools: Add libunwind dependency for DWARF CFI unwinding
` [PATCH 19/38] perf tools: Support user regs and stack in sample parsing
` [PATCH 20/38] perf tools: Support for DWARF CFI unwinding on post processing
` [PATCH 21/38] perf tools: Support for DWARF mode callchain
` [PATCH 22/38] perf symbols: Only un-prelink non-zero symbols
` [PATCH 23/38] perf symbols: Remove unused function map__objdump_2ip
` [PATCH 24/38] perf symbols: Don't try to synthesize plt without dynstr
` [PATCH 25/38] perf symbols: Remove unneeded call to dso__set_long_name()
` [PATCH 26/38] perf symbols: Correct comment wrt kallsyms loading
` [PATCH 27/38] perf symbols: Remove unused 'end' arg in kallsyms parse cb
` [PATCH 28/38] perf symbols: Simplify out_fixup in kernel syms loading
` [PATCH 29/38] perf symbols: only set vmlinux longname & mark loaded if really loaded
` [PATCH 30/38] perf symbols: Avoid segfault in elf_strptr
` [PATCH 31/38] perf symbols: Track symtab_type of vmlinux
` [PATCH 32/38] perf symbols: Introduce symsrc structure
` [PATCH 33/38] perf symbols: Set symtab_type in dso__load_sym
` [PATCH 34/38] perf symbols: Switch dso__synthesize_plt_symbols() to use symsrc
` [PATCH 35/38] perf symbols: Factor want_symtab out of dso__load_sym()
` [PATCH 36/38] perf symbols: Convert dso__load_syms to take 2 symsrc's
` [PATCH 37/38] perf symbols: Use both runtime and debug images
` [PATCH 38/38] perf symbols: Add description of JIT interface

[PATCH 1/1] bootm: add global bootm.{image/initrd}.loadaddr support
 2012-08-13 18:45 UTC  (2+ messages)

[PATCH] libiscsi: avoid unnecessary multiple NULL assignments
 2012-08-13 18:43 UTC  (2+ messages)

Xen and 4K Sectors (was blkback and bcache)
 2012-08-13 18:43 UTC  (3+ messages)

[PATCH] timekeeping: Fix build when generic clockevents are enabled
 2012-08-13 18:48 UTC  (4+ messages)

[media] lmedm04: fix build
 2012-08-13 18:42 UTC  (2+ messages)
` [PATCH] "

[PATCH] OMAP4: use writel and readl
 2012-08-13 18:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/7] Removing the iscsi_data_pdu setting
 2012-08-13 18:41 UTC  (2+ messages)

[PATCH][Alternative][RFC] PM / Runtime: Introduce driver runtime PM work routine
 2012-08-13 18:47 UTC  (2+ messages)

[Qemu-devel] [PATCH v10 0/7] file descriptor passing using fd sets
 2012-08-13 18:39 UTC  (3+ messages)

[PATCH v2] ext4: dynamical adjust the length of zero-out chunk
 2012-08-13 18:40 UTC  (6+ messages)

TSC in qem[-kvm] 1.1+ and in-kernel irqchip
 2012-08-13 18:40 UTC  (11+ messages)
` [Qemu-devel] "
            ` [Qemu-devel] [PATCH uq/master] kvm: i8254: Finish time conversion fix
              `  "

[PATCH] dbus: Set License to GPLv2+ Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
 2012-08-13 18:38 UTC  (4+ messages)

[for master PATCH 0/4] Bootm uImage initrd fix
 2012-08-13 18:38 UTC  (2+ messages)

[PATCH 0/2] Add Nokia N900 (RX51) IR diode support
 2012-08-13 18:36 UTC  (4+ messages)
` [PATCHv2 1/2] media: rc: Introduce RX51 IR transmitter driver
` [PATCHv2 0/2] Add Nokia N900 (RX51) IR diode support

[PATCH] apple-gmux: Add support for message box interface (as found in MBP10,1/Retina MacBook Pro)
 2012-08-13 18:36 UTC  (8+ messages)

[PATCH] DocBook validation fixes
 2012-08-13 18:35 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] Move CPU model definitions to C
 2012-08-13 18:36 UTC  (3+ messages)

[PATCH BlueZ 1/4] replay: Add initial version of replay tool
 2012-08-13 18:34 UTC  (5+ messages)
` [PATCH BlueZ v2 "
  ` [PATCH BlueZ v2 2/4] replay: Add timing functionality
  ` [PATCH BlueZ v2 3/4] replay: Add emulation support
  ` [PATCH BlueZ v2 4/4] replay: Add config file parser and skip action

[PATCH] owl-video_git.bb: fix compilation on Fedora 13 machine
 2012-08-13 18:06 UTC  (4+ messages)

[PATCH 0/3] VFIO-based PCI device assignment for QEMU 1.2
 2012-08-13 18:32 UTC  (9+ messages)
              ` [Qemu-devel] "

[PATCH] ARM: enable MMU in pbl
 2012-08-13 18:29 UTC  (4+ messages)
` [PATCH 3/4] ARM pbl: enable MMU during decompression

cherry-pick and 'log --no-walk' and ordering
 2012-08-13 18:28 UTC  (6+ messages)
` [PATCH 0/4] "

[U-Boot] [PATCH V4 1/2] ext4fs ls load support
 2012-08-13 18:28 UTC  (6+ messages)
` [U-Boot] [PATCH V5 "

[BUG] Intel xorg driver 2.20.2 overlay off-by-one bug
 2012-08-13 18:27 UTC  (2+ messages)

[ANNOUNCE] librdmacm-1.0.16
 2012-08-13 18:27 UTC  (4+ messages)

[Buildroot] [RFC v1] Rework of RPC support to handle glibc >= 2.14 and libtirpc
 2012-08-13 18:26 UTC  (5+ messages)
` [Buildroot] [PATCH 14/20] portmap: mention that rpcbind is the project that superseds portmap

debug needed: twl4030 RTC wakeups: repeated attempts fail on Beagle
 2012-08-13 18:24 UTC  (3+ messages)

[RFC PATCH 0/2] net: connect to UNIX sockets from specified root
 2012-08-13 18:24 UTC  (11+ messages)

Bug fixes/cleanups for floppy driver (v2)
 2012-08-13 18:21 UTC  (8+ messages)
` [PATCH v3 1/6] floppy: don't call alloc_ordered_workqueue inside the alloc_disk loop
` [PATCH v3 2/6] floppy: do put_disk on current dr if blk_init_queue fails
` [PATCH v3 3/6] floppy: avoid leaking extra reference to queue on do_floppy_init error handling
` [PATCH v3 4/6] floppy: properly handle failure on add_disk loop
` [PATCH v3 5/6] floppy: use disk_registered for checking if a drive is present
` [PATCH v3 6/6] floppy: remove dr, reuse drive on do_floppy_init

Git add on deleted file
 2012-08-13 18:18 UTC  (3+ messages)

[PATCH] Smack: implement revoking all rules for a subject label
 2012-08-13 18:18 UTC  (2+ messages)

[lm-sensors] Please reconsider SCH5514
 2012-08-13 18:17 UTC  (3+ messages)

[PATCH 1/3] vsyscall_64: add missing ifdef CONFIG_SECCOMP
 2012-08-13 18:17 UTC  (9+ messages)
` [PATCH 2/3] vsyscall_64: allow SECCOMP_RET_TRACErs to skip

[PATCH v7 2/2] kvm: KVM_EOIFD, an eventfd for EOIs
 2012-08-13 18:17 UTC  (12+ messages)

[RFC-v2 0/6] vhost-scsi: Add support for host virtualized target
 2012-08-13 18:17 UTC  (10+ messages)
` [RFC-v2 1/6] msix: Work-around for vhost-scsi with KVM in-kernel MSI injection
    ` [Qemu-devel] "

[PATCH] ARM: mutex: use generic atomic_dec-based implementation for ARMv6+
 2012-08-13 18:14 UTC  (2+ messages)

vhost-scsi port to v1.1.0 + MSI-X performance regression
 2012-08-13 18:15 UTC  (5+ messages)
      ` [Qemu-devel] "

[userns:userns-always-map-user-v45 80/99] fs/namespace.c:2290:1: error: unknown type name 'atomic64_
 2012-08-13 18:13 UTC  (10+ messages)
` [userns:userns-always-map-user-v45 80/99] fs/namespace.c:2290:1: error: unknown type name 'atomi
        ` [userns:userns-always-map-user-v45 80/99] fs/namespace.c:2290:1: error: unknown type name 'atomic64_t'

Vente Flash, 1er arrivé, 1er servi
 2012-08-13 18:13 UTC 

转发: Siliconmotion new kernel driver initial patch
 2012-08-13 18:03 UTC  (3+ messages)

[PATCH] tremor: Fix compiler error message (Temporary)
 2012-08-13 18:20 UTC 

[PATCH] drm/radeon: Include swiotlb.h if SWIOTLB configured
 2012-08-13 18:01 UTC  (2+ messages)

linux-user-chroot 2012.2
 2012-08-13 18:10 UTC  (2+ messages)

[Buildroot] git clone with http not giving me commits after Jul 6
 2012-08-13 18:10 UTC 

nat not working as expected
 2012-08-13 17:57 UTC  (2+ messages)

A filename to label translation daemon
 2012-08-13 18:06 UTC  (8+ messages)

[branch: denzil][PATCH] psplash: LIC_CHKSUM Tweak
 2012-08-13 18:03 UTC 

Can I use function to retrieve socket information in the SC_TRACE_EVENT macro?
 2012-08-13 18:05 UTC 

[PATCH V5 00/16] MIPS: Add Loongson-3 based machines support
 2012-08-13 17:54 UTC  (3+ messages)
` [PATCH V5 09/18] MIPS: Loongson: Add swiotlb to support big memory (>4GB)

[PATCH] perf: Let O= makes handle relative paths
 2012-08-13 18:02 UTC  (5+ messages)

Conntrackd issue with bonding
 2012-08-13 18:01 UTC  (8+ messages)

[PATCH 1/5] workqueue: use enum value to set array size of pools in gcwq
 2012-08-13 18:00 UTC  (17+ messages)
` [PATCH 2/5] workqueue: change value of lcpu in queue_delayed_work_on()
` [PATCH 4/5] workqueue: use system_highpri_wq for highpri workers in rebind_workers()
` [PATCH 5/5] workqueue: use system_highpri_wq for unbind_work

[Qemu-devel] [PULL 0/2] QOMify AXI stream for Xilinx AXI ethernet/DMA
 2012-08-13 17:58 UTC  (4+ messages)

[Bridge] [patch net-next 00/16] net: introduce upper device lists and remove dev->master
 2012-08-13 17:52 UTC  (4+ messages)
` [Bridge] [patch net-next 01/16] net: introduce upper device lists
  `  "

[PATCH v2] be2iscsi: cleanup format strings
 2012-08-13 17:51 UTC 

No lock on RBD allow several mount on different servers
 2012-08-13 17:49 UTC  (8+ messages)

[PATCH] help: correct behavior for is_executable on Windows
 2012-08-13 17:48 UTC  (4+ messages)

[PATCH][SCSI] remove the queue unlock in scsi_requset_fn
 2012-08-13 17:47 UTC  (2+ messages)

[PATCH] Smack: remove task_wait() hook
 2012-08-13 17:46 UTC  (4+ messages)

[PATCH] query udev dir via pkg-config
 2012-08-13 17:44 UTC 

[PATCH V3] regulator: tps6586x: add support for SYS rail
 2012-08-13 17:42 UTC  (2+ messages)

core-image-minimal: no valid shadow password
 2012-08-13 17:40 UTC  (2+ messages)

[meta-systemd] wpa-supplicant: add systemd support
 2012-08-13 17:28 UTC 

[PATCH] input: Implement idle timeout for fakehid
 2012-08-13 17:40 UTC 

[PATCH v2 1/2] powerpc/mpic: Add Open-PIC global timer document
 2012-08-13 17:39 UTC  (4+ messages)

[PATCH v5 00/12] KVM: introduce readonly memslot
 2012-08-13 17:39 UTC  (4+ messages)

[PATCH] efikamx: reintroduce Genesi Efika MX Smarttop via device tree
 2012-08-13 17:38 UTC  (5+ messages)

[Qemu-devel] [qemu-devel] [PATCH V2 2/3] [RFC] libqblock-API design
 2012-08-13 17:38 UTC  (4+ messages)

[PATCH 0/1] ARM: at91: fix drivers broken because of sparse irq support
 2012-08-13 17:37 UTC  (3+ messages)
` [PATCH] "

[GIT PULL] ViewCast O820E capture support added
 2012-08-13 17:36 UTC  (5+ messages)

[PATCH v2 2/2] powerpc/mpic: add global timer support
 2012-08-13 17:36 UTC  (4+ messages)

[Qemu-devel] [PATCH v9 0/7] file descriptor passing using fd sets
 2012-08-13 17:32 UTC  (8+ messages)
` [Qemu-devel] [PATCH v9 6/7] block: Enable qemu_open/close to work with "


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.