summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Merge tag 'arc-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds21-115/+114
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds56-393/+297
2014-04-07arm64: add early_ioremap supportMark Salter10-50/+167
2014-04-07arm64: initialize pgprot info earlier in bootMark Salter3-2/+4
2014-04-07x86: use generic early_ioremapMark Salter6-240/+13
2014-04-07x86/mm: sparse warning fix for early_memremapDave Young2-4/+9
2014-04-07percpu: add raw_cpu_opsChristoph Lameter2-57/+57
2014-04-07asm/system.h: um: arch_align_stack() moved to asm/exec.hDavid Howells1-1/+1
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König29-43/+43
2014-04-07x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUGJosh Triplett1-3/+0
2014-04-07ppc: make PPC_BOOK3S_64 select IRQ_WORKJosh Triplett1-0/+1
2014-04-07ia64: select CONFIG_TTY for use of tty_write_message in unalignedJosh Triplett1-0/+1
2014-04-07cris: cpuinfo_op should depend on CONFIG_PROC_FSGeert Uytterhoeven1-0/+2
2014-04-07cris: make ETRAX_ARCH_V10 select TTY for use in debugportJosh Triplett1-0/+1
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine1-0/+1
2014-04-07include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria1-1/+0
2014-04-07mm: per-thread vma cachingDavidlohr Bueso1-1/+3
2014-04-07mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags"Alex Thorlton1-0/+3
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds26-70/+158
2014-04-07Merge tag 'fbdev-omap-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds20-252/+997
2014-04-07Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-10/+12
2014-04-07arm64: Add missing Kconfig for CONFIG_STRICT_DEVMEMLaura Abbott1-0/+14
2014-04-07ARM: 8009/1: dcscb.c: remove call to outer_flush_all()Nicolas Pitre1-4/+9
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar1-10/+10
2014-04-07cpufreq: powernv: Select CPUFreq related Kconfig options for powernvGautham R. Shenoy3-0/+8
2014-04-07cpufreq: powernv: cpufreq driver for powernv platformVaidyanathan Srinivasan1-0/+4
2014-04-07microblaze: Use asm-generic/io.hMichal Simek5-294/+19
2014-04-07microblaze: Remove platform folderMichal Simek6-8/+2
2014-04-07microblaze: Remove generic platformMichal Simek4-80/+40
2014-04-07microblaze: Sort Kconfig optionsMichal Simek1-26/+26
2014-04-07microblaze: Move DTS file to common location at boot/dts folderMichal Simek2-367/+366
2014-04-07microblaze: Fix compilation failure because of release_threadMichal Simek1-1/+1
2014-04-07microblaze: Fix sparse warning because of missing cpu.h headerMichal Simek1-0/+1
2014-04-07ARM: 8014/1: mm: fix reporting of read-only PMD bitsKees Cook1-15/+32
2014-04-07ARM: 8012/1: kdump: Avoid overflow when converting pfn to physaddrLiu Hua1-1/+1
2014-04-07ARM: 8010/1: avoid tracers in soft_restartSebastian Capella1-1/+1
2014-04-07microblaze: Make timer driver endian awareMichal Simek1-15/+47
2014-04-07microblaze: Make intc driver endian awareMichal Simek1-10/+41
2014-04-07powerpc/powernv: Fix endian issues with OPAL async codeAnton Blanchard5-13/+16
2014-04-07powerpc/powernv: Add opal_notifier_unregister() and export to modulesBenjamin Herrenschmidt2-0/+16
2014-04-07powerpc/ppc64: Do not turn AIL (reloc-on interrupts) too earlyBenjamin Herrenschmidt2-5/+15
2014-04-07powerpc/ppc64: Gracefully handle early interruptsBenjamin Herrenschmidt2-1/+17
2014-04-07powerpc/prom: early_init_dt_scan_cpus() updates cpu features only onceBenjamin Herrenschmidt1-26/+26
2014-04-07powerpc: Make boot_cpuid common between 32 and 64-bitBenjamin Herrenschmidt4-3/+7
2014-04-07powerpc: Adjust CPU_FTR_SMT on all platformsBenjamin Herrenschmidt1-1/+1
2014-04-07powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling4-7/+33
2014-04-07powerpc/le: Enable RTAS events supportGreg Kurz5-61/+128
2014-04-07powerpc: Correct emulated mtfsf instructionStephen Chivers1-35/+23
2014-04-06arm64: fix !CONFIG_COMPAT build failuresMark Salter2-0/+6
2014-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds13-19/+1285