summaryrefslogtreecommitdiff
path: root/arch/cris/arch-v32/kernel
AgeCommit message (Expand)Author
2015-03-25CRISv32: don't attempt syscall restart on irq exitRabin Vincent
2015-03-25CRISv32: add irq domains supportRabin Vincent
2015-02-15Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-01-29CRISv32: Avoid warning of unused variableJesper Nilsson
2014-12-20CRISv32: Implement early consoleJesper Nilsson
2014-12-20CRISv32: Better handling of watchdog biteJesper Nilsson
2014-12-20CRISv32: Add missing include for mm.hJesper Nilsson
2014-08-06cris: Use sigsp()Richard Weinberger
2014-08-06cris: Use get_signal() signal_setup_done()Richard Weinberger
2014-01-09CRIS: Add missing syscallsJesper Nilsson
2014-01-08cris: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-07-14cris: delete __cpuinit usage from all cris filesPaul Gortmaker
2013-05-05cris: single_open() leaksAl Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-29cris: Don't use create_proc_read_entry()David Howells
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Al Viro
2013-04-08cris: Use generic idle loopThomas Gleixner
2013-04-08arch: Cleanup enable/disable_hltThomas Gleixner
2013-02-03cris: kill weird arguments of sys_{rt_,}sigreturn()Al Viro
2013-02-03cris: switch to generic old sigaction()Al Viro
2013-02-03cris: switch to generic old sigsuspendAl Viro
2013-02-03cris: don't leave ->uc_stack unitialized - we'll use its contents on sigreturnAl Viro
2013-02-03cris: switch to generic sigaltstackAl Viro
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28cris: switch to generic fork/vfork/cloneAl Viro
2012-10-14cris: switch to generic kernel_execve/sys_execveAl Viro
2012-10-14cris: switch to generic kernel_thread()Al Viro
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-03CRIS: Remove VCS simulator specific codeJesper Nilsson
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-25Merge tag 'cris-for-linus' of git://jni.nu/crisLinus Torvalds
2012-05-21cris: missing checks of __get_user()/__put_user() return valuesAl Viro
2012-05-21cris: don't open-code force_sigsegv()Al Viro
2012-05-21cris: SA_ONESHOT handling is done by get_signal_to_deliver()Al Viro
2012-05-21cris: use set_current_blocked() and block_sigmask()Matt Fleming
2012-05-21new helper: sigsuspend()Al Viro
2012-04-26cris: Use generic idle thread allocationThomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2012-04-05CRIS: Remove legacy RTC driversJesper Nilsson
2012-04-03cris:removed the unused variableWanlong Gao
2012-03-28Disintegrate asm/system.h for CRISDavid Howells
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner
2011-11-21clocksource: cris: Convert to clocksource_register_khzJohn Stultz