summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2018-12-17mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+2
2018-06-06sh: New gcc supportYoshinori Sato4-27/+78
2018-05-30sh: fix debug trap failure to process signals before return to userRich Felker1-1/+1
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-22/+4
2018-03-03SolutionEngine771x: fix Ether platform dataSergei Shtylyov1-2/+8
2018-02-16signal/sh: Ensure si_signo is initialized in do_divide_errorEric W. Biederman1-1/+2
2017-11-15serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart1-1/+0
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins1-2/+2
2016-09-24sh: fix copy_from_user()Al Viro1-1/+4
2016-09-24sh64: failing __get_user() should zeroAl Viro1-0/+1
2016-04-12sched/preempt, sh: kmap_coherent relies on disabled preemptionDavid Hildenbrand1-0/+2
2015-12-12sh64: fix __NR_fgetxattrDmitry V. Levin1-1/+1
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2015-11-07arch/sh/kernel/traps_64.c: use sign_extend64() for sign extensionMartin Kepplinger2-2/+2
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds1-3/+0
2015-10-20Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ...Ingo Molnar1-0/+1
2015-10-16sh: add copy_user_page() alias for __copy_user()Ross Zwisler1-0/+1
2015-09-30sh: mach-rsk: remove unnecessary MTD partition probe specificationBrian Norris1-3/+0
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra1-2/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner5-5/+5
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-14/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-10/+0
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-11/+2
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-3/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-37/+0
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-1/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-0/+1
2015-09-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+4
2015-09-09Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+1
2015-09-06Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+1
2015-09-05sh: use PFN_DOWN macroAlexander Kuleshov2-4/+4
2015-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-85/+10
2015-09-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-8/+10
2015-09-02Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+0
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2015-09-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+2
2015-09-01Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+0
2015-08-28mm: ZONE_DEVICE for "device memory"Dan Williams1-2/+3
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar16-55/+16
2015-08-14arch: introduce memremap()Dan Williams1-0/+1
2015-08-10sh/localtimer: Migrate to new 'set-state' interfaceViresh Kumar1-6/+0
2015-08-06bus: subsys: update return type of ->remove_dev() to voidViresh Kumar1-2/+1
2015-08-04sched, sh: Fold finish_arch_switch() into switch_to()Peter Zijlstra1-6/+2
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner2-15/+1
2015-07-29sh/intc: Prepare irq flow handlers for irq argument removalThomas Gleixner1-1/+2
2015-07-29sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu3-3/+3
2015-07-29sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner1-3/+4
2015-07-29sh/irq: Use accessor irq_data_get_node()Jiang Liu1-1/+1
2015-07-29arch/*/io.h: Add ioremap_uc() to all architecturesLuis R. Rodriguez1-0/+1