aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28kdump x86: fix total mem size calculation for reservationDave Young1-10/+1
2012-03-28arch/ia64: remove references to cpu_*_mapSrivatsa S. Bhat8-26/+24
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef3-41/+5
2012-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds10-34/+969
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds45-728/+794
2012-03-27Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds23-95/+710
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds48-1744/+1153
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds124-894/+4360
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds97-424/+2510
2012-03-27Merge tag 'rpmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+57
2012-03-27Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds59-342/+1822
2012-03-27Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds76-346/+5351
2012-03-27Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds100-989/+905
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds354-6716/+4106
2012-03-27Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds90-323/+650
2012-03-27Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into next/boardsArnd Bergmann30-486/+193
2012-03-25Merge branches 'acorn', 'ebsa110' and 'sa11x0' into platformsRussell King39-1590/+1116
2012-03-25ARM: 7343/1: sa11x0: convert to sparse IRQRussell King5-12/+13
2012-03-25ARM: 7342/2: sa1100: prepare for sparse irq conversionRob Herring19-11/+38
2012-03-25Merge branch 'sa11x0-mcp' into sa11x0Russell King9-4/+49
2012-03-25Merge branch 'sa11x0-lcd' into sa11x0Russell King10-55/+275
2012-03-25ARM: sa11x0: remove unused DMA controller definitionsRussell King2-218/+3
2012-03-25ARM: sa11x0: remove old SoC private DMA driverRussell King3-466/+1
2012-03-25Merge branch 'sa11x0-ir' into sa11x0Russell King1-0/+25
2012-03-25Merge branch 'sa1111' into sa11x0Russell King7-266/+227
2012-03-25um: Update defconfigRichard Weinberger1-184/+471
2012-03-25um: Switch to large mcmodel on x86_64Richard Weinberger1-0/+1
2012-03-25um: Wire CONFIG_GENERIC_IO upRichard Weinberger1-0/+1
2012-03-25um: Serve io_remap_pfn_range()Richard Weinberger1-0/+2
2012-03-25um: allow SUBARCH=x86Al Viro1-2/+2
2012-03-25um: most of the SUBARCH uses can be killedAl Viro3-7/+3
2012-03-25um: deadlock in line_write_interrupt()Al Viro1-0/+1
2012-03-25um: don't bother trying to rebuild CHECKFLAGS for USER_OBJSAl Viro1-4/+3
2012-03-25um: use the right ifdef around exports in user_syms.cAl Viro2-3/+1
2012-03-25um: a bunch of headers can be killed by using generic-yAl Viro7-124/+1
2012-03-25um: ptrace-generic.h doesn't need user.hAl Viro1-1/+0
2012-03-25um: kill HOST_TASK_PIDAl Viro4-8/+4
2012-03-25um: remove pointless include of asm/fixmap.h from asm/pgtable.hAl Viro1-2/+1
2012-03-25um: asm-offsets.h might as well come from underlying arch...Al Viro1-1/+0
2012-03-25um: merge processor_{32,64}.h a bit...Al Viro3-20/+10
2012-03-25um: switch close_chan() to struct lineAl Viro3-9/+11
2012-03-25um: race fix: initialize delayed_work *before* registering IRQAl Viro3-18/+15
2012-03-25um: line->have_irq is never checked...Al Viro2-2/+0
2012-03-25um: chan_init_pri is dead nowAl Viro1-2/+0
2012-03-25um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro5-128/+88
2012-03-25um: sorting out the chan mess, part 1Al Viro2-0/+5
2012-03-25um: finally kill ->init_str leaksAl Viro1-1/+3
2012-03-25um: get rid of lines_init()Al Viro4-46/+33
2012-03-25um: switch line.c tty drivers to dynamic device creationAl Viro4-42/+40
2012-03-25um: fix races between line_open() and line_config()Al Viro2-28/+29