summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
AgeCommit message (Expand)AuthorLines
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-22/+4
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby-22/+4
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-10/+0
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney-10/+0
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim-2/+2
2017-08-10mm: refactor TLB gathering APIMinchan Kim-2/+4
2017-07-22Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2017-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2017-07-20debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf-2/+2
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy-1/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+13
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-19/+18
2017-07-12sh64: ascii armor the sh64 boot init stack canaryRik van Riel-0/+1
2017-07-12sh: mark end of BUG() implementation as unreachableKees Cook-0/+1
2017-07-11sh: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada-19/+18
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-2/+0
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2017-07-03binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro-2/+13
2017-06-20sh: remove DMA_ERROR_CODEChristoph Hellwig-2/+0
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai-0/+1
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig-1/+2
2017-05-15kill strlen_user()Al Viro-1/+0
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel-23/+0
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro-59/+17
2017-04-20sh/PCI: Use generic pci_mmap_resource_range()David Woodhouse-0/+1
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse-2/+1
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro-0/+2
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra-2/+2
2017-03-28sh: switch to RAW_COPY_USERAl Viro-32/+4
2017-03-28sh: switch to extable.hAl Viro-22/+11
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov-0/+2
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro-3/+0
2017-03-03sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar-0/+2
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez-1/+4
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker-1/+0
2017-01-24sh: migrate exception table users off module.h and onto extable.hPaul Gortmaker-1/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-12mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V-6/+0
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V-0/+6
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V-0/+3
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger-1/+0