summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-04-09powerpc: Remove dead code in sycall entryMichael Neuling1-8/+0
2014-04-09powerpc: Use of_node_init() for the fakenode in msi_bitmap.cLi Zhong1-1/+1
2014-04-09powerpc/mm: NUMA pte should be handled via slow path in get_user_pages_fast()Aneesh Kumar K.V1-0/+13
2014-04-09powerpc/powernv: Fix endian issues with sensor codeAnton Blanchard2-3/+4
2014-04-09Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+7
2014-04-09arch/x86/mm/kmemcheck/kmemcheck.c: use kstrtoint() instead of sscanf()David Rientjes1-1/+7
2014-04-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-31/+87
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds36-958/+892
2014-04-08ARM: 8016/1: Check cpu id in pj4_cp0_init.Chao Xie Linux1-0/+4
2014-04-08ARM: 8015/1: Add cpu_is_pj4 to distinguish PJ4 because it has some difference...Chao Xie Linux1-0/+19
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-0/+209
2014-04-08ARM: add missing system_misc.h include to process.cRussell King1-0/+1
2014-04-08Merge branch 'pm-cpufreq'Rafael J. Wysocki5-10/+22
2014-04-08Merge branch 'pm-cpuidle'Rafael J. Wysocki1-1/+3
2014-04-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki1-1/+3
2014-04-08arm64: Fix DMA range invalidation for cache line unaligned buffersCatalin Marinas1-4/+11
2014-04-08Merge tag 'arc-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds21-115/+114
2014-04-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds56-393/+297
2014-04-08arm64: add early_ioremap supportMark Salter10-50/+167
2014-04-08arm64: initialize pgprot info earlier in bootMark Salter3-2/+4
2014-04-08x86: use generic early_ioremapMark Salter6-240/+13
2014-04-08x86/mm: sparse warning fix for early_memremapDave Young2-4/+9
2014-04-08percpu: add raw_cpu_opsChristoph Lameter2-57/+57
2014-04-08asm/system.h: um: arch_align_stack() moved to asm/exec.hDavid Howells1-1/+1
2014-04-08Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König29-43/+43
2014-04-08x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUGJosh Triplett1-3/+0
2014-04-08ppc: make PPC_BOOK3S_64 select IRQ_WORKJosh Triplett1-0/+1
2014-04-08ia64: select CONFIG_TTY for use of tty_write_message in unalignedJosh Triplett1-0/+1
2014-04-08cris: cpuinfo_op should depend on CONFIG_PROC_FSGeert Uytterhoeven1-0/+2
2014-04-08cris: make ETRAX_ARCH_V10 select TTY for use in debugportJosh Triplett1-0/+1
2014-04-08rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine1-0/+1
2014-04-08include/linux/crash_dump.h: add vmcore_cleanup() prototypeRashika Kheria1-1/+0
2014-04-08mm: per-thread vma cachingDavidlohr Bueso1-1/+3
2014-04-08mm: revert "thp: make MADV_HUGEPAGE check for mm->def_flags"Alex Thorlton1-0/+3
2014-04-08Merge 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