aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-25CRIS: remove SMP codeRabin Vincent17-638/+1
2015-03-25CRISv32: don't enable irqs in INIT_THREADRabin Vincent1-2/+1
2015-03-25CRISv32: handle multiple signalsRabin Vincent2-32/+26
2015-03-25CRISv32: prevent bogus restarts on sigreturnRabin Vincent2-2/+8
2015-03-25CRISv32: don't attempt syscall restart on irq exitRabin Vincent1-0/+2
2015-03-25CRIS: add Axis 88 board device treeRabin Vincent2-0/+56
2015-03-25CRISv32: add device tree supportRabin Vincent6-0/+46
2015-03-25CRISv32: add irq domains supportRabin Vincent2-3/+26
2015-03-25CRIS: enable GPIOLIBRabin Vincent1-0/+1
2015-02-15Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/crisLinus Torvalds6-76/+111
2015-02-14CRIS: Whitespace cleanupJesper Nilsson1-31/+52
2015-02-14CRIS: macro whitespace fixes in uaccess.hMichael S. Tsirkin1-55/+58
2015-02-14CRIS: uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2015-02-14CRISv32: Remove unnecessary KERN_INFO from sync_serialMasanari Iida1-2/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski3-6/+2
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-10cris: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov3-10/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-01-29CRIS: Fix missing NR_CPUS in menuconfigJesper Nilsson1-0/+4
2015-01-29CRISv32: Avoid warning of unused variableJesper Nilsson1-0/+4
2015-01-29CRIS: Avoid warning in cris mm/fault.cJesper Nilsson1-1/+3
2015-01-29CRIS: Export csum_partial_copy_nocheckJesper Nilsson1-0/+1
2015-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-01-20VFS: Convert file->f_dentry->d_inode to file_inode()David Howells1-1/+1
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell1-1/+1
2014-12-20CRISv32: Remove last remnants of ETRAX_SPI_MMC_BOARDJesper Nilsson1-7/+0
2014-12-20CRISv32: ETRAXFS: Fix recursive spinlockJesper Nilsson2-71/+83
2014-12-20CRISv32: Select MTDRAM for axisflashmapJesper Nilsson1-0/+1
2014-12-20CRISv32: Implement early consoleJesper Nilsson1-26/+56
2014-12-20CRIS: Use KALLSYMs if available in call stack dumpJesper Nilsson1-27/+34
2014-12-20CRISv32: Fix declaration mismatchJesper Nilsson1-1/+0
2014-12-20CRISv32: Rewrite of synchronous serial port driverJesper Nilsson1-639/+791
2014-12-20CRIS: Update init memory handlingJesper Nilsson1-5/+33
2014-12-20CRISv32: Better handling of watchdog biteJesper Nilsson1-11/+17
2014-12-20CRIS: Export missing function symbolsJesper Nilsson3-19/+19
2014-12-20CRIS: Export ioremap_nocacheJesper Nilsson1-1/+2
2014-12-20CRIS: Fix headers_installSam Ravnborg2-6/+2
2014-12-20CRISv32: Add missing include for mm.hJesper Nilsson1-0/+1
2014-12-19CRISv32: Drop obsolete file for SPI driverJesper Nilsson1-1/+0
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+5
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov1-0/+3
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+2
2014-10-20cris: io: implement dummy relaxed accessor macros for writesWill Deacon1-0/+3
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+0
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-33/+26
2014-10-09cris: use Kbuild logic to include <asm-generic/sections.h>Geert Uytterhoeven2-7/+1
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar1-1/+1
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai2-2/+0
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1