aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/sys_sh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-3/+3
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2010-11-17sh: avoid to flush all cache in sys_cacheflushGiuseppe CAVALLARO1-1/+1
2010-03-12Add generic sys_olduname()Christoph Hellwig1-11/+0
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-104/+0
2009-12-11Unify sys_mmap*Al Viro1-26/+2
2009-08-24sh: fix sys_cacheflush error checkingGiuseppe Cavallaro1-1/+1
2009-08-24sh: Add sys_cacheflush() call for SH CPUs.Stuart Menefy1-0/+43
2009-06-18sh: remove stray markers.Christoph Hellwig1-2/+0
2009-04-21sh: Fix mmap2 for handling differing PAGE_SIZEs.Toshinobu Sugioka1-0/+9
2008-12-22sh: Move arch_get_unmapped_area() in to arch/sh/mm/mmap.c.Paul Mundt1-92/+0
2008-09-21sh: Trivial trace_mark() instrumentation for core events.Paul Mundt1-0/+2
2008-09-08sh: fixup many sparse errors.Paul Mundt1-3/+4
2008-08-28sh: fix semtimedop syscallYoshihiro Shimoda1-1/+1
2008-01-28sh: sys_sh consolidation for arch_get_unmapped_area().Paul Mundt1-82/+18
2007-10-17remove include/asm-*/ipc.hAdrian Bunk1-1/+1
2007-07-31sh: Fix fs.h removal from mm.h regressions.Paul Mundt1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-12sh: Fixup kernel_execve() for syscall cleanups.Paul Mundt1-0/+6
2006-12-12sh: Trivial build fixes for SH-2 support.Yoshinori Sato1-1/+1
2006-12-06sh: gcc4 support.Stuart Menefy1-2/+3
2006-12-06sh: SE7206 build fixes.Paul Mundt1-0/+2
2006-10-02[PATCH] provide kernel_execve on all architecturesArnd Bergmann1-0/+17
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-1/+1
2006-09-27sh: Calculate shm alignment at runtime.Paul Mundt1-20/+34
2006-09-27sh: __addr_ok() and other misc nommu fixups.Yoshinori Sato1-1/+1
2006-09-27sh: page table alloc cleanups and page fault optimizations.Paul Mundt1-1/+1
2005-06-21[PATCH] Avoiding mmap fragmentationWolfgang Wander1-0/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+289