index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
csky
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-4
/
+4
2020-08-12
uaccess: remove segment_eq
Christoph Hellwig
1
-1
/
+1
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
1
-6
/
+1
2020-07-31
csky: Add irq_work support
Guo Ren
1
-0
/
+11
2020-07-31
csky: Optimize the trap processing flow
Guo Ren
2
-1
/
+3
2020-07-31
csky: Add support for function error injection
Guo Ren
1
-0
/
+6
2020-07-31
csky: Add SECCOMP_FILTER supported
Guo Ren
2
-1
/
+2
2020-07-31
csky: remove unusued thread_saved_pc and *_segments functions/macros
Tobias Klauser
1
-6
/
+0
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
1
-30
/
+0
2020-06-09
csky: replace definitions of __pXd_offset() with pXd_index()
Mike Rapoport
1
-3
/
+2
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2
-3
/
+1
2020-06-04
kmap: consolidate kmap_prot definitions
Ira Weiny
1
-2
/
+0
2020-06-04
kmap: remove kmap_atomic_to_page()
Ira Weiny
1
-1
/
+0
2020-06-04
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
1
-1
/
+0
2020-06-04
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
1
-1
/
+0
2020-06-04
arch/kunmap: remove duplicate kunmap implementations
Ira Weiny
1
-3
/
+0
2020-06-04
arch/kmap: remove redundant arch specific kmaps
Ira Weiny
1
-2
/
+2
2020-05-28
csky: Coding convention in entry.S
Guo Ren
1
-0
/
+6
2020-05-15
csky: Fixup raw_copy_from_user()
Al Viro
1
-23
/
+26
2020-05-15
csky: Fixup gdbmacros.txt with name sp in thread_struct
Guo Ren
2
-5
/
+5
2020-05-13
csky: Fixup remove unnecessary save/restore PSR code
Guo Ren
1
-2
/
+0
2020-05-13
csky: Fixup calltrace panic
Guo Ren
2
-0
/
+16
2020-05-13
csky: Fixup compile error for abiv1 entry.S
Guo Ren
1
-4
/
+4
2020-04-10
mm/special: create generic fallbacks for pte_special() and pte_mkspecial()
Anshuman Khandual
1
-3
/
+0
2020-04-10
mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS
Anshuman Khandual
1
-3
/
+0
2020-04-06
Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linux
Linus Torvalds
7
-0
/
+153
2020-04-03
csky: Add uprobes support
Guo Ren
2
-0
/
+35
2020-04-03
csky: Add kprobes supported
Guo Ren
4
-1
/
+74
2020-04-02
asm-generic: make more kernel-space headers mandatory
Masahiro Yamada
1
-36
/
+0
2020-04-01
csky: Fixup get wrong psr value from phyical reg
Guo Ren
1
-0
/
+1
2020-03-21
csky: Remove mm.h from asm/uaccess.h
Sebastian Andrzej Siewior
1
-1
/
+0
2020-03-08
csky: Implement ftrace with regs
Guo Ren
1
-0
/
+2
2020-03-08
csky: Implement ptrace regs and stack API
Guo Ren
1
-0
/
+41
2020-02-21
csky: Add PCI support
MaJun
2
-1
/
+34
2020-02-21
csky: Fixup compile warning for three unimplemented syscalls
Guo Ren
1
-0
/
+3
2020-02-21
csky: Add flush_icache_mm to defer flush icache all
Guo Ren
3
-0
/
+4
2020-02-21
csky: Support icache flush without specific instructions
Guo Ren
1
-0
/
+1
2020-02-21
csky: Separate fixaddr_init from highmem
Guo Ren
3
-5
/
+8
2020-02-21
csky: Tightly-Coupled Memory or Sram support
Guo Ren
3
-1
/
+50
2020-02-21
csky: Initial stack protector support
Mao Han
1
-0
/
+29
2020-02-04
Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
1
-1
/
+0
2020-02-04
asm-generic: Make dma-contiguous.h a mandatory include/asm header
Michal Simek
1
-1
/
+0
2019-12-10
mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...
Ingo Molnar
1
-0
/
+4
2019-11-12
csky: use generic ioremap
Christoph Hellwig
2
-5
/
+7
2019-11-11
csky: remove ioremap_cache
Christoph Hellwig
1
-2
/
+0
2019-11-11
arch: rely on asm-generic/io.h for default ioremap_* definitions
Christoph Hellwig
1
-1
/
+0
2019-09-30
Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linux
Linus Torvalds
4
-19
/
+30
2019-09-26
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
Mark Rutland
1
-1
/
+1
2019-09-24
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
1
-5
/
+0
2019-09-24
mm: remove quicklist page table caches
Nicholas Piggin
1
-2
/
+0
[next]