summaryrefslogtreecommitdiffstats
path: root/arch/cris
AgeCommit message (Expand)AuthorLines
2015-06-16cris: don't use module_init for non-modular core intmem.c codePaul Gortmaker-2/+1
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig-1/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand-3/+3
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig-2/+2
2015-04-26Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds-1145/+285
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-150/+140
2015-04-15cris fasttimer: remove use of seq_printf return valueJoe Perches-92/+78
2015-04-15cris: remove use of seq_printf return valueJoe Perches-58/+62
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger-6/+0
2015-03-25cris: fix integer overflow in ELF_ET_DYN_BASEAndrey Ryabinin-1/+1
2015-03-25CRISv32: use GENERIC_SCHED_CLOCKRabin Vincent-0/+12
2015-03-25CRISv32: use MMIO clocksourceRabin Vincent-21/+5
2015-03-25CRISv32: use generic clockeventsRabin Vincent-60/+86
2015-03-25CRIS: use generic headers via KbuildRabin Vincent-53/+12
2015-03-25CRIS: use generic cmpxchg.hRabin Vincent-51/+1
2015-03-25CRIS: use generic atomic.hRabin Vincent-165/+1
2015-03-25CRIS: use generic atomic bitopsRabin Vincent-110/+1
2015-03-25CRISv10: remove redundant macros from system.hRabin Vincent-8/+0
2015-03-25CRIS: remove SMP codeRabin Vincent-638/+1
2015-03-25CRISv32: don't enable irqs in INIT_THREADRabin Vincent-2/+1
2015-03-25CRISv32: handle multiple signalsRabin Vincent-32/+26
2015-03-25CRISv32: prevent bogus restarts on sigreturnRabin Vincent-2/+8
2015-03-25CRISv32: don't attempt syscall restart on irq exitRabin Vincent-0/+2
2015-03-25CRIS: add Axis 88 board device treeRabin Vincent-0/+56
2015-03-25CRISv32: add device tree supportRabin Vincent-0/+46
2015-03-25CRISv32: add irq domains supportRabin Vincent-3/+26
2015-03-25CRIS: enable GPIOLIBRabin Vincent-0/+1
2015-02-15Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds-76/+111
2015-02-14CRIS: Whitespace cleanupJesper Nilsson-31/+52
2015-02-14CRIS: macro whitespace fixes in uaccess.hMichael S. Tsirkin-55/+58
2015-02-14CRIS: uaccess: fix sparse errorsMichael S. Tsirkin-2/+2
2015-02-14CRISv32: Remove unnecessary KERN_INFO from sync_serialMasanari Iida-2/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-6/+2
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov-1/+1
2015-02-10cris: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov-10/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds-0/+2
2015-01-29CRIS: Fix missing NR_CPUS in menuconfigJesper Nilsson-0/+4
2015-01-29CRISv32: Avoid warning of unused variableJesper Nilsson-0/+4
2015-01-29CRIS: Avoid warning in cris mm/fault.cJesper Nilsson-1/+3
2015-01-29CRIS: Export csum_partial_copy_nocheckJesper Nilsson-0/+1
2015-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2015-01-20VFS: Convert file->f_dentry->d_inode to file_inode()David Howells-1/+1
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell-1/+1
2014-12-20CRISv32: Remove last remnants of ETRAX_SPI_MMC_BOARDJesper Nilsson-7/+0
2014-12-20CRISv32: ETRAXFS: Fix recursive spinlockJesper Nilsson-71/+83
2014-12-20CRISv32: Select MTDRAM for axisflashmapJesper Nilsson-0/+1
2014-12-20CRISv32: Implement early consoleJesper Nilsson-26/+56
2014-12-20CRIS: Use KALLSYMs if available in call stack dumpJesper Nilsson-27/+34
2014-12-20CRISv32: Fix declaration mismatchJesper Nilsson-1/+0
2014-12-20CRISv32: Rewrite of synchronous serial port driverJesper Nilsson-639/+791