summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-08-18Merge tag 'xtensa-for-next-20140815' into for_nextChris Zankel24-217/+497
2014-08-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+3
2014-08-15intel_idle: Disable Baytrail Core and Module C6 auto-demotionLen Brown1-0/+3
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+6
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-5/+71
2014-08-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2014-08-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds28-223/+387
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds9-93/+14
2014-08-14Merge tag 'stable/for-linus-3.17-b-rc0-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-11/+6
2014-08-14xtensa: deprecate fast_xtensa and fast_spill_registers syscallsMax Filippov2-0/+54
2014-08-14xtensa: don't allow overflow/underflow on unaligned stackMax Filippov3-7/+10
2014-08-14xtensa: fix a6 and a7 handling in fast_syscall_xtensaMax Filippov1-7/+5
2014-08-14xtensa: allow single-stepping through unaligned load/storeMax Filippov1-0/+8
2014-08-14xtensa: move invalid unaligned instruction handler closer to its usersMax Filippov1-33/+29
2014-08-14xtensa: make fast_unaligned store restartableMax Filippov1-32/+19
2014-08-14xtensa: add double exception fixup handler for fast_unalignedMax Filippov1-0/+43
2014-08-14xtensa: fix kernel/user jump out of fast_unalignedMax Filippov1-1/+1
2014-08-14xtensa: configure kc705 for highmemMax Filippov1-1/+4
2014-08-14xtensa: support highmem in aliasing cache flushing codeMax Filippov1-10/+6
2014-08-14xtensa: support aliasing cache in kmapMax Filippov2-2/+56
2014-08-14xtensa: support aliasing cache in k[un]map_atomicMax Filippov3-8/+14
2014-08-14xtensa: implement clear_user_highpage and copy_user_highpageMax Filippov4-66/+127
2014-08-14xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_missMax Filippov2-2/+7
2014-08-14xtensa: allow fixmap and kmap span more than one page tableMax Filippov1-16/+22
2014-08-14xtensa: make fixmap region addressing grow with indexMax Filippov2-6/+27
2014-08-14xtensa: fix access to THREAD_RA/THREAD_SP/THREAD_DSMax Filippov2-4/+13
2014-08-14xtensa: add renameat2 syscallMiklos Szeredi1-1/+4
2014-08-14xtensa: fix address checks in dma_{alloc,free}_coherentAlan Douglas1-6/+6
2014-08-14xtensa: replace IOCTL code definitions with constantsMax Filippov1-9/+10
2014-08-14xtensa: remove orphan MATH_EMULATION symbolMax Filippov4-8/+0
2014-08-14xtensa: select HAVE_IDE only on platforms that may have itMax Filippov2-2/+3
2014-08-14xtensa: sort 'select' statements in KconfigMax Filippov1-11/+11
2014-08-14xtensa: make MMU-related configuration options depend on MMUMax Filippov1-0/+2
2014-08-14xtensa: simplify addition of new core variantsMax Filippov2-6/+37
2014-08-13sparc: Hook up memfd_create system call.David S. Miller3-4/+5
2014-08-13sparc64: Properly claim resources as each PCI bus is probed.David S. Miller1-0/+32
2014-08-13sparc64: Skip bogus PCI bridge ranges.David S. Miller1-0/+11
2014-08-13sparc64: Expand PCI bridge probing debug logging.David S. Miller1-1/+23
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+31
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds8-9/+15
2014-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds32-1076/+912
2014-08-13Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2014-08-13Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-70/+309
2014-08-13Merge tag 'metag-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2014-08-13powerpc/thp: Add tracepoints to track hugepage invalidateAneesh Kumar K.V2-0/+10
2014-08-13powerpc/mm: Use read barrier when creating real_pteAneesh Kumar K.V1-5/+25
2014-08-13powerpc/thp: Use ACCESS_ONCE when loading pmdpAneesh Kumar K.V1-1/+3
2014-08-13powerpc/thp: Invalidate with vpn in loopAneesh Kumar K.V1-16/+7
2014-08-13powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V3-5/+13
2014-08-13powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pteAneesh Kumar K.V1-9/+70