aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris
Commit message (Expand)AuthorAgeFilesLines
* signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorerBen Hutchings2013-04-051-0/+1
* cris: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+10
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-032-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-204-9/+1
|\
| * unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-191-6/+0
| * new helper: current_user_stack_pointer()Al Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-192-3/+0
* | UAPI: Fix up empty files in arch/cris/David Howells2012-12-203-0/+5
* | CRIS: locking: fix the return value of arch_read_trylock()Wei Yongjun2012-12-201-1/+1
* | Merge tag 'disintegrate-cris-20121009' of git://git.infradead.org/users/dhowe...Jesper Nilsson2012-12-2053-639/+682
|\ \
| * | UAPI: (Scripted) Disintegrate arch/cris/include/asmDavid Howells2012-10-0942-519/+553
| * | UAPI: (Scripted) Disintegrate arch/cris/include/arch-v32/archDavid Howells2012-10-095-117/+125
| * | UAPI: (Scripted) Disintegrate arch/cris/include/arch-v10/archDavid Howells2012-10-096-4/+4
* | | CRIS: use kbuild.h instead of defining macros in asm-offset.cJames Hogan2012-12-201-5/+1
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-2/+0
|\ \ \
| * | | modules: don't hand 0 to vmalloc.Rusty Russell2012-12-131-2/+0
* | | | CRIS: fix I/O macrosCorey Minyard2012-12-181-6/+33
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-132-2/+2
|\ \ \ \
| * | | | various: Fix spelling of "registered" in comments.Adam Buchbinder2012-11-192-2/+2
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-0/+1
|\ \ \ \
| * | | | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-011-0/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-129-227/+67
|\ \ \ \ | | |_|/ | |/| |
| * | | unify default ptrace_signal_deliverAl Viro2012-11-281-6/+0
| * | | flagday: don't pass regs to copy_thread()Al Viro2012-11-282-4/+2
| * | | cris: switch to generic fork/vfork/cloneAl Viro2012-11-284-60/+13
| * | | cris: switch to generic kernel_execve/sys_execveAl Viro2012-10-146-65/+6
| * | | cris: switch to generic kernel_thread()Al Viro2012-10-147-115/+69
| |/ /
* / / tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
|/ /
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-143-9/+2
|\ \
| * | Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-283-9/+3
* | | vfs: define struct filename and have getname() return itJeff Layton2012-10-122-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-111-3/+0
|\ \ \
| * | | sanitize tsk_is_polling()Al Viro2012-10-011-2/+0
| * | | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-092-6/+1
|\| | | | |_|/ |/| |
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-6/+2
| |/
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-092-0/+2
|\ \
| * | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
| * | Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas2012-10-091-0/+1
* | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2012-10-0425-466/+20
| |\ \
| * | | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+2
| | |/ | |/|
* | | cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-051-1/+2
| |/ |/|
* | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-038-5/+14
|\ \
| * | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-023-0/+7
| * | UAPI: Partition the header include path sets and add uapi/ header directoriesDavid Howells2012-10-021-1/+3
| * | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-024-4/+4
* | | Merge tag 'cris-for-linus-3.7' of git://jni.nu/crisLinus Torvalds2012-10-0316-461/+3
|\ \ \ | |/ / |/| |
| * | CRIS: Remove VCS simulator specific codeJesper Nilsson2012-10-0314-435/+3
| * | cris/PCI: remove pcibios_assign_resources()Bjorn Helgaas2012-10-032-26/+0