index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/atomic, arch/sh: Fix ATOMIC_FETCH_OP()
Peter Zijlstra
2016-09-22
1
-1
/
+1
*
sh: fix copy_from_user()
Al Viro
2016-09-13
1
-1
/
+4
*
sh64: failing __get_user() should zero
Al Viro
2016-09-13
1
-0
/
+1
*
Merge tag 'sh-for-4.8' of git://git.libc.org/linux-sh
Linus Torvalds
2016-08-06
45
-399
/
+1206
|
\
|
*
sh: add device tree source for J2 FPGA on Mimas v2 board
Rich Felker
2016-08-05
1
-0
/
+96
|
*
sh: add defconfig for J-Core J2
Rich Felker
2016-08-05
1
-0
/
+40
|
*
sh: use common clock framework with device tree boards
Rich Felker
2016-08-05
2
-0
/
+5
|
*
sh: system call wire up
Yoshinori Sato
2016-08-05
4
-2
/
+58
|
*
sh: Delete unnecessary checks before the function call "mempool_destroy"
Markus Elfring
2016-08-05
1
-4
/
+2
|
*
sh: do not perform IPI-based cache flush except on boards that need it
Rich Felker
2016-08-05
1
-0
/
+3
|
*
sh: add SMP support for J2
Rich Felker
2016-08-05
3
-0
/
+145
|
*
sh: SMP support for SH2 entry.S
Rich Felker
2016-08-05
1
-0
/
+50
|
*
sh: add working futex atomic ops on userspace addresses for smp
Rich Felker
2016-08-05
4
-124
/
+134
|
*
sh: add J2 atomics using the cas.l instruction
Rich Felker
2016-08-05
9
-216
/
+481
|
*
sh: add AT_HWCAP flag for J-Core cas.l instruction
Rich Felker
2016-08-05
2
-0
/
+3
|
*
sh: add support for J-Core J2 processor
Rich Felker
2016-08-05
10
-5
/
+127
|
*
sh: fix build regression with CONFIG_OF && !CONFIG_OF_FLATTREE
Rich Felker
2016-07-31
2
-4
/
+4
|
*
sh: allow clocksource drivers to register sched_clock backends
Rich Felker
2016-07-31
1
-0
/
+1
|
*
sh: make heartbeat driver explicitly non-modular
Paul Gortmaker
2016-07-31
1
-29
/
+3
|
*
sh: make board-secureedge5410 explicitly non-modular
Paul Gortmaker
2016-07-31
1
-2
/
+1
|
*
sh: make mm/asids-debugfs explicitly non-modular
Paul Gortmaker
2016-07-31
1
-4
/
+1
|
*
sh: make time.c explicitly non-modular
Paul Gortmaker
2016-07-31
1
-2
/
+1
|
*
sh: fix futex/robust_list on nommu models
Rich Felker
2016-07-31
1
-0
/
+1
|
*
sh: disable aliased page logic on NOMMU models
Rich Felker
2016-07-31
2
-0
/
+8
|
*
sh: make sigcontext definition consistent across fpu/nofpu models
Rich Felker
2016-07-31
1
-3
/
+0
|
*
sh: add support for linking a builtin device tree blob in the kernel
Rich Felker
2016-07-31
5
-3
/
+41
|
*
sh: cmpxchg: fix a bit shift bug in big_endian os
Pan Xinhui
2016-07-31
1
-1
/
+1
*
|
Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2016-08-05
3
-31
/
+20
|
\
\
|
*
|
rtc: sh: provide rtc_class_ops directly
Arnd Bergmann
2016-06-04
2
-24
/
+20
|
*
|
rtc: cmos: remove empty asm/mc146818rtc.h files
Arnd Bergmann
2016-06-04
1
-7
/
+0
*
|
|
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
2016-08-04
3
-6
/
+6
*
|
|
signal: consolidate {TS,TLF}_RESTORE_SIGMASK code
Andy Lutomirski
2016-08-02
1
-26
/
+0
*
|
|
treewide: replace obsolete _refok by __ref
Fabian Frederick
2016-08-02
2
-3
/
+3
|
|
/
|
/
|
*
|
Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-07-30
1
-16
/
+0
|
\
\
|
*
|
sh: Remove unnecessary of_platform_populate with default match table
Kefeng Wang
2016-06-23
1
-14
/
+0
|
*
|
of: iommu: make of_iommu_init() postcore_initcall_sync
Kefeng Wang
2016-06-23
1
-2
/
+0
|
|
/
*
|
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-07-29
1
-19
/
+4
|
\
\
|
*
|
sh/perf: Convert the hotplug notifiers to state machine callbacks
Thomas Gleixner
2016-07-14
1
-19
/
+4
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-07-26
2
-2
/
+20
|
\
\
\
|
*
|
|
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
2016-07-26
1
-1
/
+1
|
*
|
|
mm/mmu_gather: track page size with mmu gather and force flush if page size c...
Aneesh Kumar K.V
2016-07-26
1
-0
/
+12
|
*
|
|
mm: change the interface for __tlb_remove_page()
Aneesh Kumar K.V
2016-07-26
1
-1
/
+7
*
|
|
|
Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-07-26
4
-23
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
sh: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB
Linus Walleij
2016-06-08
4
-23
/
+13
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-07-25
4
-14
/
+93
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
locking/atomic: Remove linux/atomic.h:atomic_fetch_or()
Peter Zijlstra
2016-06-16
1
-2
/
+0
|
*
|
locking/atomic, arch/sh: Implement atomic_fetch_{add,sub,and,or,xor}()
Peter Zijlstra
2016-06-16
4
-12
/
+87
|
*
|
locking/spinlock, arch: Update and fix spin_unlock_wait() implementations
Peter Zijlstra
2016-06-14
1
-2
/
+8
|
|
/
*
|
sh: get rid of superfluous __GFP_REPEAT
Michal Hocko
2016-06-24
1
-1
/
+1
*
|
tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
Michal Hocko
2016-06-24
1
-2
/
+2
|
/
[next]