index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
score
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: make totalhigh_pages unsigned long
Andreas Fenkart
2010-01-11
1
-1
/
+1
*
Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-score
Linus Torvalds
2009-12-17
6
-9
/
+31
|
\
|
*
score: include asm-generic/param.h in asm/delay.h.
Chen Liqin
2009-12-17
1
-0
/
+2
|
*
score: fixed pfn_valid define.
Chen Liqin
2009-12-17
3
-6
/
+2
|
*
score: add flush_dcahce_page and PG_dcache_dirty define
Chen Liqin
2009-12-17
2
-3
/
+27
*
|
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
Linus Torvalds
2009-12-17
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
score: add asm/asm-offsets.h wrapper
Michal Marek
2009-12-12
1
-0
/
+1
*
|
elf: kill USE_ELF_CORE_DUMP
Christoph Hellwig
2009-12-16
1
-1
/
+0
|
/
*
Add missing alignment check in arch/score sys_mmap()
Al Viro
2009-12-11
1
-3
/
+4
*
Unify sys_mmap*
Al Viro
2009-12-11
1
-22
/
+3
*
block: add helpers to run flush_dcache_page() against a bio and a request's p...
Ilya Loginov
2009-11-26
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
Linus Torvalds
2009-09-23
1
-3
/
+2
|
\
|
*
Use new __init_task_data macro in arch init_task.c files.
Joe Perches
2009-09-21
1
-3
/
+2
*
|
score: Cleanup linker script using new macros.
Tim Abbott
2009-09-23
1
-68
/
+9
*
|
score: Make THREAD_SIZE available to assembly files.
Tim Abbott
2009-09-23
1
-6
/
+9
*
|
score: Make PAGE_SIZE available to assembly.
Tim Abbott
2009-09-23
1
-1
/
+2
|
/
*
score: add TIF_NOTIFY_RESUME define in asm/thread_info.h
Chen Liqin
2009-09-17
1
-0
/
+2
*
score: make init_thread_union align to THREAD_SIZE
Chen Liqin
2009-08-30
1
-1
/
+1
*
score: update files according to review comments.
Chen Liqin
2009-08-30
1
-115
/
+97
*
score: add old syscall support
Chen Liqin
2009-08-30
3
-2
/
+40
*
score: add MEMORY_START and MEMORY_SIZE define, to make the code clear
Chen Liqin
2009-08-30
2
-16
/
+19
*
score: update inconsistent declare after .c was changed
Chen Liqin
2009-08-30
9
-35
/
+472
*
score: remove unused code, add include files in .c
Chen Liqin
2009-08-30
5
-21
/
+17
*
score: clean up mm/init.c
Arnd Bergmann
2009-06-27
1
-24
/
+10
*
score: make irq.h definitions local
Arnd Bergmann
2009-06-27
2
-20
/
+23
*
score: cleanups: dead code, 0 as pointer, shadowed variables
Arnd Bergmann
2009-06-27
3
-20
/
+8
*
score: fix function prototypes
Arnd Bergmann
2009-06-27
3
-12
/
+17
*
score: add address space annotations
Arnd Bergmann
2009-06-27
4
-14
/
+16
*
score: add missing #includes
Arnd Bergmann
2009-06-27
5
-1
/
+10
*
score: move save arg5 and arg6 instruction in front of enable_irq
Chen Liqin
2009-06-22
1
-2
/
+2
*
score: add prototypes for wrapped syscalls
Arnd Bergmann
2009-06-19
1
-2
/
+4
*
score: remove init_mm
Arnd Bergmann
2009-06-19
1
-2
/
+0
*
score: add generic sys_call_table
Arnd Bergmann
2009-06-19
4
-53
/
+18
*
score: remove __{put,get}_user_unknown
Arnd Bergmann
2009-06-19
1
-12
/
+0
*
score: unset __ARCH_WANT_IPC_PARSE_VERSION
Arnd Bergmann
2009-06-19
1
-1
/
+0
*
score: update files according to review comments
Chen Liqin
2009-06-19
14
-250
/
+154
*
score: Add support for Sunplus S+core architecture
Chen Liqin
2009-06-19
126
-0
/
+8566