All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-11 06:20:57 to 2011-05-11 08:41:42 UTC [more...]

linux-next: manual merge of the namespace tree with the m68k tree
 2011-05-11  7:36 UTC  (3+ messages)

AT91: soc init factorisation and fix
 2011-05-11  8:41 UTC  (12+ messages)
` [PATCH 5/9] at91: use structure to store the current soc

ubi_io_read error after ubiattach
 2011-05-11  8:37 UTC 

[PATCH v6] staging: Add ST-Ericsson CG2900 driver
 2011-05-11  8:37 UTC  (4+ messages)

[PATCH] arm: omap2plus: move NAND_BLOCK_SIZE out of boards
 2011-05-11  8:37 UTC  (4+ messages)

[xen-unstable test] 7039: trouble: broken/fail/pass
 2011-05-11  8:36 UTC 

[PATCH 00/13] Consolidate simple ARM MMIO clock sources
 2011-05-11  8:35 UTC  (21+ messages)
` [PATCH 06/13] clocksource: add common mmio clocksource
  ` [PATCH 06/13 v2] "
` [PATCH 07/13] clocksource: convert ARM 32-bit up counting clocksources
` [PATCH 08/13] clocksource: convert ARM 32-bit down "
` [PATCH 11/13] clocksource: convert SPEAr platforms 16-bit up counting clocksource

[PATCH] AT91: Add external RTC for Flexibity board
 2011-05-11  8:34 UTC  (4+ messages)

[U-Boot] ACER n310 NAND write protection issue
 2011-05-11  8:29 UTC 

ASoC: codecs: max98088: bug fixes and changes
 2011-05-11  8:26 UTC  (4+ messages)
` FW: "

[U-Boot] ACER n310 NAND write protection issue
 2011-05-11  8:24 UTC 

[Qemu-devel] Virt Tools Survey: What to do about virt-clone
 2011-05-11  8:19 UTC  (2+ messages)
` [Qemu-devel] [virt-tools-list] "

[Qemu-devel] [PATCH] Add warmup phase for live migration of large memory apps
 2011-05-11  7:58 UTC 

irqbalance seg faults with 2.6.38 or later kernels [patch + solution included] if running under Xen hypervisor
 2011-05-11  8:16 UTC  (2+ messages)

[Adeos-main] building user space xenomai 2.5.6 for ARM
 2011-05-11  8:16 UTC  (2+ messages)

[PATCH] fix ppp protocol-reject constructing error
 2011-05-11  8:15 UTC 

[PATCH 0/3] Add init scripts and make a link for sendmail
 2011-05-11  8:09 UTC  (4+ messages)
` [PATCH 1/3] wq!lsb: Add init-functions to lsb-image
` [PATCH 2/3] init-functions: Conforming applications may install one or more initialization scripts
` [PATCH 3/3] lsbsetup: Add link for sendmail

[U-Boot] [PATCH V7 1/3] MX5: clock: Add clock config interface
 2011-05-11  8:03 UTC  (3+ messages)
` [U-Boot] [PATCH V7 2/3] PMIC: Add dialog pmic support
` [U-Boot] [PATCH V7 3/3] MX53: support for freescale MX53LOCO board

module loading order
 2011-05-11  8:00 UTC 

[PATCH v2 1/3] PM: Introduce DEVFREQ: generic DVFS framework with device-specific OPPs
 2011-05-11  7:58 UTC  (3+ messages)
` [PATCH v2 2/3] PM / DEVFREQ: add example governors
` [PATCH v2 3/3] PM / DEVFREQ: add sysfs interface (including user tickling)

[PATCH v4] sdio: optimized SDIO IRQ handling for single irq
 2011-05-11  7:53 UTC  (4+ messages)

[U-Boot] hi
 2011-05-11  7:50 UTC 

[PATCH 0 of 3] Patches for PCI passthrough with modified E820 (v3) - resent
 2011-05-11  7:49 UTC  (10+ messages)
  `  "

[GIT PULL] s390 patches for 2.6.39-rc7
 2011-05-11  7:49 UTC 

xl/xm save -c fails - set_vcpucontext EOPNOTSUPP (was Re: xl save -c issues with Windows 7 Ultimate)
 2011-05-11  7:47 UTC  (8+ messages)

[PATCH 00/37] fix paca memory usage and NR_CPU loops, factor ipi and simplify irq code
 2011-05-11  5:43 UTC  (38+ messages)
