summaryrefslogtreecommitdiffstats
path: root/arch/cris/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cris: switch to generic kernel_thread()Al Viro2012-10-141-2/+0
| |/ /
* | | 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-142-9/+1
|\ \
| * | Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-282-9/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-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-102-6/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-6/+2
| |/
* | 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-0411-21/+12
| |\ \
| * | | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+2
| | |/ | |/|
* | | cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-061-1/+2
| |/ |/|
* | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-037-4/+11
|\ \
| * | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-023-0/+7
| * | 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-034-17/+1
|\ \ | |/ |/|
| * CRIS: Remove VCS simulator specific codeJesper Nilsson2012-10-033-16/+1
| * cris/PCI: remove pcibios_assign_resources()Bjorn Helgaas2012-10-031-1/+0
* | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-1/+0
|/
* bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-3/+0
* Merge tag 'cris-for-linus' of git://jni.nu/crisLinus Torvalds2012-05-254-109/+3
|\
| * CRIS: Remove legacy RTC driversJesper Nilsson2012-04-052-108/+0
| * cris: posix_types.h, include asm-generic/posix_types.hJiri Slaby2012-04-031-0/+2
| * CRISv32: Correct name of read_mostly section.Jesper Nilsson2012-04-031-1/+1
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-4/+0
|\ \
| * | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-4/+0
| |/
* | cris: Use common threadinfo allocatorThomas Gleixner2012-05-082-9/+2
|/
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-40/+10
|\
| * cris: Use generic posix_types.hH. Peter Anvin2012-02-141-40/+10
* | Delete all instances of asm/system.hDavid Howells2012-03-281-5/+0
* | Disintegrate asm/system.h for CRISDavid Howells2012-03-2811-102/+116
* | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-0/+3
* | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+1
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0
|\
| * freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-35/+1
|\ \
| * | consolidate a bunch of ipcbuf.h instancesAl Viro2012-01-031-29/+1
| * | consolidate umode_t declarationsAl Viro2012-01-031-6/+0
| |/
* | net: add wireless TX status socket optionJohannes Berg2011-11-091-0/+3
|/
* cris: add arch/cris/include/asm/serial.hWANG Cong2011-08-251-0/+9
* cris: fix a build error in kernel/fork.cWANG Cong2011-08-031-3/+3
* atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-261-1/+0
* atomic: move atomic_add_unless to generic codeArun Sharma2011-07-261-2/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-262-2/+1
* asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-261-2/+1
* ptrace: unify show_regs() prototypeMike Frysinger2011-07-262-2/+0
* cris, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-252-2/+0
* ns: Wire up the setns system callEric W. Biederman2011-05-281-1/+2
* Fix common misspellingsLucas De Marchi2011-03-313-3/+3
OpenPOWER on IntegriCloud