All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-12-26 23:31:47 to 2012-12-27 03:09:19 UTC [more...]

[PATCH v5 00/14] memory-hotplug: hot-remove physical memory
 2012-12-27  3:09 UTC  (5+ messages)
` [PATCH v5 03/14] memory-hotplug: remove redundant codes

[PATCH v2] tests/testdisplay: Specify the display
 2012-12-27  3:03 UTC  (4+ messages)

[PATCH 1/2] watchdog: Use local_clock for get_timestamp()
 2012-12-27  2:49 UTC  (2+ messages)
` [PATCH 2/2] tracing: Use sched_clock_cpu for trace_clock_global

[PATCH v3 00/11] xen: Initial kexec/kdump implementation
 2012-12-27  2:19 UTC  (47+ messages)
  ` [PATCH v3 01/11] kexec: introduce kexec firmware support
    ` [PATCH v3 02/11] x86/kexec: Add extra pointers to transition page table PGD, PUD, PMD and PTE
        ` [PATCH v3 03/11] xen: Introduce architecture independent data for kexec/kdump
              ` [PATCH v3 04/11] x86/xen: Introduce architecture dependent "
                  ` [PATCH v3 05/11] x86/xen: Register resources required by kexec-tools
                      ` [PATCH v3 06/11] x86/xen: Add i386 kexec/kdump implementation
                          ` [PATCH v3 07/11] x86/xen: Add x86_64 "
                            ` [PATCH v3 08/11] x86/xen: Add kexec/kdump Kconfig and makefile rules
                                  ` [PATCH v3 09/11] x86/xen/enlighten: Add init and crash kexec/kdump hooks
                                      ` [PATCH v3 10/11] drivers/xen: Export vmcoreinfo through sysfs
                                        ` [PATCH v3 11/11] x86: Add Xen kexec control code size check to linker script

[Qemu-devel] [RFC] lively write vmstate with predictable size
 2012-12-27  2:40 UTC  (4+ messages)

[PATCH] wt-status: Show ignored files in untracked dirs
 2012-12-27  2:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 00/19] new git check-ignore sub-command
 2012-12-27  2:32 UTC  (20+ messages)
` [PATCH v3 01/19] api-directory-listing.txt: update to match code
` [PATCH v3 02/19] Improve documentation and comments regarding directory traversal API
` [PATCH v3 03/19] dir.c: rename cryptic 'which' variable to more consistent name
` [PATCH v3 04/19] dir.c: rename path_excluded() to is_path_excluded()
` [PATCH v3 05/19] dir.c: rename excluded_from_list() to is_excluded_from_list()
` [PATCH v3 06/19] dir.c: rename excluded() to is_excluded()
` [PATCH v3 07/19] dir.c: refactor is_excluded_from_list()
` [PATCH v3 08/19] dir.c: refactor is_excluded()
` [PATCH v3 09/19] dir.c: refactor is_path_excluded()
` [PATCH v3 10/19] dir.c: rename free_excludes() to clear_exclude_list()
` [PATCH v3 11/19] dir.c: use a single struct exclude_list per source of excludes
` [PATCH v3 12/19] dir.c: keep track of where patterns came from
` [PATCH v3 13/19] dir.c: provide clear_directory() for reclaiming dir_struct memory
` [PATCH v3 14/19] add.c: refactor treat_gitlinks()
` [PATCH v3 15/19] add.c: remove unused argument from validate_pathspec()
` [PATCH v3 16/19] pathspec.c: move reusable code from builtin/add.c
` [PATCH v3 17/19] pathspec.c: extract new validate_path() for reuse
` [PATCH v3 18/19] setup.c: document get_pathspec()
` [PATCH v3 19/19] Add git-check-ignore sub-command

N/A
 2012-12-22 22:09 UTC 

[Ocfs2-devel] [PATCH] Initialize unaligned I/O bit to clear
 2012-12-27  2:25 UTC  (2+ messages)

[PATCH v7 0/3] x86, apicv: Add APIC virtualization support
 2012-12-27  2:24 UTC  (7+ messages)
