summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-1/+4
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-2/+2
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-1/+1
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-211-1/+0
|\ \
| * | sh: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-241-1/+0
| |/
* / sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V2016-12-121-6/+0
* mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-121-0/+6
* mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-121-0/+3
* locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
* locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
* locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
* locking/mutex: Kill arch specific codePeter Zijlstra2016-10-252-121/+0
* Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-2/+0
|\
| * exceptions: detritus removalAl Viro2016-09-271-2/+0
* | locking/atomic, arch/sh: Fix ATOMIC_FETCH_OP()Peter Zijlstra2016-09-221-1/+1
|/
* sh: fix copy_from_user()Al Viro2016-09-131-1/+4
* sh64: failing __get_user() should zeroAl Viro2016-09-131-0/+1
* Merge tag 'sh-for-4.8' of git://git.libc.org/linux-shLinus Torvalds2016-08-0619-347/+648
|\
| * sh: system call wire upYoshinori Sato2016-08-052-2/+30
| * sh: add working futex atomic ops on userspace addresses for smpRich Felker2016-08-054-124/+134
| * sh: add J2 atomics using the cas.l instructionRich Felker2016-08-059-216/+481
| * sh: add AT_HWCAP flag for J-Core cas.l instructionRich Felker2016-08-051-0/+1
| * sh: add support for J-Core J2 processorRich Felker2016-08-051-1/+1
| * sh: make sigcontext definition consistent across fpu/nofpu modelsRich Felker2016-07-311-3/+0
| * sh: cmpxchg: fix a bit shift bug in big_endian osPan Xinhui2016-07-311-1/+1
* | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-052-18/+0
|\ \
| * | rtc: sh: provide rtc_class_ops directlyArnd Bergmann2016-06-041-11/+0
| * | rtc: cmos: remove empty asm/mc146818rtc.h filesArnd Bergmann2016-06-041-7/+0
* | | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-2/+2
* | | signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-021-26/+0
| |/ |/|
* | mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V2016-07-261-0/+12
* | mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V2016-07-261-1/+7
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-254-14/+93
|\ \
| * | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
| * | locking/atomic, arch/sh: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-164-12/+87
| * | locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-141-2/+8
| |/
* / tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-2/+2
|/
* Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-05-162-132/+1
|\
| * locking/rwsem, sh: Drop superfluous arch specific implementationMichal Hocko2016-04-132-117/+1
| * locking/rwsem: Drop explicit memory barriersMichal Hocko2016-04-131-12/+2
| * locking/rwsem: Get rid of __down_write_nested()Michal Hocko2016-04-131-5/+0
* | sh: fix function signature of cpu_coregroup_mask to match pointer typeRich Felker2016-03-301-1/+1
* | sh: fix smp-shx3 build regression from removal of arch localtimerRich Felker2016-03-291-5/+0
|/
* Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-shLinus Torvalds2016-03-193-33/+11
|\
| * sh: add SMP method selection to device tree pseudo-boardRich Felker2016-03-171-0/+10
| * sh: Use generic clkdev.h headerStephen Boyd2016-03-172-33/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-6/+3
|\ \