aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2020-08-14sh: machvec: Modernize printing of kernel messagesGravatar Geert Uytterhoeven 1-4/+4
2020-08-14sh: pci: Modernize printing of kernel messagesGravatar Geert Uytterhoeven 3-21/+19
2020-08-14sh: sh2007: Modernize printing of kernel messagesGravatar Geert Uytterhoeven 1-2/+2
2020-08-14sh: process: Fix broken lines in register dumpsGravatar Geert Uytterhoeven 1-21/+17
2020-08-14sh: dump_stack: Fix broken lines and ptrval in calltrace dumpsGravatar Geert Uytterhoeven 1-9/+9
2020-08-14sh: kernel: disassemble: Fix broken lines in disassembly dumpsGravatar Geert Uytterhoeven 1-51/+52
2020-08-14Revert "sh: remove needless printk()"Gravatar Geert Uytterhoeven 1-0/+1
2020-08-14Revert "sh: add loglvl to printk_address()"Gravatar Geert Uytterhoeven 3-6/+5
2020-08-14sh: fault: Fix duplicate printing of "PC:"Gravatar Geert Uytterhoeven 1-1/+0
2020-08-14sh: Remove SH5-based Cayman platformGravatar Geert Uytterhoeven 11-540/+2
2020-08-14arch: sh: smc37c93x: fix spelling mistakeGravatar Flavio Suligoi 1-2/+2
2020-08-14Revert "sh: add missing EXPORT_SYMBOL() for __delay"Gravatar Geert Uytterhoeven 1-1/+0
2020-08-14sh: Implement __get_user_u64() required for 64-bit get_user()Gravatar John Paul Adrian Glaubitz 1-0/+53
2020-08-14sh: remove call to memset after dma_alloc_coherentGravatar Chen Zhou 1-2/+0
2020-08-14sh: Fix unneeded constructor in page table allocationGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-08-12mm/sh: use general page fault accountingGravatar Peter Xu 1-10/+1
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-12uaccess: add force_uaccess_{begin,end} helpersGravatar Christoph Hellwig 1-7/+5
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-2/+1
2020-08-12sh/mm: drop unused MAX_PHYSADDR_BITSGravatar Arvind Sankar 1-3/+1
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Gravatar Jia He 1-9/+0
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-0/+2
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-4/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 3-24/+1
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yGravatar Masahiro Yamada 1-4/+1
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 4-11/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 10-16/+5
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Gravatar Mike Rapoport 2-9/+0
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Gravatar Mike Rapoport 1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Gravatar Mike Rapoport 1-0/+3
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 8-7/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-41/+12
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterGravatar Peter Zijlstra 2-0/+2
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Gravatar Linus Torvalds 1-3/+3
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictGravatar Ingo Molnar 2-12/+4
2020-07-30initrd: remove support for multiple floppiesGravatar Christoph Hellwig 1-2/+0
2020-07-29Merge branch 'locking/header'Gravatar Peter Zijlstra 1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hGravatar Herbert Xu 1-2/+0
2020-07-27sh: Fix validation of system call numberGravatar Michael Karcher 1-3/+3
2020-07-27sh/tlb: Fix PGTABLE_LEVELS > 2Gravatar Peter Zijlstra 1-9/+1
2020-07-27kill unused dump_fpu() instancesGravatar Al Viro 3-24/+1
2020-07-27sh: convert to ->regset_get()Gravatar Al Viro 2-41/+12
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Gravatar Christian Brauner 1-2/+2
2020-07-04arch: remove HAVE_COPY_THREAD_TLSGravatar Christian Brauner 1-1/+0
2020-07-04sh: switch to copy_thread_tls()Gravatar Christian Brauner 2-3/+4
2020-07-04media: arch/sh/configs: remove obsolete CONFIG_SOC_CAMERA*Gravatar Hans Verkuil 4-11/+0
2020-06-19docs: sh: convert register-banks.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1