aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel
Commit message (Expand)AuthorAgeFilesLines
* [SPARC]: Fix several regset and ptrace bugs.David S. Miller2008-04-091-51/+97
* [SPARC64]: Fix user accesses in regset code.David S. Miller2008-04-031-21/+115
* [SPARC64]: Fix FPU saving in 64-bit signal handling.David S. Miller2008-04-031-1/+1
* sparc64: remove unused calc_npages() in iommu_common.hFUJITA Tomonori2008-03-281-13/+0
* sparc64: add the segment boundary checking to IOMMUs while merging SG entriesFUJITA Tomonori2008-03-283-4/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-03-2614-111/+371
|\
| * [SPARC64]: flush_ptrace_access() needs preemption disable.David S. Miller2008-03-261-0/+4
| * [SPARC64]: Fix allnoconfig build, ptrace.c missing CONFIG_COMPAT checks.David S. Miller2008-03-261-0/+6
| * [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/signal.cDavid S. Miller2008-03-263-0/+16
| * [SPARC64]: Fix most sparse warnings in arch/sparc64/kernel/sys_sparc.cDavid S. Miller2008-03-263-5/+56
| * [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/time.cDavid S. Miller2008-03-263-27/+44
| * [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/ptrace.cDavid S. Miller2008-03-262-3/+13
| * [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/irq.cDavid S. Miller2008-03-262-19/+29
| * [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/iommu.cDavid S. Miller2008-03-261-4/+4
| * [SPARC64]: Fix sparse errors in arch/sparc64/kernel/traps.cDavid S. Miller2008-03-262-46/+144
| * [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/{cpu,setup}.cDavid S. Miller2008-03-253-7/+23
| * [SPARC64]: Make save_stack_trace() more efficient.David S. Miller2008-03-242-1/+33
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-03-246-142/+80
|\ \ | |/
| * [SPARC64]: exec PT_DTRACERoland McGrath2008-03-232-6/+0
| * [SPARC64]: Use shorter list_splice_init() for brevity.Robert P. J. Day2008-03-231-2/+1
| * [SPARC64]: Remove most limitations to kernel image size.David S. Miller2008-03-213-134/+79
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-174-12/+10
|\ \ | |/
| * [SPARC]: Add reboot_command[] extern decl to asm/system.hDavid S. Miller2008-02-281-2/+0
| * [SPARC]: Mark linux_sparc_{fpu,chips} static.David S. Miller2008-02-281-2/+2
| * [SPARC64]: Fix section mismatchs from dr_cpu_dataSam Ravnborg2008-02-242-8/+8
* | [NET] endianness noise: INADDR_ANYAl Viro2008-03-171-1/+1
|/
* [SPARC64]: make IOMMU code respect the segment boundary limitsFUJITA Tomonori2008-02-201-1/+2
* [SPARC64]: Fix cpu trampoline et al. mismatch warnings.Sam Ravnborg2008-02-203-3/+7
* [SPARC64]: More sparse warning fixes in process.cDavid S. Miller2008-02-191-0/+2
* [SPARC64]: Kill show_regs32().David S. Miller2008-02-191-18/+0
* [SPARC64]: Fix sparse warnings wrt. __show_regs().David S. Miller2008-02-192-4/+0
* [SPARC64]: Kill show_stackframe{,32}().David S. Miller2008-02-191-56/+0
* [SPARC64]: Fix sparse warnings wrt. machine_alt_power_off().David S. Miller2008-02-192-2/+2
* [SPARC64]: Kill pcic_present().David S. Miller2008-02-181-21/+0
* [SPARC]: Kill 'prom_palette'.David S. Miller2008-02-183-13/+0
* [SPARC64]: Kill 'prom_keyboard'.David S. Miller2008-02-182-8/+0
* [SPARC]: Kill extern decl of 'panic_setup'.David S. Miller2008-02-181-2/+0
* [SPARC64]: Delete 'boot_flags'.David S. Miller2008-02-181-5/+0
* [SPARC64]: Kill unused function 'kernel_enter_debugger'.David S. Miller2008-02-181-5/+0
* [SPARC64] arch/sparc64/kernel/unaligned.c: Use time_* macrosS.Çağlar Onur2008-02-171-1/+2
* [SPARC64]: Always register a PROM based early console.David S. Miller2008-02-172-8/+7
* [SPARC64]: Use shorter "get_zeroed_page" call.Robert P. J. Day2008-02-121-2/+1
* [SPARC]: Remove of_platform_device_createStephen Rothwell2008-02-091-26/+0
* [SPARC64]: Add kretprobe support.David S. Miller2008-02-091-2/+111
* [SPARC64]: Add SG merging support back into IOMMU code.David S. Miller2008-02-092-147/+290
* [SPARC64]: IOMMU allocations using iommu-helper layer.David S. Miller2008-02-093-110/+107
* [SPARC64]: iommu_common.h tidy ups...David S. Miller2008-02-091-3/+7
* [SPARC64]: Remove unused declarations from iommu_common.hDavid S. Miller2008-02-091-19/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-02-084-294/+109
|\
| * [SPARC64]: Make use of the new fs/compat_binfmt_elf.cDavid S. Miller2008-02-082-137/+0