aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds15-77/+24
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds29-418/+80
2014-01-23Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds9-2/+15
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds50-402/+1187
2014-01-23Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds73-3867/+1879
2014-01-23Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds208-3862/+11375
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds148-1688/+5102
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds124-1676/+1408
2014-01-23Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds27-76/+314
2014-01-23Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds51-311/+1148
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-8/+2964
2014-01-23arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solution using repeated rb_erase()Cody P Schafer1-14/+4
2014-01-23rapidio: add modular rapidio core build into powerpc and mips branchesAlexandre Bounine2-3/+3
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham11-40/+40
2014-01-23firmware/dmi_scan: generalize for use by other archsArd Biesheuvel4-5/+11
2014-01-23printk/cache: mark printk_once test variable __read_mostlyJoe Perches1-0/+1
2014-01-23um: use generic fixmap.hMark Salter1-39/+1
2014-01-23tile: use generic fixmap.hMark Salter1-32/+1
2014-01-23sh: use generic fixmap.hMark Salter1-37/+2
2014-01-23powerpc: use generic fixmap.hMark Salter1-42/+2
2014-01-23mips: use generic fixmap.hMark Salter1-32/+1
2014-01-23microblaze: use generic fixmap.hMark Salter1-42/+2
2014-01-23metag: use generic fixmap.hMark Salter1-31/+1
2014-01-23hexagon: use generic fixmap.hMark Salter1-39/+1
2014-01-23x86: use generic fixmap.hMark Salter1-58/+1
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-4/+4
2014-01-23microblaze: extable: sort the exception table at build timeMichal Simek1-0/+1
2014-01-23cris: 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/kernel/git/tmlind/linux-omap into next/boardsOlof Johansson16-67/+430
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds15-126/+468
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds37-285/+711
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds9-10/+10
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds17-59/+57
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds28-212/+153
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-57/+1
2014-01-21x86/mm: memblock: switch to use NUMA_NO_NODEGrygorii Strashko3-3/+3
2014-01-21arch/arm/mach-omap2/omap_hwmod.c: use memblock apis for early memory allocationsSantosh Shilimkar1-6/+2
2014-01-21arch/arm/mm/init.c: use memblock apis for early memory allocationsSantosh Shilimkar1-1/+1
2014-01-21arch/arm/kernel/: use memblock apis for early memory allocationsSantosh Shilimkar2-2/+2
2014-01-21mm/memblock: add memblock memory allocation apisSantosh Shilimkar1-2/+2
2014-01-21x86: memblock: set current limit to max low memory addressSantosh Shilimkar2-3/+3
2014-01-21acpi, numa, mem_hotplug: mark all nodes the kernel resides un-hotpluggableTang Chen1-0/+44
2014-01-21acpi, numa, mem_hotplug: mark hotpluggable memory in memblockTang Chen2-0/+7
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen10-15/+23
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman6-179/+65
2014-01-21arch/sh/kernel/kgdb.c: add missing #include <linux/sched.h>Wanlong Gao1-0/+1
2014-01-21score: remove "select HAVE_GENERIC_HARDIRQS" againGeert Uytterhoeven1-1/+0
2014-01-21Merge branch 'devel-stable' into for-nextRussell King4-69/+50
2014-01-21Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for-nextRussell King59-258/+1125
2014-01-21Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfdLinus Torvalds1-2/+2