summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2017-07-08Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2017-07-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+4
2017-07-07Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2017-07-07Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-18/+0
2017-07-07Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+1
2017-07-07mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal1-1/+2
2017-07-07mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko1-2/+2
2017-07-07mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko1-7/+1
2017-07-07mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko1-1/+1
2017-07-04Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2017-06-30drivers: dma-mapping: allow dma_common_mmap() for NOMMUVladimir Murzin1-0/+1
2017-06-30sh: thin archives fix linkingNicholas Piggin1-8/+8
2017-06-27sh/ftrace: Remove only user of ftrace_arch_read_dyn_info()Steven Rostedt1-18/+0
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-2/+2
2017-06-20sh: remove DMA_ERROR_CODEChristoph Hellwig1-2/+0
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-2/+2
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano1-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai1-0/+1
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2-1/+2
2017-05-16kill strlen_user()Al Viro1-1/+0
2017-05-11Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-23/+0
2017-05-11Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+3
2017-05-10uapi: export all headers under uapi directoriesNicolas Dichtel1-23/+0
2017-05-09Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-23/+2
2017-05-02Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro6-61/+18
2017-04-20sh/PCI: Use generic pci_mmap_resource_range()David Woodhouse2-22/+1
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+2
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse1-2/+1
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro3-2/+2
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra1-2/+2
2017-03-29sh: switch to RAW_COPY_USERAl Viro2-32/+5
2017-03-29sh: switch to extable.hAl Viro2-22/+11
2017-03-20sh: Use full path in KBUILD_IMAGE definitionMichal Marek1-4/+3
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds2-0/+2
2017-03-10sh: cayman: IDE support fixBartlomiej Zolnierkiewicz1-2/+0
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2-0/+2
2017-03-06uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-06uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2017-03-03sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>Ingo Molnar2-0/+4
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar1-2/+1
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar12-0/+14
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar4-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar7-0/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar3-2/+4