summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+1
|\ \ \ \
| * | | | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
* | | | | Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-081-0/+2
|\ \ \ \ \
| * \ \ \ \ Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman2014-09-141-0/+2
| |\ \ \ \ \
| * | | | | | sh/uapi: Add definition of TIOC[SG]RS485Ricardo Ribalda Delgado2014-09-091-0/+2
| | |/ / / / | |/| | | |
* | | | | | sh: Set CONFIG_NET=y in defconfigsMichal Marek2014-09-242-0/+2
| |/ / / / |/| | | |
* | | | | sh: get_user_pages_fast() must flush cacheStas Sergeev2014-09-101-0/+2
|/ / / /
* | | | flush_icache_range: export symbol to fix build errorsPranith Kumar2014-08-291-0/+1
* | | | kexec: remove CONFIG_KEXEC dependency on cryptoVivek Goyal2014-08-291-2/+0
|/ / /
* | | sh: intc: Confine SH_INTC to platforms that need itGeert Uytterhoeven2014-08-221-0/+3
* | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-08-115-86/+88
|\ \ \
| * | | sh: dma: Use defines instead of hardcoded numbersGeert Uytterhoeven2014-07-154-69/+69
| * | | dmaengine: shdma: Add more register documentationGeert Uytterhoeven2014-07-091-17/+19
* | | | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-092-97/+64
|\ \ \ \
| * | | | sh: Use get_signal() signal_setup_done()Richard Weinberger2014-08-062-97/+64
| | |_|/ | |/| |
* | | | kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-081-0/+2
* | | | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-082-20/+0
* | | | Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-068-15/+22
|\ \ \ \