aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/kernel
AgeCommit message (Expand)AuthorFilesLines
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 1-1/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 4-52/+31
2019-03-07arch: simplify several early memory allocationsGravatar Mike Rapoport 1-5/+2
2019-03-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-4/+8
2019-03-05mm: replace all open encodings for NUMA_NO_NODEGravatar Anshuman Khandual 4-4/+8
2019-02-20sparc64/pci_sun4v: allow large DMA masksGravatar Christoph Hellwig 1-14/+5
2019-02-20sparc64/iommu: allow large DMA masksGravatar Christoph Hellwig 1-4/+2
2019-02-20sparc64: refactor the ali DMA quirkGravatar Christoph Hellwig 4-37/+27
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesGravatar Arnd Bergmann 1-0/+20
2019-02-07y2038: rename old time and utime syscallsGravatar Arnd Bergmann 1-5/+9
2019-02-07y2038: use time32 syscall names on 32-bitGravatar Arnd Bergmann 1-22/+42
2019-02-07y2038: syscalls: rename y2038 compat syscallsGravatar Arnd Bergmann 1-26/+26
2019-02-07timex: use __kernel_timex internallyGravatar Deepa Dinamani 1-2/+2
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsGravatar Arnd Bergmann 2-3/+62
2019-01-25arch: add pkey and rseq syscall numbers everywhereGravatar Arnd Bergmann 1-0/+4
2019-01-25arch: add split IPC system calls where neededGravatar Arnd Bergmann 1-0/+12
2019-01-25sparc64: fix sparc_ipc type conversionGravatar Arnd Bergmann 1-1/+1
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 2-5/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-0/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 2-5/+4
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 3-3/+3
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 3-9/+14
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsGravatar Christophe Leroy 2-2/+2
2018-12-30kgdb: Remove irq flags from roundupGravatar Douglas Anderson 1-1/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 4-220/+51
2018-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextGravatar Linus Torvalds 27-421/+712
2018-12-22sparc64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackGravatar Steven Rostedt (VMware) 3-9/+14
2018-12-21sparc: Set "ARCH: sunxx" information on the same lineGravatar Corentin Labbe 2-9/+8
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 2-0/+2
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Gravatar Christoph Hellwig 1-1/+1
2018-12-13sparc: use DT node full_name in sparc_dma_alloc_resourceGravatar Christoph Hellwig 1-1/+1
2018-12-11sparc: remove the sparc32_dma_ops indirectionGravatar Christoph Hellwig 1-121/+3
2018-12-11sparc: factor the dma coherent mapping into helperGravatar Christoph Hellwig 1-84/+67
2018-12-11sparc: remove not needed sbus_dma_ops methodsGravatar Christoph Hellwig 1-20/+0
2018-12-06sparc: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 3-21/+7
2018-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 4-2/+4
2018-11-27sparc/function_graph: Simplify with function_graph_enter()Gravatar Steven Rostedt (VMware) 1-10/+1
2018-11-27sparc32: supress another implicit-fallthrough warningGravatar Stephen Rothwell 1-0/+1
2018-11-27sparc32: suppress an implicit-fallthrough warningGravatar Stephen Rothwell 1-0/+1
2018-11-27sparc: suppress the implicit-fallthrough warningGravatar Stephen Rothwell 1-0/+1
2018-11-18arch/sparc: Use kzalloc_nodeGravatar Sabyasachi Gupta 1-2/+1
2018-11-18sparc: generate uapi header and system call table filesGravatar Firoz Khan 2-231/+7
2018-11-18sparc: add system call table generation supportGravatar Firoz Khan 4-0/+536
2018-11-18sparc: Use DT node full_name instead of name for resourcesGravatar Rob Herring 3-3/+3
2018-11-18sparc: Remove unused leon_trans_initGravatar Rob Herring 1-14/+0
2018-11-18sparc: Use device_type helpers to access the node typeGravatar Rob Herring 8-45/+26
2018-11-18sparc: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 12-39/+39
2018-11-18sparc: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 2-4/+4
2018-11-18sparc: prom: use property "name" directly to construct node namesGravatar Rob Herring 2-25/+42