aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki1-5/+0
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-10-16SPARC64: SPARSEMEM_VMEMMAP supportDavid Miller3-1/+69
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis1-9/+8
2007-10-13[SPARC64]: virt_to_real_irq_table --> virt_irq_tableDavid S. Miller1-20/+20
2007-10-13[SPARC64]: virt_irq --> bucket mapping no longer necessaryDavid S. Miller2-12/+9
2007-10-13[SPARC64]: Kill ugly __bucket() macro.David S. Miller1-146/+92
2007-10-13[SPARC64]: Kill ugly __irq_ino() macro.David S. Miller2-12/+12
2007-10-13[SPARC64]: Only use bypass accesses to INO buckets.David S. Miller2-33/+91
2007-10-13[SPARC64]: Update defconfig.David S. Miller1-5/+33
2007-10-13[SPARC64]: Use sun4v VIRQ interfaces as intended.David S. Miller2-12/+31
2007-10-13[SPARC64]: Allocate ivector_table dynamically.David S. Miller1-11/+11
2007-10-13[SPARC64]: Access ivector_table[] using physical addresses.David S. Miller4-39/+49
2007-10-13[SPARC64]: Make IVEC pointers 64-bit.David S. Miller3-25/+32
2007-10-13[SPARC64]: Fix register usage in xor_raid_4().David S. Miller1-6/+6
2007-10-13[SPARC64]: Kill pci_memspace_mask.David S. Miller6-52/+30
2007-10-13[SPARC64]: Consolidate MSI support code.David S. Miller6-775/+700
2007-10-13[SPARC/64]: Move of_platform_driver initialisations: arch/sparc{,64}.Stephen Rothwell3-3/+9
2007-10-13[SPARC64]: Fix bugs in SYSV IPC handling in 64-bit processes.David S. Miller1-11/+4
2007-10-13[SPARC/64]: Prepare to remove of_platform_driver name.Stephen Rothwell1-1/+4
2007-10-13[SPARC64]: beautify vmlinux.ldsSam Ravnborg1-89/+122
2007-10-13[SPARC64]: Enable MSI on sun4u Fire PCI-E controllers.David S. Miller2-1/+516
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-1/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+2
2007-10-04[CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq coreThomas Renninger1-1/+0
2007-10-04[SPARC64]: Fix 'niu' complex IRQ probing.David S. Miller1-1/+2
2007-10-04[SPARC64]: check fork_idle() errorAkinobu Mita1-0/+2
2007-10-03[SPARC64]: Temporary workaround for PCI-E slot on T1000.David S. Miller1-2/+2
2007-10-03[SPARC64]: VIO device addition log message level is too high.David S. Miller1-1/+1
2007-10-03[SPARC64]: Fix domain-services port probing.David S. Miller1-1/+26
2007-10-02[SPARC64]: Don't use in/local regs for ldx/stx data in N1 memcpy.David S. Miller1-4/+4
2007-10-02[SPARC64]: Fix missing load-twin usage in Niagara-1 memcpy.David S. Miller3-166/+221
2007-09-30[SPARC64]: Fix put_user() calls in binfmt_aout32.cDavid S. Miller1-2/+2
2007-09-27[SPARC]: Fix EBUS use of uninitialized variable.David S. Miller1-1/+4
2007-09-16[SPARC64]: Warn user if cpu is ignored.David S. Miller2-2/+10
2007-09-16[SPARC64]: Fix lockdep, particularly on SMP.David S. Miller3-26/+58
2007-09-16[SPARC64]: Update defconfig.David S. Miller1-11/+5
2007-09-12[SPARC64]: Fix booting on V100 systems.David S. Miller1-1/+12
2007-08-31hugepage: fix broken check for offset alignment in hugepage mappingsDavid Gibson1-1/+1
2007-08-30[SPARC64]: Fix several bugs in MSI handling.David S. Miller3-14/+30
2007-08-30[SPARC64]: Fix type and constant sizes wrt. sun4u IMAP/ICLR handling.David S. Miller1-1/+1
2007-08-16[SPARC64]: SMP trampoline needs to avoid %tick_cmpr on sun4v too.David S. Miller1-4/+3
2007-08-16[SPARC64]: Do not touch %tick_cmpr on sun4v cpus.David S. Miller1-1/+2
2007-08-16[SPARC64]: Niagara-2 optimized copies.David S. Miller8-1/+716
2007-08-15[SPARC64]: Allow userspace to get at the machine description.David S. Miller1-0/+38
2007-08-08[SPARC64]: Fix memory leak when cpu hotplugging.David S. Miller4-65/+28
2007-08-08[SPARC64]: Do not assume sun4v chips have load-twin/store-init support.David S. Miller10-33/+588
2007-08-07[SPARC64]: Fix hard-coding of cpu type output in /proc/cpuinfo on sun4v.David S. Miller1-8/+40
2007-08-07[SPARC]: Centralize find_in_proplist() instead of duplicating N times.David S. Miller3-36/+22
2007-07-30[SPARC64]: Fix show_stack() when stack argument is NULL.David S. Miller2-11/+12