index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
sparc: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
3
-0
/
+20
*
arch: don't memset(0) memory returned by memblock_alloc()
Mike Rapoport
2019-03-12
1
-2
/
+0
*
arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
Mike Rapoport
2019-03-12
1
-1
/
+1
*
Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-03-10
4
-52
/
+31
|
\
|
*
sparc64/pci_sun4v: allow large DMA masks
Christoph Hellwig
2019-02-20
1
-14
/
+5
|
*
sparc64/iommu: allow large DMA masks
Christoph Hellwig
2019-02-20
1
-4
/
+2
|
*
sparc64: refactor the ali DMA quirk
Christoph Hellwig
2019-02-20
4
-37
/
+27
*
|
arch: simplify several early memory allocations
Mike Rapoport
2019-03-07
1
-5
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-03-06
4
-4
/
+8
|
\
\
|
*
|
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
2019-03-05
4
-4
/
+8
|
|
/
*
|
y2038: add 64-bit time_t syscalls to all 32-bit architectures
Arnd Bergmann
2019-02-07
1
-0
/
+20
*
|
y2038: rename old time and utime syscalls
Arnd Bergmann
2019-02-07
1
-5
/
+9
*
|
y2038: use time32 syscall names on 32-bit
Arnd Bergmann
2019-02-07
1
-22
/
+42
*
|
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-02-07
1
-26
/
+26
*
|
timex: use __kernel_timex internally
Deepa Dinamani
2019-02-07
1
-2
/
+2
*
|
sparc64: add custom adjtimex/clock_adjtime functions
Arnd Bergmann
2019-02-07
2
-3
/
+62
*
|
arch: add pkey and rseq syscall numbers everywhere
Arnd Bergmann
2019-01-25
1
-0
/
+4
*
|
arch: add split IPC system calls where needed
Arnd Bergmann
2019-01-25
1
-0
/
+12
*
|
sparc64: fix sparc_ipc type conversion
Arnd Bergmann
2019-01-25
1
-1
/
+1
|
/
*
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
2019-01-06
2
-5
/
+1
*
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-01-05
2
-0
/
+2
|
\
|
*
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
David Howells
2018-12-20
2
-0
/
+2
*
|
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
2
-5
/
+4
*
|
Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
2019-01-01
3
-3
/
+3
|
\
\
|
*
|
kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops
Christophe Leroy
2018-12-30
2
-2
/
+2
|
*
|
kgdb: Remove irq flags from roundup
Douglas Anderson
2018-12-30
1
-1
/
+1
*
|
|
Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-12-31
3
-9
/
+14
|
\
\
\
|
*
|
|
sparc64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack
Steven Rostedt (VMware)
2018-12-22
3
-9
/
+14
|
|
/
/
*
|
|
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-12-28
4
-220
/
+51
|
\
\
\
|
*
|
|
dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
2018-12-20
1
-1
/
+1
|
*
|
|
sparc: use DT node full_name in sparc_dma_alloc_resource
Christoph Hellwig
2018-12-13
1
-1
/
+1
|
*
|
|
sparc: remove the sparc32_dma_ops indirection
Christoph Hellwig
2018-12-11
1
-121
/
+3
|
*
|
|
sparc: factor the dma coherent mapping into helper
Christoph Hellwig
2018-12-11
1
-84
/
+67
|
*
|
|
sparc: remove not needed sbus_dma_ops methods
Christoph Hellwig
2018-12-11
1
-20
/
+0
|
*
|
|
sparc: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
3
-21
/
+7
|
|
|
/
|
|
/
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
2018-12-26
27
-421
/
+712
|
\
\
\
|
*
|
|
sparc: generate uapi header and system call table files
Firoz Khan
2018-11-18
2
-231
/
+7
|
*
|
|
sparc: add system call table generation support
Firoz Khan
2018-11-18
4
-0
/
+536
|
*
|
|
sparc: Use DT node full_name instead of name for resources
Rob Herring
2018-11-18
3
-3
/
+3
|
*
|
|
sparc: Remove unused leon_trans_init
Rob Herring
2018-11-18
1
-14
/
+0
|
*
|
|
sparc: Use device_type helpers to access the node type
Rob Herring
2018-11-18
8
-45
/
+26
|
*
|
|
sparc: Use of_node_name_eq for node name comparisons
Rob Herring
2018-11-18
12
-39
/
+39
|
*
|
|
sparc: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-11-18
2
-4
/
+4
|
*
|
|
sparc: prom: use property "name" directly to construct node names
Rob Herring
2018-11-18
2
-25
/
+42
|
*
|
|
sparc: Convert to using %pOF instead of full_name
Rob Herring
2018-11-18
10
-60
/
+55
|
|
/
/
*
|
|
sparc: Set "ARCH: sunxx" information on the same line
Corentin Labbe
2018-12-21
2
-9
/
+8
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2018-12-03
4
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
sparc32: supress another implicit-fallthrough warning
Stephen Rothwell
2018-11-27
1
-0
/
+1
|
*
|
sparc32: suppress an implicit-fallthrough warning
Stephen Rothwell
2018-11-27
1
-0
/
+1
|
*
|
sparc: suppress the implicit-fallthrough warning
Stephen Rothwell
2018-11-27
1
-0
/
+1
[next]