public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-05-03 09:42:23 to 2013-05-03 15:47:51 UTC [more...]

[PATCH v2 0/2] xen/balloon: Extension and fix
 2013-05-03 15:47 UTC  (14+ messages)
` [PATCH v2 2/2] xen/balloon: Enforce various limits on target
              ` [Xen-devel] "

[PATCH] drivers: parport: Use kmemdup
 2013-04-28 16:54 UTC 

[GIT PULL] jfs for 3.10
 2013-05-03 15:37 UTC 

[PATCH] USB: Added support for Cinterion's PLxx WWAN Interface
 2013-05-03 15:38 UTC  (2+ messages)

OOM-killer and strange RSS value in 3.9-rc7
 2013-05-03 15:34 UTC  (13+ messages)

[ANNOUNCE] 3.8.10-rt6
 2013-05-03 15:31 UTC  (6+ messages)
  ` Suspend resume problem (WAS Re: [ANNOUNCE] 3.8.10-rt6)

[PATCH, RFC 00/22] ARM randconfig bugs
 2013-05-03 15:29 UTC  (22+ messages)
` [PATCH, RFC 01/22] can: move CONFIG_HAVE_CAN_FLEXCAN out of CAN_DEV
` [PATCH, RFC 02/22] cpufreq: ARM_DT_BL_CPUFREQ needs ARM_CPU_TOPOLOGY
` [PATCH, RFC 04/22] staging/drm: imx: add missing dependencies
` [PATCH, RFC 06/22] gpu/drm: host1x: add dependency on Tegra
` [PATCH, RFC 14/22] oprofile: always enable IRQ_WORK
` [PATCH, RFC 21/22] davinci: vpfe_capture needs i2c
` Re : [PATCH, RFC 09/22] crypto: lz4: don't build on ARM

[PATCH -v2.1] x86: Add a Kconfig shortcut for kvm guest kernel
 2013-05-03 15:31 UTC  (12+ messages)
` [tip:x86/urgent] x86/kconfig: Add a Kconfig shortcut for building working KVM guest kernels

[PATCHv2] arm: Preserve TPIDRURW on context switch
 2013-05-03 15:24 UTC  (11+ messages)

[PATCH 1/2] deb-pkg: split debug symbols in their own package
 2013-05-03 15:19 UTC  (7+ messages)

[RFCv2 0/8] perf tools: Adding formula support
 2013-05-03 15:18 UTC  (7+ messages)
` [PATCH 3/8] perf tools: Add formula-* parsing support for events
` [PATCH 5/8] perf tools: Add support to preload default formulas
` [PATCH 6/8] perf tests: Add automated tests for formula object

[systemd-devel] [PATCH 2/2] coredump: Handle programs with spaces in COMM
 2013-05-03 15:08 UTC  (2+ messages)

[PATCH] drivers: parport: Use kzalloc
 2013-04-28 16:15 UTC 

[PATCH 0/8] Add some TZ1090 SoC infrastructure
 2013-05-03 15:06 UTC  (8+ messages)
