summaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32
Commit message (Expand)AuthorAgeFilesLines
* cris: delete __cpuinit usage from all cris filesPaul Gortmaker2013-07-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-101-3/+1Star
|\
| * net: Add missing dependencies on NETDEVICESBen Hutchings2013-06-201-2/+1Star
| * net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-201-1/+0Star
* | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-031-7/+0Star
|\ \
| * | cris: Switch cris to drivers/KconfigGeert Uytterhoeven2013-06-161-7/+0Star
| |/
* / Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-1/+0Star
|/
* Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds2013-05-091-1/+0Star
|\
| * arch: cris: amend Kconfig after mtdchar mergeArtem Bityutskiy2013-04-051-1/+0Star
* | 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
| |/
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-011-0/+3
|\ \
| * | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+3
* | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-014-299/+0Star
|\ \ \ | |/ / |/| |
| * | cpufreq: cris: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-104-290/+0Star
| * | cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-022-23/+14Star
| |/
* | cris: Use generic idle loopThomas Gleixner2013-04-082-10/+4Star
* | arch: Cleanup enable/disable_hltThomas Gleixner2013-04-081-5/+3Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-272-6/+5Star
|\
| * new helper: file_inode(file)Al Viro2013-02-232-6/+5Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-62/+6Star
|\ \
| * | 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/cris/arch-v32/drivers: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+2
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-042-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-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
* Merge tag 'cris-for-linus-3.7' of git://jni.nu/crisLinus Torvalds2012-10-0311-439/+2Star
|\
| * CRIS: Remove VCS simulator specific codeJesper Nilsson2012-10-0310-414/+2Star
| * cris/PCI: remove pcibios_assign_resources()Bjorn Helgaas2012-10-031-25/+0Star
* | cris/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-5/+0Star
|/
* 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-253-13/+2Star
|\
| * CRIS: Remove legacy RTC driversJesper Nilsson2012-04-051-7/+0Star
| * cris/arch-v32: cryptocop: Use kzallocJesper Nilsson2012-04-031-4/+2Star
| * 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