` [PATCH 01/37] powerpc: fix memory corruption from unallocated slaves
` [PATCH 02/37] powerpc: don't search for paca in freed memory
` [PATCH 03/37] powerpc/kdump64: Don't reference freed memory as pacas
` [PATCH 04/37] powerpc/iseries: cleanup and fix secondary startup
` [PATCH 05/37] powerpc: Respect nr_cpu_ids when calling set_cpu_possible and set_cpu_present
` [PATCH 06/37] powerpc: use nr_cpu_ids in initial paca allocation
` [PATCH 07/37] powerpc: call no-longer static setup_nr_cpu_ids instead of replicating it
` [PATCH 08/37] powerpc: mpic: limit NR_CPUS loop to 32 bit
` [PATCH 09/37] powerpc: mpic: break cpumask abstraction earlier
` [PATCH 10/37] powerpc: remove call sites of MSG_ALL_BUT_SELF
` [PATCH 11/37] powerpc: remove checks for MSG_ALL and MSG_ALL_BUT_SELF
` [PATCH 12/37] linux/smp.h: remove unused MSG_ flags
` [PATCH 13/37] powerpc/mpic: simplify ipi cpu mask handling
` [PATCH 14/37] powerpc: remove powermac/pic.h
` [PATCH 15/37] powerpc: remove alloc_maybe_bootmem for zalloc version
` [PATCH 16/37] powerpc: remove stubbed beat smp support
` [PATCH 17/37] powerpc cell: use smp_request_message_ipi
` [PATCH 18/37] powerpc: move smp_ops_t from machdep.h to smp.h
` [PATCH 19/37] powerpc: consolidate ipi message mux and demux
` [PATCH 20/37] powerpc: add kconfig for muxed smp ipi support
` [PATCH 21/37] powerpc: use bytes instead of bitops in smp ipi multiplexing
` [PATCH 22/37] powerpc: xics: cleanup xics_host_map and ipi
` [PATCH 23/37] powerpc: radix trees are available before init_IRQ
` [PATCH 24/37] powerpc: return early if irq_host lookup type is wrong
` [PATCH 25/37] powerpc: remove trival irq_host_ops.unmap
` [PATCH 26/37] powerpc: remove i8259 irq_host_ops->unmap
` [PATCH 27/37] powerpc fsl_msi: don't abuse platform_data for driver_data
` [PATCH 28/37] powerpc: fsl_msi: use chip_data not handler_data
` [PATCH 29/37] powerpc: mpc5121_ads_cpld: remove use of NO_IRQ_IGNORE
` [PATCH 30/37] powerpc: mpc62xx_pic: fix get_irq handling of NO_IRQ
` [PATCH 31/37] powerpc: psurge: create a irq_host for secondary cpus
` [PATCH 32/37] powerpc: remove irq_host_ops->remap hook
` [PATCH 33/37] powerpc: spider-pic: get pic from chip_data instead of irq_map
` [PATCH 34/37] powerpc: axon_msi: validate msi irq via chip_data
` [PATCH 35/37] powerpc: add virq_is_host to reduce virq_to_host usage
` [PATCH 36/37] powerpc: remove virq_to_host
` [PATCH 37/37] powerpc: make IRQ_NOREQUEST last to clear, first to set

2.6.39-rc6-mmotm0506 - lockdep splat in RCU code on page fault
 2011-05-11  7:44 UTC  (6+ messages)

[U-Boot] [PATCH v2 0/8] km/common mainlining
 2011-05-11  7:43 UTC  (5+ messages)
` [U-Boot] [PATCH v2 7/8] km/common: simplify default environment

Patches that are going to be proposed for 2.6.40
 2011-05-11  7:42 UTC  (2+ messages)

[PATCH] ASoC: Update cx20442 for TTY API change
 2011-05-11  7:40 UTC 

