summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2012-03-27ARM: fix Kconfig warning for HAVE_BPF_JITRussell King
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy
2012-03-27mtd: maps: physmap: Add reference counter to set_vpp()Paul Parsons
2012-03-27mtd: fsmc: Move ALE, CLE defines to their respective platformShiraz Hashim
2012-03-27ARM: mach-shmobile: mackerel: Add the flash controller flctlBastian Hecht
2012-03-27mxs-dma : move the mxs dma.h to a more common placeHuang Shijie
2012-03-26ARM: tegra: Include assembler.h in sleep.S to fix build breakStephen Warren
2012-03-26Merge remote branch 'remotes/korg_olof_tegra/for-3.4/soc' into for-3.4/fixes-...Stephen Warren
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar
2012-03-26Kbuild: centralize MKIMAGE and cmd_uimage definitionsStephen Warren
2012-03-26dmaengine: imx-dma: merge old dma-v1.c with imx-dma.cJavier Martin
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll
2012-03-26x86: Merge the x86_32 and x86_64 cpu_idle() functionsRichard Weinberger
2012-03-25Merge branches 'acorn', 'ebsa110' and 'sa11x0' into platformsRussell King
2012-03-25ARM: 7343/1: sa11x0: convert to sparse IRQRussell King
2012-03-25ARM: 7342/2: sa1100: prepare for sparse irq conversionRob Herring
2012-03-25Merge branch 'sa11x0-mcp' into sa11x0Russell King
2012-03-25Merge branch 'sa11x0-lcd' into sa11x0Russell King
2012-03-25ARM: sa11x0: remove unused DMA controller definitionsRussell King
2012-03-25ARM: sa11x0: remove old SoC private DMA driverRussell King
2012-03-25Merge branch 'sa11x0-ir' into sa11x0Russell King
2012-03-25Merge branch 'sa1111' into sa11x0Russell King
2012-03-25ARM: pxa: use common IOMEM definitionRob Herring
2012-03-25ARM: dma-mapping: convert ARCH_HAS_DMA_SET_COHERENT_MASK to kconfig symbolRob Herring
2012-03-25um: Update defconfigRichard Weinberger
2012-03-25um: Switch to large mcmodel on x86_64Richard Weinberger
2012-03-25um: Wire CONFIG_GENERIC_IO upRichard Weinberger
2012-03-25um: Serve io_remap_pfn_range()Richard Weinberger
2012-03-25um: allow SUBARCH=x86Al Viro
2012-03-25um: most of the SUBARCH uses can be killedAl Viro
2012-03-25um: deadlock in line_write_interrupt()Al Viro
2012-03-25um: don't bother trying to rebuild CHECKFLAGS for USER_OBJSAl Viro
2012-03-25um: use the right ifdef around exports in user_syms.cAl Viro
2012-03-25um: a bunch of headers can be killed by using generic-yAl Viro
2012-03-25um: ptrace-generic.h doesn't need user.hAl Viro
2012-03-25um: kill HOST_TASK_PIDAl Viro
2012-03-25um: remove pointless include of asm/fixmap.h from asm/pgtable.hAl Viro
2012-03-25um: asm-offsets.h might as well come from underlying arch...Al Viro
2012-03-25um: merge processor_{32,64}.h a bit...Al Viro
2012-03-25um: switch close_chan() to struct lineAl Viro
2012-03-25um: race fix: initialize delayed_work *before* registering IRQAl Viro
2012-03-25um: line->have_irq is never checked...Al Viro
2012-03-25um: chan_init_pri is dead nowAl Viro
2012-03-25um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro
2012-03-25um: sorting out the chan mess, part 1Al Viro
2012-03-25um: finally kill ->init_str leaksAl Viro
2012-03-25um: get rid of lines_init()Al Viro
2012-03-25um: switch line.c tty drivers to dynamic device creationAl Viro
2012-03-25um: fix races between line_open() and line_config()Al Viro
2012-03-25um: convert count_lock to mutex, fix a race in line_open()Al Viro