All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-14 18:28:06 to 2012-11-14 19:14:12 UTC [more...]

[PATCH v2] enable all tmem backends to be built and loaded as modules
 2012-11-14 19:12 UTC  (21+ messages)
` [PATCH 01/11] zcache: Provide accessory functions for counter increase
` [PATCH 02/11] zcache: Provide accessory functions for counter decrease
` [PATCH 03/11] zcache: The last of the atomic reads has now an accessory function
` [PATCH 04/11] zcache: Fix compile warnings due to usage of debugfs_create_size_t
` [PATCH 05/11] zcache: Make the debug code use pr_debug
` [PATCH 06/11] zcache: Move debugfs code out of zcache-main.c file
` [PATCH 07/11] zcache: Use an array to initialize/use debugfs attributes
` [PATCH 08/11] zcache: Move the last of the debugfs counters out
` [PATCH 09/11] zcache: Allow to compile if ZCACHE_DEBUG and !DEBUG_FS
` [PATCH 10/11] zcache: Module license is defined twice
` [PATCH 11/11] zcache: Coalesce all debug under CONFIG_ZCACHE2_DEBUG

[PATCH] drm/i915: Ensure that the wait ioctl return timeout is valid
 2012-11-14 19:11 UTC 

[PATCH] send-email: add proper default sender
 2012-11-14 19:11 UTC  (4+ messages)
` [PATCH 1/6] ident: make user_ident_explicitly_given private

[PATCH 0/4] [GIT PULL][3.8] tracing: Updated patches
 2012-11-14 18:53 UTC  (5+ messages)
` [PATCH 1/4] tracing,x86: Add a TSC trace_clock
` [PATCH 2/4] tracing: Format non-nanosec times from tsc clock without a decimal point
` [PATCH 3/4] tracing: Show raw time stamp on stats per cpu using counter or tsc mode for trace_clock
` [PATCH 4/4] tracing: Kill unused and puzzled sample code in ftrace.h

[PATCH] meta-toolchain-arago: special case for gdb to be built as part of canadian-cross-sdk
 2012-11-14 19:09 UTC  (4+ messages)

[PATCH v4 00/16] mSBC tests
 2012-11-14 19:09 UTC  (3+ messages)
` [PATCH v4 10/16] sbc: simd support for 8 multiples block size

All clients impatient
 2012-11-14 19:09 UTC  (2+ messages)

[PATCH V5 0/7] ARM: AM33XX: net: Add DT support to CPSW and MDIO driver
 2012-11-14 19:08 UTC  (24+ messages)
` [PATCH V5 1/7] net: davinci_mdio: Fix typo mistake in calling runtime-pm api
` [PATCH V5 2/7] net: cpsw: Add parent<->child relation support between cpsw and mdio
` [PATCH V5 3/7] cpsw: simplify the setup of the register pointers
  ` [PATCH V5 4/7] net: cpsw: halt network stack before halting the device during suspend
  ` [PATCH V5 6/7] ARM: OMAP2+: omap2plus_defconfig: Enable CPSW support
` [PATCH V5 5/7] ARM: OMAP3+: hwmod: Add AM33XX HWMOD data for davinci_mdio module
` [PATCH V5 7/7] arm/dts: am33xx: Add CPSW and MDIO module nodes for AM33XX

[PATCH v5 0/4] arch/arm: support seccomp
 2012-11-14 19:07 UTC  (6+ messages)

[PATCH] ARM: Fix errata 751472 handling on Cortex-A9 r1p*
 2012-11-14 19:06 UTC  (6+ messages)

[PATCH] drm/i915: Use LRI to update the semaphore registers
 2012-11-14 19:06 UTC  (2+ messages)

Problem compiling diffutils on poky-tiny in danny
 2012-11-14 19:05 UTC  (6+ messages)

PVH: libxl expertise
 2012-11-14 19:04 UTC  (6+ messages)

[Qemu-devel] [PULL 00/26] Block patches
 2012-11-14 18:47 UTC  (27+ messages)
