messages from 2012-10-02 15:12:42 to 2012-10-02 16:11:22 UTC [more...]
[RFC/PATCH] zcache2 on PPC64 (Was: [RFC] mm: add support for zsmalloc and zcache)
2012-10-02 16:11 UTC (4+ messages)
[GIT PULL] UBI changes for 3.7-rc1
2012-10-02 16:11 UTC (3+ messages)
[PATCH] Revert "initrd: Spawn an emergency shell when something goes wrong"
2012-10-02 15:56 UTC
[PATCHv4 0/3] trace: improve hypercall tracing
2012-10-02 16:09 UTC (5+ messages)
` [PATCH 1/3] trace: allow for different sub-classes of TRC_PV_* tracepoints
` [PATCH 2/3] trace: improve usefulness of hypercall trace record
[ 000/127] 3.0.44-stable review
2012-10-02 16:09 UTC (6+ messages)
` [ 094/127] md: make sure metadata is updated when spares are activated or removed
[RFC] [PATCH] cifs: retry kernel_sendmsg only in case of -EAGAIN
2012-10-02 16:08 UTC (7+ messages)
[GIT PULL] please pull infiniband.git
2012-10-02 16:08 UTC (2+ messages)
[Buildroot] [PATCH v3 1/2] pcsc-lite: new package
2012-10-02 16:08 UTC (4+ messages)
[PATCH v2 01/10] eglibc_2.16.bb: replace patch with updated version that supports e6500
2012-10-02 15:54 UTC (5+ messages)
` [PATCH v2 10/10] libx11.inc: fix build issues for older CentOS distros
[PATCH] hob/hobpages: Generate the title label every time
2012-10-02 14:59 UTC
t1450-fsck (sometimes/often) failes on Mac OS X
2012-10-02 16:06 UTC (5+ messages)
[PATCH] perf x86_64: Fix rsp register for system call fast path
2012-10-02 16:06 UTC (5+ messages)
` [PATCHv2] "
[PATCH 0/1 v7] net: introduce phylib
2012-10-02 16:04 UTC (3+ messages)
[PATCH net-next v5 1/1] ipv6: add support of ECMP
2012-10-02 16:06 UTC (4+ messages)
` [PATCH net-next v6 0/1] Add support of ECMPv6
` [PATCH net-next v6 1/1] ipv6: add support of equal cost multipath (ECMP)
Possible networking regression in 3.6.0
2012-10-02 16:06 UTC (9+ messages)
Full pass test results for 1.3 RC2
2012-10-02 16:04 UTC
[PATCH 0/10] Cleanup & new features for compiler*.h and bug.h
2012-10-02 16:04 UTC (4+ messages)
` [PATCH 10/10] bug.h: Add gcc 4.2+ versions of BUILD_BUG_ON_* macros
[PATCH 0/4] Add initial python-lvm support v2
2012-10-02 16:03 UTC (5+ messages)
` [PATCH 1/4] python-lvm: initial checkin of liblvm.c in liblvm/python/
` [PATCH 2/4] python-lvm: feature parity with liblvm
` [PATCH 3/4] python-lvm: build infrastructure
` [PATCH 4/4] python-lvm: Add example code for python-lvm
[Buildroot] Basic Qt questions
2012-10-02 16:03 UTC (2+ messages)
Cannot do atom-pc build with meta-cedartrail
2012-10-02 16:02 UTC (6+ messages)
[PATCH 0/3] perf tools: Bash completion update
2012-10-02 16:01 UTC (6+ messages)
` [PATCH 1/3] perf tools: Check existence of _get_comp_words_by_ref when bash completing
` [PATCH 2/3] perf tools: Complete long option names of perf command
` [PATCH 3/3] perf tools: Long option completion support for each subcommands
[PATCH v7 0/3] watchdog: at91sam9_wdt: add device tree support
2012-10-02 16:01 UTC (11+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] ARM: at91/dts: add at91sam9_wdt driver to at91sam926x, at91sam9g45
` [PATCH v7 3/3] ARM: at91/dts: evk-pro3: enable watchdog
[Qemu-devel] [PATCH 00/23 v4] target-i386: convert CPU features into properties
2012-10-02 16:01 UTC (25+ messages)
` [Qemu-devel] [PATCH 01/23] target-i386: return Error from cpu_x86_find_by_name()
` [Qemu-devel] [PATCH 02/23] target-i386: cpu_x86_register(): report error from property setter
` [Qemu-devel] [PATCH 03/23] target-i386: if x86_cpu_realize() failed report error and do cleanup
` [Qemu-devel] [PATCH 04/23] target-i386: filter out not TCG features if running without kvm at realize time
` [Qemu-devel] [PATCH 05/23] target-i386: move out CPU features initialization in separate func
` [Qemu-devel] [PATCH 06/23] target-i386: xlevel should be more than 0x80000000, move fixup into setter
` [Qemu-devel] [PATCH 07/23] target-i386: convert cpuid features into properties
` [Qemu-devel] [PATCH 08/23] target-i386: add stubs for hyperv_(vapic_recommended|relaxed_timing_enabled|get_spinlock_retries)()
` [Qemu-devel] [PATCH 09/23] target-i386: convert 'hv_spinlocks' feature into property
` [Qemu-devel] [PATCH 10/23] target-i386: convert 'hv_relaxed' "
` [Qemu-devel] [PATCH 11/23] target-i386: convert 'hv_vapic' "
` [Qemu-devel] [PATCH 12/23] target-i386: convert 'check' and 'enforce' features into properties
` [Qemu-devel] [PATCH 13/23] add visitor for parsing hz[KMG] input string
` [Qemu-devel] [PATCH 14/23] target-i386: use visit_type_hz to parse tsc_freq property value
` [Qemu-devel] [PATCH 15/23] target-i386: introduce vendor-override property
` [Qemu-devel] [PATCH 16/23] target-i386: use define for cpuid vendor string size
` [Qemu-devel] [PATCH 17/23] target-i386: postpone cpuid_level update to realize time
` [Qemu-devel] [PATCH 18/23] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t
` [Qemu-devel] [PATCH 19/23] target-i386: parse cpu_model string into set of stringified properties
` [Qemu-devel] [PATCH 20/23] target-i386: use properties to set/unset user specified features on CPU
` [Qemu-devel] [PATCH 21/23] target-i386: move init of "hypervisor" feature into CPU initializer from cpudef
` [Qemu-devel] [PATCH 22/23] target-i386: move default init of cpuid_kvm_features bitmap "
` [Qemu-devel] [PATCH 23/23] target-i386: cleanup cpu_x86_find_by_name(), only fill x86_def_t in it
Block live migration without pausing VM
2012-10-02 16:00 UTC (2+ messages)
[PATCH] extcon: max77693: Use max77693_update_reg for rmw operations
2012-10-02 15:59 UTC
[PATCH v7 00/49] audit/getname/estale patch series
2012-10-02 15:58 UTC (8+ messages)
` [PATCH v7 02/49] audit: pass in dentry to audit_copy_inode wherever possible
` [PATCH v7 03/49] audit: no need to walk list in audit_inode if name is NULL
` [PATCH v7 05/49] audit: add a new "type" field to audit_names struct
[PATCH 1/2] tda18271: delay IR & RF calibration until init() if delay_cal is set
2012-10-02 15:57 UTC (2+ messages)
` [PATCH 2/2] tda18271: properly report read errors in tda18271_get_id
[PATCH] drm/i915: s/DRM_IRQ_ARSG/int irq, void *arg
2012-10-02 15:57 UTC (2+ messages)
RAID6 rebuild stuck
2012-10-02 15:56 UTC (3+ messages)
[PATCH] mfd: spelling/cleanup of twl4030 madc
2012-10-02 15:55 UTC
[Bug 48191] New: radeon: trace dumped from r600_hdmi.c
2012-10-02 15:55 UTC
[PATCH 1/2] drm/i915: call drm_handle_vblank before finish_page_flip
2012-10-02 15:54 UTC (2+ messages)
` [PATCH 2/2] drm/i915: don't frob the vblank ts in finish_page_flip
[PATCH] arm: include linux/sched.h in syscall.h
2012-10-02 15:52 UTC (4+ messages)
network namespace and kernel bind issue
2012-10-02 15:51 UTC (12+ messages)
` [PATCH net-next] vxlan: put UDP socket in correct namespace
` [PATCHv2 "
[PATCH v2 0/7] uio_pruss cleanup and platform support
2012-10-02 15:51 UTC (8+ messages)
` [PATCH v2 4/7] ARM: davinci: Add support for an L3RAM gen_pool
[RFC v3] Convert storage to use per-remote device directories
2012-10-02 15:51 UTC
[PATCH Version 2 1/1] NFSv4 reduce attribute requests for open reclaim
2012-10-02 15:49 UTC (2+ messages)
How to schedule worker and threaded IRQ on same cpu/core
2012-10-02 15:47 UTC (6+ messages)
[PATCH] gypsy: package removed from meta
2012-10-02 15:33 UTC (2+ messages)
[PATCH] gypsy: moved to meta-oe/recipes-connectivty
2012-10-02 15:31 UTC (2+ messages)
New warning
2012-10-02 15:43 UTC (2+ messages)
[PATCH] galago: remove
2012-10-02 15:31 UTC (2+ messages)
[PATCH] Matthew Fioravante now maintains VTPM
2012-10-02 15:43 UTC (4+ messages)
[PATCH] hob/settings: alignment and spacing fixes on "Shared state" tab
2012-10-02 15:30 UTC (2+ messages)
[PATCH v2] sanity.bbclass: Fix invalid test for network error
2012-10-02 15:29 UTC (2+ messages)
[PATCH] hda-emu: Improve directory/path handling for testsuite
2012-10-02 15:41 UTC
[PATCH 00/36] AArch64 Linux kernel port
2012-10-02 15:39 UTC (4+ messages)
` [PATCH 10/36] AArch64: MMU definitions
[PATCH] mmc: fix async request mechanism for sequential read scenarios
2012-10-02 15:39 UTC (3+ messages)
Submodule design
2012-10-02 15:38 UTC (2+ messages)
push.default documented in "man git-push"?
2012-10-02 15:38 UTC (4+ messages)
[PATCH v3 00/26] Prep work for immutable bio vecs
2012-10-02 15:37 UTC (4+ messages)
` [PATCH v3 02/26] block: Convert integrity to bvec_alloc_bs()
` [dm-devel] "
[PATCH v3 00/10] Introduce huge zero page
2012-10-02 15:38 UTC (26+ messages)
` [PATCH v3 01/10] thp: huge zero page: basic preparation
` [PATCH v3 02/10] thp: zap_huge_pmd(): zap huge zero pmd
` [PATCH v3 03/10] thp: copy_huge_pmd(): copy huge zero page
` [PATCH v3 04/10] thp: do_huge_pmd_wp_page(): handle "
` [PATCH v3 05/10] thp: change_huge_pmd(): keep huge zero page write-protected
` [PATCH v3 06/10] thp: change split_huge_page_pmd() interface
` [PATCH v3 07/10] thp: implement splitting pmd for huge zero page
` [PATCH v3 08/10] thp: setup huge zero page on non-write page fault
` [PATCH v3 09/10] thp: lazy huge zero page allocation
` [PATCH v3 10/10] thp: implement refcounting for huge zero page
[PATCH] mmc: fix async request mechanism for sequential read scenarios
2012-10-02 15:36 UTC
[Qemu-devel] a user here - pci-assign
2012-10-02 15:33 UTC (8+ messages)
[Qemu-devel] [PATCH v2 0/9] Embedded NBD server
2012-10-02 15:31 UTC (9+ messages)
` [Qemu-devel] [PATCH v2 2/9] qapi: add socket address types
[PATCH] xen/Makefile: resolve merge conflict with 9fa5780beea1
2012-10-02 15:30 UTC (7+ messages)
[Cluster-devel] [PATCH] rgmanager: Fix for deadlock
2012-10-02 15:31 UTC (2+ messages)
[PATCH] extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_
2012-10-02 15:30 UTC
[PATCH net-next,1/6] hyperv: Fix the max_xfer_size in RNDIS initialization
2012-10-02 15:30 UTC (3+ messages)
` [PATCH net-next, 3/6] hyperv: Fix page buffer handling in rndis_filter_send_request()
` [PATCH net-next,3/6] "
[PATCH] Btrfs: try to avoid doing a search in btrfs_next_leaf
2012-10-02 15:30 UTC (6+ messages)
[PATCH] mtd-www: Add fastmap doc
2012-10-02 15:29 UTC
[PATCH 04/12] Disable the mfn_is_ram() check, it doesn't work correctly on all systems
2012-10-02 15:29 UTC (2+ messages)
[Buildroot] read-only NFS devtmpfs mount fails
2012-10-02 15:29 UTC (2+ messages)
[PATCH 1/8] oe.test_types: move into an oe.tests package
2012-10-02 15:16 UTC (4+ messages)
` [PATCH 7/8] OECore license fixes: meta/*
[PATCH] ceph: avoid 32-bit page index overflow
2012-10-02 15:28 UTC
[PATCH] opkg: Don't call sync() when installing into an offline root
2012-10-02 15:15 UTC (2+ messages)
[PATCH 0/3] x86: adjust entry frame generation
2012-10-02 15:27 UTC (4+ messages)
` [PATCH 1/3] x86: use MOV instead of PUSH/POP when saving/restoring register state
` [PATCH 2/3] x86: consolidate frame state manipulation functions
` [PATCH 3/3] x86: save/restore only partial register state where possible
[lttng-tools GIT PULL] please pull from compudj-pull
2012-10-02 15:26 UTC
[Qemu-devel] EHCI USB regression in 1.2.0 - ehci_state_fetchqtd() asserting
2012-10-02 15:26 UTC (4+ messages)
when to return -EOPNOTSUPP in _ioctl in a driver
2012-10-02 15:26 UTC
[PATCH 0/3] virtio-scsi updates for 3.7
2012-10-02 15:25 UTC (4+ messages)
` [PATCH 1/3] virtio-scsi: initialize scatterlist structure
` [PATCH 2/3] virtio-scsi: fix LUNs greater than 255
` [PATCH 3/3] virtio-scsi: support online resizing of disks
[PATCHv2] opkg: fix version constraints in conflicts, depends, replaces
2012-10-02 15:12 UTC (3+ messages)
` [PATCHv3] "
[PATCH] Btrfs: Remove orphaned comment
2012-10-02 15:24 UTC
[PATCH 0/4] target: Add target_submit_cmd_map_mem and convert tcm_loop+tcm_vhost
2012-10-02 15:22 UTC (8+ messages)
` [PATCH 1/4] target: Add target_submit_cmd_map_mem for SGL fabric memory passthrough
` [PATCH 2/4] tcm_loop: Convert I/O path to use target_submit_cmd_map_mem
` [PATCH 3/4] target: Add TARGET_SCF_MAP_CLEAR_MEM work-around for tcm_loop
[U-Boot] [PATCH] TNETV107X: Change tnetv107x_evm maintainer
2012-10-02 15:21 UTC
[ath9k-devel] [PATCH] ath9k_hw: Handle AR_INTR_SYNC_HOST1_(FATAL|PERR) on AR9003
2012-10-02 15:20 UTC (6+ messages)
` [ath9k-devel] [PATCHv2] ath9k_hw: Handle AR_INTR_SYNC_HOST1_FATAL "
[PATCH][SCSI] mpt3sas: Paer 1 of MPI API headers
2012-10-02 15:19 UTC (4+ messages)
[refpolicy] [PATCH] added autofs support and nsswitch support
2012-10-02 15:19 UTC (2+ messages)
Digital Photo Editing Services - Photo Cutout - Photo Retouching
2012-10-02 15:00 UTC
Xen 4.3 development update
2012-10-02 15:16 UTC (7+ messages)
[PATCH] libart-lgpl: add art_config.h for mipsel
2012-10-02 15:02 UTC
Linux-next changes for module and virtio trees
2012-10-02 15:12 UTC (2+ messages)
semanage not properly logging new seuser
2012-10-02 15:12 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.