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
/
csky
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/csky: use general page fault accounting
Peter Xu
2020-08-12
1
-11
/
+1
*
mm: do page fault accounting in handle_mm_fault
Peter Xu
2020-08-12
1
-1
/
+2
*
uaccess: remove segment_eq
Christoph Hellwig
2020-08-12
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-07
2
-7
/
+1
|
\
|
*
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
2020-08-07
1
-6
/
+1
|
*
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
1
-1
/
+0
*
|
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-08-07
1
-14
/
+10
|
\
\
|
|
/
|
/
|
|
*
csky: switch to ->regset_get()
Al Viro
2020-07-27
1
-14
/
+10
*
|
Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linux
Linus Torvalds
2020-08-06
18
-142
/
+307
|
\
\
|
*
|
csky: Add context tracking support
Guo Ren
2020-08-01
2
-0
/
+27
|
*
|
csky: Add arch_show_interrupts for IPI interrupts
Guo Ren
2020-07-31
1
-8
/
+41
|
*
|
csky: Add irq_work support
Guo Ren
2020-07-31
2
-0
/
+23
|
*
|
csky: Fixup warning by EXPORT_SYMBOL(kmap)
Guo Ren
2020-07-31
1
-2
/
+0
|
*
|
csky: Set CONFIG_NR_CPU 4 as default
Guo Ren
2020-07-31
1
-1
/
+1
|
*
|
csky: Use top-down mmap layout
Guo Ren
2020-07-31
1
-0
/
+10
|
*
|
csky: Optimize the trap processing flow
Guo Ren
2020-07-31
5
-109
/
+157
|
*
|
csky: Add support for function error injection
Guo Ren
2020-07-31
4
-0
/
+18
|
*
|
csky: Fixup kprobes handler couldn't change pc
Guo Ren
2020-07-31
1
-1
/
+3
|
*
|
csky: Fixup duplicated restore sp in RESTORE_REGS_FTRACE
Guo Ren
2020-07-31
1
-3
/
+0
|
*
|
csky: Add cpu feature register hint for smp
Guo Ren
2020-07-31
1
-0
/
+3
|
*
|
csky: Add SECCOMP_FILTER supported
Guo Ren
2020-07-31
5
-3
/
+25
|
*
|
csky: remove unusued thread_saved_pc and *_segments functions/macros
Tobias Klauser
2020-07-31
2
-16
/
+0
*
|
|
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-07-04
1
-1
/
+1
*
|
|
arch: remove HAVE_COPY_THREAD_TLS
Christian Brauner
2020-07-04
1
-1
/
+0
|
/
/
*
/
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-06-17
1
-2
/
+3
|
/
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
2
-6
/
+6
*
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2020-06-09
1
-30
/
+0
*
csky: replace definitions of __pXd_offset() with pXd_index()
Mike Rapoport
2020-06-09
4
-8
/
+7
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
2
-3
/
+1
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
4
-4
/
+0
*
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2020-06-09
2
-10
/
+3
*
csky: add show_stack_loglvl()
Dmitry Safonov
2020-06-09
1
-2
/
+9
*
kmap: consolidate kmap_prot definitions
Ira Weiny
2020-06-04
1
-2
/
+0
*
kmap: remove kmap_atomic_to_page()
Ira Weiny
2020-06-04
2
-14
/
+0
*
arch/kmap: define kmap_atomic_prot() for all arch's
Ira Weiny
2020-06-04
1
-3
/
+3
*
arch/kmap: don't hard code kmap_prot values
Ira Weiny
2020-06-04
1
-1
/
+1
*
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
2020-06-04
2
-7
/
+3
*
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
2020-06-04
2
-8
/
+2
*
arch/kunmap: remove duplicate kunmap implementations
Ira Weiny
2020-06-04
2
-12
/
+0
*
arch/kmap: remove redundant arch specific kmaps
Ira Weiny
2020-06-04
2
-12
/
+6
*
arch/kmap: remove BUG_ON()
Ira Weiny
2020-06-04
1
-1
/
+1
*
csky: simplify detection of memory zone boundaries
Mike Rapoport
2020-06-03
1
-15
/
+11
*
csky: Fixup CONFIG_DEBUG_RSEQ
Guo Ren
2020-05-28
1
-5
/
+10
*
csky: Coding convention in entry.S
Guo Ren
2020-05-28
4
-40
/
+42
*
csky: Fixup abiv2 syscall_trace break a4 & a5
Guo Ren
2020-05-28
2
-2
/
+6
*
csky: Fixup CONFIG_PREEMPT panic
Guo Ren
2020-05-28
3
-27
/
+11
*
csky: Fixup raw_copy_from_user()
Al Viro
2020-05-15
2
-29
/
+28
*
csky: Fixup gdbmacros.txt with name sp in thread_struct
Guo Ren
2020-05-15
4
-9
/
+9
*
csky: Fixup remove unnecessary save/restore PSR code
Guo Ren
2020-05-13
3
-11
/
+2
*
csky: Fixup remove duplicate irq_disable
Liu Yibin
2020-05-13
1
-2
/
+0
[next]