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
Commit message (
Expand
)
Author
Age
Files
Lines
*
microblaze: Support word copying in copy_tofrom_user
Michal Simek
2010-04-01
1
-14
/
+25
*
microblaze: Print early printk information to log buffer
Michal Simek
2010-04-01
1
-9
/
+15
*
microblaze: head.S typo fix
Michal Simek
2010-04-01
1
-2
/
+2
*
microblaze: Use MICROBLAZE_TLB_SIZE in asm code
Michal Simek
2010-04-01
2
-3
/
+3
*
microblaze: Kconfig Fix - pci
Michal Simek
2010-04-01
1
-3
/
+0
*
microblaze: Adding likely macros
Michal Simek
2010-04-01
6
-26
/
+28
*
microblaze: Add .type and .size to ASM functions
Michal Simek
2010-04-01
3
-1
/
+22
*
microblaze: Fix TLB macros
Michal Simek
2010-04-01
1
-1
/
+2
*
microblaze: Use instruction with delay slot
Michal Simek
2010-04-01
1
-8
/
+5
*
microblaze: Remove additional resr and rear loading
Michal Simek
2010-04-01
1
-15
/
+3
*
microblaze: Change register usage for ESR and EAR
Michal Simek
2010-04-01
1
-35
/
+35
*
microblaze: Prepare work for optimization in exception code
Michal Simek
2010-04-01
1
-6
/
+3
*
microblaze: Add DEBUG option
Michal Simek
2010-04-01
1
-0
/
+2
*
microblaze: Support systems without lmb bram
Michal Simek
2010-04-01
1
-0
/
+6
*
microblaze: uaccess: Sync strlen, strnlen, copy_to/from_user
Michal Simek
2010-04-01
1
-56
/
+32
*
microblaze: uaccess: Unify __copy_tofrom_user
Michal Simek
2010-04-01
2
-39
/
+22
*
microblaze: uaccess: Move functions to generic location
Michal Simek
2010-04-01
3
-200
/
+61
*
microblaze: uaccess: Fix put_user for noMMU
Michal Simek
2010-04-01
1
-22
/
+56
*
microblaze: uaccess: Fix get_user macro for noMMU
Michal Simek
2010-04-01
1
-23
/
+66
*
microblaze: uaccess: fix clear_user for noMMU kernel
Michal Simek
2010-04-01
1
-45
/
+36
*
microblaze: uaccess: Fix strncpy_from_user function
Michal Simek
2010-04-01
1
-3
/
+11
*
microblaze: uaccess: fix copy_from_user macro
Michal Simek
2010-04-01
1
-9
/
+14
*
microblaze: uaccess: copy_to_user unification
Michal Simek
2010-04-01
1
-9
/
+16
*
microblaze: uaccess: sync put/get/clear_user macros
Michal Simek
2010-04-01
1
-37
/
+69
*
microblaze: uaccess: fix put_user and get_user macros
Michal Simek
2010-04-01
1
-51
/
+49
*
microblaze: uaccess: fix __get_user_asm macro
Michal Simek
2010-04-01
1
-16
/
+17
*
microblaze: uaccess: fix clean user macro
Michal Simek
2010-04-01
1
-34
/
+55
*
microblaze: move noMMU __range_ok function to uaccess.h
Michal Simek
2010-04-01
2
-9
/
+6
*
microblaze: Move exception_table_entry upward
Michal Simek
2010-04-01
1
-16
/
+15
*
microblaze: Remove segment.h
Michal Simek
2010-04-01
5
-52
/
+34
*
microblaze: Remove memset in free_init_pages
Michal Simek
2010-04-01
1
-1
/
+0
*
microblaze: Makefile cleanups
Arun Bhanu
2010-04-01
1
-4
/
+0
*
microblaze: Fix Makefile to delete build generated files
Arun Bhanu
2010-04-01
2
-1
/
+3
*
microblaze: Add a missing single quote to make 'make help' happy
Arun Bhanu
2010-04-01
1
-1
/
+1
*
microblaze: Fix "kstack=" parsing
Steven J. Magnani
2010-04-01
1
-4
/
+2
*
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2010-03-30
5
-13
/
+38
|
\
|
*
x86: Make sure free_init_pages() frees pages on page boundary
Yinghai Lu
2010-03-29
4
-12
/
+37
|
*
x86: Make smp_locks end with page alignment
Yinghai Lu
2010-03-29
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
2010-03-29
5
-13
/
+13
|
\
\
|
*
|
sparc64: Properly truncate pt_regs framepointer in perf callback.
David S. Miller
2010-03-29
1
-1
/
+1
|
*
|
arch/sparc/kernel: Use set_cpus_allowed_ptr
Julia Lawall
2010-03-27
3
-10
/
+10
|
*
|
sparc: Fix use of uid16_t and gid16_t in asm/stat.h
Rob Landley
2010-03-27
1
-2
/
+2
*
|
|
frv/chris: fix lines with a missing semicolons
David Howells
2010-03-29
2
-2
/
+2
|
|
/
|
/
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2010-03-26
3
-12
/
+19
|
\
\
|
*
|
x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1
Bjorn Helgaas
2010-03-25
1
-1
/
+12
|
*
|
x86/PCI: for host bridge address space collisions, show conflicting resource
Bjorn Helgaas
2010-03-25
1
-3
/
+6
|
*
|
frv/PCI: remove redundant warnings
Bjorn Helgaas
2010-03-25
1
-3
/
+1
|
*
|
x86/PCI: remove redundant warnings
Bjorn Helgaas
2010-03-25
1
-5
/
+0
*
|
|
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2010-03-26
7
-12
/
+61
|
\
\
\
|
*
|
|
x86, amd: Restrict usage of c1e_idle()
Andreas Herrmann
2010-03-19
2
-8
/
+26
[next]