summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: j2: Use ioremap() to translate device tree address into kernel memoryJohn Paul Adrian Glaubitz2023-07-271-1/+1
* sh: nmi_debug: fix return value of __setup handlerRandy Dunlap2023-05-171-2/+2
* sh: init: use OF_EARLY_FLATTREE for early initRandy Dunlap2023-05-172-5/+5
* sh: math-emu: fix macro redefined warningRandy Dunlap2023-05-171-4/+0
* sh: sq: Fix incorrect element size for allocating bitmap bufferJohn Paul Adrian Glaubitz2023-05-171-1/+1
* dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2023-04-051-3/+3
* sh: sanitize the flags on sigreturnAl Viro2023-04-052-0/+4
* sh: define RUNTIME_DISCARD_EXITTom Saeger2023-03-171-0/+1
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-061-1/+1
* sh: machvec: Use char[] for section boundariesKees Cook2022-10-262-6/+6
* sh: define __BIG_ENDIAN for math-emuRandy Dunlap2021-11-261-0/+8
* sh: math-emu: drop unused functionsRandy Dunlap2021-11-261-103/+0
* sh: fix kconfig unmet dependency warning for FRAME_POINTERRandy Dunlap2021-11-261-0/+1
* sh: check return code of request_irqNick Desaulniers2021-11-261-2/+3
* signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)Eric W. Biederman2021-11-171-4/+6
* sh: dma: fix kconfig dependency for G2_DMANecip Fazil Yildiran2021-01-271-2/+1
* sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven2020-08-211-0/+3
* sh: Fix validation of system call numberMichael Karcher2020-08-051-3/+3
* sh/tlb: Fix PGTABLE_LEVELS > 2Peter Zijlstra2020-08-051-9/+1
* scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledDiego Elio Pettenò2020-07-221-1/+0
* pinctrl: sh-pfc: sh7269: Fix CAN function GPIOsGeert Uytterhoeven2020-02-241-2/+9
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-091-3/+1
* pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_BGeert Uytterhoeven2019-12-311-1/+1
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-242-9/+0
* sh: switch to generic version of pte allocationMike Rapoport2019-09-241-33/+1
* mm: remove quicklist page table cachesNicholas Piggin2019-09-242-19/+6
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-1/+0
|\
| * dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-041-1/+0
* | driver core: initialize a default DMA mask for platform deviceChristoph Hellwig2019-08-225-7/+0
|/
* sh: kernel: hw_breakpoint: Fix missing break in switch statementGustavo A. R. Silva2019-08-111-0/+1
* sh: kernel: disassemble: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-111-3/+2
* treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-252-2/+2
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-181-2/+0
* Merge tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8...Linus Torvalds2019-07-1749-59/+5
|\
| * arch/sh: Check for kprobe trap number before trying to handle a kprobe trapMichael Karcher2019-06-261-1/+2
| * sh: configs: Remove useless UEVENT_HELPER_PATHKrzysztof Kozlowski2019-06-1047-47/+0
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Yoshinori Sato2019-06-0260-235/+103
| |\
| * | Fix allyesconfig output.Yoshinori Sato2019-04-211-11/+3
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-171-16/+2
|\ \ \
| * | | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-16/+2
* | | | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-161-2/+2
|\ \ \ \
| * | | | docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
| * | | | docs: admin-guide: add kdump documentation into itMauro Carvalho Chehab2019-07-151-1/+1
| |/ / /
* / / / arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
|/ / /
* | | Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-121-4/+25
|\ \ \
| * | | sh: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-4/+25
| | |/ | |/|
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-125-50/+13
|\ \ \
| * | | sh: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-035-50/+13
| |/ /
* | | mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig2019-07-121-1/+1