` [PATCH 5/8] pinctrl-tz1090: add TZ1090 pinctrl driver

[PATCH 00/63] dmaengine: Convert to correct API & Device Tree handling
 2013-05-03 14:32 UTC  (64+ messages)
` [PATCH 01/63] ARM: ux500: Supply address location names for the DMA40 DMA controller
` [PATCH 02/63] ARM: ux500: Setup the DMA40 driver's DT node using the new DMA API
` [PATCH 03/63] ARM: ux500: Supply UART's DMA configuration via Device Tree
` [PATCH 04/63] ARM: ux500: Supply MMC "
` [PATCH 05/63] ARM: ux500: Populate the ux500-musb Device Tree entry
` [PATCH 06/63] ARM: ux500: Pass DMA memcpy channels though Device Tree
` [PATCH 07/63] dmaengine: ste_dma40: Assign memcpy channels in the driver
` [PATCH 08/63] dmaengine: ste_dma40: Move default memcpy configs into "
` [PATCH 09/63] dmaengine: ste_dma40: Rectify incorrect configuration validation checking
` [PATCH 10/63] dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers
` [PATCH 11/63] ARM: ux500: Strip out duplicate USB DMA configuration
` [PATCH 12/63] dmaengine: ste_dma40: Remove home-brew MAX() macro
` [PATCH 13/63] ARM: ux500: Remove unused 'data_width' attributes from SDI DMA configs
` [PATCH 14/63] ARM: ux500: Remove unused 'data_width' attributes from SSP "
` [PATCH 15/63] ARM: ux500: Remove unused 'data_width' attributes from UART "
` [PATCH 16/63] ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data
` [PATCH 17/63] dmaengine: ste_dma40: Calculate number of logical channels from physical ones
` [PATCH 18/63] dmaengine: ste_dma40: Remove 'always true' checking
` [PATCH 19/63] dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking
` [PATCH 20/63] dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()
` [PATCH 21/63] dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate
` [PATCH 22/63] dmaengine: ste_dma40: Move rev error-check up to revision acquisition
` [PATCH 23/63] dmaengine: ste_dma40: Also report the number of logical channels
` [PATCH 24/63] dmaengine: ste_dma40: Allocate plat_data on declaration
` [PATCH 25/63] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled
` [PATCH 26/63] dmaengine: ste_dma40: Supply full Device Tree parsing support
` [PATCH 27/63] ARM: ux500: Pass remnant platform data though to DMA40 driver
` [PATCH 28/63] ARM: ux500: Stop passing UART's platform data for Device Tree boots
` [PATCH 29/63] ARM: ux500: Stop passing MMC's "
` [PATCH 30/63] ARM: ux500: Move SDI (MMC) and UART devices under more descriptive heading
` [PATCH 31/63] dmaengine: ste_dma40: Only use addresses passed as configuration information
` [PATCH 32/63] dmaengine: ste_dma40: Remove redundant address fetching function
` [PATCH 33/63] ARM: ux500: Remove DMA address look-up table
` [PATCH 34/63] dmaengine: ste_dma40: Correct copy/paste error
` [PATCH 35/63] ARM: ux500: Remove unnecessary attributes from DMA channel request pdata
` [PATCH 36/63] crypto: ux500/hash - Prepare clock before enabling it
` [PATCH 37/63] crypto: ux500/hash - Set DMA configuration though dma_slave_config()
` [PATCH 38/63] ARM: ux500: Stop passing Hash DMA channel config information though pdata
` [PATCH 39/63] crypto: ux500/cryp - Prepare clock before enabling it
` [PATCH 40/63] crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
` [PATCH 41/63] ARM: ux500: Stop passing Cryp DMA channel config information though pdata
` [PATCH 42/63] crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog
` [PATCH 43/63] ARM: ux500: Register Cyrp and Hash platform drivers on Snowball
` [PATCH 44/63] usb: musb: ux500: move channel number knowledge into the driver
` [PATCH 45/63] usb: musb: ux500: move the MUSB HDRC configuration "
` [PATCH 46/63] usb: musb: ux500: take the dma_mask from coherent_dma_mask
` [PATCH 47/63] usb: musb: ux500: harden checks for platform data
` [PATCH 48/63] usb: musb: ux500: attempt to find channels by name before using pdata
` [PATCH 49/63] usb: musb: ux500: add device tree probing support
` [PATCH 50/63] ARM: ux500: Add an auxdata entry for MUSB for clock-name look-up
` [PATCH 51/63] ARM: ux500: Remove ux500-musb platform registation when booting with DT
` [PATCH 52/63] ARM: ux500: Remove empty function u8500_of_init_devices()
` [PATCH 53/63] dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s
` [PATCH 54/63] ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generic one
` [PATCH 55/63] dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generic ones
` [PATCH 56/63] ARM: ux500: Remove recently unused stedma40_xfer_dir enums
` [PATCH 57/63] dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'s
` [PATCH 58/63] dmaengine: ste_dma40: Convert data_width from register bit format to value
` [PATCH 59/63] dmaengine: ste_dma40_ll: Replace meaningless register set with comment
` [PATCH 60/63] dmaengine: ste_dma40: Allow memcpy channels to be configured from DT
` [PATCH 61/63] ARM: ux500: Stop passing DMA platform data though AUXDATA
` [PATCH 62/63] dmaengine: ste_dma40: Fetch the number of physical channels from DT
` [PATCH 63/63] dmaengine: ste_dma40: Fetch disabled "

clockevents_program_event WARN_ON preventing boot
 2013-05-03 14:49 UTC  (10+ messages)

[PATCH 0/3] Various perf patches
 2013-05-03 14:41 UTC  (7+ messages)
