All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-21 17:29:53 to 2012-11-21 19:02:30 UTC [more...]

[PATCH] ARM: Kirkwood: Support basic hotplug for PCI-E
 2012-11-21 19:02 UTC  (5+ messages)

[PATCH 00/46] Automatic NUMA Balancing V4
 2012-11-21 19:01 UTC  (15+ messages)
` [PATCH 36/46] mm: numa: Use a two-stage filter to restrict pages being migrated for unlikely task<->node relationships

[PATCH v3 00/12] x86, boot, 64bit: Add support for loading ramdisk and bzImage high
 2012-11-21 18:59 UTC  (4+ messages)
` [PATCH v3 11/12] x86, boot: add fields to support load bzImage and ramdisk high

[Qemu-devel] [PULL for-1.3] QOM CPUState patch queue 2012-11-15
 2012-11-21 18:58 UTC  (3+ messages)

Question about applying a kernel patch with "git am" received from a mailing list
 2012-11-21 18:56 UTC  (2+ messages)

[PATCH] Custom interleaved allocation
 2012-11-21 18:54 UTC 

[GIT PULL] ARM: sunxi: support for sun4i (A10) SoCs
 2012-11-21 18:53 UTC  (2+ messages)

[RFC BlueZ] TODO: Add entry about built-in profiles connection management by core
 2012-11-21 18:53 UTC  (2+ messages)

[PATCH v5 0/5] OMAP: iommu: hwmod, reset handling and runtime PM
 2012-11-21 18:52 UTC  (9+ messages)
` [PATCH v5 4/5] iommu/omap: adapt to runtime pm
` [PATCH v5 5/5] ARM: OMAP4: hwmod data: ipu and dsp to use parent clocks instead of leaf clocks

[PATCH BlueZ] hciconfig: Add an option to set which advertise type will be on
 2012-11-21 18:51 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/5] RFC: Efficient VM backup for qemu (v1)
 2012-11-21 18:49 UTC  (8+ messages)
` [Qemu-devel] [PATCH 3/5] introduce new vma archive format
` [Qemu-devel] [PATCH 4/5] add backup related monitor commands

KEXEC on ARM cortex-a15
 2012-11-21 18:47 UTC  (9+ messages)

pull-request: iwlwifi-next 2012-11-21
 2012-11-21 18:37 UTC  (3+ messages)

[PATCH 1/5] doc: Update settings-storage.txt
 2012-11-21 18:46 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/8] virtio: virtio-blk data plane
 2012-11-21 18:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/8] configure: add CONFIG_VIRTIO_BLK_DATA_PLANE

[U-Boot] [RFC PATCH 00/50] net: net subsystem ops cleanup
 2012-11-21 18:45 UTC  (3+ messages)
` [U-Boot] [PATCH v2 00/67] "

[PATCH 2/2] input : wacom - Add support for a new MT device (0x4001)
 2012-11-21 18:43 UTC 

[PATCH 0/5] Input related patches
 2012-11-21 18:42 UTC  (3+ messages)
` [PATCH 2/5] Input: bu21013_ts - Move GPIO init and exit functions into the driver

[PATCH 1/2] input : wacom - Simplify type check for newer V5 devices
 2012-11-21 18:42 UTC 

[Qemu-trivial] [PATCH 0/3] trivial: Remove some pre-TCG CPUArchState members
 2012-11-21 18:42 UTC  (7+ messages)
` [Qemu-trivial] [Qemu-devel] "
    `  "

[PATCH 000/493] remove CONFIG_HOTPLUG as an option
 2012-11-21 18:41 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v5 0/4] reload images from host rootfs once reset to save footprint
 2012-11-21 18:41 UTC  (4+ messages)
