All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-15 14:49:26 to 2013-03-15 15:19:29 UTC [more...]

[LTP] [PATCH v2 0/7] mm/oom: extend the coverage of OOM
 2013-03-15 15:03 UTC  (8+ messages)
` [LTP] [PATCH v2 1/7] lib/mem: modified _gather_cpus() as _gather_node_cpus()
` [LTP] [PATCH v2 2/7] mm/oom02: modified 'OOM for NUMA' as 'OOM for mempolicy'
` [LTP] [PATCH v2 3/7] numa_helper: added a new function is_numa()
` [LTP] [PATCH v2 4/7] mm/oom0[3|4]: added 'OOM for CPUSET' and moved 'OOM with MEMCG & numa' to oom03
  ` [LTP] [PATCH v2 5/7] lib/mem: updated testoom() and oom() funcs
` [LTP] [PATCH v2 6/7] mm/oom05: new testcase
` [LTP] [PATCH v2 7/7] lib/mem: removed the prefix underscore '_' of the internal function name

[PATCH v2 00/23] ARM: OMAP2+: Adapt to ehci-omap changes for 3.10
 2013-03-15 15:16 UTC  (40+ messages)
` [PATCH v2 02/23] ARM: OMAP2+: omap-usb-host: Add usbhs_init_phys()
` [PATCH v2 04/23] ARM: OMAP2+: omap4panda: Adapt to ehci-omap changes
` [PATCH v2 06/23] ARM: OMAP3: 3430SDP: "
  ` [PATCH v2 01/23] usb: phy: nop: Add some parameters to platform data
  ` [PATCH v2 03/23] ARM: OMAP2+: omap4panda: Provide USB Host's PHY "
  ` [PATCH v2 05/23] ARM: OMAP3: Beagle: Adapt to ehci-omap changes
  ` [PATCH v2 07/23] ARM: OMAP3: 3630SDP: "
  ` [PATCH v2 09/23] ARM: OMAP: AM3517evm: "
  ` [PATCH v2 11/23] ARM: OMAP3: cm-t3517: "
  ` [PATCH v2 12/23] ARM: OMAP: devkit8000: "
` [PATCH v2 08/23] ARM: OMAP: AM3517crane: "
` [PATCH v2 10/23] ARM: OMAP3: cm-t35: "
` [PATCH v2 13/23] ARM: OMAP3: igep0020: "
` [PATCH v2 14/23] ARM: OMAP3: omap3evm: "
` [PATCH v2 15/23] ARM: OMAP3: omap3pandora: "
` [PATCH v2 16/23] ARM: OMAP3: omap3stalker: "
` [PATCH v2 17/23] ARM: OMAP3: omap3touchbook: "
` [PATCH v2 18/23] ARM: OMAP3: overo: "
` [PATCH v2 19/23] ARM: OMAP: zoom: "
` [PATCH v2 20/23] ARM: dts: OMAP4: Add HS USB Host IP nodes
` [PATCH v2 21/23] ARM: dts: omap4-panda: Add USB Host support
` [PATCH v2 22/23] ARM: dts: OMAP3: Add HS USB Host IP nodes
` [PATCH v2 23/23] ARM: dts: omap3-beagle: Add USB Host support

[PATCH 3.9] ath9k: limit tx path hang check to normal data queues
 2013-03-15 15:18 UTC 

[PATCH] nouveau: nv10_fence.c: avoid sparse warning
 2013-03-15 15:18 UTC 

[PATCH] Teach babeltrace understand "native" and "network" for byte_order
 2013-03-15 15:16 UTC  (2+ messages)

[PATCH RFC] xen-netback: coalesce frags before copying
 2013-03-15 15:17 UTC  (3+ messages)

[Qemu-devel] [PULL 00/28] Block patches
 2013-03-15 15:14 UTC  (28+ messages)
