All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-19 08:52:09 to 2012-11-19 10:27:17 UTC [more...]

[PATCH v2] md: also hot remove disk from pers when hot removing
 2012-11-19 10:27 UTC  (3+ messages)

[PATCH 0/1] ARM: kirkwood: Convert the mplcec4 board to pinctrl
 2012-11-19 10:26 UTC  (2+ messages)
` [PATCH 1/1] ARM: kirkwood: Convert "

[PATCH 1/1] led-gpio: add bicolor led support
 2012-11-19 10:26 UTC  (2+ messages)

[PATCH 0/1] python-pygtk: add gtk-types.defs into gdk.c dependence
 2012-11-19 10:11 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 1/1] at91sam9260ek: specify mach entry
 2012-11-19 10:24 UTC  (4+ messages)

[PATCH v3] i2c-hid: introduce HID over i2c specification implementation
 2012-11-19 10:23 UTC  (4+ messages)

[PATCH v6 00/12] Introduce huge zero page
 2012-11-19 10:23 UTC  (8+ messages)
` [PATCH v6 10/12] thp: implement refcounting for "

[PATCH] iio: adc: Add Texas Instruments ADC081C021/027 support
 2012-11-19 10:23 UTC  (5+ messages)

[PATCH Resend] drm/exynos: Make exynos4/5_fimd_driver_data static
 2012-11-19 10:21 UTC  (2+ messages)

[REPOST-v2] sched: Prevent wakeup to enter critical section needlessly
 2012-11-19 10:20 UTC  (3+ messages)

rbd tool changed format? (breaks compatibility)
 2012-11-19 10:20 UTC  (3+ messages)

[PATCH RESEND] Btrfs: fix deadlock when the process of delayed refs fails
 2012-11-19 10:18 UTC  (2+ messages)

[PATCH] i2c: s3c2410: Fix code to free gpios
 2012-11-19 10:18 UTC 

window managers?
 2012-11-19 10:03 UTC  (2+ messages)

[BUG] rbd discard should return OK even if rbd file does not exist
 2012-11-19 10:17 UTC  (6+ messages)

[PATCH v3] i2c: s3c2410: Add fix for i2c suspend/resume
 2012-11-19 10:17 UTC 

[GIT PULL] Marvell XOR driver DT changes
 2012-11-19 10:11 UTC  (4+ messages)
` [PATCH 1/3] arm: mvebu: add XOR engines to Armada 370/XP .dtsi
` [PATCH 2/3] arm: kirkwood: Convert XOR instantiation to DT
` [PATCH 3/3] arm: dove: Convert Dove to DT XOR DMA engine

PROBLEM: REGRESSION in drivers/platform/x86/dell-laptop.c
 2012-11-19 10:11 UTC  (3+ messages)

[PATCH 00/16] OMAP USB Host cleanup
 2012-11-19 10:11 UTC  (3+ messages)

[PATCH 0/7 v2] at91sam9 add watchdog support with keep alive
 2012-11-19 10:08 UTC  (7+ messages)
` [PATCH 1/7] watchdog: add keep alive support
  ` [PATCH 2/7] watchdog: add at91sam9 watchdog support

[PATCH v3 00/12] memory-hotplug: hot-remove physical memory
 2012-11-19 10:08 UTC  (7+ messages)
` [PATCH v3 11/12] memory-hotplug: remove sysfs file of node

[PATCH v3 0/5] mmc: Add access to RPMB partition
 2012-11-19 10:09 UTC  (3+ messages)

[PATCH] i.MX25 & 35 usb config bits : fix host power bit
 2012-11-19 10:08 UTC  (2+ messages)

[PATCH v2 1/3] w1: mxc_w1: Adapt the clock name to the new clock framework
 2012-11-19 10:07 UTC  (2+ messages)

[PATCH] serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not empty
 2012-11-19 10:07 UTC 

[patch 1/2 v2]swap: add a simple buddy allocator
 2012-11-19 10:06 UTC  (2+ messages)

howto cp to flash
 2012-11-19 10:05 UTC  (3+ messages)

[GIT PULL] Marvell XOR driver cleanup and DT binding
 2012-11-19 10:05 UTC  (32+ messages)
