aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-02cris: Drop reference to get_cmos_time()Guenter Roeck1-2/+0
2015-11-02CRIS: Drop code related to obsolete or unused kconfigsJesper Nilsson10-313/+5
2015-11-02cris: time: Cleanup of persistent clock stuffXunlei Pang2-26/+0
2015-11-02cris: re-use helpers to dump data in hex formatAndy Shevchenko1-34/+6
2015-11-02CRIS v32: remove old GPIO and LEDs codeRabin Vincent13-2702/+4
2015-11-02CRIS v32: remove I2C bitbanging driverRabin Vincent4-786/+0
2015-11-02CRIS v32: add ARTPEC-3 and P1343 device treesRabin Vincent2-0/+122
2015-11-02CRIS v32: dev88: add GPIO, LEDs, RTC, temp sensorRabin Vincent2-0/+57
2015-11-02CRIS: add dt-bindings symlinkRabin Vincent1-0/+1
2015-11-02CRIS v32: increase NR_IRQSRabin Vincent2-3/+3
2015-11-02cris: arch-v10: kgdb: Add '__used' for static variable is_dyn_brkpChen Gang1-1/+1
2015-11-02cris: arch-v10: kgdb: Use BAR instead of DTP0 for register P12Chen Gang1-2/+2
2015-11-02cris: kgdb: use native hex2binAndy Shevchenko2-108/+71
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2015-09-05CRISv10: delete unused lib/dmacopy.cRabin Vincent1-42/+0
2015-09-05CRISv10: delete unused lib/old_checksum.cRabin Vincent1-86/+0
2015-09-05CRIS: fix switch_mm() lockdep splatRabin Vincent1-1/+8
2015-09-05CRISv32: enable LOCKDEP_SUPPORTRabin Vincent1-0/+4
2015-09-05CRIS: add STACKTRACE_SUPPORTRabin Vincent4-0/+88
2015-09-05CRISv32: annotate irq enable in idle loopRabin Vincent1-2/+2
2015-09-05CRISv32: add support for irqflags tracingRabin Vincent3-1/+20
2015-09-05CRIS: UAPI: use generic types.hRabin Vincent3-13/+1
2015-09-05CRIS: UAPI: use generic shmbuf.hRabin Vincent2-42/+1
2015-09-05CRIS: UAPI: use generic msgbuf.hRabin Vincent2-33/+1
2015-09-05CRIS: UAPI: use generic socket.hRabin Vincent2-92/+1
2015-09-05CRIS: UAPI: use generic sembuf.hRabin Vincent2-25/+1
2015-09-05CRIS: UAPI: use generic sockios.hRabin Vincent2-13/+1
2015-09-05CRIS: UAPI: use generic auxvec.hRabin Vincent2-4/+1
2015-09-05CRIS: UAPI: use generic headers via KbuildRabin Vincent12-31/+10
2015-09-05CRIS: UAPI: fix elf.h exportRabin Vincent4-1/+8
2015-09-05CRIS: don't make asm/elf.h depend on asm/user.hRabin Vincent3-8/+7
2015-09-05CRIS: UAPI: fix ptrace.hRabin Vincent6-3/+8
2015-09-05CRISv32: Squash compile warnings for axisflashmapJesper Nilsson1-4/+5
2015-09-05CRISv32: Add GPIO driver to the default configsJesper Nilsson4-14/+12
2015-09-05CRISv32: ETRAX FS: Squash warnings in pinmux driverJesper Nilsson1-2/+6
2015-09-05CRIS: Wire up missing syscallsChen Gang4-1/+25
2015-09-05CRISv32: allow CONFIG_DEBUG_BUGVERBOSERabin Vincent1-0/+1
2015-09-05CRISv32: add unreachable() to BUG()Rabin Vincent1-2/+9
2015-09-05cris: arch-v32: gpio: Use kzalloc instead of kmalloc/memsetChristophe Jaillet1-2/+1
2015-08-10cris/time: Migrate to new 'set-state' interfaceViresh Kumar1-3/+5
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-07-09cris: Replace do_posix_clock_monotonic_gettime()Thomas Gleixner1-1/+1
2015-07-08Make asm/word-at-a-time.h available on all architecturesChris Metcalf1-0/+1
2015-07-02Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-4/+2
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+2
2015-06-24mm: new mm hook frameworkLaurent Dufour1-0/+15
2015-06-16cris: don't use module_init for non-modular core eeprom.c codePaul Gortmaker1-2/+1
2015-06-16cris: don't use module_init for non-modular core intmem.c codePaul Gortmaker1-2/+1
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig1-1/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-3/+3