index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: add device tree support and generic board using device tree
Rich Felker
2016-03-17
5
-0
/
+170
*
sh: remove arch-specific localtimer and use generic one
Rich Felker
2016-03-17
4
-70
/
+8
*
sh: make MMU-specific SMP code conditional on CONFIG_MMU
Rich Felker
2016-03-17
1
-0
/
+8
*
sh: provide unified syscall trap compatible with all SH models
Rich Felker
2016-03-17
3
-14
/
+23
*
sh: New gcc support
Yoshinori Sato
2016-03-17
4
-27
/
+78
*
sh: Disable trace for kernel uncompressing.
Yoshinori Sato
2016-03-17
1
-1
/
+1
*
sh: Use generic clkdev.h header
Stephen Boyd
2016-03-17
2
-33
/
+1
*
sh: fix smp_store_mb for !SMP
Michael S. Tsirkin
2016-01-26
1
-1
/
+0
*
dma-mapping: always provide the dma_map_ops based implementation
Christoph Hellwig
2016-01-21
2
-3
/
+0
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2016-01-19
6
-23
/
+92
|
\
|
*
sh: move xchg_cmpxchg to a header by itself
Michael S. Tsirkin
2016-01-12
2
-34
/
+52
|
*
sh: support 1 and 2 byte xchg
Michael S. Tsirkin
2016-01-12
4
-22
/
+72
|
*
sh: define __smp_xxx, fix smp_store_mb for !SMP
Michael S. Tsirkin
2016-01-12
1
-1
/
+2
*
|
Kconfig: remove HAVE_LATENCYTOP_SUPPORT
Will Deacon
2016-01-16
1
-3
/
+0
*
|
mm: differentiate page_mapped() from page_mapcount() for compound pages
Kirill A. Shutemov
2016-01-16
2
-5
/
+5
*
|
Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtd
Linus Torvalds
2016-01-13
1
-1
/
+1
|
\
\
|
*
|
sh: nand: make use of mtd_to_nand() where appropriate
Boris BREZILLON
2015-12-08
1
-1
/
+1
*
|
|
Merge tag 'tty-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2016-01-13
12
-54
/
+60
|
\
\
\
|
*
\
\
Merge branch 'scif-clk-sck-brg-for-v4.5' of git://git.kernel.org/pub/scm/linu...
Greg Kroah-Hartman
2016-01-08
12
-54
/
+60
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
sh: sh7734: Correct SCIF type for BRG
Geert Uytterhoeven
2015-12-17
1
-6
/
+6
|
|
*
|
sh: Remove sci_ick clock alias
Laurent Pinchart
2015-12-17
1
-1
/
+0
|
|
*
|
sh: Rename sci_ick and sci_fck clock to fck
Laurent Pinchart
2015-12-17
10
-47
/
+54
|
|
|
/
*
|
|
Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2016-01-13
1
-7
/
+5
|
\
\
\
|
*
|
|
sh: ftrace: Fix the comments for ftrace_modify_code()
Li Bin
2015-12-23
1
-7
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'patchwork' into v4l_for_linus
Mauro Carvalho Chehab
2016-01-11
5
-16
/
+16
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[media] include/media: move platform_data to linux/platform_data/media
Mauro Carvalho Chehab
2015-11-17
1
-1
/
+1
|
*
|
[media] include/media: move driver interface headers to a separate dir
Mauro Carvalho Chehab
2015-11-17
5
-7
/
+7
|
*
|
[media] include/media: split I2C headers from V4L2 core
Mauro Carvalho Chehab
2015-11-17
5
-8
/
+8
|
|
/
*
|
sh64: fix __NR_fgetxattr
Dmitry V. Levin
2015-12-12
1
-1
/
+1
*
|
treewide: Remove old email address
Peter Zijlstra
2015-11-23
1
-1
/
+1
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-11-07
2
-2
/
+2
|
\
|
*
arch/sh/kernel/traps_64.c: use sign_extend64() for sign extension
Martin Kepplinger
2015-11-07
2
-2
/
+2
*
|
Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd
Linus Torvalds
2015-11-06
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
sh: mach-rsk: remove unnecessary MTD partition probe specification
Brian Norris
2015-09-30
1
-3
/
+0
*
|
Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ...
Ingo Molnar
2015-10-20
1
-0
/
+1
|
\
\
|
*
|
sh: add copy_user_page() alias for __copy_user()
Ross Zwisler
2015-10-16
1
-0
/
+1
*
|
|
atomic, arch: Audit atomic_{read,set}()
Peter Zijlstra
2015-09-23
1
-2
/
+2
|
/
/
*
/
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
5
-5
/
+5
|
/
*
dma-mapping: consolidate dma_set_mask
Christoph Hellwig
2015-09-10
1
-14
/
+0
*
dma-mapping: consolidate dma_supported
Christoph Hellwig
2015-09-10
1
-10
/
+0
*
dma-mapping: cosolidate dma_mapping_error
Christoph Hellwig
2015-09-10
1
-11
/
+2
*
dma-mapping: consolidate dma_{alloc,free}_noncoherent
Christoph Hellwig
2015-09-10
1
-3
/
+0
*
dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}
Christoph Hellwig
2015-09-10
1
-37
/
+0
*
lib/decompressors: use real out buf size for gunzip with kernel
Yinghai Lu
2015-09-10
1
-1
/
+1
*
kexec: split kexec_load syscall from kexec core code
Dave Young
2015-09-10
1
-0
/
+1
*
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-09-08
2
-2
/
+4
|
\
|
*
mm: ZONE_DEVICE for "device memory"
Dan Williams
2015-08-28
1
-2
/
+3
|
*
arch: introduce memremap()
Dan Williams
2015-08-14
1
-0
/
+1
*
|
Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2015-09-08
1
-1
/
+1
|
\
\
|
*
|
ftrace: Format MCOUNT_ADDR address as type unsigned long
Minfei Huang
2015-07-21
1
-1
/
+1
|
|
/
[next]