summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: imx: add msl support for imx7dAnson Huang2015-06-036-2/+65
* ARM: imx7d: add low level debug uart supportAnson Huang2015-06-032-3/+25
* ARM: imx: mmdc: Include "common.h" header fileFabio Estevam2015-06-031-0/+2
* ARM: imx: Correct the comments in time.cShenwei Wang2015-06-031-3/+5
* ARM: imx: Remove the duplicated function declarationShenwei Wang2015-06-031-1/+0
* ARM: imx: Constify irq_domain_opsKrzysztof Kozlowski2015-06-031-1/+1
* ARM: imx6: initialize CCM_CLPCR_LPM into RUN mode earlierShawn Guo2015-06-035-10/+22
* ARM: imx: move clock drivers into drivers/clkShawn Guo2015-06-0324-5805/+11
* ARM: imx: remove inclusions of platform headersShawn Guo2015-06-0312-23/+59
* ARM: imx: add clk-pllv1 type supportShawn Guo2015-06-038-22/+48
* ARM: imx6: do not use cpu_is_xxx() in clock driverShawn Guo2015-06-031-8/+18
* ARM: imx6: let pm code map CCM block on its ownShawn Guo2015-06-035-15/+9
* ARM: imx6: set initial power mode in pm functionShawn Guo2015-06-038-22/+15
* ARM: imx5: let pm code map CCM block on its ownShawn Guo2015-06-033-9/+4
* ARM: imx: move revision definitions and declarations into a headerShawn Guo2015-06-035-31/+1
* ARM: imx: use dynamic mapping for CCMShawn Guo2015-06-033-3/+10
* ARM: imx: use dynamic mapping for timerShawn Guo2015-06-037-8/+9
* x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski2015-04-265-0/+48
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-264-22/+22
|\
| * VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-151-1/+1
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-153-21/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-261-1/+1
|\ \
| * | crypto: x86/sha512_ssse3 - fixup for asm function prototype changeArd Biesheuvel2015-04-241-1/+1
* | | Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds2015-04-2647-1145/+285
|\ \ \
| * | | cris: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin2015-03-251-1/+1
| * | | CRISv32: use GENERIC_SCHED_CLOCKRabin Vincent2015-03-253-0/+12
| * | | CRISv32: use MMIO clocksourceRabin Vincent2015-03-252-21/+5
| * | | CRISv32: use generic clockeventsRabin Vincent2015-03-252-60/+86
| * | | CRIS: use generic headers via KbuildRabin Vincent2015-03-2513-53/+12
| * | | CRIS: use generic cmpxchg.hRabin Vincent2015-03-252-51/+1
| * | | CRIS: use generic atomic.hRabin Vincent2015-03-254-165/+1
| * | | CRIS: use generic atomic bitopsRabin Vincent2015-03-251-110/+1
| * | | CRISv10: remove redundant macros from system.hRabin Vincent2015-03-251-8/+0
| * | | CRIS: remove SMP codeRabin Vincent2015-03-2517-638/+1
| * | | CRISv32: don't enable irqs in INIT_THREADRabin Vincent2015-03-251-2/+1
| * | | CRISv32: handle multiple signalsRabin Vincent2015-03-252-32/+26
| * | | CRISv32: prevent bogus restarts on sigreturnRabin Vincent2015-03-252-2/+8
| * | | CRISv32: don't attempt syscall restart on irq exitRabin Vincent2015-03-251-0/+2
| * | | CRIS: add Axis 88 board device treeRabin Vincent2015-03-252-0/+56
| * | | CRISv32: add device tree supportRabin Vincent2015-03-256-0/+46
| * | | CRISv32: add irq domains supportRabin Vincent2015-03-252-3/+26
| * | | CRIS: enable GPIOLIBRabin Vincent2015-03-251-0/+1
* | | | Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-2611-117/+137
|\ \ \ \
| * | | | powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabledAneesh Kumar K.V2015-04-231-0/+1
| * | | | powerpc/kvm: Fix ppc64_defconfig + PPC_POWERNV=n build errorShreyas B. Prabhu2015-04-171-1/+1
| * | | | powerpc/mm/thp: Return pte address if we find trans_splitting.Aneesh Kumar K.V2015-04-174-22/+10
| * | | | powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-179-36/+88
| * | | | KVM: PPC: Remove page table walk helpersAneesh Kumar K.V2015-04-173-57/+28
| * | | | KVM: PPC: Use READ_ONCE when dereferencing pte_t pointerAneesh Kumar K.V2015-04-172-9/+16
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2015-04-171-0/+1
| |\ \ \ \