aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+0
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-108/+47
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-55/+3
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-16/+0
2020-09-13sh: fix syscall tracingRich Felker2-11/+5
2020-09-13sh: remove spurious circular inclusion from asm/smp.hRich Felker1-1/+0
2020-09-08sh: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-55/+3
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-5/+5
2020-08-20sh: propage the calling conventions change down to csum_partial_copy_generic()Al Viro2-100/+39
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-18/+18
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-3/+2
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-0/+1
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds63-989/+357
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-11/+11
2020-08-14sh: use generic strncpy()Kuninori Morimoto1-26/+0
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni25-25/+1
2020-08-14sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven1-0/+3
2020-08-14sh: bring syscall_set_return_value in line with other architecturesMichael Karcher1-4/+1
2020-08-14sh: Add SECCOMP_FILTERMichael Karcher3-2/+6
2020-08-14sh: Rearrange blocks in entry-common.SMichael Karcher1-28/+29
2020-08-14sh: switch to copy_thread_tls()Christian Brauner2-3/+4
2020-08-14sh: use the generic dma coherent remap allocatorChristoph Hellwig2-49/+4
2020-08-14sh: don't allow non-coherent DMA for NOMMUChristoph Hellwig1-1/+2
2020-08-14sh: unexport register_trapped_io and match_trapped_io_handlerChristoph Hellwig1-2/+0
2020-08-14sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig3-1/+2
2020-08-14sh: move the ioremap implementation out of lineChristoph Hellwig2-86/+68
2020-08-14sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig5-16/+26
2020-08-14sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig19-54/+0
2020-08-14sh: sort the selects for SUPERH alphabeticallyChristoph Hellwig1-48/+47
2020-08-14sh: remove -Werror from MakefilesChristoph Hellwig3-6/+0
2020-08-14sh: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-14arch/sh/configs: remove obsolete CONFIG_SOC_CAMERA*Hans Verkuil4-11/+0
2020-08-14sh: stacktrace: Remove stacktrace_ops.stack()Geert Uytterhoeven5-29/+0
2020-08-14sh: machvec: Modernize printing of kernel messagesGeert Uytterhoeven1-4/+4
2020-08-14sh: pci: Modernize printing of kernel messagesGeert Uytterhoeven3-21/+19
2020-08-14sh: sh2007: Modernize printing of kernel messagesGeert Uytterhoeven1-2/+2
2020-08-14sh: process: Fix broken lines in register dumpsGeert Uytterhoeven1-21/+17
2020-08-14sh: dump_stack: Fix broken lines and ptrval in calltrace dumpsGeert Uytterhoeven1-9/+9
2020-08-14sh: kernel: disassemble: Fix broken lines in disassembly dumpsGeert Uytterhoeven1-51/+52
2020-08-14Revert "sh: remove needless printk()"Geert Uytterhoeven1-0/+1
2020-08-14Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven3-6/+5
2020-08-14sh: fault: Fix duplicate printing of "PC:"Geert Uytterhoeven1-1/+0
2020-08-14sh: Remove SH5-based Cayman platformGeert Uytterhoeven11-540/+2
2020-08-14arch: sh: smc37c93x: fix spelling mistakeFlavio Suligoi1-2/+2
2020-08-14Revert "sh: add missing EXPORT_SYMBOL() for __delay"Geert Uytterhoeven1-1/+0
2020-08-14sh: Implement __get_user_u64() required for 64-bit get_user()John Paul Adrian Glaubitz1-0/+53
2020-08-14sh: remove call to memset after dma_alloc_coherentChen Zhou1-2/+0
2020-08-14sh: Fix unneeded constructor in page table allocationMatthew Wilcox (Oracle)1-4/+3
2020-08-12mm/sh: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig1-7/+5
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-2/+1
2020-08-12sh/mm: drop unused MAX_PHYSADDR_BITSArvind Sankar1-3/+1
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He1-9/+0
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+2
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-4/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-24/+1
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada1-4/+1
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds4-11/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-16/+5
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2-9/+0
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-0/+3
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport8-7/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-41/+12
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2-0/+2
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds1-3/+3
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2-12/+4
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig1-2/+0
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-27sh: Fix validation of system call numberMichael Karcher1-3/+3
2020-07-27sh/tlb: Fix PGTABLE_LEVELS > 2Peter Zijlstra1-9/+1
2020-07-27kill unused dump_fpu() instancesAl Viro3-24/+1
2020-07-27sh: convert to ->regset_get()Al Viro2-41/+12
2020-07-04arch: rename copy_thread_tls() back to copy_thread()fork-v5.9do_fork_removalChristian Brauner1-2/+2
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-07-04sh: switch to copy_thread_tls()Christian Brauner2-3/+4
2020-07-04media: arch/sh/configs: remove obsolete CONFIG_SOC_CAMERA*Hans Verkuil4-11/+0
2020-06-19docs: sh: convert register-banks.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-3/+3
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada3-4/+4
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+5
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse2-2/+2
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse3-10/+10
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2-27/+5
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2-11/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-4/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport7-7/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09sh: add show_stack_loglvl()Dmitry Safonov1-3/+9
2020-06-09sh: add loglvl to show_trace()Dmitry Safonov3-7/+7
2020-06-09sh: add loglvl to printk_address()Dmitry Safonov3-5/+6
2020-06-09sh: remove needless printk()Dmitry Safonov1-1/+0
2020-06-09sh: add loglvl to dump_mem()Dmitry Safonov3-11/+13
2020-06-08sh: implement flush_icache_user_rangeChristoph Hellwig1-0/+1
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds141-11604/+118
2020-06-04sh: add support for folded p4d page tablesMike Rapoport11-22/+76
2020-06-04sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport3-9/+7
2020-06-04sh: fault: modernize printing of kernel messagesGeert Uytterhoeven1-20/+18
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-0/+1
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-6/+0
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-1/+0
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2020-06-02mm: remove __get_vm_areaChristoph Hellwig1-1/+2
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+7
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+12
2020-06-01sh: remove sh5 supportArnd Bergmann113-11548/+64
2020-06-01sh: add missing EXPORT_SYMBOL() for __delayKuninori Morimoto1-0/+1
2020-06-01sh: Convert ins[bwl]/outs[bwl] macros to inline functionsKuninori Morimoto1-6/+28
2020-06-01sh: Convert iounmap() macros to inline functionsKuninori Morimoto1-1/+1
2020-06-01sh: Add missing DECLARE_EXPORT() for __ashiftrt_r4_xxKuninori Morimoto1-0/+17
2020-06-01sh: configs: Cleanup old Kconfig IO scheduler optionsKrzysztof Kozlowski22-38/+4
2020-06-01arch/sh: vmlinux.scrRomain Naour1-1/+1
2020-06-01sh: Replace CONFIG_MTD_M25P80 with CONFIG_MTD_SPI_NOR in sh7757lcr_defconfigBin Meng1-1/+1
2020-06-01sh: sh4a: Bring back tmu3_device early deviceKrzysztof Kozlowski1-0/+1
2020-05-29sh32: convert to csum_and_copy_from_user()Al Viro1-2/+7
2020-05-23sh: include linux/time_types.h for sockiosArnd Bergmann1-0/+2
2020-05-19sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra2-1/+12
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-05-05clk: Allow the common clk framework to be selectableStephen Boyd1-0/+5
2020-04-24Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-28/+34
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2-28/+34
2020-04-21sh: fix build error in mm/init.cMasahiro Yamada1-1/+1
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds3-9/+3
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe1-0/+3
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe1-2/+2
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-3/+0
2020-04-09sh: remove unneeded uapi asm-generic wrappersMasahiro Yamada2-4/+0
2020-04-09sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()Masahiro Yamada1-5/+3
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek1-1/+1
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-0/+4
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-23/+6
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02sh/mm: use helper fault_signal_pending()Peter Xu1-5/+5
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-16/+0
2020-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-5/+0
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-18/+9
2020-03-29sh: Replace setup_irq() by request_irq()afzal mohammed2-18/+9
2020-03-27sh: no need of access_ok() in arch_futex_atomic_op_inuser()Al Viro1-3/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro1-3/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada4-0/+4
2020-03-17sh: mach-highlander: Fix comment spellingGeert Uytterhoeven1-2/+2
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada1-5/+0
2020-02-24scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledDiego Elio Pettenò1-1/+0
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-9/+8
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-0/+1
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds1-2/+2
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+0
2020-01-29Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-14/+9
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-5/+5
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+1
2020-01-14arch/sh/setup: Drop dummy_con initializationArvind Sankar1-4/+0
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon1-0/+1
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar1-0/+4
2020-01-09Merge tag 'sh-pfc-for-v5.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2-14/+9
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig11-13/+12
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-3/+1
2019-12-31sh: sh7269: Remove bogus SSU GPIO function definitionsGeert Uytterhoeven1-6/+0
2019-12-31sh: sh7264: Remove bogus SSU GPIO function definitionsGeert Uytterhoeven1-6/+0
2019-12-31pinctrl: sh-pfc: sh7269: Fix CAN function GPIOsGeert Uytterhoeven1-2/+9
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar3-13/+7
2019-12-18y2038: sh: remove timeval/timespec usage from headersArnd Bergmann1-2/+2
2019-12-14Merge tag 'Wimplicit-fallthrough-5.5-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2019-12-10sh: kgdb: Mark expected switch fall-throughsKuninori Morimoto1-0/+1
2019-12-10drivers: Fix boot problem on SuperHGuenter Roeck1-9/+2
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar1-0/+4
2019-12-08sched/rt, sh: Use CONFIG_PREEMPTIONThomas Gleixner3-5/+5
2019-12-04Merge tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-4/+4
2019-12-04Merge branches 'pm-sleep', 'pm-cpuidle', 'pm-cpufreq', 'pm-devfreq' and 'pm-avs'Rafael J. Wysocki1-4/+4
2019-12-01Merge tag 'backlight-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+25
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+0
2019-11-29cpuidle: Drop disabled field from struct cpuidle_stateRafael J. Wysocki1-4/+4
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds1-3/+3
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2-9/+4
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-0/+5
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds34-35/+474
2019-11-27Merge tag 'pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-1/+1
2019-11-26sysctl: Remove the sysctl system callEric W. Biederman1-1/+0
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-7/+6
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-3/+3
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)1-0/+5