summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2014-01-22MIPS: BCM47XX: add vectored interrupt supportHauke Mehrtens
2014-01-22MIPS: BCM47XX: add cpu-feature-overrides.hHauke Mehrtens
2014-01-22MIPS: BCM47XX: move constant array from stackHauke Mehrtens
2014-01-22MIPS: BCM47XX: add asmlinkage to plat_irq_dispatch()Hauke Mehrtens
2014-01-22MIPS: BCM47XX: update defconfigHauke Mehrtens
2014-01-22MIPS: BCM47XX: add EARLY_PRINTK_8250 supportHauke Mehrtens
2014-01-22MIPS: BCM47XX: Remove CFE supportHauke Mehrtens
2014-01-22MIPS: BCM47XX: only print SoC name in system type in cpuinfoHauke Mehrtens
2014-01-22MIPS: BCM63XX: drop SYS_HAS_CPU_MIPS32R1Jonas Gorski
2014-01-22MIPS: cpu-type: guard BMIPS variants with SYS_HAS_CPU_BMIPS*Jonas Gorski
2014-01-22MIPS: BCM47XX: select BMIPS CPUs for BCM47XX_SSBJonas Gorski
2014-01-22MIPS: BCM63XX: let the individual SoCs select the appropriate CPUsJonas Gorski
2014-01-22MIPS: BCM63XX: always register bmips smp opsJonas Gorski
2014-01-22MIPS: BMIPS: add a smp ops registration helperJonas Gorski
2014-01-22MIPS: BMIPS: extend BMIPS3300 to include BMIPS32Jonas Gorski
2014-01-22MIPS: BMIPS: select CPU_HAS_PREFETCHJonas Gorski
2014-01-22MIPS: BMIPS: select CPU_SUPPORTS_HIGHMEMJonas Gorski
2014-01-22MIPS: BMIPS: merge CPU options into one optionJonas Gorski
2014-01-22MIPS: BMIPS: change compile time checks to runtime checksJonas Gorski
2014-01-22MIPS: allow asm/cpu.h to be included from assemblyJonas Gorski
2014-01-22MIPS: BCM63XX: disable SMP also on BCM3368Jonas Gorski
2014-01-22MIPS: BCM63XX: add HSSPI platform device and register itJonas Gorski
2014-01-22MIPS: BCM63XX: add HSSPI IRQ and register offsetsJonas Gorski
2014-01-22MIPS: BCM63XX: setup the HSSPI clock rateJonas Gorski
2014-01-22MIPS: BCM63XX: expose the HSSPI clockJonas Gorski
2014-01-22arm64: mm: fix the function name in comment of __flush_dcache_areaJingoo Han
2014-01-22arm64: mm: use ubfm for dcache_line_sizeJingoo Han
2014-01-22s390: wire up sys_sched_setattr/sys_sched_getattrHeiko Carstens
2014-01-22s390/uapi: fix struct statfs64 definitionHeiko Carstens
2014-01-22s390/uaccess: remove dead extern declarations, make functions staticHeiko Carstens
2014-01-22s390/uaccess: test if current->mm is set before walking page tablesHeiko Carstens
2014-01-22s390/zfcpdump: make zfcpdump depend on 64BITHeiko Carstens
2014-01-22s390/32bit: fix cmpxchg64Heiko Carstens
2014-01-22x86, boot: Use __attribute__((used)) to ensure videocard structs are emittedDavid Woodhouse
2014-01-22x86: Remove duplication of 16-bit CFLAGSDavid Woodhouse
2014-01-22x86, relocs: Add manual debug modeMichael Davidson
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2014-01-21Merge tag 'bcm-for-3.14-dt' of git://github.com/broadcom/bcm11351 into next/dtKevin Hilman
2014-01-21x86/mm: memblock: switch to use NUMA_NO_NODEGrygorii Strashko
2014-01-21arch/arm/mach-omap2/omap_hwmod.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-21arch/arm/mm/init.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-21arch/arm/kernel/: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-21mm/memblock: add memblock memory allocation apisSantosh Shilimkar
2014-01-21x86: memblock: set current limit to max low memory addressSantosh Shilimkar
2014-01-21acpi, numa, mem_hotplug: mark all nodes the kernel resides un-hotpluggableTang Chen
2014-01-21acpi, numa, mem_hotplug: mark hotpluggable memory in memblockTang Chen
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman
2014-01-21arch/sh/kernel/kgdb.c: add missing #include <linux/sched.h>Wanlong Gao