summaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v10
AgeCommit message (Expand)AuthorLines
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-1/+1
2014-12-20CRIS: Export missing function symbolsJesper Nilsson-7/+7
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai-1/+0
2014-08-06cris: Use sigsp()Richard Weinberger-10/+4
2014-08-06cris: Use get_signal() signal_setup_done()Richard Weinberger-46/+33
2014-06-06cris: update comments for generic idle conversionGeert Uytterhoeven-2/+2
2014-01-28CRISv10: Readd missing headerJesper Nilsson-0/+1
2014-01-15Drop code for CRISv10 CPU simulatorJesper Nilsson-107/+65
2014-01-09Cleanup whitespace, remove old author tagJesper Nilsson-63/+61
2014-01-09CRIS: Add missing syscallsJesper Nilsson-82/+98
2014-01-09cris: sync_serial: remove interruptible_sleep_onArnd Bergmann-1/+3
2014-01-08cris: remove deprecated IRQF_DISABLEDMichael Opdenacker-8/+6
2013-09-10CRIS: drop unused Kconfig symbolsPaul Bolle-23/+0
2013-09-10CRIS: Remove last traces of legacy RTC driversPaul Bolle-49/+0
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+1
2013-06-19net: Add missing dependencies on NETDEVICESBen Hutchings-2/+1
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings-1/+0
2013-06-16cris/kgdb: Remove sections protected by #ifdef PROCESS_SUPPORTGeert Uytterhoeven-255/+2
2013-06-16cris/kgdb: Fix buffer overflow in getpacket()Geert Uytterhoeven-1/+1
2013-06-16cris/kgdb: Remove obsolete USED*() macrosGeert Uytterhoeven-9/+0
2013-06-16cris/kgdb: Make symbols used from asm globalGeert Uytterhoeven-109/+109
2013-06-16cris/kgdb: Use #ifdef PROCESS_SUPPORT where neededGeert Uytterhoeven-1/+3
2013-06-16cris/kgdb: Kill forward declarations for static functionsGeert Uytterhoeven-241/+165
2013-06-16cris/kgdb: Remove unused static int do_printkGeert Uytterhoeven-2/+0
2013-06-16cris/kgdb: Properly split long lines in asmGeert Uytterhoeven-175/+175
2013-05-05cris: single_open() leaksAl Viro-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-168/+133
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-0/+3
2013-04-29cris: Don't use create_proc_read_entry()David Howells-166/+133
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Al Viro-3/+1
2013-04-08cris: Use generic idle loopThomas Gleixner-1/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+4
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-58/+7
2013-02-22new helper: file_inode(file)Al Viro-4/+4
2013-02-03cris: kill weird arguments of sys_{rt_,}sigreturn()Al Viro-8/+4
2013-02-03cris: switch to generic old sigaction()Al Viro-31/+0
2013-02-03cris: switch to generic old sigsuspendAl Viro-12/+0
2013-02-03cris: don't leave ->uc_stack unitialized - we'll use its contents on sigreturnAl Viro-0/+2
2013-02-03cris: switch to generic sigaltstackAl Viro-7/+1
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren-2/+4
2012-12-24cris: move usec/nsec conversion to do_slow_gettimeoffsetStephen Warren-2/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro-2/+1
2012-11-28cris: switch to generic fork/vfork/cloneAl Viro-28/+4
2012-10-14cris: switch to generic kernel_execve/sys_execveAl Viro-32/+2
2012-10-14cris: switch to generic kernel_thread()Al Viro-60/+33
2012-10-12vfs: define struct filename and have getname() return itJeff Layton-2/+2
2012-06-01new helper: signal_delivered()Al Viro-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro-12/+2
2012-06-01new helper: sigmask_to_save()Al Viro-8/+3