summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2022-01-27gup: document and work around "COW can break either way" issueLinus Torvalds1-1/+8
2021-12-08hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit1-0/+10
2021-11-26sh: define __BIG_ENDIAN for math-emuRandy Dunlap1-0/+8
2021-11-26sh: fix kconfig unmet dependency warning for FRAME_POINTERRandy Dunlap1-0/+1
2021-11-26sh: check return code of request_irqNick Desaulniers1-2/+3
2021-01-30sh: dma: fix kconfig dependency for G2_DMANecip Fazil Yildiran1-2/+1
2020-08-21sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven1-0/+3
2020-08-21sh: Fix validation of system call numberMichael Karcher1-3/+3
2020-02-28pinctrl: sh-pfc: sh7269: Fix CAN function GPIOsGeert Uytterhoeven1-2/+9
2020-01-04pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_BGeert Uytterhoeven1-1/+1
2019-08-25sh: kernel: hw_breakpoint: Fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-08-04sh: prevent warnings when using iounmapSam Ravnborg1-1/+5
2019-05-08sh: fix multiple function definition build errorsRandy Dunlap1-2/+2
2018-05-30sh: fix debug trap failure to process signals before return to userRich Felker1-1/+1
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-22/+4
2018-03-03SolutionEngine771x: fix Ether platform dataSergei Shtylyov1-2/+8
2018-02-17signal/sh: Ensure si_signo is initialized in do_divide_errorEric W. Biederman1-1/+2
2017-11-15serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart1-1/+0
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins1-2/+2
2016-10-19Merge tag 'sh-for-4.9' of git://git.libc.org/linux-shLinus Torvalds3-1/+13
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-1/+2
2016-10-19sh: add earlycon support to j2_defconfigRich Felker1-0/+1
2016-10-19sh: add Kconfig option for J-Core SoC core driversRich Felker2-0/+11
2016-10-19mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2016-10-13sh: support CPU_J2 when compiler lacks -mj2Rich Felker1-1/+1
2016-10-12Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-2/+2
2016-10-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-21/+5
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner1-1/+1
2016-09-28exceptions: detritus removalAl Viro1-2/+0
2016-09-22locking/atomic, arch/sh: Fix ATOMIC_FETCH_OP()Peter Zijlstra1-1/+1
2016-09-19sh/SH-X3 SMP: Convert to hotplug state machineSebastian Andrzej Siewior1-21/+5
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2-1/+5
2016-09-14sh: fix copy_from_user()Al Viro1-1/+4
2016-09-14sh64: failing __get_user() should zeroAl Viro1-0/+1
2016-09-02tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)1-2/+2
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+1
2016-08-06Merge tag 'sh-for-4.8' of git://git.libc.org/linux-shLinus Torvalds45-399/+1206
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds3-31/+20
2016-08-05sh: add device tree source for J2 FPGA on Mimas v2 boardRich Felker1-0/+96
2016-08-05sh: add defconfig for J-Core J2Rich Felker1-0/+40
2016-08-05sh: use common clock framework with device tree boardsRich Felker2-0/+5
2016-08-05sh: system call wire upYoshinori Sato4-2/+58
2016-08-05sh: Delete unnecessary checks before the function call "mempool_destroy"Markus Elfring1-4/+2
2016-08-05sh: do not perform IPI-based cache flush except on boards that need itRich Felker1-0/+3
2016-08-05sh: add SMP support for J2Rich Felker3-0/+145
2016-08-05sh: SMP support for SH2 entry.SRich Felker1-0/+50
2016-08-05sh: add working futex atomic ops on userspace addresses for smpRich Felker4-124/+134
2016-08-05sh: add J2 atomics using the cas.l instructionRich Felker9-216/+481