summaryrefslogtreecommitdiffstats
path: root/arch/cris
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-143-9/+2Star
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-283-9/+3Star
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-132-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-3/+0Star
|\ \
| * | sanitize tsk_is_polling()Al Viro2012-10-011-2/+0Star
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-6/+1Star
|\| |
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-6/+2Star
| |/
* | 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/+20Star
| |\ \
| * | | 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/+3Star
|\ \ \ | |/ / |/| |
| * | CRIS: Remove VCS simulator specific codeJesper Nilsson2012-10-0314-435/+3Star
| * | cris/PCI: remove pcibios_assign_resources()Bjorn Helgaas2012-10-032-26/+0Star
* | | cris: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
| |/ |/|
* | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-312-1/+1
* | cris/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-5/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-012-58/+12Star
|\
| * new helper: signal_delivered()Al Viro2012-06-012-2/+2
| * most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-012-9/+0Star
| * pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-012-25/+4Star
| * new helper: sigmask_to_save()Al Viro2012-06-012-16/+6Star
| * new helper: restore_saved_sigmask()Al Viro2012-06-012-8/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-3/+0Star
|\ \ | |/ |/|
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-311-3/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-2/+0Star
|\ \
| * | move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* | | cris: select GENERIC_ATOMIC64Cong Wang2012-05-301-0/+1
| |/ |/|
* | Merge tag 'cris-for-linus' of git://jni.nu/crisLinus Torvalds2012-05-2516-1106/+40Star
|\ \
| * | cris: Remove old legacy "-traditional" flag from arch-v10/lib/MakefilePaul Gortmaker2012-04-191-3/+0Star
| * | CRIS: Remove legacy RTC driversJesper Nilsson2012-04-058-1090/+7Star
| * | cris/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2012-04-041-5/+26
| * | cris:fix the wrong function declearWanlong Gao2012-04-031-1/+1
| * | CRIS: Add _sdata to vmlinux.lds.SJesper Nilsson2012-04-031-0/+1
| * | cris: posix_types.h, include asm-generic/posix_types.hJiri Slaby2012-04-031-0/+2
| * | cris/arch-v32: cryptocop: Use kzallocJesper Nilsson2012-04-031-4/+2Star
| * | cris:removed the unused variableWanlong Gao2012-04-031-2/+0Star
| * | CRISv32: Correct name of read_mostly section.Jesper Nilsson2012-04-031-1/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-6/+1Star
|\ \ \ | |_|/ |/| |
| * | cris: Use generic time configAnna-Maria Gleixner2012-05-211-6/+1Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-242-85/+31Star
|\ \
| * | cris: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-222-12/+12