summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
* sh: switch to generic fork/vfork/cloneAl Viro2012-11-283-23/+3
*-. Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-285-18/+1
|\ \
| | * sh: convert to generic sys_execve()Al Viro2012-10-223-8/+1
| | * sh: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-222-10/+0
| |/
* | UAPI: Make arch/sh/include/uapi/asm/hw_breakpoint.h non-emptyDavid Howells2012-10-171-0/+4
* | sh: Wire up kcmp syscall.Paul Mundt2012-10-152-2/+4
* | Merge tag 'disintegrate-sh-20121009' of git://git.infradead.org/users/dhowell...Paul Mundt2012-10-1532-153/+173
|\ \ | |/ |/|
| * UAPI: (Scripted) Disintegrate arch/sh/include/asmDavid Howells2012-10-0932-153/+173
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-11/+3
|\ \
| * | Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-11/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-0/+3
|\ \ \
| * | | sanitize tsk_is_polling()Al Viro2012-10-011-0/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-10/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-10/+1
| |/
* | mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon2012-10-091-0/+6
* | cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-061-1/+2
* | sections: fix section conflicts in arch/shAndi Kleen2012-10-061-1/+1
* | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-0217-34/+34
|/
* sh: sh7269: Fix LCD pinmuxPhil Edworthy2012-08-091-12/+24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-08-031-1/+0
|\
| * mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven2012-06-271-1/+0
* | Merge branch 'sh/dmaengine' into sh-latestPaul Mundt2012-08-011-1/+0
|\ \
| * | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-1/+0
* | | sh: modify the sh_dmae_slave_config for RSPI in setup-sh7757Shimoda, Yoshihiro2012-07-261-0/+2
|/ /
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-07-241-1/+0
|\ \
| * | sh: remove unused DMA device pointer from SIU platform dataGuennadi Liakhovetski2012-07-201-1/+0
| |/
* | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-07-234-11/+12
|\ \
| * | sh: Consolidate die definitions for trap handlers.Paul Mundt2012-06-141-0/+4
| * | Merge branch 'sh/dynamic-irq-cleanup' into sh-latestPaul Mundt2012-06-132-11/+6
| |\ \
| | * | sh: se7343: Move CPLD IRQs to irqdomain and generic irq chip.Paul Mundt2012-05-241-4/+3
| | * | sh: se722: Move FPGA IRQs to irqdomain and generic irq chip.Paul Mundt2012-05-241-7/+3
| * | | Merge branch 'sh/multi-unwinders' into sh-latestPaul Mundt2012-06-131-0/+2
| |\ \ \
| | * | | sh64: Convert to unwinder API.Paul Mundt2012-05-241-0/+2
* | | | | SH: Convert out[bwl] macros to inline functionsCorey Minyard2012-07-121-3/+14
|/ / / /
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and...Paul Mundt2012-06-1340-230/+112
|\ \ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | sh: Kill off additional asm-generic wrappers.Paul Mundt2012-06-136-10/+5
| | | * | | sh: convert to kbuild asm-generic support.Paul Mundt2012-05-2829-69/+29
| * | | | | sh: use the new generic strnlen_user() functionPaul Mundt2012-06-134-75/+56
| * | | | | sh: switch to generic strncpy_from_user().Paul Mundt2012-06-133-72/+4
| |/ / / /
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-1/+18
| |\ \ \ \
| | * | | | set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-011-1/+1
| | * | | | new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-011-0/+17
| | |/ / /
| * | | | bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-302-4/+0
| |/ / /
| * | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | | | sh: Kill off last dead UBC headerPaul Bolle2012-06-131-28/+0
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-232-6/+2
|\ \ \
| * | | sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()Al Viro2012-05-212-6/+2
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-232-4/+0
|\ \ \ \
OpenPOWER on IntegriCloud