` [Qemu-devel] [PATCH 01/28] block: Add options QDict to .bdrv_open()
` [Qemu-devel] [PATCH 02/28] block: Add options QDict to bdrv_open() prototype
` [Qemu-devel] [PATCH 03/28] Add qdict_clone_shallow()
` [Qemu-devel] [PATCH 04/28] block: Add options QDict to bdrv_open_common()
` [Qemu-devel] [PATCH 05/28] qemu-option: Add qemu_opts_absorb_qdict()
` [Qemu-devel] [PATCH 06/28] blockdev: Keep a copy of DriveInfo.serial
` [Qemu-devel] [PATCH 07/28] block: Support driver specific options in drive_init()
` [Qemu-devel] [PATCH 08/28] qcow2: Allow lazy refcounts to be enabled on the command line
` [Qemu-devel] [PATCH 09/28] qcow2: flush refcount cache correctly in alloc_refcount_block()
` [Qemu-devel] [PATCH 10/28] qcow2: flush refcount cache correctly in qcow2_write_snapshots()
` [Qemu-devel] [PATCH 11/28] qcow2: set L2 cache dependency in qcow2_alloc_bytes()
` [Qemu-devel] [PATCH 12/28] qcow2: flush in qcow2_update_snapshot_refcount()
` [Qemu-devel] [PATCH 13/28] qcow2: drop flush in update_cluster_refcount()
` [Qemu-devel] [PATCH 14/28] qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()
` [Qemu-devel] [PATCH 15/28] qcow2: make is_allocated return true for zero clusters
` [Qemu-devel] [PATCH 16/28] sheepdog: use non-blocking fd in coroutine context
` [Qemu-devel] [PATCH 17/28] sheepdog: set io_flush handler in do_co_req
` [Qemu-devel] [PATCH 18/28] main-loop: add qemu_get_aio_context()
` [Qemu-devel] [PATCH 19/28] threadpool: move globals into struct ThreadPool
` [Qemu-devel] [PATCH 20/28] threadpool: add thread_pool_new() and thread_pool_free()
` [Qemu-devel] [PATCH 21/28] aio: add a ThreadPool instance to AioContext
` [Qemu-devel] [PATCH 22/28] block: add bdrv_get_aio_context()
` [Qemu-devel] [PATCH 24/28] coroutine: use AioContext for CoQueue BH
` [Qemu-devel] [PATCH 25/28] dataplane: fix hang introduced by AioContext transition
` [Qemu-devel] [PATCH 26/28] qemu-iotests: add tests for rebasing zero clusters
` [Qemu-devel] [PATCH 27/28] qemu-iotests: use -nographic in test case 007
` [Qemu-devel] [PATCH 28/28] blockdev: Fix up copyright and permission notice

Trying to implement secondary loopback
 2013-03-15 15:15 UTC  (19+ messages)
      ` AW: "

[Cocci] "virtual rule patch not supported"
 2013-03-15 15:14 UTC  (6+ messages)

[3.9-rc1] irq 16: nobody cared (was [3.9-rc1] very poor interrupt responses)
 2013-03-15 15:14 UTC  (8+ messages)

[PATCH 0/4] fix depvpts in user namespaces
 2013-03-15 15:14 UTC  (12+ messages)
` [PATCH 1/4] dev_cgroup: keep track of which cgroup is the root cgroup
` [PATCH 3/4] fs: allow mknod in user namespaces

+ atomic-improve-atomic_inc_unless_negative-atomic_dec_unless_positive .patch added to -mm tree
 2013-03-15 15:13 UTC  (4+ messages)

[PATCH] [ARM] imx1: add #define to configure frequency for the clk32
 2013-03-15 15:13 UTC  (2+ messages)

Inactive memory keep growing and how to release it?
 2013-03-15 15:12 UTC  (9+ messages)
` a problem about ext4
    ` Ext4:can not rm directories on 2.6.3x

[Qemu-devel] [PATCH v2 0/8] block: Add driver specific options
 2013-03-15 15:12 UTC  (2+ messages)

[PATCH v6 0/2] ARM: davinci: add support for dm365 vpbe display
 2013-03-15 15:11 UTC  (6+ messages)
` [PATCH v6 1/2] ARM: davinci: dm365: add support for v4l2 video display
` [PATCH v6 2/2] ARM: davinci: dm365 EVM: add support for VPBE display

[Qemu-devel] [PATCH] configure: Print out missing library when configure fails
 2013-03-15 15:10 UTC  (3+ messages)

[PATCH 2/2] xen: Fix console buffer content length calculation
 2013-03-15 15:10 UTC  (2+ messages)

[PATCH 1/2] xen: Improve calculation of beginning of virtual address space
 2013-03-15 15:09 UTC  (2+ messages)

[PATCH 0/2] crash: Bundle of fixes for Xen
 2013-03-15 15:07 UTC  (2+ messages)