[PATCH] arm: omap2plus: GPIO cleanup mach-omap2/*
 2011-05-11  7:38 UTC  (4+ messages)
` [PATCH v2] arm: omap2plus: GPIO cleanup

[PATCH] arm: omap3: cm-t3517: fix section mismatch warning
 2011-05-11  7:37 UTC  (4+ messages)

[PATCH] arm: omap2plus: fix ads7846 pendown gpio request
 2011-05-11  7:35 UTC  (4+ messages)

[2011.03-maintenance] Pull request #18
 2011-05-11  7:32 UTC 

[PATCH 1/2] ssb: move ssb_commit_settings and export it
 2011-05-11  7:35 UTC  (6+ messages)
` [PATCH 2/2] b43: implement timeouts workaround

[PATCH 0/3] Rewrite ext4_page_mkwrite, fix fs freezing
 2011-05-11  7:33 UTC  (2+ messages)

AT91: Remove fixed mapping for AT91RM9200 ethernet
 2011-05-11  7:32 UTC  (3+ messages)

[git pull] m68k SLUB fix for 2.6.39
 2011-05-11  7:27 UTC  (9+ messages)
            ` [patch] slub: Revert "[PARISC] slub: fix panic with DISCONTIGMEM"

[RFC][PATCH 0/2] PM: Support for generic I/O power domains
 2011-05-11  7:26 UTC  (5+ messages)
` [RFC][PATCH 1/2] PM / Runtime: "
  ` [Update][RFC][PATCH 1/2] PM / Runtime: Support for generic I/O power domains (v2)
      ` [Update][RFC][PATCH 1/2] PM / Runtime: Support for generic I/O

[1/2] selinux: fix case of names with whitespace/multibytes on /selinux/create
 2011-05-11  7:24 UTC 

[2/2] libselinux: fix case of names with whitespace/multibytes on /selinux/create
 2011-05-11  7:25 UTC 

[Buildroot] [git commit] Create menu entry to select device creation method
 2011-05-11  7:24 UTC  (3+ messages)

[PATCH 0/5] recipes upgrade: xserver, sqlite3, xf86-video-intel
 2011-05-11  7:28 UTC  (6+ messages)
` [PATCH 1/5] xf86-video-intel: upgrade from 2.14.0 to 2.15.0
` [PATCH 2/5] sqlite: upgrade from 3.7.5 to 3.7.6.2
` [PATCH 3/5] xserver-xf86-dri-lite: upgrade from 1.9.3 to 1.10.1
` [PATCH 4/5] xserver-xf86-dri-lite_git: upgrade to 1.10.2 RC1 snapshot
` [PATCH 5/5] xserver-xf86-lite: upgrade to from 1.7 RC2 to 1.10.1

[meta-oe][PATCH 0/9] Pull request #8
 2011-05-11  7:18 UTC  (5+ messages)
` [meta-oe][PATCH 4/9] xinput-calibrator: add new version 0.7.5 and include .inc to recipe directly

[PATCH 4] MCA physical address check when calculate domain
 2011-05-11  7:21 UTC  (7+ messages)

[QUERY] Behavior of spi slave memories w.r.t chip select signal
 2011-05-11  7:19 UTC  (5+ messages)

[PATCH] sparc32/LEON: Added __init declaration to leon_flush_needed()
 2011-05-11  7:18 UTC  (2+ messages)

[U-Boot] [PATCH V2 1/1] mx5: board: code clean up for checkboard code
 2011-05-11  7:16 UTC  (2+ messages)

[PATCH] drm/radeon/kms: fix tiling reg on fusion
 2011-05-11  7:15 UTC 

LinuxTag opens this morning
 2011-05-11  7:10 UTC  (2+ messages)

[PATCH v2] Adding support to freeze and unfreeze a journal
 2011-05-11  7:06 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/4] Speed up the symbols' resolution process V4
 2011-05-11  7:04 UTC  (3+ messages)

[meta-oe][PATCH] uclibc_git.bb: Backport epoll implementation
 2011-05-11  7:00 UTC 

[PATCH v4 00/11] pruss mfd drivers
 2011-05-11  7:01 UTC  (9+ messages)
` [PATCH v4 08/11] tty: add pruss SUART driver

[lm-sensors] [PATCH v10 0/2] Make all it87 drivers SMP safe
 2011-05-11  7:00 UTC  (4+ messages)
` [lm-sensors] [PATCH v10 2/2] Use "request_muxed_region" in it87

[U-Boot] U-Boot-x86 / coreboot Integration
 2011-05-11  6:51 UTC  (12+ messages)
` [U-Boot] [coreboot] "

[PATCH 0/3] Do not depend on BBFILES to compute scm dirs
 2011-05-11  6:42 UTC  (5+ messages)
` [PATCH 1/3] metadata_scm.bbclass: Use COREBASE to grok for SCM operations
` [PATCH 2/3] meta/conf/layer.conf: Remove packages/*bb from BBFILES
` [PATCH 3/3] conf/bitbake.conf: use --no-check-certificate to avoid errors when wgetting from https

linux-next: build failure after merge of the voltage tree
 2011-05-11  6:43 UTC  (5+ messages)

[ath9k-devel] has anyone done 9280's 1x1 test?
 2011-05-11  6:42 UTC  (3+ messages)

[PATCH v2 0/5] ASoC: Update e-mail address
 2011-05-11  6:41 UTC  (2+ messages)

[PATCH] [RFC] USB: fsl_udc_core: fix build-failure for ARM
 2011-05-11  6:39 UTC  (2+ messages)

Problems creating MS-RAID1: "device .. not suitable for any style of raid array" / "Device or resource busy"
 2011-05-11  6:38 UTC  (3+ messages)
  ` Antw: Re: Problems creating MD-RAID1: "

[PATCH 0/2] Do not depend on BBFILES to compute scm dirs
 2011-05-11  6:34 UTC  (3+ messages)
` [PATCH 1/2] metadata_scm.bbclass: Use COREBASE to grok for SCM operations

[PATCH 0/8] Support for Netlogic XLR/XLS processors
 2011-05-11  6:34 UTC  (4+ messages)
` [PATCH 1/8] Netlogic XLR/XLS processor IDs
    ` [PATCH 1/8, UPDATED] "

[md PATCH 00/16] md patches for 2.6.40
 2011-05-11  6:30 UTC  (17+ messages)
` [md PATCH 02/16] md: reject a re-add request that cannot be honoured
` [md PATCH 01/16] md: Fix race when creating a new md device
` [md PATCH 03/16] md/bitmap: fix saving of events_cleared and other state
` [md PATCH 04/16] md: simplify raid10 read_balance
` [md PATCH 12/16] md/raid10: some tidying up in fix_read_error
` [md PATCH 06/16] md/multipath: discard ->working_disks in favour of ->degraded
` [md PATCH 10/16] md/raid1: try fix_sync_read_error before process_checks
` [md PATCH 07/16] md: make error_handler functions more uniform and correct
` [md PATCH 13/16] md/raid10: make more use of 'slot' in raid10d
` [md PATCH 05/16] md/raid1: clean up read_balance
` [md PATCH 16/16] md: allow resync_start to be set while an array is active
` [md PATCH 15/16] md/raid10: reformat some loops with less indenting
` [md PATCH 08/16] md/raid1: split out two sub-functions from sync_request_write
` [md PATCH 11/16] md/raid1: improve handling of pages allocated for write-behind
` [md PATCH 14/16] md/raid10: remove unused variable
` [md PATCH 09/16] md/raid1: tidy up new functions: process_checks and fix_sync_read_error

[PATCH 00/24] Upstream-Status Updates
 2011-05-11  6:27 UTC  (25+ messages)
` [PATCH 01/24] tcf-agent: update its patch's Upstream-Status
` [PATCH 02/24] screen: "
` [PATCH 03/24] which (GPLv2): "
` [PATCH 04/24] gnome-vfs: "
` [PATCH 05/24] libart-lgpl: "
` [PATCH 06/24] librsvg: "
` [PATCH 07/24] fontconfig: "
` [PATCH 08/24] freetype: "
` [PATCH 09/24] libxsettings-client: "
` [PATCH 10/24] libxcb: "
` [PATCH 11/24] libx11: "
` [PATCH 12/24] libx11-trim: "
` [PATCH 13/24] libxcalibrate: "
` [PATCH 14/24] libxcomposite: "
` [PATCH 15/24] libxfont: "
` [PATCH 16/24] xtrans: "
` [PATCH 17/24] calibrateproto: "
` [PATCH 18/24] latencytop: "
` [PATCH 19/24] oprofile: update its patch's Upstream-Status and remove an unused patch
` [PATCH 20/24] powertop: update its patch's Upstream-Status
` [PATCH 21/24] settings-daemon: "
` [PATCH 22/24] gnome-settings-daemon: "
` [PATCH 23/24] libxklavier: "
` [PATCH 24/24] liblbxutil: "

Performance difference between Xen versions
 2011-05-11  6:23 UTC  (6+ messages)

[PATCH v3] leds: provide helper to register "leds-gpio" devices
 2011-05-11  6:22 UTC  (5+ messages)
` [PATCH v4] "
  ` [PATCH] [wip] ARM: imx: register "leds-gpio" device using new helper function

[PATCH 1/2] ti816x machine: Fix JFFS Image command
 2011-05-11  6:18 UTC  (4+ messages)
` [PATCH 2/2] ti816x machine: Update for latest kernel version


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.