summaryrefslogtreecommitdiffstats
path: root/arch/sparc64
Commit message (Expand)AuthorAgeFilesLines
* [SPARC64]: Fix missing load-twin usage in Niagara-1 memcpy.David S. Miller2007-10-023-166/+221
* [SPARC64]: Fix put_user() calls in binfmt_aout32.cDavid S. Miller2007-10-011-2/+2
* [SPARC]: Fix EBUS use of uninitialized variable.David S. Miller2007-09-271-1/+4
* [SPARC64]: Warn user if cpu is ignored.David S. Miller2007-09-162-2/+10
* [SPARC64]: Fix lockdep, particularly on SMP.David S. Miller2007-09-163-26/+58
* [SPARC64]: Update defconfig.David S. Miller2007-09-161-11/+5Star
* [SPARC64]: Fix booting on V100 systems.David S. Miller2007-09-121-1/+12
* hugepage: fix broken check for offset alignment in hugepage mappingsDavid Gibson2007-08-311-1/+1
* [SPARC64]: Fix several bugs in MSI handling.David S. Miller2007-08-313-14/+30
* [SPARC64]: Fix type and constant sizes wrt. sun4u IMAP/ICLR handling.David S. Miller2007-08-311-1/+1
* [SPARC64]: SMP trampoline needs to avoid %tick_cmpr on sun4v too.David S. Miller2007-08-161-4/+3Star
* [SPARC64]: Do not touch %tick_cmpr on sun4v cpus.David S. Miller2007-08-161-1/+2
* [SPARC64]: Niagara-2 optimized copies.David S. Miller2007-08-168-1/+716
* [SPARC64]: Allow userspace to get at the machine description.David S. Miller2007-08-161-0/+38
* [SPARC64]: Fix memory leak when cpu hotplugging.David S. Miller2007-08-094-65/+28Star
* [SPARC64]: Do not assume sun4v chips have load-twin/store-init support.David S. Miller2007-08-0910-33/+588
* [SPARC64]: Fix hard-coding of cpu type output in /proc/cpuinfo on sun4v.David S. Miller2007-08-081-8/+40
* [SPARC]: Centralize find_in_proplist() instead of duplicating N times.David S. Miller2007-08-083-36/+22Star
* [SPARC64]: Fix show_stack() when stack argument is NULL.David S. Miller2007-07-302-11/+12
* [SPARC64]: Fix conflicts in SBUS/PCI/EBUS/ISA DMA handling.David S. Miller2007-07-3011-839/+404Star
* [SPARC64]: Handle mostek clock type in mini_rtc driver.David S. Miller2007-07-301-0/+75
* [SPARC64]: Fix sun4u PCI config space accesses on sun4u.David S. Miller2007-07-302-12/+126
* Remove fs.h from mm.hAlexey Dobriyan2007-07-302-0/+2
* Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki2007-07-301-1/+1
* viohs: extern on function definitionAl Viro2007-07-261-1/+1
* [SPARC64]: Mark most of initial bootup asm as .text.init.ref_okDavid S. Miller2007-07-251-4/+7
* [SPARC64]: Update defconfig.David S. Miller2007-07-241-21/+11Star
* [SPARC]: Add missing NOTES section.David S. Miller2007-07-241-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-07-221-0/+1
|\
| * [SPARC64]: ERROR: "sys_ioctl" [arch/sparc64/solaris/solaris.ko] undefined!Christoph Hellwig2007-07-221-0/+1
* | NTP: move the cmos update code into ntp.cThomas Gleixner2007-07-222-51/+6Star
* | clockevents: fix resume logicThomas Gleixner2007-07-221-0/+1
|/
* [SPARC64]: fix section mismatch warning in mdesc.cSam Ravnborg2007-07-211-3/+3
* [SPARC64]: fix section mismatch warning in pci_sunv4Sam Ravnborg2007-07-211-2/+2
* [SPARC64]: Stop using drivers/char/rtc.cDavid S. Miller2007-07-211-0/+79
* [SPARC64]: Fix virq decomposition.David S. Miller2007-07-211-19/+25
* [SPARC64]: Use KERN_ERR in IRQ manipulation error printks.David S. Miller2007-07-211-14/+14
* [SPARC64]: Do not flood log with failed DS messages.David S. Miller2007-07-211-2/+0Star
* [SPARC64]: Handle multiple domain-services-port nodes properly.David S. Miller2007-07-211-94/+157
* [SPARC64]: Improve VIO device naming further.David S. Miller2007-07-211-19/+16Star
* [SPARC]: Make sure dev_archdata is filled in for all devices.David S. Miller2007-07-213-0/+15
* [SPARC]: Fix serial console device detection.David S. Miller2007-07-218-161/+71Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr/of...Linus Torvalds2007-07-206-395/+25Star
|\
| * Create drivers/of/platform.cStephen Rothwell2007-07-201-107/+11Star
| * [SPARC/64] Rename some functions like PowerPCStephen Rothwell2007-07-204-28/+28
| * Begin to consolidate of_device.cStephen Rothwell2007-07-201-111/+3Star
| * Consolidate of_find_node_by routinesStephen Rothwell2007-07-201-60/+1Star
| * Consolidate of_get_next_childStephen Rothwell2007-07-201-14/+0Star
| * Consolidate of_get_parentStephen Rothwell2007-07-201-13/+0Star
| * Consolidate of_find_propertyStephen Rothwell2007-07-201-21/+1Star