aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-31sh: make heartbeat driver explicitly non-modularPaul Gortmaker1-29/+3
2016-07-31sh: make board-secureedge5410 explicitly non-modularPaul Gortmaker1-2/+1
2016-07-31sh: make mm/asids-debugfs explicitly non-modularPaul Gortmaker1-4/+1
2016-07-31sh: make time.c explicitly non-modularPaul Gortmaker1-2/+1
2016-07-31sh: fix futex/robust_list on nommu modelsRich Felker1-0/+1
2016-07-31sh: disable aliased page logic on NOMMU modelsRich Felker2-0/+8
2016-07-31sh: make sigcontext definition consistent across fpu/nofpu modelsRich Felker1-3/+0
2016-07-31sh: add support for linking a builtin device tree blob in the kernelRich Felker5-3/+41
2016-07-31sh: cmpxchg: fix a bit shift bug in big_endian osPan Xinhui1-1/+1
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-16/+0
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+4
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+20
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds4-23/+13
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size changeAneesh Kumar K.V1-0/+12
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V1-1/+7
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-14/+93
2016-07-14sh/perf: Convert the hotplug notifiers to state machine callbacksThomas Gleixner1-19/+4
2016-06-24sh: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+2
2016-06-23sh: Remove unnecessary of_platform_populate with default match tableKefeng Wang1-14/+0
2016-06-23of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang1-2/+0
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/sh: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra4-12/+87
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra1-2/+8
2016-06-08sh: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij4-23/+13
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-2/+0
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko1-1/+3
2016-05-23arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov5-5/+0
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng1-0/+1
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek1-0/+1
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-3/+2
2016-05-20exit_thread: remove empty bodiesJiri Slaby2-7/+1
2016-05-20Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-2/+2
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-4/+4
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo1-2/+2
2016-05-16Merge tag 'mmc-v4.7' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds6-6/+0
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-132/+1
2016-05-02mmc: sh_mobile_sdhi: remove obsolete include fileWolfram Sang6-6/+0
2016-04-20kbuild: delete unnecessary "@:"Masahiro Yamada2-2/+0
2016-04-13locking/rwsem, sh: Drop superfluous arch specific implementationMichal Hocko2-117/+1
2016-04-13locking/rwsem: Drop explicit memory barriersMichal Hocko1-12/+2
2016-04-13locking/rwsem: Get rid of __down_write_nested()Michal Hocko1-5/+0
2016-03-30sh: x3proto-gpio: switch to gpiochip_add_data()Linus Walleij1-2/+2
2016-03-30sh: sdk7786-gpio: switch to gpiochip_add_data()Linus Walleij1-2/+2
2016-03-30sh: fix function signature of cpu_coregroup_mask to match pointer typeRich Felker2-3/+3
2016-03-29sh: fix smp-shx3 build regression from removal of arch localtimerRich Felker2-7/+0
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-0/+1
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1