Fwd: compiling LTTng for android
 2013-03-15 15:08 UTC 

[RFC patch 00/11] cpuidle : ARM driver to rule them all
 2013-03-15 15:07 UTC  (5+ messages)
` [RFC patch 02/11] cpuidle / arm : a single cpuidle driver

[PATCH -next] HID: steelseries: use module_hid_driver() to simplify the code
 2013-03-15 15:07 UTC 

[Buildroot] ‘__ctype_touplow_t’ and ‘__ctype_mask_t’ does not name a type
 2013-03-15 15:07 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/20] chardev flow control
 2013-03-15 15:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH 11/20] qemu-char: use a glib timeout instead of qemu-timer

[PATCH] Documentation: Remove text on tracepoint samples
 2013-03-15 15:05 UTC  (2+ messages)

Linux 3.4 dom0 kernel error loading xen-acpi-processor: Input/output error
 2013-03-15 15:05 UTC  (11+ messages)

[U-Boot] [PATCH] am335x: Enable DDR PHY dynamic power down bit for DDR3 boards
 2013-03-15 15:05 UTC  (2+ messages)

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-03-15 15:05 UTC  (9+ messages)
` [PATCHv2, RFC 08/30] thp, mm: rewrite add_to_page_cache_locked() to support huge pages

[PATCH 0/2] Device Tree support for CMA (Contiguous Memory Allocator)
 2013-03-15 15:05 UTC  (4+ messages)

building yocto image from git always switches branch
 2013-03-15 15:04 UTC  (4+ messages)

Adding gpsd and ntp causes Sabre SD boot not finished
 2013-03-15 15:04 UTC  (2+ messages)

[BUG]: when printk too more through serial, cpu up is failed
 2013-03-15 15:03 UTC  (4+ messages)

[GIT PULL] Sound fixes for 3.9-rc3
 2013-03-15 15:03 UTC 

[PATCH 0/8] ARM: OMAP3+: Switch to use DT based cpu0-cpufreq driver
 2013-03-15 15:02 UTC  (16+ messages)
` [PATCH 2/8] ARM: dts: OMAP36xx: move CPU OPP tables to device tree

[linux-lvm] LVM snapshot with Clustered VG
 2013-03-15 15:02 UTC  (22+ messages)
                  ` [linux-lvm] LVM snapshot with Clustered VG [SOLVED]

linux-next: manual merge of the staging tree with Linus' tree
 2013-03-15 15:01 UTC  (2+ messages)

[PATCH 0/9] usb: fix PHY error handling
 2013-03-15 15:01 UTC  (2+ messages)

[Qemu-devel] [PATCH v11 1/3] iov: Factor out hexdumper
 2013-03-15 15:00 UTC  (2+ messages)
` [Qemu-devel] [PATCH v11 0/3] Xilinx Zynq PL330 support

[PATCH v2 1/1] ARM: LPAE: Fix mapping in alloc_init_pte for unaligned addresses
 2013-03-15 15:00 UTC  (8+ messages)

Inactive memory keep growing and how to release it?
 2013-03-15 15:00 UTC  (5+ messages)

[PATCH 1/1] tty: atmel_serial_probe(): index of atmel_ports[] fix
 2013-03-15 14:58 UTC  (3+ messages)

Null pointer dereference and following traces on 3.9-rc1
 2013-03-15 14:57 UTC  (3+ messages)

Fwd: [PATCH] Turn off -Wmaybe-uninitialized when building with -Os
 2013-03-15 14:55 UTC  (4+ messages)

[Buildroot] [Bug 6092] New: Bootable ISO image creation seems to have stopped working since 2012.08
 2013-03-15 14:56 UTC  (2+ messages)
` [Buildroot] [Bug 6092] "

[Qemu-devel] [PULL] linux-user updates
 2013-03-15 14:55 UTC  (2+ messages)

[PATCH] xfstests: make defrag test 222 generic
 2013-03-15 14:55 UTC  (3+ messages)

[U-Boot] [PATCH v4] Add initial support for Wandboard dual lite and solo
 2013-03-15 14:55 UTC  (5+ messages)

[PATCH v3] regmap: Cut down on the average # of nodes in the rbtree cache
 2013-03-15 14:54 UTC 

Ce qu’il y a de mieux pour votre bébé
 2013-03-15 14:54 UTC 