` [PATCH 1/3] perf, x86: Blacklist all MEM_*_RETIRED events for IVB
` [PATCH 2/3] perf, x86, lbr: Fix LBR filter
` [PATCH 3/3] perf, x86, lbr: Demand proper privileges for PERF_SAMPLE_BRANCH_KERNEL

[PATCH RFC v3] media: i2c: mt9p031: add OF support
 2013-05-03 14:34 UTC  (2+ messages)

[PATCH 0/4] Fixing boot warnings in -next
 2013-05-03 14:21 UTC  (15+ messages)
` [PATCH 2/4] mfd: ab8500-gpadc: Suppress 'ignoring regulator_enable() return value' warning
  ` [PATCH 2/4 v2] "
` [PATCH 3/4] mmc: mmci: Ensure return value of regulator_enable() is checked
` [PATCH 4/4] staging: ste_rmi4: Suppress 'ignoring return value of ‘regulator_enable()' warning
  ` [PATCH 4/4 v2] "

[PATCH v2 03/10] freezer: add new freezable helpers using freezer_do_not_count()
 2013-05-03 14:18 UTC  (2+ messages)

Regression: ftdi_sio is slow (since Wed Oct 10 15:05:06 2012)
 2013-05-03 15:02 UTC 

[PATCH] irqchip: add support for Marvell Orion SoCs
 2013-05-03 14:09 UTC  (9+ messages)
` [PATCH v2 0/5] ARM: orion: add orion irqchip driver
  ` [PATCH v2 1/5] irqchip: add support for Marvell Orion SoCs
  ` [PATCH v2 2/5] ARM: dove: add DT parsing for legacy mv643xx_eth

[PATCH] ARM: ux500: Remove DMA address look-up table
 2013-05-03 14:09 UTC  (3+ messages)

[RFC v2 0/3] LAB: Support for Legacy Application Booster governor
 2013-05-03 14:07 UTC  (4+ messages)
` [RFC v2 1/3] cpufreq:overclocking: Overclocking support at Exynos4 SoC
` [RFC v2 2/3] cpufreq:LAB: Introduce new cpufreq LAB(Legacy Application Boost) governor
` [RFC v2 3/3] cpufreq:LAB: Modify cpufreq_governor to support LAB Governor

[PATCH RFC 1/2] SELinux: reduce overhead of mls_level_isvalid() function call
 2013-05-03 14:07 UTC  (2+ messages)

[PATCH 00/10] optimize freezing tasks by reducing task wakeups
 2013-05-03 14:00 UTC  (5+ messages)
` [PATCH 03/10] freezer: add new freezable helpers using freezer_do_not_count()

[PATCH 00/32] dmaengine: Refactor the DMA40 driver
 2013-05-03 13:57 UTC  (5+ messages)
` [PATCH 12/32] ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data

[PATCH 1/1] powerpc: mpc512x_dma: add support for data transfers between memory and i/o memory
 2013-05-03 13:52 UTC  (6+ messages)

[PATCH] tools: Get only verbose output with V=1
 2013-05-03 13:49 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] media: davinci: vpbe: fix layer availability for NV12 format
 2013-05-03 13:47 UTC  (2+ messages)

[PATCH] powerpc: Make Book E watchdog reset type configurable
 2013-05-03 13:46 UTC  (6+ messages)

[PATCH] NOHZ, check to see if tick device is initialized in IRQ handling path
 2013-05-03 13:43 UTC  (6+ messages)

[PATCH 1/5] dmaengine: ste_dma40: Allow memcpy channels to be configured from DT
 2013-05-03 13:42 UTC  (7+ messages)
` [PATCH 1/5 v2] "

[GIT PULL] sound updates for v3.10-rc1
 2013-05-03 13:36 UTC 

[PATCH] regulator: Remove all platform_set_drvdata(pdev, NULL) in drivers
 2013-05-03 13:19 UTC  (2+ messages)

[PATCH] ARM: PL011: revise to use amba_rev macro
 2013-05-03 12:49 UTC 

[PATCH 0/2] Simple concepts extracted from tip/numa/core
 2013-05-03 12:48 UTC  (2+ messages)

[PATCH 1/2] f2fs: optimize scan_nat_page()
 2013-05-03 12:43 UTC  (2+ messages)
` [PATCH 2/2] f2fs: optimize build_free_nids()

[PATCH V2] cpufreq: cpu0: Free parent node for error cases
 2013-05-03 12:47 UTC  (3+ messages)

[Bisected] 3.7-rc1 can't resume
 2013-05-03 12:15 UTC  (7+ messages)
