summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-125-41/+4
|\
| * 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
| | |/
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-111-0/+1
|\ \ \
| * | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| |/ /
* / / /dev/mem: use phys_addr_t for physical addressesCyril Chemparathy2012-10-241-1/+1
|/ /
* | Merge tag 'disintegrate-sh-20121009' of git://git.infradead.org/users/dhowell...Paul Mundt2012-10-1523-1457/+10
|\ \ | |/ |/|
| * UAPI: (Scripted) Disintegrate arch/sh/include/asmDavid Howells2012-10-0923-1457/+10
* | 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) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-0215-32/+32
|/
* 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
* | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-1/+0
* | 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-232-0/+6
|\ \
| * | sh: Consolidate die definitions for trap handlers.Paul Mundt2012-06-141-0/+4
| * | 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
* | 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
|\ \ \
| * | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-162-4/+0
* | | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-05-2316-139/+151
|\ \ \ \
| * | | | sh: Kill off machvec IRQ hinting.Paul Mundt2012-05-212-6/+8
| * | | | sh: dma: More legacy cpu dma chainsawing.Paul Mundt2012-05-191-87/+0
| * | | | sh: Kill off MAX_DMA_ADDRESS leftovers.Paul Mundt2012-05-192-16/+8
| * | | | sh: Tidy up some of the cpu legacy dma header mess.Paul Mundt2012-05-191-1/+0