aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-4/+4
2019-12-04sparc32: use pgtable-nopud instead of 4level-fixupGravatar Mike Rapoport 7-33/+81
2019-12-04arch: sembuf.h: make uapi asm/sembuf.h self-containedGravatar Masahiro Yamada 1-0/+2
2019-12-04arch: msgbuf.h: make uapi asm/msgbuf.h self-containedGravatar Masahiro Yamada 1-0/+2
2019-12-04arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedGravatar Masahiro Yamada 1-0/+2
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2019-12-01Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 1-0/+1
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-38/+38
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 1-2/+2
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 1-0/+1
2019-11-26asm-generic: Make msi.h a mandatory include/asm headerGravatar Michal Simek 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 git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 3-561/+465
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-3/+3
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Gravatar Christoph Hellwig 1-2/+2
2019-11-15y2038: stat: avoid 'time_t' in 'struct stat'Gravatar Arnd Bergmann 1-12/+12
2019-11-15y2038: ipc: remove __kernel_time_t reference from headersGravatar Arnd Bergmann 3-8/+8
2019-11-15y2038: vdso: change timespec to __kernel_old_timespecGravatar Arnd Bergmann 1-12/+12
2019-11-15y2038: vdso: change timeval to __kernel_old_timevalGravatar Arnd Bergmann 1-6/+6
2019-11-15sparc: vdso: fix build error of vdso32Gravatar Masahiro Yamada 1-2/+2
2019-11-11asm-generic: don't provide ioremap for CONFIG_MMUGravatar Christoph Hellwig 1-0/+1
2019-11-11sparc64: implement ioremap_ucGravatar Tuowen Zhao 1-0/+1
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-10-23crypto: sparc/des - convert to skcipher APIGravatar Eric Biggers 1-272/+227
2019-10-23crypto: sparc/camellia - convert to skcipher APIGravatar Eric Biggers 1-122/+95
2019-10-23crypto: sparc/aes - convert to skcipher APIGravatar Eric Biggers 1-167/+143
2019-10-18sparc: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-3/+3
2019-10-15sparc64: disable fast-GUP due to unexplained oopsesGravatar Linus Torvalds 1-1/+0
2019-09-26arch/sparc/include/asm/pgtable_64.h: fix buildGravatar Andrew Morton 1-1/+1
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingGravatar Mark Rutland 2-4/+4
2019-09-25lib: untag user pointers in strn*_userGravatar Andrey Konovalov 1-2/+3
2019-09-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-11/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 2-6/+0
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 3-5/+0
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+1
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-25/+20
2019-09-07ipc: fix sparc64 ipc() wrapperGravatar Arnd Bergmann 1-15/+18
2019-08-22crypto: sparc/des - switch to new verification routinesGravatar Ard Biesheuvel 1-21/+16
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSGravatar Masahiro Yamada 1-0/+1
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionGravatar Denis Efremov 1-2/+0
2019-07-26crypto: aes - rename local routines to prevent future clashesGravatar Ard Biesheuvel 1-4/+4
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersGravatar Masahiro Yamada 1-1/+1
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-2/+1
2019-07-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-21/+1
2019-07-17kbuild: add --hash-style= and --build-id unconditionallyGravatar Masahiro Yamada 1-2/+1
2019-07-16mm/mmap: move common defines to mman-common.hGravatar Aneesh Kumar K.V 1-6/+0
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Gravatar Anshuman Khandual 1-15/+1
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Gravatar Linus Torvalds 1-1/+1