aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm
AgeCommit message (Expand)Author
2020-09-13sh: remove spurious circular inclusion from asm/smp.hRich Felker
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds
2020-08-14sh: use generic strncpy()Kuninori Morimoto
2020-08-14sh: bring syscall_set_return_value in line with other architecturesMichael Karcher
2020-08-14sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig
2020-08-14sh: move the ioremap implementation out of lineChristoph Hellwig
2020-08-14sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig
2020-08-14sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig
2020-08-14sh: stacktrace: Remove stacktrace_ops.stack()Geert Uytterhoeven
2020-08-14Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven
2020-08-14arch: sh: smc37c93x: fix spelling mistakeFlavio Suligoi
2020-08-14sh: Implement __get_user_u64() required for 64-bit get_user()John Paul Adrian Glaubitz
2020-08-12uaccess: remove segment_eqChristoph Hellwig
2020-08-12sh/mm: drop unused MAX_PHYSADDR_BITSArvind Sankar
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu
2020-07-27sh/tlb: Fix PGTABLE_LEVELS > 2Peter Zijlstra
2020-07-27kill unused dump_fpu() instancesAl Viro
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09sh: add loglvl to show_trace()Dmitry Safonov
2020-06-09sh: add loglvl to printk_address()Dmitry Safonov
2020-06-09sh: add loglvl to dump_mem()Dmitry Safonov
2020-06-08sh: implement flush_icache_user_rangeChristoph Hellwig
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds
2020-06-04sh: add support for folded p4d page tablesMike Rapoport
2020-06-04sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-01sh: remove sh5 supportArnd Bergmann
2020-06-01sh: Convert ins[bwl]/outs[bwl] macros to inline functionsKuninori Morimoto
2020-06-01sh: Convert iounmap() macros to inline functionsKuninori Morimoto
2020-05-29sh32: convert to csum_and_copy_from_user()Al Viro
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-04-09sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()Masahiro Yamada
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada
2020-03-27sh: no need of access_ok() in arch_futex_atomic_op_inuser()Al Viro
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds