messages from 2010-11-15 17:15:05 to 2010-11-15 18:01:48 UTC [more...]
Confusion with setting up new RAID6 with mdadm
2010-11-15 18:01 UTC (3+ messages)
[RFC][PATCH v2 0/7] taskstats: Enhancements for precise process accounting (version 2)
2010-11-15 18:00 UTC (24+ messages)
` [RFC][PATCH v2 1/7] taskstats: Add new taskstats command TASKSTATS_CMD_ATTR_PIDS
` [RFC][PATCH v2 4/7] taskstats: Add per task steal time accounting
` [RFC][PATCH v2 5/7] taskstats: Improve cumulative CPU "
[PATCH 3/3] iommu: add xc_iommu_map_batch
2010-11-15 18:00 UTC
[PATCH 2/3] iommu: exports set_entry
2010-11-15 18:00 UTC
[PATCH 1/3] iommu: introduce intel_iommu_set_entry
2010-11-15 18:00 UTC
OOM problems
2010-11-15 17:59 UTC (7+ messages)
[PATCH 0/3] iommu: Introduce range operation
2010-11-15 17:59 UTC
[PATCH 0/9] Clean up SMP IPI support
2010-11-15 17:59 UTC (10+ messages)
` [PATCH 1/9] ARM: remove obsolete smp_cross_call_done()
` [PATCH 2/9] ARM: smp: pass an ipi number to smp_cross_call()
` [PATCH 3/9] ARM: smp: avoid using bitmasks and locks for IPIs, use hardware instead
` [PATCH 4/9] ARM: include local timer irq stats only when local timers configured
` [PATCH 5/9] ARM: smp: provide accessors for irq_stat data
` [PATCH 6/9] ARM: smp: move ipi_count into irq_stat structure
` [PATCH 7/9] ARM: fix /proc/interrupts formatting
` [PATCH 8/9] ARM: smp: provide individual IPI interrupt statistics
` [PATCH 9/9] ARM: smp: collect IPI and local timer IRQs for /proc/stat
ath9k: Failed to stp TX DMA (with hacked wifi stack)
2010-11-15 17:56 UTC
pci-passthrough in pvops causing offline raid
2010-11-15 17:56 UTC (14+ messages)
` [Xen-devel] "
` [Xen-users] "
` Re: [Xen-devel] "
[PATCH v2] ARM: vexpress: add support for multiple core tiles
2010-11-15 17:54 UTC
[RFC 0/4]x86: allocate up to 32 tlb invalidate vectors
2010-11-15 17:53 UTC (3+ messages)
[Qemu-devel] [PATCH 0/3] v11: Threadlets: A generic task offloading framework
2010-11-15 17:54 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] Make paio subsystem use threadlets infrastructure
` [Qemu-devel] [PATCH 2/3] Move threadlets infrastructure to qemu-threadlets.c
` [Qemu-devel] [PATCH 3/3] Add helper functions to enable virtio-9p make use of the threadlets
MTCN Numbers: 6096147516
2010-11-15 17:39 UTC
MTCN Numbers: 6096147516
2010-11-15 17:39 UTC
[PATCH 8/19]: SCST SYSFS interface implementation
2010-11-15 17:53 UTC (18+ messages)
[PATCH v2] fsldma: add support to 36-bit physical address
2010-11-15 17:53 UTC (11+ messages)
[PATCH 00/22] rewrite of CB_LAYOUTRECALL and layoutstate code, try 2
2010-11-15 17:53 UTC (6+ messages)
` [PATCH 16/22] pnfs-submit: rewrite of layout state handling and cb_layoutrecall
` [nfsv4] "
ath9k + hack lockdep warning
2010-11-15 17:53 UTC
[linux-lvm] advice for curing terrible snapshot performance?
2010-11-15 17:52 UTC (8+ messages)
mkfs.btrfs on 24 disks in parallel crashes kernel
2010-11-15 17:52 UTC (6+ messages)
[PATCH] x86, mrst: The shutdown for MRST requires the SCU IPC mechanism
2010-11-15 17:31 UTC
[PATCH] hso: Fix unused variable warning
2010-11-15 17:30 UTC
[RFC Patch] Support for making an E820 PCI hole in toolstack (xl + xm)
2010-11-15 17:48 UTC (6+ messages)
lifetime of DCACHE_DISCONECTED dentries
2010-11-15 17:48 UTC (4+ messages)
[PATCH] Fix dmesg_restrict build failure with CONFIG_EMBEDDED=y and CONFIG_PRINTK=n
2010-11-15 17:45 UTC (8+ messages)
[PATCH v3 00/20] ARM: Add support for the Large Physical Address Extensions
2010-11-15 17:40 UTC (42+ messages)
` [PATCH v3 01/20] ARM: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*
` [PATCH v3 02/20] ARM: LPAE: Factor out 2-level page table definitions into separate files
` [PATCH v3 03/20] ARM: LPAE: use long long format when printing physical addresses and ptes
` [PATCH v3 04/20] ARM: LPAE: use u32 instead of unsigned long for 32-bit ptes
` [PATCH v3 05/20] ARM: LPAE: Do not assume Linux PTEs are always at PTRS_PER_PTE offset
` [PATCH v3 06/20] ARM: LPAE: Introduce L_PTE_NOEXEC and L_PTE_NOWRITE
` [PATCH v3 07/20] ARM: LPAE: Introduce the 3-level page table format definitions
` [PATCH v3 08/20] ARM: LPAE: Page table maintenance for the 3-level format
` [PATCH v3 09/20] ARM: LPAE: MMU setup for the 3-level page table format
` [PATCH v3 10/20] ARM: LPAE: Change setup_mm_for_reboot() to work with LPAE
` [PATCH v3 11/20] ARM: LPAE: Remove the FIRST_USER_PGD_NR and USER_PTRS_PER_PGD definitions
` [PATCH v3 12/20] ARM: LPAE: Add fault handling support
` [PATCH v3 13/20] ARM: LPAE: Add context switching support
` [PATCH v3 14/20] ARM: LPAE: Add SMP support for the 3-level page table format
` [PATCH v3 15/20] ARM: LPAE: use phys_addr_t instead of unsigned long for physical addresses
` [PATCH v3 16/20] ARM: LPAE: Use generic dma_addr_t type definition
` [PATCH v3 17/20] ARM: LPAE: mark memory banks with start > ULONG_MAX as highmem
` [PATCH v3 18/20] ARM: LPAE: use phys_addr_t for physical start address in early_mem
` [PATCH v3 19/20] ARM: LPAE: add support for ATAG_MEM64
` [PATCH v3 20/20] ARM: LPAE: Add the Kconfig entries
[PATCH] netfilter: add __rcu annotations
2010-11-15 17:45 UTC (5+ messages)
[git pull] PCI fixes
2010-11-15 17:45 UTC
gcc 4.5.1 / as 2.20.51.0.11 miscompiling drivers/char/i8k.c ?
2010-11-15 17:44 UTC (16+ messages)
HVR900H : IR Remote Control
2010-11-15 17:43 UTC (5+ messages)
[PATCH 3/3] x86: OLPC: speed up device tree creation during boot (v2)
2010-11-15 17:43 UTC (8+ messages)
[PATCH v2 00/20] ARM: Add support for the Large Physical Address Extensions
2010-11-15 17:42 UTC (14+ messages)
` [PATCH v2 03/20] ARM: LPAE: use u32 instead of unsigned long for 32-bit ptes
` [PATCH v2 04/20] ARM: LPAE: Do not assume Linux PTEs are always at PTRS_PER_PTE offset
[PATCH net-next-26 0/5] cxgb4vf: minor cleanup
2010-11-15 17:43 UTC (12+ messages)
` [PATCH net-next-26 1/5] cxgb4vf: minor comment/symbolic name cleanup
` [PATCH net-next-26 2/5] cxgb4vf: add ethtool statistics for GRO
` [PATCH net-next-26 3/5] cxgb4vf: fix up "Section Mismatch" compiler warning
` [PATCH net-next-26 4/5] cxgb4vf: Advertise NETIF_F_TSO_ECN
` [PATCH net-next-26 5/5] cxgb4vf: Mark "UDP [RSS Hash] Enable" as a 1-bit field
[Bug 27905] New: DVI monitor is blank - DVI detected as Display Port ?
2010-11-15 17:43 UTC (2+ messages)
` [Bug 27905] "
MTCN Numbers: 6096147516
2010-11-15 17:32 UTC
MTCN Numbers: 6096147516
2010-11-15 17:32 UTC
[U-Boot] Hanging in kmalloc of nand_scan_tail() function
2010-11-15 17:42 UTC (6+ messages)
MTCN Numbers: 6096147516
2010-11-15 17:39 UTC
Strange rpc.svcgssd behavior
2010-11-15 17:39 UTC
[PATCH] ipvs: add static and read_mostly attributes
2010-11-15 17:38 UTC
[Qemu-devel] [Bug 241119] Re: usb_add of a Creative ZEN unrecognized in guest
2010-11-15 17:26 UTC
[Qemu-devel] [Bug 611142] [NEW] seabios should have native scsi support
2010-11-15 17:25 UTC (2+ messages)
` [Qemu-devel] [Bug 611142] "
[RFC/PATCH] Switch dri driver to use rules-ng-ng headers
2010-11-15 17:37 UTC (3+ messages)
[Qemu-devel] [PATCH] pci: allow hotplug removal of cold-plugged devices
2010-11-15 17:14 UTC (2+ messages)
` [Qemu-devel] "
Forked android kernel development from linux kernel mainline
2010-11-15 17:34 UTC (8+ messages)
linux-next 20101115 fails to boot on zoom3
2010-11-15 17:34 UTC (2+ messages)
hello
2010-11-15 17:33 UTC
hello
2010-11-15 17:33 UTC
[PATCH 00/44] remove unnecessary semicolons
2010-11-15 17:34 UTC (7+ messages)
` [PATCH 44/44] sound/soc/codecs: Remove "
[lm-sensors] [PATCH] intel medfield: thermal_driver
2010-11-15 17:33 UTC (2+ messages)
MTCN Numbers: 6096147516
2010-11-15 17:32 UTC
[PATCH 1/2] misc: at24: parse OF-data, too
2010-11-15 17:32 UTC (3+ messages)
` [PATCH 2/2] powerpc: pcm030/032: add pagesize to dts
hello
2010-11-15 17:31 UTC
[PATCH] mx35_3ds: Add watchdog support
2010-11-15 17:31 UTC (2+ messages)
trace_printk() support in trace-cmd
2010-11-15 17:31 UTC (3+ messages)
hello
2010-11-15 17:30 UTC
[PATCH 0/5] ARM: perf: split up perf_event.c by architecture
2010-11-15 17:31 UTC (6+ messages)
` [PATCH 1/5] ARM: perf: consolidate common PMU behaviour
` [PATCH 2/5] ARM: perf: avoid exposing internal stop function for v6 PMU
` [PATCH 3/5] ARM: perf: add _init() functions to PMUs
` [PATCH 4/5] ARM: perf: encode PMU name in arm_pmu structure
` [PATCH 5/5] ARM: perf: separate PMU backends into multiple files
hello
2010-11-15 17:30 UTC
[U-Boot] [PATCH] mpc83xx: Make it boot again
2010-11-15 17:30 UTC (12+ messages)
[PATCH v2] [ARM] Dove: add support for CM-A510 machine
2010-11-15 17:30 UTC (2+ messages)
[PATCH 3/3] get_sha1: support relative path ":path" syntax
2010-11-15 17:29 UTC (4+ messages)
` [PATCH] "
[PATCHv5 1/3] ARM: imx: Add core definitions for MX53
2010-11-15 17:30 UTC (6+ messages)
` [PATCHv5 2/3] ARM: imx: Add mx53 support to common msl functions
` [PATCHv5 3/3] ARM: imx: Get the silicon version from the IIM module
[PATCH 0/4] Sim Access Profile
2010-11-15 17:29 UTC (7+ messages)
` [PATCH 1/4] Sim Access Profile API
[git pull 2.6.36.stable] intel_idle patches for 2.6.36.stable
2010-11-15 17:29 UTC
[git pull 2.6.36.stable] intel_idle patches for 2.6.36.stable
2010-11-15 17:29 UTC
[git pull 2.6.35.stable] intel_idle patches for 2.6.35.stable
2010-11-15 17:24 UTC
[git pull 2.6.35.stable] intel_idle patches for 2.6.35.stable
2010-11-15 17:24 UTC
A possible fsnotify bug
2010-11-15 17:24 UTC (4+ messages)
Important: Email Account Verification Update ! ! !
2010-11-15 17:21 UTC
[PATCH 1/3] offloading: Make scatter/gather more tolerant of vlans
2010-11-15 17:23 UTC (6+ messages)
` [PATCH 2/3] offloading: Support multiple vlan tags in GSO
` [PATCH 3/3] offloading: Force software GSO for multiple vlan tags
AMD 890GX vs 6Gbps SATA?
2010-11-15 17:11 UTC (4+ messages)
[PATCH] shorewall: updated to 4.2-shell and 4.4-perl versions
2010-11-15 17:17 UTC
[PATCH] netfilter: nf_ct_frag6_sysctl_table is static
2010-11-15 17:18 UTC (2+ messages)
[PATCH] pstree: added reciept
2010-11-15 17:17 UTC
[PATCH nf-next-2.6] netfilter: add __rcu annotations
2010-11-15 17:17 UTC (4+ messages)
[PATCH] tools: add power/x86/turbostat
2010-11-15 17:16 UTC (6+ messages)
` [PATCH] tools: add power/x86/turbostat - v2
` [PATCH RESEND] "
Hole Punching V2
2010-11-15 17:05 UTC (6+ messages)
` [PATCH 1/6] fs: add hole punching to fallocate
` [PATCH 3/6] Ocfs2: handle hole punching via fallocate properly
` [PATCH 4/6] Ext4: fail if we try to use hole punch
` [PATCH 5/6] Btrfs: "
` [PATCH 6/6] Gfs2: "
[PATCH 1/1] UDEV - Add 'udevlom' command line param to start_udev
2010-11-15 17:16 UTC (6+ messages)
` [PATCH 1/1] UDEV - Add 'udevlom' command line param to
[PATCH] ceph/rbd block driver for qemu-kvm (v7)
2010-11-15 17:10 UTC (4+ messages)
` [Qemu-devel] "
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.