summaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* | cris: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-261-1/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-245-5/+5
* ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-221-1/+1
* cris/arch-v32: cryptocop: print a hex number after a 0x prefixUwe Kleine-König2016-10-271-1/+1
* mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-2/+2
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-3/+1
* cris: return of class_create should be consideredyizhouzhou@ict.ac.cn2016-09-231-0/+6
* CRIS v32: remove some double unlocksDan Carpenter2016-09-232-2/+0
* Fix typoAndrea Gelmini2016-09-231-1/+1
* Fix typoAndrea Gelmini2016-09-231-1/+1
* Fix typoAndrea Gelmini2016-09-231-1/+1
* cris: cardbus: fix header include pathNiklas Cassel2016-09-221-1/+1
* cris: irq: stop loop from accessing array out of boundsNiklas Cassel2016-09-221-2/+1
* cris: fasttimer: fix mixed declarations and code compile warningNiklas Cassel2016-09-221-8/+7
* cris: intmem: fix pointer comparison compile warningNiklas Cassel2016-09-221-2/+2
* cris: intmem: fix device_initcall compile warningJesper Nilsson2016-09-221-1/+8
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-5/+4
* mtd: Remove unused symbol CONFIG_MTDRAM_ABS_POSBen Hutchings2016-07-091-1/+1
* Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds2016-05-242-0/+2
|\
| * CRIS v32: nand: set ECC algorithm explicitlyRafał Miłecki2016-05-052-0/+2
* | exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-2/+2
* | cris: Fix misspellings in comments.Adam Buchbinder2016-04-184-4/+4
|/
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-6/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-211-12/+42
|\
| * cris: convert to dma_map_opsChristoph Hellwig2016-01-201-12/+42
* | Merge tag 'cris-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds2016-01-211-2/+4
|\ \ | |/ |/|
| * cris: Fix section mismatches in architecture startup codeGuenter Roeck2015-12-151-2/+4
* | cris: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-182-6/+0
* | cris: nand: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-182-4/+2
* | cris: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-082-2/+2
|/
* CRIS: Drop code related to obsolete or unused kconfigsJesper Nilsson2015-11-025-34/+1
* cris: re-use helpers to dump data in hex formatAndy Shevchenko2015-11-021-34/+6
* CRIS v32: remove old GPIO and LEDs codeRabin Vincent2015-11-0211-2562/+2
* CRIS v32: remove I2C bitbanging driverRabin Vincent2015-11-024-786/+0
* CRIS v32: increase NR_IRQSRabin Vincent2015-11-021-2/+2
* cris: kgdb: use native hex2binAndy Shevchenko2015-11-021-58/+38
* CRISv32: annotate irq enable in idle loopRabin Vincent2015-09-051-2/+2
* CRISv32: add support for irqflags tracingRabin Vincent2015-09-051-0/+11
* CRIS: UAPI: fix ptrace.hRabin Vincent2015-09-051-1/+0
* CRISv32: Squash compile warnings for axisflashmapJesper Nilsson2015-09-051-4/+5
* CRISv32: Add GPIO driver to the default configsJesper Nilsson2015-09-052-10/+10
* CRISv32: ETRAX FS: Squash warnings in pinmux driverJesper Nilsson2015-09-051-2/+6
* CRIS: Wire up missing syscallsChen Gang2015-09-051-0/+8
* cris: arch-v32: gpio: Use kzalloc instead of kmalloc/memsetChristophe Jaillet2015-09-051-2/+1
* cris/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-3/+5
* cris: Replace do_posix_clock_monotonic_gettime()Thomas Gleixner2015-07-091-1/+1
* cris: don't use module_init for non-modular core intmem.c codePaul Gortmaker2015-06-161-2/+1
* Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds2015-04-2612-575/+136
|\