summaryrefslogtreecommitdiffstats
path: root/arch/cris
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
|\
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | CRISv10: delete unused lib/dmacopy.cRabin Vincent2015-09-051-42/+0Star
* | CRISv10: delete unused lib/old_checksum.cRabin Vincent2015-09-051-86/+0Star
* | CRIS: fix switch_mm() lockdep splatRabin Vincent2015-09-051-1/+8
* | CRISv32: enable LOCKDEP_SUPPORTRabin Vincent2015-09-051-0/+4
* | CRIS: add STACKTRACE_SUPPORTRabin Vincent2015-09-054-0/+88
* | CRISv32: annotate irq enable in idle loopRabin Vincent2015-09-051-2/+2
* | CRISv32: add support for irqflags tracingRabin Vincent2015-09-053-1/+20
* | CRIS: UAPI: use generic types.hRabin Vincent2015-09-053-13/+1Star
* | CRIS: UAPI: use generic shmbuf.hRabin Vincent2015-09-052-42/+1Star
* | CRIS: UAPI: use generic msgbuf.hRabin Vincent2015-09-052-33/+1Star
* | CRIS: UAPI: use generic socket.hRabin Vincent2015-09-052-92/+1Star
* | CRIS: UAPI: use generic sembuf.hRabin Vincent2015-09-052-25/+1Star
* | CRIS: UAPI: use generic sockios.hRabin Vincent2015-09-052-13/+1Star
* | CRIS: UAPI: use generic auxvec.hRabin Vincent2015-09-052-4/+1Star
* | CRIS: UAPI: use generic headers via KbuildRabin Vincent2015-09-0512-31/+10Star
* | CRIS: UAPI: fix elf.h exportRabin Vincent2015-09-054-1/+8
* | CRIS: don't make asm/elf.h depend on asm/user.hRabin Vincent2015-09-053-8/+7Star
* | CRIS: UAPI: fix ptrace.hRabin Vincent2015-09-056-3/+8
* | CRISv32: Squash compile warnings for axisflashmapJesper Nilsson2015-09-051-4/+5
* | CRISv32: Add GPIO driver to the default configsJesper Nilsson2015-09-054-14/+12Star
* | CRISv32: ETRAX FS: Squash warnings in pinmux driverJesper Nilsson2015-09-051-2/+6
* | CRIS: Wire up missing syscallsChen Gang2015-09-054-1/+25
* | CRISv32: allow CONFIG_DEBUG_BUGVERBOSERabin Vincent2015-09-051-0/+1
* | CRISv32: add unreachable() to BUG()Rabin Vincent2015-09-051-2/+9
* | cris: arch-v32: gpio: Use kzalloc instead of kmalloc/memsetChristophe Jaillet2015-09-051-2/+1Star
* | cris/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-3/+5
* | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-182-15/+1Star
* | cris: Replace do_posix_clock_monotonic_gettime()Thomas Gleixner2015-07-091-1/+1
|/
* Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2015-07-022-4/+2Star
|\
| * cris: don't use module_init for non-modular core eeprom.c codePaul Gortmaker2015-06-161-2/+1Star
| * cris: don't use module_init for non-modular core intmem.c codePaul Gortmaker2015-06-161-2/+1Star
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-263-3/+2Star
|\ \
| * | remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0Star
| * | remove <asm/scatterlist.h>Christoph Hellwig2015-05-052-2/+2
| |/
* | mm: new mm hook frameworkLaurent Dufour2015-06-251-0/+15
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-3/+3
|/
* Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds2015-04-2647-1145/+285Star
|\
| * 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/+5Star
| * CRISv32: use generic clockeventsRabin Vincent2015-03-252-60/+86
| * CRIS: use generic headers via KbuildRabin Vincent2015-03-2513-53/+12Star
| * CRIS: use generic cmpxchg.hRabin Vincent2015-03-252-51/+1Star
| * CRIS: use generic atomic.hRabin Vincent2015-03-254-165/+1Star
| * CRIS: use generic atomic bitopsRabin Vincent2015-03-251-110/+1Star
| * CRISv10: remove redundant macros from system.hRabin Vincent2015-03-251-8/+0Star
| * CRIS: remove SMP codeRabin Vincent2015-03-2517-638/+1Star
| * CRISv32: don't enable irqs in INIT_THREADRabin Vincent2015-03-251-2/+1Star