[PATCH resend v5] fs: imgdafs: Add IMG DAFS filesystem for metag
 2013-03-15 14:52 UTC  (2+ messages)

[Qemu-devel] [RFC V7 00/32] QCOW2 deduplication core functionality
 2013-03-15 14:49 UTC  (32+ messages)
` [Qemu-devel] [RFC V7 01/32] qcow2: Add deduplication to the qcow2 specification
` [Qemu-devel] [RFC V7 03/32] qcow2: Add deduplication structures and fields
` [Qemu-devel] [RFC V7 04/32] qcow2: Add qcow2_dedup_read_missing_and_concatenate
` [Qemu-devel] [RFC V7 05/32] qcow2: Create a way to link to l2 tables when deduplicating
` [Qemu-devel] [RFC V7 06/32] qcow2: Make qcow2_update_cluster_refcount public
` [Qemu-devel] [RFC V7 07/32] qcow2: Add qcow2_dedup and related functions
` [Qemu-devel] [RFC V7 08/32] qcow2: Add qcow2_dedup_store_new_hashes
` [Qemu-devel] [RFC V7 09/32] qcow2: Do allocate on rewrite on the dedup case
` [Qemu-devel] [RFC V7 10/32] qcow2: Implement qcow2_compute_cluster_hash
` [Qemu-devel] [RFC V7 11/32] qcow2: Add qcow2_dedup_grow_table and use it
` [Qemu-devel] [RFC V7 12/32] qcow2: Makes qcow2_alloc_cluster_link_l2 mark to deduplicate clusters
` [Qemu-devel] [RFC V7 13/32] qcow2: make the deduplication forget a cluster hash when a cluster is to dedupe
` [Qemu-devel] [RFC V7 14/32] qcow2: Create qcow2_is_cluster_to_dedup
` [Qemu-devel] [RFC V7 15/32] qcow2: Load and save deduplication table header extension
` [Qemu-devel] [RFC V7 16/32] qcow2: Extract qcow2_do_table_init
` [Qemu-devel] [RFC V7 17/32] qcow2-cache: Allow to choose table size at creation
` [Qemu-devel] [RFC V7 18/32] qcow2: Extract qcow2_set_incompat_feature and qcow2_clear_incompat_feature
` [Qemu-devel] [RFC V7 19/32] block: Add qcow2_dedup format and image creation code
` [Qemu-devel] [RFC V7 20/32] qcow2: Drop hash for a given cluster when dedup makes refcount > 2^16/2
` [Qemu-devel] [RFC V7 21/32] qcow2: Remove hash when cluster is deleted
` [Qemu-devel] [RFC V7 22/32] qcow2: Add qcow2_dedup_is_running to probe if dedup is running
` [Qemu-devel] [RFC V7 23/32] qcow2: Integrate deduplication in qcow2_co_writev loop
` [Qemu-devel] [RFC V7 24/32] qcow2: Serialize write requests when deduplication is activated
` [Qemu-devel] [RFC V7 25/32] qcow2: Adapt checking of QCOW_OFLAG_COPIED for dedup
` [Qemu-devel] [RFC V7 26/32] qcow2: Add check_dedup_l2 in order to check l2 of dedup table
` [Qemu-devel] [RFC V7 27/32] qcow2: Add verification "
` [Qemu-devel] [RFC V7 28/32] qcow2: Integrate SKEIN hash algorithm in deduplication
` [Qemu-devel] [RFC V7 29/32] qcow: Set large dedup hash block size
` [Qemu-devel] [RFC V7 30/32] qcow2: Add qcow2_dedup_init and qcow2_dedup_close
` [Qemu-devel] [RFC V7 31/32] qcow2: Add qcow2_co_dedup_resume to restart deduplication
` [Qemu-devel] [RFC V7 32/32] qcow2: Enable the deduplication feature

[Xenomai] [PATCH] psos skin: time_slice is specified in ticks instead of ns
 2013-03-15 14:52 UTC 

USB3 3TB HDD boot
 2013-03-15 14:51 UTC  (11+ messages)

[PATCH] Fix cd-insert problem not detecting type
 2013-03-15 14:51 UTC  (6+ messages)

[Qemu-devel] [RFC] qmp interface for save vmstate to image
 2013-03-15 14:51 UTC  (2+ messages)


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.