aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesGravatar Ingo Molnar 1-0/+4
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryGravatar David Hildenbrand 1-3/+1
2019-12-14Merge tag 'Wimplicit-fallthrough-5.5-rc2' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2019-12-10sh: kgdb: Mark expected switch fall-throughsGravatar Kuninori Morimoto 1-0/+1
2019-12-10drivers: Fix boot problem on SuperHGravatar Guenter Roeck 1-9/+2
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Gravatar Ingo Molnar 1-0/+4
2019-12-04Merge tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-4/+4
2019-12-04Merge branches 'pm-sleep', 'pm-cpuidle', 'pm-cpufreq', 'pm-devfreq' and 'pm-avs'Gravatar Rafael J. Wysocki 1-4/+4
2019-12-01Merge tag 'backlight-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-8/+25
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+0
2019-11-29cpuidle: Drop disabled field from struct cpuidle_stateGravatar Rafael J. Wysocki 1-4/+4
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 1-3/+3
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 2-9/+4
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+5
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 34-35/+474
2019-11-27Merge tag 'pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-1/+1
2019-11-26sysctl: Remove the sysctl system callGravatar Eric W. Biederman 1-1/+0
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+1
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 5-7/+6
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Gravatar Christoph Hellwig 1-3/+3
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubGravatar Steven Rostedt (VMware) 1-0/+5
2019-11-11sh: remove __iounmapGravatar Christoph Hellwig 2-9/+4
2019-11-11sh: ecovec24: don't set unused fields in platform dataGravatar Bartosz Golaszewski 1-3/+0
2019-11-11sh: ecovec24: add additional properties to the backlight deviceGravatar Bartosz Golaszewski 1-5/+25
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAGravatar Kees Cook 1-1/+0
2019-11-01pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_BGravatar Geert Uytterhoeven 1-1/+1
2019-10-18sh: Use pr_warn instead of pr_warningGravatar Kefeng Wang 5-7/+6
2019-10-07sh: add the sh_ prefix to early platform symbolsGravatar Bartosz Golaszewski 32-82/+82
2019-10-07drivers: move the early platform device support to arch/shGravatar Bartosz Golaszewski 34-1/+440
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingGravatar Mark Rutland 1-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 2-9/+0
2019-09-24sh: switch to generic version of pte allocationGravatar Mike Rapoport 1-33/+1
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 2-19/+6
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+0
2019-09-04dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPGravatar Christoph Hellwig 1-1/+0
2019-08-22driver core: initialize a default DMA mask for platform deviceGravatar Christoph Hellwig 5-7/+0
2019-08-11sh: kernel: hw_breakpoint: Fix missing break in switch statementGravatar Gustavo A. R. Silva 1-0/+1
2019-08-11sh: kernel: disassemble: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-3/+2
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersGravatar Masahiro Yamada 2-2/+2
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEGravatar David Hildenbrand 1-2/+0
2019-07-17Merge tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8...Gravatar Linus Torvalds 49-59/+5
2019-07-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-16/+2
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Gravatar Anshuman Khandual 1-16/+2
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Gravatar Linus Torvalds 1-2/+2
2019-07-15docs: admin-guide: add a series of orphaned documentsGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-15docs: admin-guide: add kdump documentation into itGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-15arch: mark syscall number 435 reserved for clone3Gravatar Christian Brauner 1-0/+1
2019-07-12Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+25
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-50/+13