` [PATCH v7 2/3] x86, apicv: add virtual interrupt delivery support

[PATCH v3 00/11] xen: Initial kexec/kdump implementation
 2012-12-27  2:18 UTC 

Any idea about doing deduplication in ceph?
 2012-12-27  2:16 UTC 

[BUG]: when using `xl restore`,xc_evtchn_alloc_unbound will raise this error
 2012-12-27  2:12 UTC  (6+ messages)

[PATCH 00/32] AIO performance improvements/cleanups, v3
 2012-12-27  2:00 UTC  (66+ messages)
` [PATCH 01/32] mm: remove old aio use_mm() comment
` [PATCH 02/32] aio: remove dead code from aio.h
` [PATCH 03/32] gadget: remove only user of aio retry
` [PATCH 04/32] aio: remove retry-based AIO
` [PATCH 05/32] char: add aio_{read,write} to /dev/{null,zero}
` [PATCH 06/32] aio: Kill return value of aio_complete()
` [PATCH 07/32] aio: kiocb_cancel()
` [PATCH 08/32] aio: Move private stuff out of aio.h
` [PATCH 09/32] aio: dprintk() -> pr_debug()
` [PATCH 10/32] aio: do fget() after aio_get_req()
` [PATCH 11/32] aio: Make aio_put_req() lockless
` [PATCH 12/32] aio: Refcounting cleanup
` [PATCH 13/32] wait: Add wait_event_hrtimeout()
` [PATCH 14/32] aio: Make aio_read_evt() more efficient, convert to hrtimers
` [PATCH 15/32] aio: Use flush_dcache_page()
` [PATCH 16/32] aio: Use cancellation list lazily
` [PATCH 17/32] aio: Change reqs_active to include unreaped completions
` [PATCH 18/32] aio: Kill batch allocation
` [PATCH 19/32] aio: Kill struct aio_ring_info
` [PATCH 20/32] aio: Give shared kioctx fields their own cachelines
` [PATCH 21/32] aio: reqs_active -> reqs_available
` [PATCH 22/32] aio: percpu reqs_available
` [PATCH 23/32] Generic dynamic per cpu refcounting
` [PATCH 24/32] aio: Percpu ioctx refcount
` [PATCH 25/32] aio: use xchg() instead of completion_lock
` [PATCH 26/32] aio: Don't include aio.h in sched.h
` [PATCH 27/32] aio: Kill ki_key
` [PATCH 28/32] aio: Kill ki_retry
` [PATCH 29/32] block, aio: Batch completion for bios/kiocbs
` [PATCH 30/32] virtio-blk: Convert to batch completion
` [PATCH 31/32] mtip32xx: "
` [PATCH 32/32] aio: Smoosh struct kiocb

[PATCH] cma: use unsigned type for count argument
 2012-12-27  2:05 UTC  (7+ messages)

[PATCH] libata: replace sata_settings with devslp_timing
 2012-12-27  2:01 UTC  (3+ messages)

[PATCH] x86: Default to ARCH=x86 to avoid overriding CONFIG_64BIT
 2012-12-27  1:52 UTC  (11+ messages)
` [tip:x86/build] x86: Default to ARCH= x86 "
    ` [tip] config: Add 'make kvmconfig'

N/A
 2012-12-22 22:08 UTC 

N/A
 2012-12-22 22:08 UTC 

N/A
 2012-12-22 22:08 UTC 

N/A
 2012-12-22 22:08 UTC 

[PATCH v7 1/3] aerdrv: Trace Event for AER
 2012-12-27  1:33 UTC  (6+ messages)
` [PATCH v7 2/3] aerdrv: Enhanced AER logging

[PATCH] iproute2: DEPENDS on iptables
 2012-12-27  1:02 UTC 

[PATCH fix-3.8] video: vt8500: Fix X crash when initializing framebuffer
 2012-12-27  1:08 UTC  (6+ messages)

[GIT PULL] namespace fixes for v3.8-rc2
 2012-12-27  1:04 UTC  (2+ messages)

[PATCH] drm: make frame duration time calculation more precise
 2012-12-27  1:01 UTC 

[PATCH 0/3] Thunderbolt workarounds
 2012-12-27  0:50 UTC  (2+ messages)

[PATCH 0/4] AER-KVM: Error containment of PCI pass-thru devices assigned to KVM guests
 2012-12-27  0:46 UTC  (7+ messages)
      ` [Qemu-devel] "

[PATCH v3] mergetools/p4merge: Honor $TMPDIR for the /dev/null placeholder
 2012-12-27  0:45 UTC 

[PATCH] bgmac: driver for GBit MAC core on BCMA bus
 2012-12-27  0:45 UTC  (3+ messages)

(no subject)
 2012-12-27  0:39 UTC 

Linker Problem: Unrecognized '-Wl,-O1'
 2012-12-27  0:28 UTC  (3+ messages)

conntrack-tools rpc helper
 2012-12-27  0:36 UTC  (3+ messages)

3.8.0-rc1: WARNING: at fs/ext4/page-io.c:232
 2012-12-27  0:27 UTC 

kernel BUG at mm/huge_memory.c:1798!
 2012-12-27  0:31 UTC  (4+ messages)

[PATCH v4] usb: phy: samsung: Add support to set pmu isolation
 2012-12-27  0:26 UTC  (4+ messages)

[PATCH fix-3.8] rtc: vt8500: Correct handling of CR_24H bitfield
 2012-12-27  0:21 UTC  (2+ messages)

[PATCH 2/3] libxtables: add xtables_rule_matches_free
 2012-12-27  0:20 UTC  (2+ messages)
` [PATCH 3/3] libxtables: add xtables_print_num

[PATCH 1/4] iptables: remove unused leftover definitions
 2012-12-27  0:19 UTC 

[PATCH 0/3] clk fixes for 3.8
 2012-12-27  0:14 UTC  (8+ messages)
` [PATCH 1/3] clk: vt8500: Fix error in PLL calculations on non-exact match
` [PATCH 2/3] clk: vt8500: Fix device clock divisor calculations
` [PATCH 3/3] clk: vt8500: Fix division-by-0 when requested rate=0

[PATCH] ACPI / PCI: Set root bridge ACPI handle in advance
 2012-12-27  0:10 UTC  (5+ messages)
` [Alternative][PATCH] "

Weekly Build Availability
 2012-12-27  0:09 UTC 

[Xenomai] [Announce] Xenomai 2.6.2
 2012-12-27  0:02 UTC 

[PATCH 04/26] aio: remove retry-based AIO
 2012-12-26 23:31 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.