aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-1/+1
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-2/+2
2016-09-22cris: irq: stop loop from accessing array out of boundsNiklas Cassel1-2/+1
2016-09-22cris: fasttimer: fix mixed declarations and code compile warningNiklas Cassel1-8/+7
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-2/+2
2015-12-15cris: Fix section mismatches in architecture startup codeGuenter Roeck1-2/+4
2015-11-02CRIS: Drop code related to obsolete or unused kconfigsJesper Nilsson4-15/+1
2015-11-02CRIS v32: remove old GPIO and LEDs codeRabin Vincent1-3/+0
2015-11-02CRIS v32: increase NR_IRQSRabin Vincent1-2/+2
2015-11-02cris: kgdb: use native hex2binAndy Shevchenko1-58/+38
2015-09-05CRISv32: annotate irq enable in idle loopRabin Vincent1-2/+2
2015-09-05CRISv32: add support for irqflags tracingRabin Vincent1-0/+11
2015-09-05CRIS: UAPI: fix ptrace.hRabin Vincent1-1/+0
2015-09-05CRIS: Wire up missing syscallsChen Gang1-0/+8
2015-08-10cris/time: Migrate to new 'set-state' interfaceViresh Kumar1-3/+5
2015-04-26Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/crisLinus Torvalds8-519/+135
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-76/+71
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-30/+32
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger1-2/+0
2015-03-25CRISv32: use GENERIC_SCHED_CLOCKRabin Vincent1-0/+9
2015-03-25CRISv32: use MMIO clocksourceRabin Vincent1-21/+4
2015-03-25CRISv32: use generic clockeventsRabin Vincent1-60/+85
2015-03-25CRIS: remove SMP codeRabin Vincent6-402/+0
2015-03-25CRISv32: handle multiple signalsRabin Vincent1-32/+3
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-25CRISv32: add irq domains supportRabin Vincent1-3/+25
2015-02-15Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/crisLinus Torvalds1-0/+4
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2015-01-29CRISv32: Avoid warning of unused variableJesper Nilsson1-0/+4
2014-12-20CRISv32: Implement early consoleJesper Nilsson1-26/+56
2014-12-20CRISv32: Better handling of watchdog biteJesper Nilsson1-11/+17
2014-12-20CRISv32: Add missing include for mm.hJesper Nilsson1-0/+1
2014-08-06cris: Use sigsp()Richard Weinberger1-12/+4
2014-08-06cris: Use get_signal() signal_setup_done()Richard Weinberger1-47/+30
2014-01-09CRIS: Add missing syscallsJesper Nilsson1-9/+25
2014-01-08cris: remove deprecated IRQF_DISABLEDMichael Opdenacker4-11/+9
2013-07-14cris: delete __cpuinit usage from all cris filesPaul Gortmaker1-1/+1
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-167/+132
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-164/+132
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Al Viro1-4/+1
2013-04-08cris: Use generic idle loopThomas Gleixner2-10/+4
2013-04-08arch: Cleanup enable/disable_hltThomas Gleixner1-5/+3
2013-02-03cris: kill weird arguments of sys_{rt_,}sigreturn()Al Viro1-8/+4
2013-02-03cris: switch to generic old sigaction()Al Viro1-36/+0
2013-02-03cris: switch to generic old sigsuspendAl Viro1-11/+0