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.12.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
/
sparc64
/
mm
/
ultra.S
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-04
sparc,sparc64: unify mm/
Sam Ravnborg
1
-767
/
+0
2008-12-04
sparc64: Stop using memory barriers for atomics and locks.
David S. Miller
1
-2
/
+0
2008-08-10
sparc64: Don't MAGIC_SYSRQ ifdef smp_fetch_global_regs and support code.
David S. Miller
1
-2
/
+0
2008-07-31
sparc64: Kill smp_report_regs().
David S. Miller
1
-35
/
+0
2008-07-31
sparc64: Make global reg dumping even more useful.
David S. Miller
1
-0
/
+7
2008-07-18
sparc64: Convert to generic helpers for IPI function calls.
David S. Miller
1
-0
/
+5
2008-05-20
sparc64: Add global register dumping facility.
David S. Miller
1
-1
/
+28
2008-05-20
sparc64: remove CVS keywords
Adrian Bunk
1
-1
/
+1
2008-04-29
sparc: Add kgdb support.
David S. Miller
1
-0
/
+27
2008-04-24
[SPARC64]: %l6 trap return handling no longer necessary.
David S. Miller
1
-3
/
+1
2007-11-01
[SPARC64]: Kill unused ITAG_MASK macro in ultra.S
David S. Miller
1
-7
/
+0
2006-12-10
[SPARC64]: Add irqtrace/stacktrace/lockdep support.
David S. Miller
1
-0
/
+8
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-20
[SPARC64]: Fix new context version SMP handling.
David S. Miller
1
-0
/
+5
2006-03-20
[SPARC64]: Bulletproof hypervisor TLB flushing.
David S. Miller
1
-26
/
+68
2006-03-20
[SPARC64]: Fix comment typo in __flush_tlb_kernel_range.
David S. Miller
1
-1
/
+1
2006-03-20
[SPARC64]: Rename gl_{1,2}insn_patch --> sun4v_{1,2}insn_patch
David S. Miller
1
-2
/
+2
2006-03-20
[SPARC64]: Sanitize %pstate writes for sun4v.
David S. Miller
1
-2
/
+16
2006-03-20
[SPARC64]: SUN4V hypervisor TLB flush support code.
David S. Miller
1
-10
/
+214
2006-03-20
[SPARC64]: Fix bogus flush instruction usage.
David S. Miller
1
-12
/
+19
2006-03-20
[SPARC64]: Elminate all usage of hard-coded trap globals.
David S. Miller
1
-6
/
+4
2006-03-20
[SPARC64]: Move away from virtual page tables, part 1.
David S. Miller
1
-58
/
+0
2005-10-15
[SPARC64]: Fix powering off on SMP.
David S. Miller
1
-16
/
+0
2005-09-27
[SPARC64]: Do not do TLB pre-filling any more.
David S. Miller
1
-29
/
+0
2005-09-27
[SPARC64]: Simplify Spitfire D-cache page flush.
David S. Miller
1
-46
/
+23
2005-09-08
[PATCH] kprobes-prevent-possible-race-conditions-sparc64-changes fix
Prasanna S Panchamukhi
1
-1
/
+1
2005-09-08
[PATCH] Kprobes: prevent possible race conditions sparc64 changes
Prasanna S Panchamukhi
1
-0
/
+2
2005-08-31
[SPARC64]: Preserve nucleus ctx page size during TLB flushes.
David S. Miller
1
-14
/
+25
2005-07-06
[SPARC64]: Fix UltraSPARC-III fallout from membar changes.
David S. Miller
1
-2
/
+3
2005-06-28
[SPARC64]: Avoid membar instructions in delay slots.
David S. Miller
1
-1
/
+2
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+583