summaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v10/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* exit_thread: remove empty bodiesJiri Slaby2016-05-211-9/+0Star
* cris: Fix section mismatches in architecture startup codeGuenter Roeck2015-12-151-2/+4
* cris: debugport: Fix section mismatchesGuenter Roeck2015-12-151-11/+11
* CRIS: Drop code related to obsolete or unused kconfigsJesper Nilsson2015-11-021-106/+0Star
* cris: arch-v10: kgdb: Add '__used' for static variable is_dyn_brkpChen Gang2015-11-021-1/+1
* cris: arch-v10: kgdb: Use BAR instead of DTP0 for register P12Chen Gang2015-11-021-2/+2
* cris: kgdb: use native hex2binAndy Shevchenko2015-11-021-50/+33Star
* CRIS: Wire up missing syscallsChen Gang2015-09-051-0/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-162-74/+69Star
|\
| * cris fasttimer: remove use of seq_printf return valueJoe Perches2015-04-161-46/+39Star
| * cris: remove use of seq_printf return valueJoe Perches2015-04-161-28/+30
* | arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-121-2/+0Star
|/
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-1/+1
* cris: Use sigsp()Richard Weinberger2014-08-061-10/+4Star
* cris: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-46/+33Star
* CRISv10: Readd missing headerJesper Nilsson2014-01-281-0/+1
* Drop code for CRISv10 CPU simulatorJesper Nilsson2014-01-157-85/+47Star
* Cleanup whitespace, remove old author tagJesper Nilsson2014-01-091-63/+61Star
* CRIS: Add missing syscallsJesper Nilsson2014-01-091-82/+98
* cris: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-01-081-4/+2Star
* cris/kgdb: Remove sections protected by #ifdef PROCESS_SUPPORTGeert Uytterhoeven2013-06-161-255/+2Star
* cris/kgdb: Fix buffer overflow in getpacket()Geert Uytterhoeven2013-06-161-1/+1
* cris/kgdb: Remove obsolete USED*() macrosGeert Uytterhoeven2013-06-161-9/+0Star
* cris/kgdb: Make symbols used from asm globalGeert Uytterhoeven2013-06-161-109/+109
* cris/kgdb: Use #ifdef PROCESS_SUPPORT where neededGeert Uytterhoeven2013-06-161-1/+3
* cris/kgdb: Kill forward declarations for static functionsGeert Uytterhoeven2013-06-161-241/+165Star
* cris/kgdb: Remove unused static int do_printkGeert Uytterhoeven2013-06-161-2/+0Star
* cris/kgdb: Properly split long lines in asmGeert Uytterhoeven2013-06-161-175/+175
* cris: single_open() leaksAl Viro2013-05-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-168/+133Star
|\
| * cris: Don't use create_proc_read_entry()David Howells2013-04-291-166/+133Star
| * get rid of a bunch of open-coded create_proc_read_entry()Al Viro2013-04-091-3/+1Star
* | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+3
* | cris: Use generic idle loopThomas Gleixner2013-04-081-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-58/+7Star
|\
| * cris: kill weird arguments of sys_{rt_,}sigreturn()Al Viro2013-02-041-8/+4Star
| * cris: switch to generic old sigaction()Al Viro2013-02-041-31/+0Star
| * cris: switch to generic old sigsuspendAl Viro2013-02-041-12/+0Star
| * cris: don't leave ->uc_stack unitialized - we'll use its contents on sigreturnAl Viro2013-02-041-0/+2
| * cris: switch to generic sigaltstackAl Viro2013-02-041-7/+1Star
* | time: convert arch_gettimeoffset to a pointerStephen Warren2012-12-241-2/+4
* | cris: move usec/nsec conversion to do_slow_gettimeoffsetStephen Warren2012-12-241-2/+2
|/
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+1Star
* cris: switch to generic fork/vfork/cloneAl Viro2012-11-291-28/+4Star
* cris: switch to generic kernel_execve/sys_execveAl Viro2012-10-152-32/+2Star
* cris: switch to generic kernel_thread()Al Viro2012-10-152-60/+33Star