` [PATCH 01/30] dma: mv_xor: use dev_(err|info|notice) instead of dev_printk
` [PATCH 02/30] dma: mv_xor: do not use pool_size from platform_data within the driver
` [PATCH 03/30] dma: mv_xor: split initialization/cleanup of XOR channels
` [PATCH 04/30] dma: mv_xor: allow channels to be registered directly from the main device
` [PATCH 05/30] arm: plat-orion: convert the registration of the xor0 engine to the single driver
` [PATCH 06/30] arm: plat-orion: convert the registration of the xor1 "
` [PATCH 07/30] arm: plat-orion: remove unused orion_xor_init_channels()
` [PATCH 08/30] dma: mv_xor: remove sub-driver 'mv_xor'
` [PATCH 09/30] dma: mv_xor: remove 'shared' from mv_xor_platform_data
` [PATCH 10/30] dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_data
` [PATCH 11/30] dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_data
` [PATCH 12/30] dma: mv_xor: change the driver name to 'mv_xor'
` [PATCH 13/30] dma: mv_xor: rename many symbols to remove the 'shared' word
` [PATCH 14/30] dma: mv_xor: remove unused id field in mv_xor_device structure
` [PATCH 15/30] dma: mv_xor: remove unused to_mv_xor_device() macro
` [PATCH 16/30] dma: mv_xor: simplify dma_sync_single_for_cpu() calls
` [PATCH 17/30] dma: mv_xor: introduce a mv_chan_to_devp() helper
` [PATCH 18/30] dma: mv_xor: get rid of the pdev pointer in mv_xor_device
` [PATCH 19/30] dma: mv_xor: in mv_xor_chan, rename 'common' to 'dmachan'
` [PATCH 20/30] dma: mv_xor: in mv_xor_device, rename 'common' to 'dmadev'
` [PATCH 21/30] dma: mv_xor: use mv_xor_chan pointers as arguments to self-test functions
` [PATCH 22/30] dma: mv_xor: merge mv_xor_device and mv_xor_chan
` [PATCH 23/30] dma: mv_xor: rename mv_xor_private to mv_xor_device
` [PATCH 24/30] dma: mv_xor: remove useless backpointer from mv_xor_chan "
` [PATCH 25/30] dma: mv_xor: remove hw_id field from platform_data
` [PATCH 26/30] dma: mv_xor: remove the pool_size "
` [PATCH 27/30] dma: mv_xor: add missing free_irq() call
  ` [PATCH 28/30] dma: mv_xor: add Device Tree binding
` [PATCH 29/30] dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and remove
` [PATCH 30/30] dma: mv_xor: Add a device_control function

Failure to extra stable@vger.kernel.org addresses
 2012-11-19  9:57 UTC 

[PATCH 1/3, v6] AMD64 EDAC: Add muli-domain support
 2012-11-19 10:02 UTC  (3+ messages)
` [PATCH 2/3, v3] AMD64 EDAC: Support >255 memory controllers
` [PATCH 3/3, v3] AMD64 EDAC: Cleanup type usage to be consistent

[PATCH 13/20] async_tx: do DMA unmap in core for XOR operations
 2012-11-19  9:52 UTC  (2+ messages)

[PATCH 1/1] drm/exynos: Fix potential NULL pointer dereference in exynos_drm_encoder.c
 2012-11-19 10:02 UTC  (5+ messages)

[RFC] dmaengine: omap-dma: Allow DMA controller to prefetch data
 2012-11-19 10:01 UTC  (10+ messages)

[PATCH] bluetooth: Increase HCI command tx timeout
 2012-11-19 10:01 UTC  (3+ messages)

[PATCH V2 0/3] Add hardware I/O coherency support for Armada 370/XP
 2012-11-19 10:00 UTC  (3+ messages)
` [PATCH V2 1/3] arm: dma mapping: Export dma ops functions

[git pull] bugfix for 3.7
 2012-11-19 10:00 UTC  (2+ messages)

[PATCH v3 00/18] ARM: Patchset for CLPS711X
 2012-11-19 10:00 UTC  (3+ messages)

[Pv-drivers] [PATCH 0/6] VSOCK for Linux upstreaming
 2012-11-19  9:59 UTC  (5+ messages)

[PATCH 1/2] drm/exynos: Make exynos4_fimd_driver_data static
 2012-11-19  9:55 UTC  (3+ messages)

[PATCH] ARM: sunxi: Add sun4i/cubieboard (A10) support
 2012-11-19  9:55 UTC  (2+ messages)

[PATCH v4] linux,stdout-path helper
 2012-11-19  9:52 UTC  (4+ messages)
` [PATCH 1/3] OF: Add helper for matching against linux,stdout-path