` [Bisected] 3.7-rc1 can't resume (still present in 3.9)

[PATCH 0/3 RFC] Driver core / ACPI: Add offline/online for graceful hot-removal of devices
 2013-05-03 12:21 UTC  (8+ messages)
` [PATCH 1/3 RFC] Driver core: Add offline/online device operations
` [PATCH 4/4] ACPI / processor: Use common hotplug infrastructure

[NEW DRIVER V6 5/7] drivers/gpio: DA9058 GPIO driver
 2013-05-03 12:11 UTC  (5+ messages)

[PATCH v3 0/5] regulator/OMAP: Support TI Adaptive Body Bias(ABB) on-chip LDO driver
 2013-05-03 12:03 UTC  (4+ messages)
` [PATCH v3 1/5] regulator: Introduce "

[PATCH] [TRIVIAL] Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} in i915 driver
 2013-05-03 12:03 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH RESEND] media: davinci: vpbe: fix checkpatch warning for CamelCase
 2013-05-03 11:39 UTC 

[PATCH 0/5] mm: Ability to monitor task memory changes (v4)
 2013-05-03 11:36 UTC  (3+ messages)
` [PATCH 4/5] mm: soft-dirty bits for user memory changes tracking

[PATCH v2 00/10] optimize freezing tasks by reducing task wakeups
 2013-05-03 11:43 UTC  (4+ messages)

mei file2alias compile error
 2013-05-03 11:34 UTC  (5+ messages)

[PATCH v2] lguest: rename i386_head.S
 2013-05-03 11:01 UTC 

sched/cputime: sig->prev_stime underflow
 2013-05-03 11:00 UTC  (10+ messages)

[PATCH 0/3] xen/arm: account for stolen ticks
 2013-05-03 10:54 UTC  (11+ messages)
` [PATCH 1/3] arm_arch_timer: introduce arch_timer_stolen_ticks
    ` [Xen-devel] "
` [PATCH 2/3] xen: move do_stolen_accounting to drivers/xen/time.c
    ` [Xen-devel] "

[PATCH v2 00/13] Arrange hotpluggable memory in SRAT as ZONE_MOVABLE
 2013-05-03 10:50 UTC  (3+ messages)
` [PATCH v2 10/13] x86, acpi, numa, mem-hotplug: Introduce MEMBLK_HOTPLUGGABLE to mark and reserve hotpluggable memory

[PATCH] klist: del waiter from klist_remove_waiters before wakeup waitting process
 2013-05-03 10:42 UTC  (2+ messages)

[git pull] GPIO for v3.10
 2013-05-03 10:37 UTC 

[PATCH 03/42] rtc: rtc-ab3100: remove unnecessary platform_set_drvdata()
 2013-05-03 10:19 UTC  (2+ messages)

[PATCH 0/6] Davinci fbdev driver and enable it for DMx platform
 2013-05-03 10:15 UTC  (5+ messages)

[PATCH v3] media: i2c: tvp7002: enable TVP7002 decoder for media controller based usage
 2013-05-03 10:12 UTC  (2+ messages)

[PATCH] nfsd: get rid of the unused functions in vfs
 2013-05-03 10:08 UTC 

[PATCH -next] power: fix bq27x00_battery kconfig
 2013-05-03 10:06 UTC  (2+ messages)

[PATCH v2 1/2] clk: si5351: Fix clkout rate computation
 2013-05-03 10:05 UTC  (3+ messages)
` [PATCH v2 2/2] clk: si5351: Set initial clkout rate when defined in platform data

[PATCH v2] clk: si5351: Allow user to define disabled state for every clock output
 2013-05-03 10:02 UTC  (2+ messages)

[PATCHv4] iio: adc: add driver for MCP3204/08 12-bit ADC
 2013-05-03 10:00 UTC  (2+ messages)

[PATCH V3 0/8] Per-cgroup page stat accounting
 2013-05-03  9:59 UTC  (5+ messages)
` [PATCH V3 4/8] memcg: add per cgroup dirty pages accounting

[PATCH] MIPS: Enable interrupts in arch_cpu_idle()
 2013-05-03  9:54 UTC  (4+ messages)
` [PATCH] MIPS: Enable interrupts before WAIT instruction

[PATCH]: x86_64, audio: Fix system panic when DMA > 40 bits
 2013-05-03  9:55 UTC  (4+ messages)

[GIT PULL] ext3/jbd fixes for 3.10-rc1
 2013-05-03  9:50 UTC 

[patch 00/34] idle: Consolidate idle implementations
 2013-05-03  9:47 UTC  (2+ messages)

[PATCH 2/3] ASoC: ux500: move clock controls to ab8500-codec
 2013-05-03  9:42 UTC  (3+ messages)
` [PATCH v2 2/3] ASoC: ux500: drop clock gating widgets from machine driver

[PATCH] drivers: spi: bmc2835: use devm_ioremap_resource()
 2013-05-03  9:41 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox