summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-01-28arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initializationHeinrich Schuchardt1-7/+1
2014-01-28x86: revert wrong memblock current limit settingYinghai Lu2-3/+3
2014-01-28memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu1-1/+1
2014-01-27Merge tag 'cris-for-3.14' of git://jni.nu/crisLinus Torvalds28-333/+299
2014-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-3/+1
2014-01-26um: Include generic barrier.hRichard Weinberger1-0/+1
2014-01-26um: Removed unused attributes from thread_structRichard Weinberger1-3/+0
2014-01-26Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-13/+0
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds46-4/+164
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-30/+0
2014-01-25Merge tag 'arc-v3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds6-108/+121
2014-01-25Merge tag 'xtensa-next-20140123' of git://github.com/czankel/xtensa-linuxLinus Torvalds45-636/+1813
2014-01-25Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds88-189/+2
2014-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds12-3/+12
2014-01-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds6-14/+149
2014-01-25Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-77/+24
2014-01-24Merge branch 'akpm' (incoming from Andrew)Linus Torvalds29-418/+80
2014-01-24Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Linus Torvalds9-2/+15
2014-01-24Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds50-402/+1187
2014-01-24Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds73-3867/+1879
2014-01-24Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds208-3862/+11375
2014-01-24Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds148-1688/+5102
2014-01-24Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds124-1676/+1408
2014-01-24Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds27-76/+314
2014-01-24Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds51-311/+1148
2014-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-8/+2964
2014-01-24arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solu...Cody P Schafer1-14/+4
2014-01-24rapidio: add modular rapidio core build into powerpc and mips branchesAlexandre Bounine2-3/+3
2014-01-24Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham11-40/+40
2014-01-24firmware/dmi_scan: generalize for use by other archsArd Biesheuvel4-5/+11
2014-01-24printk/cache: mark printk_once test variable __read_mostlyJoe Perches1-0/+1
2014-01-24um: use generic fixmap.hMark Salter1-39/+1
2014-01-24tile: use generic fixmap.hMark Salter1-32/+1
2014-01-24sh: use generic fixmap.hMark Salter1-37/+2
2014-01-24powerpc: use generic fixmap.hMark Salter1-42/+2
2014-01-24mips: use generic fixmap.hMark Salter1-32/+1
2014-01-24microblaze: use generic fixmap.hMark Salter1-42/+2
2014-01-24metag: use generic fixmap.hMark Salter1-31/+1
2014-01-24hexagon: use generic fixmap.hMark Salter1-39/+1
2014-01-24x86: use generic fixmap.hMark Salter1-58/+1
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-4/+4
2014-01-24microblaze: extable: sort the exception table at build timeMichal Simek1-0/+1
2014-01-24cris: provide {in,out}[wl]_p()Geert Uytterhoeven1-0/+4
2014-01-23Merge tag 'omap-for-v3.14/dt-signed' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson16-67/+430
2014-01-23sched/x86/tsc: Initialize multiplier to 0Peter Zijlstra1-1/+1
2014-01-23Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qspi', 'spi/top...Mark Brown10-884/+312
2014-01-23Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds15-126/+468
2014-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds37-285/+711
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds9-10/+10