summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
* sh: switch to generic fork/vfork/cloneAl Viro2012-11-282-87/+8
*---. Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-287-212/+69
|\ \ \
| | | * sh: convert to generic sys_execve()Al Viro2012-10-222-48/+0
| | | * sh: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-227-164/+69
| | |/
* | | sh64: fix altstack switching on sigreturnAl Viro2012-11-281-4/+2
|/ /
* | sh: Wire up kcmp syscall.Paul Mundt2012-10-152-0/+2
|/
* 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-122-2/+0
|\
| * Uninclude linux/freezer.hRichard Weinberger2012-10-012-2/+0
* | sections: fix section conflicts in arch/shAndi Kleen2012-10-061-1/+1
|/
* sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling.Al Viro2012-09-182-2/+2
* sh: sh7269: Fix LCD pinmuxPhil Edworthy2012-08-091-78/+117
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-08-033-3/+1
|\
| * mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven2012-06-273-3/+1
* | sh: explicitly include sh_dma.h in setup-sh7722.cGuennadi Liakhovetski2012-08-021-0/+1
* | sh: sh7724: fixup renesas_usbhs clock settingsKuninori Morimoto2012-08-011-2/+2
* | sh: modify the sh_dmae_slave_config for RSPI in setup-sh7757Shimoda, Yoshihiro2012-07-261-0/+14
* | 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-236-518/+394
|\ \
| * \ Merge branch 'common/pinctrl' into sh-latestPaul Mundt2012-07-2010-10/+10
| |\ \
| * | | sh64: Attempt to make reserved insn trap handler resemble C.Paul Mundt2012-06-141-191/+195
| * | | sh: Consolidate die definitions for trap handlers.Paul Mundt2012-06-143-102/+71
| * | | sh64: Kill off old exception debugging helpers.Paul Mundt2012-06-141-12/+0
| * | | sh64: Use generic unaligned access control/counters.Paul Mundt2012-06-141-113/+37
| * | | Merge branch 'sh/genirq' into sh-latestPaul Mundt2012-06-131-10/+0
| |\ \ \
| | * | | sh: Kill off now unused arch_probe_nr_irqs().Paul Mundt2012-05-241-10/+0
| * | | | Merge branch 'sh/multi-unwinders' into sh-latestPaul Mundt2012-06-134-98/+99
| |\ \ \ \
| | * | | | sh64: Convert to unwinder API.Paul Mundt2012-05-244-98/+99
| | |/ / /
* | | | | sh: Fix up se7721 GPIOLIB=y build warnings.Paul Mundt2012-07-021-1/+1
| |_|/ / |/| | |
* | | | sh: Convert sh_clk_mstp32_register to sh_clk_mstp_registerNobuhiro Iwamatsu2012-06-2810-10/+10
|/ / /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and...Paul Mundt2012-06-135-163/+22
|\ \ \ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| * | | sh: use the new generic strnlen_user() functionPaul Mundt2012-06-132-42/+0
| * | | sh: switch to generic strncpy_from_user().Paul Mundt2012-06-132-42/+0
| |/ /
| * | new helper: signal_delivered()Al Viro2012-06-012-4/+2
| * | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-012-8/+0
| * | pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-012-35/+15
| * | sh64: failure to build sigframe != signal without handlerAl Viro2012-06-011-1/+1
| * | new helper: sigmask_to_save()Al Viro2012-06-012-17/+7
| * | new helper: restore_saved_sigmask()Al Viro2012-06-012-10/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-312-4/+0
| |\ \
| | * | move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-232-4/+0
| | |/
| * | sh: use clear_tasks_mm_cpumask()Anton Vorontsov2012-05-311-6/+1
| |/
* | sh64: Fix up fallout from generic init_task conversion.Paul Mundt2012-05-241-0/+1
* | sh: arch/sh/kernel/process.c needs asm/fpu.h for unlazy_fpu().Paul Mundt2012-05-241-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-232-98/+39
|\
| * sh: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-212-22/+27
| * sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()Al Viro2012-05-212-65/+11
| * new helper: sigsuspend()Al Viro2012-05-211-11/+1
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-232-9/+7
|\ \
OpenPOWER on IntegriCloud