summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-4/+5
* sparc64: simplify reduce_memory() functionMike Rapoport2019-05-091-40/+2Star
* sparc: use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-091-2/+1Star
* sparc/iommu: merge iommu_get_one and __sbus_iommu_map_pageChristoph Hellwig2019-05-091-32/+24Star
* sparc/iommu: use __sbus_iommu_map_page to implement the map_sg pathChristoph Hellwig2019-05-091-21/+10Star
* sparc/iommu: fix __sbus_iommu_map_page for highmem pagesChristoph Hellwig2019-05-091-8/+7Star
* sparc/iommu: move per-page flushing into __sbus_iommu_map_pageChristoph Hellwig2019-05-091-12/+14
* sparc/iommu: pass a physical address to iommu_get_oneChristoph Hellwig2019-05-091-6/+7
* sparc/iommu: create a common helper for map_sgChristoph Hellwig2019-05-091-20/+17Star
* sparc/iommu: merge iommu_release_one and sbus_iommu_unmap_pageChristoph Hellwig2019-05-091-14/+7Star
* sparc/iommu: use sbus_iommu_unmap_page in sbus_iommu_unmap_sgChristoph Hellwig2019-05-091-3/+3
* sparc/iommu: use !PageHighMem to check if a page has a kernel mappingChristoph Hellwig2019-05-091-1/+2
* sparc: vdso: add FORCE to the build rule of %.soMasahiro Yamada2019-05-091-1/+1
* arch:sparc:kernel/uprobes.c : Remove duplicate headerJagadeesh Pagadala2019-05-091-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-15/+0Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-261-0/+4
| |\
| * | asm-generic: generalize asm/sockios.hArnd Bergmann2019-04-191-15/+0Star
* | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-2/+3
|\ \ \
| * | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-2/+3
* | | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \ \ \
| * | | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-071-7/+4Star
|\ \ \ \ \
| * | | | | crypto: sparc - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-7/+4Star
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-072-2/+1Star
|\ \ \ \ \
| * | | | | arch: Remove dummy mmiowb() definitions from arch codeWill Deacon2019-04-081-2/+0Star
| * | | | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-062-9/+0Star
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-101-6/+5Star
| |\ \ \ \ \ \
| * | | | | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-8/+0Star
| * | | | | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-1/+0Star
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-062-18/+1Star
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-13/+0Star
| * | | | | | asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATEPeter Zijlstra2019-04-031-0/+1
| * | | | | | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-031-5/+0Star
| |/ / / / /
* | | | | | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-231-0/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
| | |_|/ / | |/| | |
* | | | | sparc64/pci_sun4v: fix ATU checks for large DMA masksChristoph Hellwig2019-04-101-9/+11
| |_|/ / |/| | |
* | | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-4/+3Star
* | | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-2/+2
| |/ / |/| |
* | | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-282-2/+1Star
|/ /
* | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-2/+0Star
|\ \
| * | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-141-1/+1
|\ \ \ | |/ / |/| |
| * | y2038: fix socket.h header inclusionArnd Bergmann2019-03-111-1/+1
* | | sparc: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-125-0/+39
* | | arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-2/+0Star
* | | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport2019-03-123-7/+7
* | | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-104-52/+31Star
|\ \ \ | |_|/ |/| |
| * | sparc64/pci_sun4v: allow large DMA masksChristoph Hellwig2019-02-201-14/+5Star
| * | sparc64/iommu: allow large DMA masksChristoph Hellwig2019-02-201-4/+2Star