` [Qemu-devel] [PATCH 01/26] qemu: Document GlusterFS block driver usage
` [Qemu-devel] [PATCH 02/26] qcow2: Fix refcount table size calculation
` [Qemu-devel] [PATCH 03/26] qemu-iotests: qcow2: Test growing large refcount table
` [Qemu-devel] [PATCH 04/26] MAINTAINERS: add Stefan Hajnoczi as block and virtio-blk co-maintainer
` [Qemu-devel] [PATCH 05/26] block: Workaround for older versions of MinGW gcc
` [Qemu-devel] [PATCH 06/26] tests: allow qemu-iotests to be run against nbd backend
` [Qemu-devel] [PATCH 07/26] aio: switch aiocb_size type int -> size_t
` [Qemu-devel] [PATCH 08/26] aio: use g_slice_alloc() for AIOCB pooling
` [Qemu-devel] [PATCH 09/26] aio: rename AIOPool to AIOCBInfo
` [Qemu-devel] [PATCH 10/26] fdc: Remove status0 parameter from fdctrl_set_fifo()
` [Qemu-devel] [PATCH 11/26] fdc-test: split test_media_change() test, so insert part can be reused
` [Qemu-devel] [PATCH 12/26] fdc-test: insert media before fuzzing registers
` [Qemu-devel] [PATCH 13/26] fdc-test: add tests for non-DMA READ command
` [Qemu-devel] [PATCH 14/26] fdc: use status0 field instead of a local variable
` [Qemu-devel] [PATCH 15/26] fdc: fix FD_SR0_SEEK for non-DMA transfers and multi sectors transfers
` [Qemu-devel] [PATCH 16/26] fdc: fix FD_SR0_SEEK for initial seek on DMA transfers
` [Qemu-devel] [PATCH 17/26] fdc: fix false FD_SR0_SEEK
` [Qemu-devel] [PATCH 18/26] fdc-test: Check READ ID
` [Qemu-devel] [PATCH 19/26] fdc: implement VERIFY command
` [Qemu-devel] [PATCH 20/26] fdc-tests: add tests for "
` [Qemu-devel] [PATCH 21/26] fdc: remove double affectation of FD_MSR_CMDBUSY flag
` [Qemu-devel] [PATCH 22/26] fdc: fix typo in zero constant
` [Qemu-devel] [PATCH 23/26] fdc: remove last usage of FD_STATE_SEEK
` [Qemu-devel] [PATCH 24/26] vmdk: Fix data corruption bug in WRITE and READ handling
` [Qemu-devel] [PATCH 25/26] megasas: Use bdrv_drain_all instead of qemu_aio_flush
` [Qemu-devel] [PATCH 26/26] qemu-io: "

[PATCHSET cgroup/for-3.8] cgroup: allow ->post_create() to fail
 2012-11-15  3:00 UTC  (13+ messages)
` [PATCH 04/17] cgroup: create directory before linking while creating a new cgroup
` [PATCH 05/17] cgroup: cgroup->dentry isn't a RCU pointer

[refpolicy] [PATCH 0/5] Small batch of updates for contrib
 2012-11-14 19:03 UTC  (4+ messages)
` [refpolicy] [PATCH 5/5] Support at service

What's cooking in git.git (Nov 2012, #03; Tue, 13)
 2012-11-14 19:02 UTC  (4+ messages)

[PATCH] Try #2: Use SCSI read/write(16) with >2TB drives
 2012-11-14 19:02 UTC  (2+ messages)

[PATCH v2] enable all tmem backends to be built and loaded as modules
 2012-11-14 18:57 UTC  (18+ messages)
` [PATCH 1/8] mm: cleancache: lazy initialization to allow tmem backends to build/run "
` [PATCH 2/8] mm: frontswap: "
` [PATCH 3/8] frontswap: Make frontswap_init use a pointer for the ops
` [PATCH 4/8] cleancache: Make cleancache_init "
` [PATCH 5/8] staging: zcache2+ramster: enable ramster to be built/loaded as a module
` [PATCH 6/8] staging: zcache2+ramster: enable zcache2 "
` [PATCH 7/8] xen: tmem: enable Xen tmem shim "
` [PATCH 8/8] xen/tmem: Remove the subsys call

[RFC/PATCH] XENMEM_claim_pages (subop of an existing) hypercall
 2012-11-14 18:58 UTC  (2+ messages)

[tcpdump-workers] vlan tagged packets and libpcap breakage
 2012-11-14 18:58 UTC  (5+ messages)
        `  "

[PATCH] Btrfs: fix BUG() in scrub when first superblock reading gives EIO
 2012-11-14 18:57 UTC 

[patch 0/2] xfs: xfs_tosspages() bug
 2012-11-14 18:57 UTC  (7+ messages)
