aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanGravatar Zhaoxiu Zeng 1-0/+1
2016-05-20printk/nmi: generic solution for safe printk in NMIGravatar Petr Mladek 1-0/+1
2016-05-20exit_thread: accept a task parameter to be exitedGravatar Jiri Slaby 1-3/+2
2016-05-20exit_thread: remove empty bodiesGravatar Jiri Slaby 2-7/+1
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 2-4/+4
2016-05-16Merge tag 'mmc-v4.7' of git://git.linaro.org/people/ulf.hansson/mmcGravatar Linus Torvalds 6-6/+0
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-132/+1
2016-05-02mmc: sh_mobile_sdhi: remove obsolete include fileGravatar Wolfram Sang 6-6/+0
2016-04-13locking/rwsem, sh: Drop superfluous arch specific implementationGravatar Michal Hocko 2-117/+1
2016-04-13locking/rwsem: Drop explicit memory barriersGravatar Michal Hocko 1-12/+2
2016-04-13locking/rwsem: Get rid of __down_write_nested()Gravatar Michal Hocko 1-5/+0
2016-03-30sh: x3proto-gpio: switch to gpiochip_add_data()Gravatar Linus Walleij 1-2/+2
2016-03-30sh: sdk7786-gpio: switch to gpiochip_add_data()Gravatar Linus Walleij 1-2/+2
2016-03-30sh: fix function signature of cpu_coregroup_mask to match pointer typeGravatar Rich Felker 2-3/+3
2016-03-29sh: fix smp-shx3 build regression from removal of arch localtimerGravatar Rich Felker 2-7/+0
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsGravatar Alexander Potapenko 1-0/+1
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2016-03-19Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-shGravatar Linus Torvalds 21-145/+384
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-6/+3
2016-03-18Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+1
2016-03-17mm: cleanup *pte_alloc* interfacesGravatar Kirill A. Shutemov 1-1/+1
2016-03-17sched/preempt, sh: kmap_coherent relies on disabled preemptionGravatar David Hildenbrand 1-0/+2
2016-03-17sh: add SMP method selection to device tree pseudo-boardGravatar Rich Felker 2-3/+96
2016-03-17sh: add device tree support and generic board using device treeGravatar Rich Felker 5-0/+170
2016-03-17sh: remove arch-specific localtimer and use generic oneGravatar Rich Felker 4-70/+8
2016-03-17sh: make MMU-specific SMP code conditional on CONFIG_MMUGravatar Rich Felker 1-0/+8
2016-03-17sh: provide unified syscall trap compatible with all SH modelsGravatar Rich Felker 3-14/+23
2016-03-17sh: New gcc supportGravatar Yoshinori Sato 4-27/+78
2016-03-17sh: Disable trace for kernel uncompressing.Gravatar Yoshinori Sato 1-1/+1
2016-03-17sh: Use generic clkdev.h headerGravatar Stephen Boyd 2-33/+1
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-7/+0
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Gravatar Bjorn Helgaas 2-7/+0
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortGravatar Alexander Duyck 1-2/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesGravatar Alexander Duyck 1-4/+2
2016-03-09Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Walleij 1-1/+0
2016-03-08PCI: Include pci/hotplug Kconfig directly from pci/KconfigGravatar Bjorn Helgaas 1-2/+0
2016-03-08PCI: Include pci/pcie/Kconfig directly from pci/KconfigGravatar Bogicevic Sasa 1-2/+0
2016-03-07PCI: Move pci_dma_* helpers to common codeGravatar Christoph Hellwig 1-3/+0
2016-03-01arch/hotplug: Call into idle with a proper stateGravatar Thomas Gleixner 1-1/+1
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmGravatar Dave Hansen 1-1/+1
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hGravatar Bjorn Helgaas 1-1/+1
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMGravatar Toshi Kani 1-4/+4
2016-01-26sh: fix smp_store_mb for !SMPGravatar Michael S. Tsirkin 1-1/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationGravatar Christoph Hellwig 2-3/+0
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 6-23/+92
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTGravatar Will Deacon 1-3/+0
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesGravatar Kirill A. Shutemov 2-5/+5
2016-01-13Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-1/+1