summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm
AgeCommit message (Expand)AuthorFilesLines
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-17/+19
2014-08-09arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-5/+0
2014-08-07sh: fix build error by adding generic ioport_{map/unmap}()Pranith Kumar1-0/+11
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+1
2014-07-09dmaengine: shdma: Add more register documentationGeert Uytterhoeven1-17/+19
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-9/+1
2014-06-05sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick1-1/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-11/+2
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2014-05-28PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-5/+0
2014-05-21ftrace: Make CALLER_ADDRx macros more genericAKASHI Takahiro1-9/+1
2014-04-26mm: split 'tlb_flush_mmu()' into tlb flushing and memory freeing partsLinus Torvalds1-0/+8
2014-04-18arch,sh: Convert smp_mb__*()Peter Zijlstra2-11/+2
2014-04-08Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König3-4/+4
2014-04-04sh: don't pass saved userspace state to exception handlersBobby Bingham1-12/+4
2014-04-04sh: push extra copy of r0-r2 for syscall parametersBobby Bingham1-9/+3
2014-02-10locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+1
2014-02-10locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen1-4/+4
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-24Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-37/+2
2014-01-24Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Linus Torvalds1-0/+2
2014-01-24sh: use generic fixmap.hMark Salter1-37/+2
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-18/+3
2013-12-18lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-12-04clk: Add common __clk_get(), __clk_put() implementationsSylwester Nawrocki1-0/+2
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-11-15sh: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+4
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-11-13sh: move fpu_counter into ARCH specific thread_structVineet Gupta3-1/+21
2013-10-14treewide: fix "distingush" typoMichael Opdenacker1-1/+1
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-2/+4
2013-07-03Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-26arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst1-2/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+0
2013-05-01Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2013-04-30mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer1-0/+1
2013-04-22SH: cpuidle: check error code at initDaniel Lezcano1-2/+2
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-2/+0
2013-03-04consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro1-8/+0
2013-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-8/+0
2013-02-14burying unused conditionalsAl Viro1-2/+0
2013-02-04sh: switch to generic old sigaction()Al Viro1-2/+0
2013-02-04sh: switch to generic old sigsuspend()Al Viro1-1/+0
2013-02-04sh: switch to generic sigaltstackAl Viro1-3/+0
2013-01-29Merge branch 'pfc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ren...Olof Johansson1-1/+1