` [Qemu-devel] [RFC PATCH v5 4/4] free the memory malloced by load_at()

[PATCH 0/5] remaining omap multiplatform patches for v3.8 merge window
 2012-11-21 18:41 UTC  (20+ messages)
` [PATCH 1/5] watchdog: OMAP: fixup for ARM multiplatform support
` [PATCH 2/5] ASoC: OMAP: mcbsp fixes for enabling "
` [PATCH 3/5] ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.h
` [PATCH 4/5] ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h
` [PATCH 5/5] RFC: ARM: OMAP: Prepare Kconfig and Makefiles for enabling ARCH_MULTIPLATFORM

[PATCH RFC] input: Add new driver for GPIO beeper
 2012-11-21 18:40 UTC  (2+ messages)

[PATCH v1 0/9] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
 2012-11-21 18:38 UTC  (7+ messages)
` [PATCH 1/9] vfs: Handle O_SYNC AIO DIO in generic code properly

[PATCH linux-next] firmware: Remove last vestiges of dabusb
 2012-11-21 18:10 UTC 

[Qemu-devel] [PATCH v3 00/12] virtio: virtio-blk data plane
 2012-11-21 18:33 UTC  (11+ messages)
` [Qemu-devel] [PATCH v3 01/12] raw-posix: add raw_get_aio_fd() for virtio-blk-data-plane
` [Qemu-devel] [PATCH v3 02/12] configure: add CONFIG_VIRTIO_BLK_DATA_PLANE
` [Qemu-devel] [PATCH v3 05/12] dataplane: add event loop
` [Qemu-devel] [PATCH v3 06/12] dataplane: add Linux AIO request queue
` [Qemu-devel] [PATCH v3 07/12] iov: add iov_discard() to remove data
` [Qemu-devel] [PATCH v3 08/12] test-iov: add iov_discard() testcase
` [Qemu-devel] [PATCH v3 09/12] iov: add iov_get_ptr() to reference vector data
` [Qemu-devel] [PATCH v3 10/12] test-iov: add iov_get_ptr() test case
` [Qemu-devel] [PATCH v3 11/12] dataplane: add virtio-blk data plane code
` [Qemu-devel] [PATCH v3 12/12] virtio-blk: add x-data-plane=on|off performance feature

[PATCH] x86, smpboot: allow manual hotplug of CPUs
 2012-11-21 18:38 UTC  (4+ messages)

AM335x: Beaglebone stops to boot with current git kernel
 2012-11-21 18:38 UTC  (3+ messages)

[Qemu-devel] qemu account
 2012-11-21 18:37 UTC  (2+ messages)

[PATCH] TPM: Issue TPM_STARTUP at driver load if the TPM has not been started
 2012-11-21 18:37 UTC  (12+ messages)
` [tpmdd-devel] "
            ` [PATCH resend] "
                    ` [PATCH v4] "

[ath9k-devel] back-calculating, time of frame at the head
 2012-11-21 18:35 UTC  (2+ messages)

[PATCH 022/493] ARM: remove CONFIG_HOTPLUG ifdefs
 2012-11-21 18:35 UTC  (3+ messages)

srp-ha backport
 2012-11-21 18:35 UTC  (5+ messages)

[Buildroot] Solving the mesa3d build issue
 2012-11-21 18:34 UTC  (2+ messages)

[PATCH] sata_highbank: use ATA_BUSY
 2012-11-21 19:35 UTC  (2+ messages)

[PATCH] of: use platform_device_add
 2012-11-21 18:34 UTC  (4+ messages)

[PATCH RESEND 0/7] MFD: ti_am335x_tscadc: DT support and TSC features addition
 2012-11-21 18:33 UTC  (6+ messages)
` [PATCH RESEND 3/7] input: ti_am335x_tsc: Add variance filter
` [PATCH RESEND 6/7] input: ti_am335x_tsc: Add DT support

[PATCH 1/2] ARM: EXYNOS: Add aliases for i2c controller for exynos4
 2012-11-21 18:33 UTC  (12+ messages)
