summaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-167/+132Star
|\
| * cris: Don't use create_proc_read_entry()David Howells2013-04-291-164/+132Star
| * get rid of a bunch of open-coded create_proc_read_entry()Al Viro2013-04-091-4/+1Star
* | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+3
* | cris: Use generic idle loopThomas Gleixner2013-04-082-10/+4Star
* | arch: Cleanup enable/disable_hltThomas Gleixner2013-04-081-5/+3Star
|/
* cris: kill weird arguments of sys_{rt_,}sigreturn()Al Viro2013-02-041-8/+4Star
* cris: switch to generic old sigaction()Al Viro2013-02-041-36/+0Star
* cris: switch to generic old sigsuspendAl Viro2013-02-041-11/+0Star
* cris: don't leave ->uc_stack unitialized - we'll use its contents on sigreturnAl Viro2013-02-041-0/+1
* cris: switch to generic sigaltstackAl Viro2013-02-041-7/+1Star
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+1Star
* cris: switch to generic fork/vfork/cloneAl Viro2012-11-291-32/+5Star
* cris: switch to generic kernel_execve/sys_execveAl Viro2012-10-152-33/+2Star
* cris: switch to generic kernel_thread()Al Viro2012-10-152-52/+35Star
* vfs: define struct filename and have getname() return itJeff Layton2012-10-131-2/+2
* CRIS: Remove VCS simulator specific codeJesper Nilsson2012-10-032-70/+2Star
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-5/+0Star
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-13/+2Star
* new helper: sigmask_to_save()Al Viro2012-06-011-8/+3Star
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1Star
* Merge tag 'cris-for-linus' of git://jni.nu/crisLinus Torvalds2012-05-252-9/+0Star
|\
| * CRIS: Remove legacy RTC driversJesper Nilsson2012-04-051-7/+0Star
| * cris:removed the unused variableWanlong Gao2012-04-031-2/+0Star
* | cris: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-221-6/+6
* | cris: don't open-code force_sigsegv()Al Viro2012-05-221-8/+2Star
* | cris: SA_ONESHOT handling is done by get_signal_to_deliver()Al Viro2012-05-221-3/+0Star
* | cris: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-221-21/+4Star
* | new helper: sigsuspend()Al Viro2012-05-221-12/+4Star
* | cris: Use generic idle thread allocationThomas Gleixner2012-04-261-10/+2Star
* | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
|/
* Disintegrate asm/system.h for CRISDavid Howells2012-03-283-3/+0Star
* Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner2011-12-051-3/+1Star
|\
| * clocksource: cris: Convert to clocksource_register_khzJohn Stultz2011-11-221-3/+1Star
* | kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-11-011-7/+7
* | All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-271-1/+1
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* ns: Wire up the setns system callEric W. Biederman2011-05-281-0/+1
* cris: convert old cpumask API into new oneKOSAKI Motohiro2011-05-252-17/+20
* sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-5/+8
* Fix common misspellingsLucas De Marchi2011-03-315-5/+5
* cris: Use accessor functions to set IRQ_PER_CPU flagThomas Gleixner2011-03-171-3/+3
* cris: Fix irq conversion falloutThomas Gleixner2011-03-171-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-03-161-4/+2Star
|\
| * cris: arch-v32: Switch do_timer() to xtime_update()Torben Hohn2011-01-311-4/+2Star
* | cris: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+3
|/
* cris: Convert V32 interrupt handlingThomas Gleixner2011-01-211-35/+15Star