summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-232-6/+2
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-172-6/+2
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-3/+1
|\ \
| * | treewide: remove DISABLE_LTOSami Tolvanen2020-10-211-2/+0
| * | kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
* | | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-10/+7
|\ \ \
| * | | sparc32: Move ioremap/iounmap declaration before asm-generic/io.h includeLorenzo Pieralisi2020-10-051-6/+7
| * | | sparc32: Remove useless io_32.h __KERNEL__ preprocessor guardLorenzo Pieralisi2020-10-051-4/+0
| |/ /
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ \
| * | | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
| |/ /
* | / mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
| |/ |/|
* | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-51/+14
|\ \
| * | sparc64: remove mm_cpumask clearing to fix kthread_use_mm raceNicholas Piggin2020-09-161-51/+14
| |/
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-156-15/+10
|\ \
| * | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-064-3/+4
| * | dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-033-11/+5
* | | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-3/+3
|\ \ \
| * | | sparc: switch to kernel_clone()Christian Brauner2020-08-201-3/+3
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-141-8/+4
|\ \ \
| * | | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-8/+4
* | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-17/+1
|\ \ \ \ | |/ / / |/| | |
| * | | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-17/+1
| |/ /
* | | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-1/+1
|\ \ \
| * | | fs: remove compat_sys_mountChristoph Hellwig2020-09-221-1/+1
| |/ /
* | | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-2/+1
|\ \ \
| * | | compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig2020-09-171-2/+1
| |/ /
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-5/+5
|\ \ \
| * | | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-2/+2
| * | | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-1/+1
| * | | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-2/+2
| |/ /
* | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-128-268/+62
|\ \ \
| * | | sparc64: propagate the calling convention changes down to __csum_partial_copy...Al Viro2020-08-206-46/+11
| * | | sparc32: propagate the calling conventions change down to __csum_partial_copy...Al Viro2020-08-203-213/+44
| * | | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-202-43/+36
| * | | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-203-5/+9
| * | | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-0/+1
| |/ /
* | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-48/+3
|\ \ \
| * | | sparc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-48/+3
| | |/ | |/|
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \
| * | | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | | | PCI: MSI: Fix Kconfig dependencies for PCI_MSI_ARCH_FALLBACKSThomas Gleixner2020-09-281-1/+1
* | | | PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectableThomas Gleixner2020-09-161-0/+1
| |/ / |/| |
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2311-17/+16
| |/ |/|
* | all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
|/
* mm/sparc64: use general page fault accountingPeter Xu2020-08-121-10/+1
* mm/sparc32: use general page fault accountingPeter Xu2020-08-121-10/+1
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-122-3/+3
* uaccess: remove segment_eqChristoph Hellwig2020-08-122-2/+2