` [PATCH 2/2] i2c: s3c2410: Get the i2c bus number from alias id
  ` [PATCH 0/2] Add automatic bus number support for i2c busses with device tree
    ` [PATCH 1/2] i2c-core: dt: Pick i2c bus number from i2c alias if present
    ` [PATCH 2/2] i2c: pxa: Use i2c-core to get bus number now

[PATCH 14/16] urcu-qsbr: batch concurrent synchronize_rcu()
 2012-11-21 18:33 UTC 

[meta-intel][danny][PATCH] mesa-dri_8.0.4.bbappend: Remove tabs from python code
 2012-11-21 18:31 UTC 

[GIT PULL 1/7] Samsung cleanup for v3.8
 2012-11-21 18:30 UTC  (3+ messages)

[PATCH net-next 0/17] Make the network stack usable by userns root
 2012-11-21 18:29 UTC  (8+ messages)
` [PATCH net-next 01/17] netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS
  ` [PATCH net-next 09/17] net: Allow userns root control of the core of the network stack

[Qemu-devel] [PATCH] inet_parse: fix ,to= parsing
 2012-11-21 18:28 UTC 

pre-emptive caching
 2012-11-21 18:28 UTC 

[PATCH] gcc: Add --enable-linker-build-id
 2012-11-21 18:00 UTC 

[PATCH 2/2] ARM: OMAP3: cm-t3517: use GPTIMER for system clock
 2012-11-21 18:23 UTC  (4+ messages)
` [PATCH v3 1/2] ARM: OMAP2+: timer: remove CONFIG_OMAP_32K_TIMER

[GIT PULL] ARM: OMAP: Timer Clean-up
 2012-11-21 18:22 UTC  (3+ messages)

another allocation livelock with zram
 2012-11-21 18:21 UTC  (5+ messages)

[PATCH 1/2] mfd: add an AS3711 PMIC MFD driver
 2012-11-21 18:21 UTC  (4+ messages)
` [PATCH 2/2] regulator: add a regulator driver for the AS3711 PMIC

[B.A.T.M.A.N.] pull request: batman-adv 2012-11-21
 2012-11-21 18:20 UTC  (6+ messages)
` [B.A.T.M.A.N.] [PATCH 9/9] batman-adv: Use packing of 2 for all headers before an ethernet header
  `  "
    `  "

[PATCH] brcmsmac: Add __printf verification to logging prototypes
 2012-11-21 18:17 UTC 

[PATCH] of: Have of_device_add call platform_device_add rather than device_add
 2012-11-21 18:14 UTC  (5+ messages)

8139cp: set ring address before enabling receiver
 2012-11-21 18:12 UTC  (2+ messages)

driver questions
 2012-11-21 18:11 UTC 

[PATCH v5] linux,stdout-path helper
 2012-11-21 18:03 UTC  (4+ messages)
` [PATCH 1/4] OF: Add helper for matching against linux,stdout-path
    ` [PATCH 1/4] OF: Add helper for matching against linux, stdout-path

gpu lockup when using Hardware Acceleration in AndroVM in VirtualBox
 2012-11-21 18:08 UTC 

want-replacement got stuck?
 2012-11-21 18:08 UTC  (2+ messages)

Lockdep complain for zram
 2012-11-21 18:06 UTC  (3+ messages)

[meta-networking][PATCH 0/2] ntp fixes
 2012-11-21 17:51 UTC  (5+ messages)
` [meta-networking][PATCH 1/2] ntp: cleanup recipes and fix SSL support
` [meta-networking][PATCH 2/2] ntp: make servers configurable and default to none configured

[PATCH 00/27] Latest numa/core release, v16
 2012-11-21 18:04 UTC  (29+ messages)
            ` [PATCH] mm, numa: Turn 4K pte NUMA faults into effective hugepage ones
              ` numa/core regressions fixed - more testers wanted

Trace on HD6320 after resume on v3.7-rc6
 2012-11-21 18:00 UTC  (3+ messages)

[wireless-next:master 203/214] drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c:573:17: sparse: Using plain integer as NULL pointer
 2012-11-21 17:59 UTC  (3+ messages)

[PATCH] OMAP: board-files: fix i2c_bus for tfp410
 2012-11-21 17:57 UTC  (12+ messages)
    ` tfp410 and i2c_bus_num (was: Re: [PATCH] OMAP: board-files: fix i2c_bus for tfp410)
      ` tfp410 and i2c_bus_num

question on snd_soc_dai_link_event
 2012-11-21 17:56 UTC  (3+ messages)

[PATCH v2 00/22] brcmsmac: Tx rework and expanded debug/trace support
 2012-11-21 17:56 UTC  (12+ messages)

Linux 3.7-rc6
 2012-11-21 17:55 UTC  (4+ messages)

[PATCH] insane.bbclass : Disable tests for unsafe references in binaries and scripts
 2012-11-21 17:41 UTC  (4+ messages)

[PATCH 0/4] RFC: ptest for danny
 2012-11-21 17:40 UTC  (2+ messages)

[PATCH 0/4] V2: drop lsbsetup
 2012-11-21 17:37 UTC  (5+ messages)
` [PATCH 4/4] msmtp: add link to ${libdir}/sendmail