` [patch 2/2] xfstests: xfs_tosspages() test addition
    ` [patch 2/2 V2] "
          ` [patch 2/2 V3] "

[PATCH 0/7] fixups for kmemcg
 2012-11-15  2:54 UTC  (16+ messages)
` [PATCH 1/7] memcg: simplify ida initialization
` [PATCH 2/7] move include of workqueue.h to top of slab.h file
` [PATCH 3/7] memcg: remove test for current->mm in memcg_stop/resume_kmem_account
` [PATCH 4/7] memcg: replace __always_inline with plain inline
` [PATCH 5/7] memcg: get rid of once-per-second cache shrinking for dead memcgs
` [PATCH 6/7] memcg: add comments clarifying aspects of cache attribute propagation
` [PATCH 7/7] slub: drop mutex before deleting sysfs entry

[RFC] rework mem_cgroup iterator
 2012-11-15  2:44 UTC  (17+ messages)
` [RFC 2/5] memcg: rework mem_cgroup_iter to use cgroup iterators

[xen-unstable test] 14392: regressions - FAIL
 2012-11-14 18:52 UTC 

v1.8.0-150-gb0b00a3: Weird documentation for git-rm
 2012-11-14 18:50 UTC  (3+ messages)
` [PATCH] docs: move submodule section

[PATCH] i2c: omap: don't save a value only needed for read-clearing
 2012-11-14 18:50 UTC  (3+ messages)

[PATCH 00/32] xfs: current queue for 3.8
 2012-11-14 18:52 UTC  (5+ messages)
` [PATCH 02/32] xfs: remove xfs_tosspages
  ` [PATCH 02/32 V2] "
      ` [PATCH 02.5/32] "

[RFC PATCH 00/31] Foundation for automatic NUMA balancing V2
 2012-11-14 18:50 UTC  (5+ messages)
` [PATCH 26/31] sched: numa: Make mempolicy home-node aware

[PATCH v2 0/1] uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race
 2012-11-14 18:49 UTC  (2+ messages)
` [PATCH v2 1/1] "

[U-Boot] [PATCH 0/6 V2] EXYNOS5: FDT Support for I2C
 2012-11-14 18:48 UTC  (6+ messages)
` [U-Boot] [PATCH 5/6 V2] I2C: Driver changes for FDT support
` [U-Boot] [PATCH 6/6 V2] SMDK5250: Initialise I2C using FDT

[Cluster-devel] [PATCH 2/2] gfs2: remove redundant lvb pointer
 2012-11-14 18:47 UTC 

[Cluster-devel] [PATCH 1/2] gfs2: only use lvb on glocks that need it
 2012-11-14 18:46 UTC 

**Alert Notification!!!
 2012-11-14 15:01 UTC 

do_fetch failure with libowl-0.1
 2012-11-14 18:45 UTC  (2+ messages)

[U-Boot] what does it mean when "SOBJS" refers to a C source file?
 2012-11-14 18:44 UTC  (2+ messages)

[PATCH 0/2] change_protection(): Count the number of pages affected
 2012-11-14 18:43 UTC  (10+ messages)
` [PATCH 1/2] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 2/2] mm: Optimize the TLB flush of sys_mprotect() and change_protection() users

[Qemu-devel] [PULL 0/6] pixman build fixes
 2012-11-14 18:42 UTC  (6+ messages)
` [Qemu-devel] [PATCH 5/6] pixman: build internal version early

[PATCH v4 00/14] Win 8 support for digitizers
 2012-11-14 18:47 UTC  (5+ messages)
` [PATCH v4 12/14] HID: hid-multitouch: support for hovering devices
` [PATCH v4 13/14] HID: hid-multitouch: fix Win 8 protocol

Noel c'est parti : jusqu'à -75 pourcent d'économie
 2012-11-14 18:39 UTC 

(no subject)
 2012-11-14 18:27 UTC  (2+ messages)
` 

[PATCH 0/4] rbd: stop using ceph_calc_raw_layout()
 2012-11-14 18:34 UTC  (5+ messages)
` [PATCH 1/4] rbd: pull in ceph_calc_raw_layout()
` [PATCH 2/4] rbd: open code rbd_calc_raw_layout()
` [PATCH 3/4] rbd: don't bother calculating file mapping
` [PATCH 4/4] rbd: use a common layout for each device

memcg/cgroup: do not fail fail on pre_destroy callbacks
 2012-11-14 18:33 UTC  (9+ messages)
` [PATCH v3 3/6] memcg: Simplify mem_cgroup_force_empty_list error handling

[RFC/PATCH] XENMEM_claim_pages (subop of an existing) hypercall
 2012-11-14 18:33 UTC  (3+ messages)

[PATCH 18/31] mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
 2012-11-14 18:28 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] Opteron_G5 and Haswell CPU models
 2012-11-14 18:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/3] target-i386: cpu: name new CPUID bits
` [Qemu-devel] [PATCH 2/3] target-i386: cpu: add new Opteron CPU model


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.