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
/
openrisc
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
2018-04-15
1
-2
/
+0
|
\
|
*
openrisc: remove unused __ARCH_HAVE_MMU define
Tobias Klauser
2018-04-08
1
-2
/
+0
*
|
openrisc: add ioremap_nocache declaration before include asm-generic/io.h and...
Greentime Hu
2018-02-22
1
-1
/
+2
|
/
*
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2018-02-01
1
-1
/
+0
|
\
|
*
arch: Remove clkdev.h asm-generic from Kbuild
Stephen Boyd
2018-01-03
1
-1
/
+0
*
|
Construct init thread stack in the linker script rather than by union
David Howells
2018-01-09
2
-4
/
+0
*
|
bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type
Hendrik Brueckner
2017-12-05
1
-0
/
+1
|
/
*
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
2017-11-15
1
-1
/
+0
*
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
2017-11-13
15
-52
/
+354
|
\
|
*
openrisc: add tick timer multi-core sync logic
Stafford Horne
2017-11-03
1
-0
/
+8
|
*
openrisc: support framepointers and STACKTRACE_SUPPORT
Stafford Horne
2017-11-03
1
-0
/
+20
|
*
openrisc: add cacheflush support to fix icache aliasing
Jan Henrik Weinstock
2017-11-03
3
-7
/
+106
|
*
openrisc: fix initial preempt state for secondary cpu tasks
Stafford Horne
2017-11-03
1
-1
/
+1
|
*
openrisc: initial SMP support
Stefan Kristiansson
2017-11-03
8
-11
/
+82
|
*
openrisc: use qspinlocks and qrwlocks
Stafford Horne
2017-11-03
3
-1
/
+22
|
*
openrisc: add 1 and 2 byte cmpxchg support
Stafford Horne
2017-11-03
1
-32
/
+115
*
|
License cleanup: add SPDX license identifier to uapi header files with a license
Greg Kroah-Hartman
2017-11-02
5
-0
/
+5
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
2
-0
/
+2
|
/
*
Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux
Linus Torvalds
2017-09-13
1
-0
/
+2
|
\
|
*
openrisc: add forward declaration for struct vm_area_struct
Tobias Klauser
2017-09-11
1
-0
/
+2
*
|
futex: Remove duplicated code and fix undefined behaviour
Jiri Slaby
2017-08-25
1
-35
/
+4
|
/
*
openrisc: move generic-y of exported headers to uapi/asm/Kbuild
Masahiro Yamada
2017-07-11
2
-28
/
+28
*
Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux
Linus Torvalds
2017-07-07
1
-0
/
+1
|
\
|
*
openrisc: explicitly include linux/bug.h in asm/fixmap.h
Tobias Klauser
2017-07-08
1
-0
/
+1
*
|
Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-06
1
-1
/
+0
|
\
\
|
*
|
kill strlen_user()
Al Viro
2017-05-15
1
-1
/
+0
|
|
/
*
|
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2017-07-06
1
-9
/
+0
|
\
\
|
*
|
openrisc: remove arch-specific dma_supported implementation
Christoph Hellwig
2017-06-28
1
-7
/
+0
|
*
|
openrisc: remove DMA_ERROR_CODE
Christoph Hellwig
2017-06-20
1
-2
/
+0
|
|
/
*
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-07-03
2
-1
/
+2
|
\
\
|
*
|
signal: Remove non-uapi <asm/siginfo.h>
Christoph Hellwig
2017-06-04
2
-1
/
+2
|
|
/
*
/
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
2017-06-28
1
-5
/
+0
|
/
*
uapi: export all headers under uapi directories
Nicolas Dichtel
2017-05-11
2
-11
/
+0
*
-
-
-
.
Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...
Al Viro
2017-04-26
4
-48
/
+17
|
\
\
\
|
|
|
*
Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Al Viro
2017-04-02
3
-3
/
+8
|
|
|
/
|
|
|
/
|
|
|
|
|
*
openrisc: fix issue handling 8 byte get_user calls
Stafford Horne
2017-03-16
1
-1
/
+1
|
|
|
*
openrisc: xchg: fix `computed is not used` warning
Stafford Horne
2017-03-16
1
-2
/
+6
|
|
|
*
arch, mm: convert all architectures to use 5level-fixup.h
Kirill A. Shutemov
2017-03-09
1
-0
/
+1
|
|
_
|
/
|
/
|
|
|
|
*
openrisc: switch to RAW_COPY_USER
Al Viro
2017-03-28
1
-22
/
+6
|
|
*
openrisc: switch to generic extable.h
Al Viro
2017-03-28
2
-17
/
+2
|
|
/
|
*
new helper: uaccess_kernel()
Al Viro
2017-03-28
1
-1
/
+1
|
*
uaccess: drop duplicate includes from asm/uaccess.h
Al Viro
2017-03-05
1
-2
/
+0
|
*
uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h
Al Viro
2017-03-05
1
-3
/
+0
|
/
*
kprobes: move kprobe declarations to asm-generic/kprobes.h
Luis R. Rodriguez
2017-02-27
1
-0
/
+1
*
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-02-25
1
-2
/
+2
|
\
|
*
treewide: Consolidate get_dma_ops() implementations
Bart Van Assche
2017-01-24
1
-1
/
+1
|
*
treewide: Constify most dma_map_ops structures
Bart Van Assche
2017-01-24
1
-2
/
+2
*
|
Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux
Linus Torvalds
2017-02-24
9
-7
/
+483
|
\
\
|
*
|
openrisc: Add optimized memcpy routine
Stafford Horne
2017-02-25
1
-0
/
+3
|
*
|
openrisc: Add optimized memset
Olof Kindgren
2017-02-25
1
-0
/
+7
[next]