index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sparc64
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-28
[PATCH] gfp_t: remaining bits of arch/*
Al Viro
2
-2
/
+2
2005-10-14
[SPARC64]: Fix powering off on SMP.
David S. Miller
3
-35
/
+0
2005-10-13
[SPARC64]: Eliminate PCI IOMMU dma mapping size limit.
David S. Miller
1
-228
/
+137
2005-10-13
[SPARC64]: Consolidate common PCI IOMMU init code.
David S. Miller
4
-132
/
+62
2005-10-12
[SPARC64]: Fix boot failures on SunBlade-150
David S. Miller
6
-226
/
+166
2005-10-11
[SPARC64]: Fix net booting on Ultra5
David S. Miller
1
-2
/
+6
2005-10-10
[SPARC64]: Fix Ultra5, Ultra60, et al. boot failures.
David S. Miller
1
-36
/
+91
2005-10-08
[SPARC64]: Fix compile error in irq.c
Sven Hartge
1
-0
/
+1
2005-10-07
[SPARC64]: Fix userland FPU state corruption.
David S. Miller
3
-24
/
+30
2005-10-06
[SPARC64]: Probe for power device on ISA bus too.
David S. Miller
1
-13
/
+51
2005-10-05
[SPARC64]: Fix initrd when net booting.
David S. Miller
1
-100
/
+56
2005-10-04
[SPARC64]: Replace cheetah+ code patching with variables.
David S. Miller
8
-185
/
+47
2005-09-29
[SPARC64]: Fix several bugs in flush_ptrace_access().
David S. Miller
1
-3
/
+11
2005-09-29
[SPARC64]: Kill arch/sparc64/prom/memory.c
David S. Miller
3
-156
/
+1
2005-09-29
[SPARC64]: Rewrite convoluted physical memory probing.
David S. Miller
2
-192
/
+112
2005-09-28
[SPARC64]: Solidify check in cheetah_check_main_memory().
David S. Miller
1
-0
/
+3
2005-09-28
[SPARC64]: Kill all external references to sp_banks[]
David S. Miller
3
-30
/
+28
2005-09-28
[SPARC64]: Move phys_base, kern_{base,size}, and sp_banks[] init to paging_init
David S. Miller
3
-67
/
+61
2005-09-28
[SPARC]: Declare paging_init() in asm/pgtable.h
David S. Miller
1
-2
/
+0
2005-09-28
[SPARC64]: Simplify user fault fixup handling.
David S. Miller
2
-42
/
+31
2005-09-28
[SPARC64]: Fix fault handling in unaligned trap handler.
David S. Miller
5
-87
/
+94
2005-09-28
[SPARC64]: Convert to use generic exception table support.
David S. Miller
6
-171
/
+99
2005-09-28
[SPARC64]: Fix bug in unaligned load endianness swapping
David S. Miller
1
-5
/
+5
2005-09-27
[SPARC64]: Add missing IDs for newer cpus.
David S. Miller
2
-1
/
+8
2005-09-26
[SPARC64]: Do not do TLB pre-filling any more.
David S. Miller
2
-35
/
+0
2005-09-26
[SPARC64]: Simplify Spitfire D-cache page flush.
David S. Miller
1
-46
/
+23
2005-09-26
[SPARC64]: Probe D/I/E-cache config and use.
David S. Miller
5
-23
/
+96
2005-09-25
[SPARC64]: Add CONFIG_DEBUG_PAGEALLOC support.
David S. Miller
5
-12
/
+147
2005-09-24
[SPARC64]: Fix mask formation in tomatillo_wsync_handler()
David S. Miller
1
-1
/
+1
2005-09-23
[SPARC64]: Mark functions called by paging_init() as __init.
David S. Miller
1
-6
/
+6
2005-09-23
[SPARC64]: Kill unused variable in setup_arch()
David S. Miller
1
-7
/
+0
2005-09-22
[SPARC64]: Fix comment typo in head.S
David S. Miller
1
-1
/
+1
2005-09-22
[SPARC64]: Rewrite bootup sequence.
David S. Miller
13
-625
/
+221
2005-09-22
[SPARC64]: Kill readjust_prom_translations()
David S. Miller
1
-35
/
+0
2005-09-22
[SPARC64]: Remove unnecessary paging_init() cruft.
David S. Miller
1
-99
/
+15
2005-09-22
[SPARC64]: Do not allocate OBP page tables using bootmem
David S. Miller
1
-47
/
+100
2005-09-22
[SPARC64]: Break up inherit_prom_mappings() into it's constituent parts.
David S. Miller
1
-141
/
+160
2005-09-21
[SPARC64]: Do not allocate prom translations using bootmem.
David S. Miller
1
-28
/
+26
2005-09-21
[SPARC64]: Remove ktlb.S instruction patching.
David S. Miller
2
-39
/
+24
2005-09-21
[SPARC64]: Kill SZ_BITS define from dtlb_backend.S
David S. Miller
1
-12
/
+1
2005-09-21
[SPARC64]: Move kernel TLB miss handling into a seperate file.
David S. Miller
4
-157
/
+179
2005-09-20
[SPARC64]: Verify vmalloc TLB misses more strictly.
David S. Miller
1
-20
/
+19
2005-09-19
[SPARC64]: Move DCACHE_ALIASING_POSSIBLE define to asm/page.h
David S. Miller
1
-3
/
+4
2005-09-19
[SPARC64]: Handle little-endian unaligned loads/stores correctly.
David S. Miller
2
-8
/
+58
2005-09-14
[LIB]: Consolidate _atomic_dec_and_lock()
David S. Miller
4
-93
/
+0
2005-09-10
[PATCH] spinlock consolidation
Ingo Molnar
4
-377
/
+0
2005-09-09
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
1
-0
/
+1
2005-09-09
[PATCH] files: lock-free fd look-up
Dipankar Sarma
1
-3
/
+4
2005-09-09
[PATCH] files-sparc64-fix 2
Dipankar Sarma
1
-7
/
+22
2005-09-09
[PATCH] files: break up files struct
Dipankar Sarma
1
-3
/
+5
[next]