aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v10/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-9/+0
2015-12-15cris: Fix section mismatches in architecture startup codeGuenter Roeck1-2/+4
2015-12-15cris: debugport: Fix section mismatchesGuenter Roeck1-11/+11
2015-11-02CRIS: Drop code related to obsolete or unused kconfigsJesper Nilsson1-106/+0
2015-11-02cris: arch-v10: kgdb: Add '__used' for static variable is_dyn_brkpChen Gang1-1/+1
2015-11-02cris: arch-v10: kgdb: Use BAR instead of DTP0 for register P12Chen Gang1-2/+2
2015-11-02cris: kgdb: use native hex2binAndy Shevchenko1-50/+33
2015-09-05CRIS: Wire up missing syscallsChen Gang1-0/+8
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-74/+69
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-28/+30
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger1-2/+0
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2014-08-06cris: Use sigsp()Richard Weinberger1-10/+4
2014-08-06cris: Use get_signal() signal_setup_done()Richard Weinberger1-46/+33
2014-01-28CRISv10: Readd missing headerJesper Nilsson1-0/+1
2014-01-15Drop code for CRISv10 CPU simulatorJesper Nilsson7-85/+47
2014-01-09Cleanup whitespace, remove old author tagJesper Nilsson1-63/+61
2014-01-09CRIS: Add missing syscallsJesper Nilsson1-82/+98
2014-01-08cris: remove deprecated IRQF_DISABLEDMichael Opdenacker1-4/+2
2013-06-16cris/kgdb: Remove sections protected by #ifdef PROCESS_SUPPORTGeert Uytterhoeven1-255/+2
2013-06-16cris/kgdb: Fix buffer overflow in getpacket()Geert Uytterhoeven1-1/+1
2013-06-16cris/kgdb: Remove obsolete USED*() macrosGeert Uytterhoeven1-9/+0
2013-06-16cris/kgdb: Make symbols used from asm globalGeert Uytterhoeven1-109/+109
2013-06-16cris/kgdb: Use #ifdef PROCESS_SUPPORT where neededGeert Uytterhoeven1-1/+3
2013-06-16cris/kgdb: Kill forward declarations for static functionsGeert Uytterhoeven1-241/+165
2013-06-16cris/kgdb: Remove unused static int do_printkGeert Uytterhoeven1-2/+0
2013-06-16cris/kgdb: Properly split long lines in asmGeert Uytterhoeven1-175/+175
2013-05-05cris: single_open() leaksAl Viro1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-168/+133
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+3
2013-04-29cris: Don't use create_proc_read_entry()David Howells1-166/+133
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Al Viro1-3/+1
2013-04-08cris: Use generic idle loopThomas Gleixner1-1/+2
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-58/+7
2013-02-03cris: kill weird arguments of sys_{rt_,}sigreturn()Al Viro1-8/+4
2013-02-03cris: switch to generic old sigaction()Al Viro1-31/+0
2013-02-03cris: switch to generic old sigsuspendAl Viro1-12/+0
2013-02-03cris: don't leave ->uc_stack unitialized - we'll use its contents on sigreturnAl Viro1-0/+2
2013-02-03cris: switch to generic sigaltstackAl Viro1-7/+1
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren1-2/+4
2012-12-24cris: move usec/nsec conversion to do_slow_gettimeoffsetStephen Warren1-2/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28cris: switch to generic fork/vfork/cloneAl Viro1-28/+4
2012-10-14cris: switch to generic kernel_execve/sys_execveAl Viro2-32/+2
2012-10-14cris: switch to generic kernel_thread()Al Viro2-60/+33
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-4/+0