aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-23cris: return of class_create should be consideredyizhouzhou@ict.ac.cn1-0/+6
2016-09-23CRIS v32: remove some double unlocksDan Carpenter2-2/+0
2016-09-23Fix typoAndrea Gelmini1-1/+1
2016-09-23Fix typoAndrea Gelmini1-1/+1
2016-09-23Fix typoAndrea Gelmini1-1/+1
2016-09-22cris: cardbus: fix header include pathNiklas Cassel1-1/+1
2016-09-22cris: irq: stop loop from accessing array out of boundsNiklas Cassel1-2/+1
2016-09-22cris: fasttimer: fix mixed declarations and code compile warningNiklas Cassel1-8/+7
2016-09-22cris: intmem: fix pointer comparison compile warningNiklas Cassel1-2/+2
2016-09-22cris: intmem: fix device_initcall compile warningJesper Nilsson1-1/+8
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-5/+4
2016-07-09mtd: Remove unused symbol CONFIG_MTDRAM_ABS_POSBen Hutchings1-1/+1
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds2-0/+2
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-2/+2
2016-05-05CRIS v32: nand: set ECC algorithm explicitlyRafał Miłecki2-0/+2
2016-04-18cris: Fix misspellings in comments.Adam Buchbinder4-4/+4
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-6/+2
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+42
2016-01-21Merge tag 'cris-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/crisLinus Torvalds1-2/+4
2016-01-20cris: convert to dma_map_opsChristoph Hellwig1-12/+42
2015-12-18cris: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2-6/+0
2015-12-18cris: nand: use the mtd instance embedded in struct nand_chipBoris BREZILLON2-4/+2
2015-12-15cris: Fix section mismatches in architecture startup codeGuenter Roeck1-2/+4
2015-12-08cris: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2-2/+2
2015-11-02CRIS: Drop code related to obsolete or unused kconfigsJesper Nilsson5-34/+1
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 Vincent11-2562/+2
2015-11-02CRIS v32: remove I2C bitbanging driverRabin Vincent4-786/+0
2015-11-02CRIS v32: increase NR_IRQSRabin Vincent1-2/+2
2015-11-02cris: kgdb: use native hex2binAndy Shevchenko1-58/+38
2015-09-05CRISv32: annotate irq enable in idle loopRabin Vincent1-2/+2
2015-09-05CRISv32: add support for irqflags tracingRabin Vincent1-0/+11
2015-09-05CRIS: UAPI: fix ptrace.hRabin Vincent1-1/+0
2015-09-05CRISv32: Squash compile warnings for axisflashmapJesper Nilsson1-4/+5
2015-09-05CRISv32: Add GPIO driver to the default configsJesper Nilsson2-10/+10
2015-09-05CRISv32: ETRAX FS: Squash warnings in pinmux driverJesper Nilsson1-2/+6
2015-09-05CRIS: Wire up missing syscallsChen Gang1-0/+8
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-09cris: Replace do_posix_clock_monotonic_gettime()Thomas Gleixner1-1/+1
2015-06-16cris: don't use module_init for non-modular core intmem.c codePaul Gortmaker1-2/+1
2015-04-26Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/crisLinus Torvalds12-575/+136
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-76/+71
2015-04-15cris fasttimer: remove use of seq_printf return valueJoe Perches1-46/+39
2015-04-15cris: remove use of seq_printf return valueJoe Perches1-30/+32
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger1-2/+0
2015-03-25CRISv32: use GENERIC_SCHED_CLOCKRabin Vincent1-0/+9
2015-03-25CRISv32: use MMIO clocksourceRabin Vincent1-21/+4
2015-03-25CRISv32: use generic clockeventsRabin Vincent1-60/+85
2015-03-25CRIS: remove SMP codeRabin Vincent10-458/+1