index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
score
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-11
mm: make totalhigh_pages unsigned long
Andreas Fenkart
1
-1
/
+1
2009-12-17
Merge branch 'for-linus' of git://gitserver.sunplusct.com/linux-2.6-score
Linus Torvalds
6
-9
/
+31
2009-12-17
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
Linus Torvalds
1
-0
/
+1
2009-12-17
score: include asm-generic/param.h in asm/delay.h.
Chen Liqin
1
-0
/
+2
2009-12-17
score: fixed pfn_valid define.
Chen Liqin
3
-6
/
+2
2009-12-17
score: add flush_dcahce_page and PG_dcache_dirty define
Chen Liqin
2
-3
/
+27
2009-12-16
elf: kill USE_ELF_CORE_DUMP
Christoph Hellwig
1
-1
/
+0
2009-12-12
score: add asm/asm-offsets.h wrapper
Michal Marek
1
-0
/
+1
2009-12-11
Add missing alignment check in arch/score sys_mmap()
Al Viro
1
-3
/
+4
2009-12-11
Unify sys_mmap*
Al Viro
1
-22
/
+3
2009-11-26
block: add helpers to run flush_dcache_page() against a bio and a request's p...
Ilya Loginov
1
-0
/
+1
2009-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
Linus Torvalds
1
-3
/
+2
2009-09-23
score: Cleanup linker script using new macros.
Tim Abbott
1
-68
/
+9
2009-09-23
score: Make THREAD_SIZE available to assembly files.
Tim Abbott
1
-6
/
+9
2009-09-23
score: Make PAGE_SIZE available to assembly.
Tim Abbott
1
-1
/
+2
2009-09-21
Use new __init_task_data macro in arch init_task.c files.
Joe Perches
1
-3
/
+2
2009-09-17
score: add TIF_NOTIFY_RESUME define in asm/thread_info.h
Chen Liqin
1
-0
/
+2
2009-08-30
score: make init_thread_union align to THREAD_SIZE
Chen Liqin
1
-1
/
+1
2009-08-30
score: update files according to review comments.
Chen Liqin
1
-115
/
+97
2009-08-30
score: add old syscall support
Chen Liqin
3
-2
/
+40
2009-08-30
score: add MEMORY_START and MEMORY_SIZE define, to make the code clear
Chen Liqin
2
-16
/
+19
2009-08-30
score: update inconsistent declare after .c was changed
Chen Liqin
9
-35
/
+472
2009-08-30
score: remove unused code, add include files in .c
Chen Liqin
5
-21
/
+17
2009-06-27
score: clean up mm/init.c
Arnd Bergmann
1
-24
/
+10
2009-06-27
score: make irq.h definitions local
Arnd Bergmann
2
-20
/
+23
2009-06-27
score: cleanups: dead code, 0 as pointer, shadowed variables
Arnd Bergmann
3
-20
/
+8
2009-06-27
score: fix function prototypes
Arnd Bergmann
3
-12
/
+17
2009-06-27
score: add address space annotations
Arnd Bergmann
4
-14
/
+16
2009-06-27
score: add missing #includes
Arnd Bergmann
5
-1
/
+10
2009-06-22
score: move save arg5 and arg6 instruction in front of enable_irq
Chen Liqin
1
-2
/
+2
2009-06-19
score: add prototypes for wrapped syscalls
Arnd Bergmann
1
-2
/
+4
2009-06-19
score: remove init_mm
Arnd Bergmann
1
-2
/
+0
2009-06-19
score: add generic sys_call_table
Arnd Bergmann
4
-53
/
+18
2009-06-19
score: remove __{put,get}_user_unknown
Arnd Bergmann
1
-12
/
+0
2009-06-19
score: unset __ARCH_WANT_IPC_PARSE_VERSION
Arnd Bergmann
1
-1
/
+0
2009-06-19
score: update files according to review comments
Chen Liqin
14
-250
/
+154
2009-06-19
score: Add support for Sunplus S+core architecture
Chen Liqin
126
-0
/
+8566