aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-2/+2
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-21/+5
2016-09-30Merge branch 'x86/urgent' into x86/asmGravatar Thomas Gleixner 1-1/+1
2016-09-22locking/atomic, arch/sh: Fix ATOMIC_FETCH_OP()Gravatar Peter Zijlstra 1-1/+1
2016-09-19sh/SH-X3 SMP: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-21/+5
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesGravatar Ingo Molnar 2-1/+5
2016-09-13sh: fix copy_from_user()Gravatar Al Viro 1-1/+4
2016-09-13sh64: failing __get_user() should zeroGravatar Al Viro 1-0/+1
2016-09-02tracing: Add NMI tracing in hwlat detectorGravatar Steven Rostedt (Red Hat) 1-2/+2
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackGravatar Josh Poimboeuf 1-1/+1
2016-08-06Merge tag 'sh-for-4.8' of git://git.libc.org/linux-shGravatar Linus Torvalds 45-399/+1206
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 3-31/+20
2016-08-05sh: add device tree source for J2 FPGA on Mimas v2 boardGravatar Rich Felker 1-0/+96
2016-08-05sh: add defconfig for J-Core J2Gravatar Rich Felker 1-0/+40
2016-08-05sh: use common clock framework with device tree boardsGravatar Rich Felker 2-0/+5
2016-08-05sh: system call wire upGravatar Yoshinori Sato 4-2/+58
2016-08-05sh: Delete unnecessary checks before the function call "mempool_destroy"Gravatar Markus Elfring 1-4/+2
2016-08-05sh: do not perform IPI-based cache flush except on boards that need itGravatar Rich Felker 1-0/+3
2016-08-05sh: add SMP support for J2Gravatar Rich Felker 3-0/+145
2016-08-05sh: SMP support for SH2 entry.SGravatar Rich Felker 1-0/+50
2016-08-05sh: add working futex atomic ops on userspace addresses for smpGravatar Rich Felker 4-124/+134
2016-08-05sh: add J2 atomics using the cas.l instructionGravatar Rich Felker 9-216/+481
2016-08-05sh: add AT_HWCAP flag for J-Core cas.l instructionGravatar Rich Felker 2-0/+3
2016-08-05sh: add support for J-Core J2 processorGravatar Rich Felker 10-5/+127
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 3-6/+6
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeGravatar Andy Lutomirski 1-26/+0
2016-08-02treewide: replace obsolete _refok by __refGravatar Fabian Frederick 2-3/+3
2016-07-31sh: fix build regression with CONFIG_OF && !CONFIG_OF_FLATTREEGravatar Rich Felker 2-4/+4
2016-07-31sh: allow clocksource drivers to register sched_clock backendsGravatar Rich Felker 1-0/+1
2016-07-31sh: make heartbeat driver explicitly non-modularGravatar Paul Gortmaker 1-29/+3
2016-07-31sh: make board-secureedge5410 explicitly non-modularGravatar Paul Gortmaker 1-2/+1
2016-07-31sh: make mm/asids-debugfs explicitly non-modularGravatar Paul Gortmaker 1-4/+1
2016-07-31sh: make time.c explicitly non-modularGravatar Paul Gortmaker 1-2/+1
2016-07-31sh: fix futex/robust_list on nommu modelsGravatar Rich Felker 1-0/+1
2016-07-31sh: disable aliased page logic on NOMMU modelsGravatar Rich Felker 2-0/+8
2016-07-31sh: make sigcontext definition consistent across fpu/nofpu modelsGravatar Rich Felker 1-3/+0
2016-07-31sh: add support for linking a builtin device tree blob in the kernelGravatar Rich Felker 5-3/+41
2016-07-31sh: cmpxchg: fix a bit shift bug in big_endian osGravatar Pan Xinhui 1-1/+1
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-16/+0
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-19/+4
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-2/+20
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 4-23/+13
2016-07-26mm: do not pass mm_struct into handle_mm_faultGravatar Kirill A. Shutemov 1-1/+1
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Gravatar Aneesh Kumar K.V 1-0/+12
2016-07-26mm: change the interface for __tlb_remove_page()Gravatar Aneesh Kumar K.V 1-1/+7
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-14/+93
2016-07-14sh/perf: Convert the hotplug notifiers to state machine callbacksGravatar Thomas Gleixner 1-19/+4
2016-06-24sh: get rid of superfluous __GFP_REPEATGravatar Michal Hocko 1-1/+1
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IGravatar Michal Hocko 1-2/+2
2016-06-23sh: Remove unnecessary of_platform_populate with default match tableGravatar Kefeng Wang 1-14/+0