aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2019-05-14sparc: advertise gigantic page supportGravatar Alexandre Ghiti 1-0/+1
2019-05-14init: free_initmem: poison freed init memoryGravatar Mike Rapoport 1-5/+0
2019-05-14initramfs: poison freed initrd memoryGravatar Christoph Hellwig 2-16/+0
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Gravatar Ira Weiny 1-4/+5
2019-05-10cpufreq: Call transition notifier only once for each policyGravatar Viresh Kumar 1-12/+16
2019-05-09sparc64: simplify reduce_memory() functionGravatar Mike Rapoport 1-40/+2
2019-05-09sparc: use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2019-05-08sparc/iommu: merge iommu_get_one and __sbus_iommu_map_pageGravatar Christoph Hellwig 1-32/+24
2019-05-08sparc/iommu: use __sbus_iommu_map_page to implement the map_sg pathGravatar Christoph Hellwig 1-21/+10
2019-05-08sparc/iommu: fix __sbus_iommu_map_page for highmem pagesGravatar Christoph Hellwig 1-8/+7
2019-05-08sparc/iommu: move per-page flushing into __sbus_iommu_map_pageGravatar Christoph Hellwig 1-12/+14
2019-05-08sparc/iommu: pass a physical address to iommu_get_oneGravatar Christoph Hellwig 1-6/+7
2019-05-08sparc/iommu: create a common helper for map_sgGravatar Christoph Hellwig 1-20/+17
2019-05-08sparc/iommu: merge iommu_release_one and sbus_iommu_unmap_pageGravatar Christoph Hellwig 1-14/+7
2019-05-08sparc/iommu: use sbus_iommu_unmap_page in sbus_iommu_unmap_sgGravatar Christoph Hellwig 1-3/+3
2019-05-08sparc/iommu: use !PageHighMem to check if a page has a kernel mappingGravatar Christoph Hellwig 1-1/+2
2019-05-08sparc: vdso: add FORCE to the build rule of %.soGravatar Masahiro Yamada 1-1/+1
2019-05-08arch:sparc:kernel/uprobes.c : Remove duplicate headerGravatar Jagadeesh Pagadala 1-1/+0
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-15/+0
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+3
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-7/+4
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 2-2/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-9/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-18/+1
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+4
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 1-0/+4
2019-04-19asm-generic: generalize asm/sockios.hGravatar Arnd Bergmann 1-15/+0
2019-04-18crypto: sparc - Forbid 2-key 3DES in FIPS modeGravatar Herbert Xu 1-7/+4
2019-04-15arch: add pidfd and io_uring syscalls everywhereGravatar Arnd Bergmann 1-0/+4
2019-04-10sparc64/pci_sun4v: fix ATU checks for large DMA masksGravatar Christoph Hellwig 1-9/+11
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 1-6/+5
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-1/+1
2019-04-08arch: Remove dummy mmiowb() definitions from arch codeGravatar Will Deacon 1-2/+0
2019-04-08arch: Use asm-generic header for asm/mmiowb.hGravatar Will Deacon 1-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsGravatar Steven Rostedt (VMware) 1-4/+3
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 1-2/+2
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsGravatar Waiman Long 1-8/+0
2019-04-03locking/rwsem: Remove arch specific rwsem filesGravatar Waiman Long 1-1/+0
2019-04-03arch/tlb: Clean up simple architecturesGravatar Peter Zijlstra 1-13/+0
2019-04-03asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATEGravatar Peter Zijlstra 1-0/+1
2019-04-03asm-generic/tlb, arch: Provide generic VIPT cache flushGravatar Peter Zijlstra 1-5/+0
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedGravatar Masahiro Yamada 2-2/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentGravatar Dmitry V. Levin 1-2/+3
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-2/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 1-2/+0
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+1
2019-03-12sparc: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 5-0/+39
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Gravatar Mike Rapoport 1-2/+0
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Gravatar Mike Rapoport 3-7/+7