summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-2813-460/+264
|\
| * dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-203-3/+3
| * sparc/iommu: fix ->map_sg return valueChristoph Hellwig2018-12-191-21/+18
| * sparc/io-unit: fix ->map_sg return valueChristoph Hellwig2018-12-191-12/+11
| * dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-2/+2
| * dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0
| * sparc: use DT node full_name in sparc_dma_alloc_resourceChristoph Hellwig2018-12-131-1/+1
| * sparc: merge 32-bit and 64-bit version of pci.hChristoph Hellwig2018-12-113-88/+49
| * 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/+1
| * sparc: remove the sparc32_dma_ops indirectionChristoph Hellwig2018-12-114-236/+138
| * sparc: factor the dma coherent mapping into helperChristoph Hellwig2018-12-111-84/+67
| * sparc: remove not needed sbus_dma_ops methodsChristoph Hellwig2018-12-111-20/+0
| * arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2018-12-061-1/+0
| * sparc: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-063-21/+7
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-273-15/+0
|\ \
| * | crypto: remove useless initializations of cra_listEric Biggers2018-11-203-15/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-272-7/+7
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-213-10/+9
| |\ \
| * | | bpf: sparc64: Enable sparc64 jit to provide bpf_line_infoMartin KaFai Lau2018-12-201-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-095-12/+5
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-29/+68
| |\ \ \ \
| * | | | | net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-4/+0
| * | | | | net/bpf_jit: SPARC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław2018-11-161-7/+10
| | |_|_|/ | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-041-1/+1
| |\ \ \ \ \
| | * | | | | sparc/oprofile: Convert timer_stop() to use synchronize_rcu()Paul E. McKenney2018-11-081-1/+1
| | |/ / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-12-2635-851/+746
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | sparc: generate uapi header and system call table filesFiroz Khan2018-11-186-641/+18
| * | | | | sparc: add system call table generation supportFiroz Khan2018-11-184-0/+536
| * | | | | sparc: add __NR_syscalls along with NR_syscallsFiroz Khan2018-11-182-1/+5
| * | | | | sparc: move __IGNORE* entries to non uapi headerFiroz Khan2018-11-182-16/+16
| * | | | | sparc: Use DT node full_name instead of name for resourcesRob Herring2018-11-183-3/+3
| * | | | | sparc: Remove unused leon_trans_initRob Herring2018-11-182-15/+0
| * | | | | sparc: Use device_type helpers to access the node typeRob Herring2018-11-188-45/+26
| * | | | | sparc: Use of_node_name_eq for node name comparisonsRob Herring2018-11-1814-44/+44
| * | | | | sparc: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-182-4/+4
| * | | | | sparc: prom: use property "name" directly to construct node namesRob Herring2018-11-182-25/+42
| * | | | | sparc: Convert to using %pOF instead of full_nameRob Herring2018-11-1810-60/+55
| | |/ / / | |/| | |
* | | | | sparc: Set "ARCH: sunxx" information on the same lineCorentin Labbe2018-12-212-9/+8
* | | | | sparc: vdso: Drop implicit common-page-size linker flagndesaulniers@google.com2018-12-211-1/+1
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2018-12-034-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | sparc32: supress another implicit-fallthrough warningStephen Rothwell2018-11-271-0/+1
| * | | sparc32: suppress an implicit-fallthrough warningStephen Rothwell2018-11-271-0/+1
| * | | sparc: suppress the implicit-fallthrough warningStephen Rothwell2018-11-271-0/+1
| * | | arch/sparc: Use kzalloc_nodeSabyasachi Gupta2018-11-181-2/+1
| |/ /
* | | Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-301-10/+1
|\ \ \ | |_|/ |/| |
| * | sparc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-10/+1
| |/
* | sparc: Adjust bpf JIT prologue for PSEUDO calls.David Miller2018-11-271-1/+7
* | sparc: Correct ctx->saw_frame_pointer logic.David Miller2018-11-261-0/+12
OpenPOWER on IntegriCloud