Tagging of -stable patches
 2012-11-21 17:44 UTC  (2+ messages)

[PATCH RFC 3/5] printk: modify printk interface for syslog_namespace
 2012-11-21 17:49 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] Adding boottime support
 2012-11-21 17:48 UTC  (10+ messages)
` [U-Boot] [PATCH 5/8] arm: Add boottime support for the ARM architecture

[PATCH] poky-tiny.conf: blacklist inappropriate image options
 2012-11-21 17:44 UTC  (4+ messages)

mdadm --fail doesn't mark device as failed?
 2012-11-21 17:47 UTC  (6+ messages)

MAX_LOCKDEP_ENTRIES too low (called from ioc_release_fn)
 2012-11-21 17:46 UTC  (12+ messages)
      ` MAX_LOCKDEP_ENTRIES too low
        ` pi futex oops in __lock_acquire

WorldCIST'13: Indexed by ISI, SCOPUS, DBLP and EI-Compendex - Deadline: November 28
 2012-11-21 17:44 UTC 

[PATCH] ARM: Kirkwood: Update PCI-E fixup
 2012-11-21 17:44 UTC  (4+ messages)

pch_can: Data transmission stops after dropped packet
 2012-11-21 17:43 UTC  (25+ messages)

[PATCH] ARM: Kirkwood: Use hw_pci.ops instead of hw_pci.scan
 2012-11-21 17:41 UTC  (4+ messages)

[PATCH] binutils-crosssdk: do not set .interp size to 0x1000 for partial linked objects
 2012-11-21 17:24 UTC  (2+ messages)

[PATCH] server/process.py: Change timeout error handling
 2012-11-21 17:22 UTC  (4+ messages)

[GIT] Networking
 2012-11-21 17:36 UTC 

[PATCH v3 00/12] xorg upgrades
 2012-11-21 17:21 UTC  (5+ messages)
` [PATCH v3 12/12] xf86-video-omap: add new recipe to follow the maintained repo

rbd map command hangs for 15 minutes during system start up
 2012-11-21 17:34 UTC  (17+ messages)

[Buildroot] crosstools build fails when hard fpu is selected
 2012-11-21 17:33 UTC  (2+ messages)
  ` [Buildroot] crosstools in buildroot "

[PATCH v3 0/5] mmc: Add access to RPMB partition
 2012-11-21 17:32 UTC  (8+ messages)

[PATCH] arch_check_bp_in_kernelspace: fix the range check
 2012-11-21 17:30 UTC  (2+ messages)

RAID5 NAS Recovery...00.90.01 vs 00.90
 2012-11-21 17:29 UTC  (3+ 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.