summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* sparc64: use the generic get_user_pages_fast codeChristoph Hellwig2019-07-121-0/+18
* sparc64: define untagged_addr()Christoph Hellwig2019-07-121-0/+22
* sparc64: add the missing pgd_page definitionChristoph Hellwig2019-07-121-0/+3
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-091-4/+4
|\
| * Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-171-2/+1Star
| |\
| * | locking/atomic, sparc: Use s64 for atomic64Mark Rutland2019-06-031-4/+4
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-191-2/+1Star
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1Star
|/
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-242-18/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1Star
* mm: use mm_zero_struct_page from SPARC on all 64b architecturesAlexander Duyck2019-05-141-30/+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 '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-061-1/+0Star
|\ \ \
| * \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-101-6/+5Star
| |\ \ \
| * | | | 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-061-18/+0Star
|\ \ \ \ | |_|/ / |/| | |
| * | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-13/+0Star
| * | | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-031-5/+0Star
| |/ /
* | | 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-281-0/+1
|/
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-9/+4Star
|\
| * y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-4/+4
| * arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-5/+0Star
* | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-042-2/+0Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-7/+4Star
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-042-7/+4Star
* | Fix access_ok() fallout for sparc32 and powerpcLinus Torvalds2019-01-041-2/+1Star
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-043-3/+3
|/
* Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-286-148/+63Star
|\
| * dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-2/+2
| * sparc: merge 32-bit and 64-bit version of pci.hChristoph Hellwig2018-12-113-88/+49Star
| * sparc: move the leon PCI memory space comment to <asm/leon.h>Christoph Hellwig2018-12-112-9/+9
| * sparc: remove not required includes from dma-mapping.hChristoph Hellwig2018-12-111-3/+1Star
| * sparc: remove the sparc32_dma_ops indirectionChristoph Hellwig2018-12-111-46/+2Star
* | sparc: generate uapi header and system call table filesFiroz Khan2018-11-191-1/+3
* | sparc: add __NR_syscalls along with NR_syscallsFiroz Khan2018-11-191-0/+2
* | sparc: move __IGNORE* entries to non uapi headerFiroz Khan2018-11-191-0/+16
* | sparc: Remove unused leon_trans_initRob Herring2018-11-181-1/+0Star
* | sparc: Use of_node_name_eq for node name comparisonsRob Herring2018-11-182-5/+5
|/
* treewide: remove current_text_addrNick Desaulniers2018-10-312-12/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-271-32/+8Star
|\
| * hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-271-5/+0Star
| * hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti2018-10-271-0/+1