[PATCH v3] drm/exynos: add exynos drm specific fb_mmap function
 2012-11-19  9:51 UTC  (2+ messages)

[PATCH 1/4] drm/crtc: Remove redundant NULL check before kfree
 2012-11-19  9:44 UTC  (4+ messages)
` [PATCH 2/4] drm/crtc: Fix potential NULL pointer dereference
` [PATCH 3/4] drm/fb_helper: "
` [PATCH 4/4] drm/drm_stub: Remove unnecessary null check before kfree

[PATCH RFC 0/5] Containerize syslog
 2012-11-19  9:51 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add entry for Davinci video drivers
 2012-11-19  9:48 UTC 

[PATCH 0/4] Dove pinctrl fixes and DT enabling
 2012-11-19  9:48 UTC  (12+ messages)
` [PATCH 1/4] pinctrl: mvebu: fix iomem pointer for dove pinctrl
` [PATCH 2/4] pinctrl: mvebu: Fix dove_audio1_ctrl_set function
` [PATCH 3/4] ARM: Dove: Convert to DT GPIO and pinctrl
` [PATCH 4/4] ARM: Dove: Add CuBox pinhog for led

[PATCH v1] mmc: fix async request mechanism for sequential read scenarios
 2012-11-19  9:48 UTC  (12+ messages)

is there a standard for putting the name of a source file in the file?
 2012-11-19  9:46 UTC  (5+ messages)

[RFC] fbdev: arm has __raw I/O accessors, use them in fb.h
 2012-11-19  9:46 UTC  (9+ messages)

[PATCH] drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer
 2012-11-19  9:44 UTC  (2+ messages)

[PATCH v3] ARM: tegra: ventana: enable internal display
 2012-11-19  9:43 UTC 

[GIT PULL] DaVinci fix for v3.7
 2012-11-19  9:42 UTC 

[PATCH] OMAPDSS: OMAPFB: Fix possible null pointer dereferencing
 2012-11-19  9:41 UTC  (3+ messages)

uprobe: checking probe event include directory
 2012-11-19  9:40 UTC  (6+ messages)
        ` [offlist] "

[PATCH v2 0/3] ACPI 5 support for GPIO, SPI and I2C
 2012-11-19  9:42 UTC  (5+ messages)
` [PATCH v2 3/3 UPDATED] i2c / ACPI: add ACPI enumeration support
  ` [PATCH 0/2] ACPI: Simplify "glueing" to physical nodes (was: Re: [PATCH v2 3/3 UPDATED] i2c / ACPI: add ACPI enumeration support)
    ` [PATCH 1/2] ACPI: Allow ACPI handles of devices to be initialized in advance

Hung task with trace after resume on kernel v3.7-rc6
 2012-11-19  9:38 UTC  (3+ messages)

[PATCH v2] ARM: tegra: ventana: enable internal display
 2012-11-19  9:35 UTC  (4+ messages)

[PATCH 0/2] pwm fixes for 3.8
 2012-11-19  9:29 UTC  (3+ messages)
` [PATCH 1/2] Fix build error in pwm-vt8500.c

[REVIEW][PATCH 0/11] pid namespace cleanups and enhancements
 2012-11-19  9:27 UTC  (7+ messages)
` [PATCH 01/11] procfs: Use the proc generic infrastructure for proc/self
  ` [PATCH 09/11] pidns: Add setns support

[PATCH] OMAP: board-files: fix i2c_bus for tfp410
 2012-11-19  9:27 UTC  (11+ messages)
        ` tfp410 and i2c_bus_num (was: Re: [PATCH] OMAP: board-files: fix i2c_bus for tfp410)
          ` tfp410 and i2c_bus_num

[PATCH] mmc: Standardise capability type
 2012-11-19  9:27 UTC  (4+ messages)

