summaryrefslogtreecommitdiffstats
path: root/arch/sparc64
AgeCommit message (Expand)AuthorFilesLines
2005-09-22[SPARC64]: Fix comment typo in head.SDavid S. Miller1-1/+1
2005-09-22[SPARC64]: Rewrite bootup sequence.David S. Miller13-625/+221
2005-09-22[SPARC64]: Kill readjust_prom_translations()David S. Miller1-35/+0
2005-09-22[SPARC64]: Remove unnecessary paging_init() cruft.David S. Miller1-99/+15
2005-09-22[SPARC64]: Do not allocate OBP page tables using bootmemDavid S. Miller1-47/+100
2005-09-22[SPARC64]: Break up inherit_prom_mappings() into it's constituent parts.David S. Miller1-141/+160
2005-09-21[SPARC64]: Do not allocate prom translations using bootmem.David S. Miller1-28/+26
2005-09-21[SPARC64]: Remove ktlb.S instruction patching.David S. Miller2-39/+24
2005-09-21[SPARC64]: Kill SZ_BITS define from dtlb_backend.SDavid S. Miller1-12/+1
2005-09-21[SPARC64]: Move kernel TLB miss handling into a seperate file.David S. Miller4-157/+179
2005-09-20[SPARC64]: Verify vmalloc TLB misses more strictly.David S. Miller1-20/+19
2005-09-19[SPARC64]: Move DCACHE_ALIASING_POSSIBLE define to asm/page.hDavid S. Miller1-3/+4
2005-09-19[SPARC64]: Handle little-endian unaligned loads/stores correctly.David S. Miller2-8/+58
2005-09-14[LIB]: Consolidate _atomic_dec_and_lock()David S. Miller4-93/+0
2005-09-10[PATCH] spinlock consolidationIngo Molnar4-377/+0
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds1-0/+1
2005-09-09[PATCH] files: lock-free fd look-upDipankar Sarma1-3/+4
2005-09-09[PATCH] files-sparc64-fix 2Dipankar Sarma1-7/+22
2005-09-09[PATCH] files: break up files structDipankar Sarma1-3/+5
2005-09-09kbuild: frv,m32r,sparc64 introduce fake asm-offsets.h fileSam Ravnborg1-0/+1
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds4-181/+64
2005-09-08[PATCH] Make sparc64 use setup-res.cDavid S. Miller4-187/+64
2005-09-08[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need itJohn W. Linville1-0/+6
2005-09-08[SPARC64]: Inline membar()'s again.David S. Miller3-83/+1
2005-09-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 Linus Torvalds1-4/+5
2005-09-07[PATCH] Kconfig fix (BLK_DEV_FD dependencies)viro@ZenIV.linux.org.uk1-0/+4
2005-09-07[PATCH] kprobes-prevent-possible-race-conditions-sparc64-changes fixPrasanna S Panchamukhi1-1/+1
2005-09-07[PATCH] Kprobes: prevent possible race conditions sparc64 changesPrasanna S Panchamukhi5-20/+30
2005-09-07[PATCH] remove duplicated sys_open32() code from 64bit archsMiklos Szeredi1-23/+1
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz1-1/+1
2005-09-06[SPARC64]: Fix set/get MTU cases in sunos_ioctl()David S. Miller1-4/+5
2005-09-05[SPARC64]: Don't include drivers/firmware/KconfigDavid S. Miller1-2/+0
2005-09-01[SPARC]: Kill io_remap_page_range()David S. Miller3-36/+1
2005-08-31[SPARC64]: Use 'unsigned long' for port argument to I/O string ops.David S. Miller1-33/+44
2005-08-30[SPARC64]: Use drivers/KconfigDavid S. Miller1-308/+20
2005-08-30[SPARC64]: Preserve nucleus ctx page size during TLB flushes.David S. Miller1-14/+25
2005-08-30[SPARC64]: Do not expand CHEETAH_LOG_ERROR 3 times.David S. Miller1-136/+173
2005-08-30[SPARC64]: Kill BRANCH_IF_ANY_CHEETAH() from copy page.David S. Miller2-2/+14
2005-08-29[SPARC64]: Eliminate irq_cpustat_t.David S. Miller2-17/+8
2005-08-29[SPARC64]: More fully work around Spitfire Errata 51.David S. Miller10-39/+125
2005-08-29[SPARC64]: Make debugging spinlocks usable again.David S. Miller2-49/+14
2005-08-29[SPARC64]: remove use of asm/segment.hKumar Gala1-1/+0
2005-08-29[SPARC64]: Revamp Spitfire error trap handling.David S. Miller5-245/+336
2005-08-29[SPARC64]: Do not call winfix_dax blindlyDavid S. Miller2-0/+27
2005-08-29[SPARC64]: Fix trap state reading for instruction_access_exception.David S. Miller1-11/+4
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt2-12/+10
2005-08-24[PATCH] Export pcibios_bus_to_resourceKeith Owens1-0/+1
2005-08-19[SPARC64]: Move kernel unaligned trap handlers into assembler file.David S. Miller4-203/+216
2005-08-18[SPARC64]: Fix 2 bugs in cpufreq drivers.David S. Miller2-13/+52
2005-08-09[NET]: Fix memory leak in sys_{send,recv}msg() w/compatAndrew Morton1-74/+119