summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)Author
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds
2017-03-09sh: cayman: IDE support fixBartlomiej Zolnierkiewicz
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov
2017-03-03sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>Ingo Molnar
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27mm: add new mmget() helperVegard Nossum
2017-02-27mm: add new mmgrab() helperVegard Nossum
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-25treewide: Remove remaining executable attributes from source filesJoe Perches
2017-02-22Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-21Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2017-02-20Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-02-13sh: sh7724: Don't use a public mmc header for MMC_PROGRESS*Ulf Hansson
2017-02-03cpufreq: Remove CONFIG_CPU_FREQ_STAT_DETAILS config optionViresh Kumar
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker
2017-01-24sh: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2017-01-19serial: sh-sci: Compute the regshift value for SCI portsLaurent Pinchart
2017-01-19serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart
2017-01-19sh: Don't set the sh-sci platform data REIE bit when not implementedLaurent Pinchart
2017-01-19sh: Don't set the sh-sci platform data scscr CKE0 bitLaurent Pinchart
2017-01-19sh: Don't set sh-sci port_regLaurent Pinchart
2017-01-19sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flagsLaurent Pinchart
2017-01-19sh: sh726[49]: Don't set sh-sci pdata scscr TOIE bitLaurent Pinchart
2017-01-19sh: Don't set sh-sci pdata scscr TIE and RIE bitsLaurent Pinchart
2017-01-19sh: Don't set sh-sci pdata scscr TE and RE bitsLaurent Pinchart
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14arch/sh: add option to skip DMA sync as a part of mappingAlexander Duyck
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-12-14treewide: Fix printk() message errorsMasanari Iida
2016-12-12mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger