summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-246-35/+39
|\
| * mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_infoKuninori Morimoto2015-03-056-35/+39
* | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-202-4/+4
|\ \
| * | Fix weird uses of num_online_cpus().Rusty Russell2015-03-102-4/+4
| |/
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-155-38/+6
|\ \
| * | sh: Remove signal translation and exec_domainRichard Weinberger2015-04-125-38/+6
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-142-9/+13
|\ \
| * | sh: expose number of page table levelsKirill A. Shutemov2015-04-141-0/+4
| * | arch/sh/kernel/dwarf.c: use mempool_create_slab_pool()David Rientjes2015-04-141-8/+4
| * | arch/sh/kernel/dwarf.c: destroy mempools on cleanupDavid Rientjes2015-04-141-1/+5
* | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-142-8/+0
|\ \ \ | |/ / |/| |
| * | whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setupAl Viro2015-04-112-8/+0
| |/
* | PCI: Cleanup control flowBjorn Helgaas2015-03-191-12/+14
* | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-191-0/+1
|/
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-183-7/+7
|\
| * sh: macro whitespace fixesMichael S. Tsirkin2015-01-131-1/+1
| * sh: fix put_user sparse errorsMichael S. Tsirkin2015-01-131-4/+4
| * sh/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-131-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-141-1/+1
|\ \
| * | next: sh: Fix compile errorGuenter Roeck2015-01-191-1/+1
| |/
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-124-9/+4
* | mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli2015-02-111-4/+2
* | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* | mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-111-12/+0
* | sh: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-102-34/+5
* | sh: eliminate unused irq_reg_{readl,writel} accessorsKevin Cernekee2015-02-102-6/+0
* | sh: build superh without CONFIG_EXPERTRob Landley2015-02-101-1/+1
* | vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
|/
* PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2014-12-193-3/+3
* gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio2014-12-131-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-1/+0
|\
| * net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
* | Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-111-1/+1
|\ \
| * | [media] platform: Make use of media_bus_format enumBoris BREZILLON2014-11-141-1/+1
| |/
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-102-4/+0
|\ \
| * \ Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-081-1/+0
| |\ \
| | * | PM / Kconfig: Do not select PM directly from Kconfig filesRafael J. Wysocki2014-12-041-1/+0
| | |/
| * | cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano2014-11-121-3/+0
| |/
* | sh: off by one BUG_ON() in setup_bootmem_node()Dan Carpenter2014-12-101-1/+1
|/
* sh: fix sh770x SCIF memory regionsAndriy Skulysh2014-10-291-3/+3
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-194-29/+26
|\
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-232-29/+2
| * SH: define syscall_get_arch() for superhEric Paris2014-09-232-0/+24
* | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-134-171/+113
|\ \
| * | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-1/+1
| * | locking,arch,sh: Fold atomic_opsPeter Zijlstra2014-08-143-170/+112
* | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-091-1/+0
|\ \ \
| * | | nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2014-10-091-1/+0
* | | | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-091-4/+2
|\ \ \ \ | |/ / / |/| | |
| * | | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-4/+2
OpenPOWER on IntegriCloud