index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2016-06-08
futex: fix shared futex operations on nommu
j2-devel
Rich Felker
-0
/
+2
2016-06-08
mmc: disable rescan for card change
Rich Felker
-2
/
+3
2016-06-08
jcore sched_clock
Rich Felker
-0
/
+11
2016-06-08
ethernet/jcore_emac: add J-Core ethernet driver
Rich Felker
-0
/
+1548
2016-06-08
sh: do not perform IPI-based cache flush except on boards that need it
Rich Felker
-0
/
+3
2016-06-08
sh: add SMP support for J2
Rich Felker
-0
/
+144
2016-06-08
sh: SMP support for SH2 entry.S
Rich Felker
-0
/
+50
2016-06-08
sh: add working futex atomic ops on userspace addresses for smp
Rich Felker
-124
/
+134
2016-06-08
sh: add J2 atomics using the cas.l instruction
Rich Felker
-210
/
+469
2016-06-08
spi: add driver for J-Core SPI controller
Rich Felker
-0
/
+220
2016-06-08
sh: add device tree source for J2 FPGA on Mimas v2 board
Rich Felker
-0
/
+91
2016-06-08
sh: add defconfig for J-Core J2
Rich Felker
-0
/
+38
2016-06-08
clocksource: add J-Core timer/clocksource driver
Rich Felker
-0
/
+291
2016-06-08
irqchip: add J-Core AIC driver
Rich Felker
-0
/
+102
2016-06-08
sh: add AT_HWCAP flag for J-Core cas.l instruction
Rich Felker
-0
/
+3
2016-06-08
sh: add support for J-Core J2 processor
Rich Felker
-5
/
+117
2016-06-08
of: add J-Core SPI master bindings
Rich Felker
-0
/
+23
2016-06-08
of: add J-Core timer bindings
Rich Felker
-0
/
+29
2016-06-08
of: add J-Core interrupt controller bindings
Rich Felker
-0
/
+30
2016-06-08
of: add J-Core cpu bindings
Rich Felker
-0
/
+49
2016-06-08
of: add vendor prefix for J-Core
Rich Felker
-0
/
+1
2016-06-08
sh: fix build regression with CONFIG_OF && !CONFIG_OF_FLATTREE
sh-for-4.7
Rich Felker
-4
/
+4
2016-06-08
sh: allow clocksource drivers to register sched_clock backends
Rich Felker
-0
/
+1
2016-06-03
sh: make heartbeat driver explicitly non-modular
Paul Gortmaker
-29
/
+3
2016-06-03
sh: make board-secureedge5410 explicitly non-modular
Paul Gortmaker
-2
/
+1
2016-06-03
sh: make mm/asids-debugfs explicitly non-modular
Paul Gortmaker
-4
/
+1
2016-06-03
sh: make time.c explicitly non-modular
Paul Gortmaker
-2
/
+1
2016-06-03
sh: fix futex/robust_list on nommu models
Rich Felker
-0
/
+1
2016-06-03
sh: disable aliased page logic on NOMMU models
Rich Felker
-0
/
+8
2016-06-03
sh: make sigcontext definition consistent across fpu/nofpu models
Rich Felker
-3
/
+0
2016-06-03
sh: add support for linking a builtin device tree blob in the kernel
Rich Felker
-3
/
+41
2016-06-03
sh: cmpxchg: fix a bit shift bug in big_endian os
Pan Xinhui
-1
/
+1
2016-05-29
Linux 4.7-rc1
v4.7-rc1
Linus Torvalds
-3
/
+3
2016-05-29
hash_string: Fix zero-length case for !DCACHE_WORD_ACCESS
George Spelvin
-2
/
+2
2016-05-28
Rename other copy of hash_string to hashlen_string
George Spelvin
-2
/
+2
2016-05-28
hpfs: implement the show_options method
Mikulas Patocka
-11
/
+32
2016-05-28
affs: fix remount failure when there are no options changed
Mikulas Patocka
-2
/
+3
2016-05-28
hpfs: fix remount failure when there are no options changed
Mikulas Patocka
-2
/
+3
2016-05-28
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
-258
/
+373
2016-05-28
fs: fix binfmt_aout.c build error
Guenter Roeck
-1
/
+0
2016-05-28
Merge branch 'hash' of git://ftp.sciencehorizons.net/linux
Linus Torvalds
-150
/
+734
2016-05-28
h8300: Add <asm/hash.h>
George Spelvin
-0
/
+54
2016-05-28
microblaze: Add <asm/hash.h>
George Spelvin
-0
/
+82
2016-05-28
m68k: Add <asm/hash.h>
George Spelvin
-0
/
+60
2016-05-28
<linux/hash.h>: Add support for architecture-specific functions
George Spelvin
-4
/
+299
2016-05-28
fs/namei.c: Improve dcache hash function
George Spelvin
-40
/
+81
2016-05-28
Eliminate bad hash multipliers from hash_32() and hash_64()
George Spelvin
-53
/
+36
2016-05-28
Change hash_64() return value to 32 bits
George Spelvin
-3
/
+3
2016-05-28
<linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string()
George Spelvin
-31
/
+9
2016-05-28
fs/namei.c: Add hashlen_string() function
George Spelvin
-9
/
+53
[next]