[PATCH 1/2] i2c: mxs: Handle i2c DMA failure properly
 2012-11-19  9:25 UTC  (2+ messages)

[PATCH V3 0/5] SMP support for Armada XP
 2012-11-19  9:23 UTC  (9+ messages)
` [PATCH V3 4/5] arm: mm: Added support for PJ4B cpu and init routines

[PATCH v2] i2c: s3c2410: Add fix for i2c suspend/resume
 2012-11-19  9:23 UTC  (2+ messages)

[PATCH] MIPS: main_entry.c: fix typo
 2012-11-19  9:17 UTC  (2+ messages)

[PATCH] bareboxenv.c: simple grammatical fix
 2012-11-19  9:16 UTC  (2+ messages)

[PATCH] TTY: serial 8250: Support MCR CLK_SEL bit
 2012-11-19  8:54 UTC 

[PATCH] arm lib: Remove redundant boot usage info from boot[uz].c
 2012-11-19  9:14 UTC  (2+ messages)

[PATCH] mach-imx: Comment typo fix, "enviroment" -> "environment"
 2012-11-19  9:14 UTC  (2+ messages)

are there still issues with building sandbox on x86_64?
 2012-11-19  9:12 UTC  (3+ messages)

[RFC PATCH] mm: fix up zone's present_pages
 2012-11-19  9:12 UTC  (4+ messages)

Iptables rules with module string give strange counter results
 2012-11-19  9:10 UTC  (2+ messages)

arm: at91: mach header cleanup
 2012-11-19  9:09 UTC  (3+ messages)
` [PATCH 1/1] atmel: move ATMEL_MAX_UART to platform_data/atmel.h

[PATCH] AHCI: fix build warning when PM && !PM_SLEEP
 2012-11-19  9:06 UTC 

[PATCHSET cgroup/for-3.8] netprio_cgroup: implement hierarchy support
 2012-11-19  9:03 UTC  (5+ messages)
` [PATCH 1/8] cgroup: add cgroup->id

[PATCH 0/1 V2] ARM: kirkwood: Add support for the MPL CEC4
 2012-11-19  9:04 UTC  (2+ messages)

[PATCHSET cgroup/for-3.8] cgroup: allow ->post_create() to fail
 2012-11-19  9:02 UTC  (7+ messages)
` [PATCH 06/17] cgroup: remove duplicate RCU free on struct cgroup

[PATCH 1/2] Add code to track call origin for msr assignment
 2012-11-19  9:02 UTC  (2+ messages)

[PATCH v4 0/4] cbus/retu drivers
 2012-11-19  8:59 UTC  (3+ messages)
` [PATCH v4 1/4] i2c: introduce i2c-cbus-gpio driver

[PATCH 1/2] [SCSI] libsrp: replace kfifo_init with kfifo_alloc
 2012-11-19  8:58 UTC  (2+ messages)
` [PATCH 2/2] [SCSI] libiscsi: "

mmc: sdhci: fixes and enhancements
 2012-11-19  8:57 UTC  (5+ messages)
` [PATCH v6 11/14] mmc: sdhci: fix the bug that DDR50 can't work for emmc

The bug of iput() removal from flusher thread?
 2012-11-19  8:56 UTC  (2+ messages)

[PATCH v5 RESEND 0/5] ACPI: hotplug messages improvement
 2012-11-19  8:56 UTC  (3+ messages)
` [PATCH v5 RESEND 1/5] ACPI: Add acpi_pr_<level>() interfaces

[PATCH] ath9k: Fix BTCOEX debugfs file usage
 2012-11-19  8:54 UTC 

[PATCH] Video: Backlight: Add a MMIO backlight driver using DT
 2012-11-19  8:54 UTC 

[PATCH] serial: atmel_serial: remove atmel open/close hooks
 2012-11-19  8:54 UTC  (3+ messages)

[PATCH] vhost-blk: Add vhost-blk support v5
 2012-11-19  8:53 UTC 

[PATCH] vhost-blk: Add vhost-blk support v5
 2012-11-19  8:53 UTC 

[PATCH] gpio: twl4030: Use only TWL4030_MODULE_LED for LED configuration
 2012-11-19  8:52 UTC  (4+ 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.