summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-09-09ARM: shmobile: Initial r8a7794 SoC device treeUlrich Hecht1-0/+531
2014-09-04ARM: shmobile: lager: correct memory mapSimon Horman1-1/+1
2014-09-02ARM: shmobile: kzm9g-reference dts: Use tabs for indentationGeert Uytterhoeven1-2/+2
2014-09-02ARM: shmobile: r8a7779 dtsi: Use tabs for indentationGeert Uytterhoeven1-4/+4
2014-09-01ARM: shmobile: r8a73a4 dtsi: Add SoC-specific thermal compatible propertyGeert Uytterhoeven1-1/+1
2014-09-01ARM: shmobile: r8a7779 dtsi: Add SoC-specific thermal compatible propertyGeert Uytterhoeven1-1/+1
2014-08-22ARM: shmobile: sh73a0 dtsi: Move interrupt-parent to the topGeert Uytterhoeven1-23/+1
2014-08-22ARM: shmobile: r8a7791 dtsi: Remove superfluous interrupt-parentGeert Uytterhoeven1-1/+0
2014-08-22ARM: shmobile: r8a7790 dtsi: Remove superfluous interrupt-parentGeert Uytterhoeven1-1/+0
2014-08-22ARM: shmobile: r8a7779 dtsi: Remove superfluous interrupt-parentGeert Uytterhoeven1-6/+0
2014-08-22ARM: shmobile: r8a7791: Add JPU clock dt and CPG define.Mikhail Ulyanov1-3/+3
2014-08-22ARM: shmobile: r8a7790: Add JPU clock dt and CPG define.Mikhail Ulyanov1-3/+3
2014-08-17ARM: shmobile: lager: add VIN1/ADV7180 device nodesBen Dooks1-0/+36
2014-08-17ARM: shmobile: r8a7790: add VIN device nodesBen Dooks1-0/+36
2014-08-17ARM: shmobile: r8a7790 dtsi: Enable DMA for MSIOFGeert Uytterhoeven1-4/+12
2014-08-17ARM: shmobile: r8a7790 dtsi: Enable DMA for QSPIGeert Uytterhoeven1-0/+2
2014-08-17ARM: shmobile: r8a7791 dtsi: Enable DMA for MSIOFGeert Uytterhoeven1-3/+9
2014-08-17ARM: shmobile: r8a7791 dtsi: Enable DMA for QSPIGeert Uytterhoeven1-0/+2
2014-08-17ARM: shmobile: r8a7791: Add DMAC devices to DTLaurent Pinchart1-0/+60
2014-08-17ARM: shmobile: r8a7790: Add DMAC devices to DTLaurent Pinchart1-0/+59
2014-08-17ARM: shmobile: r8a7790: Add DMAC clocks to DTLaurent Pinchart1-2/+5
2014-08-17ARM: shmobile: koelsch: add VIN1/ADV7180 DT supportsergei.shtylyov@cogentembedded.com1-0/+35
2014-08-17ARM: shmobile: henninger: add VIN0/ADV7180 DT supportSergei Shtylyov1-0/+35
2014-08-17ARM: shmobile: r8a7791: add VIN DT supportSergei Shtylyov1-0/+27
2014-08-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+3
2014-08-16intel_idle: Disable Baytrail Core and Module C6 auto-demotionLen Brown1-0/+3
2014-08-15Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+6
2014-08-15Merge 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-14sparc: Hook up memfd_create system call.David S. Miller3-4/+5
2014-08-14sparc64: Properly claim resources as each PCI bus is probed.David S. Miller1-0/+32
2014-08-14sparc64: Skip bogus PCI bridge ranges.David S. Miller1-0/+11
2014-08-14sparc64: Expand PCI bridge probing debug logging.David S. Miller1-1/+23
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+31
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds8-9/+15
2014-08-14Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds32-1076/+912
2014-08-14Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2014-08-14Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-70/+309
2014-08-14Merge 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
2014-08-13powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V4-43/+26
2014-08-13powerpc/thp: Add write barrier after updating the valid bitAneesh Kumar K.V1-1/+4