summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* [SPARC]: Fix several regset and ptrace bugs.David S. Miller2008-04-101-51/+97
* [SPARC64]: Fix user accesses in regset code.David S. Miller2008-04-041-21/+115
* [SPARC64]: Fix FPU saving in 64-bit signal handling.David S. Miller2008-04-041-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-2714-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-263-7/+23
| * [SPARC64]: Make save_stack_trace() more efficient.David S. Miller2008-03-252-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-242-6/+0
| * [SPARC64]: Use shorter list_splice_init() for brevity.Robert P. J. Day2008-03-241-2/+1
| * [SPARC64]: Remove most limitations to kernel image size.David S. Miller2008-03-223-134/+79
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-184-12/+10
|\|
| * [SPARC]: Add reboot_command[] extern decl to asm/system.hDavid S. Miller2008-02-291-2/+0
| * [SPARC]: Mark linux_sparc_{fpu,chips} static.David S. Miller2008-02-291-2/+2
| * [SPARC64]: Fix section mismatchs from dr_cpu_dataSam Ravnborg2008-02-252-8/+8
* | [NET] endianness noise: INADDR_ANYAl Viro2008-03-181-1/+1
|/
* [SPARC64]: make IOMMU code respect the segment boundary limitsFUJITA Tomonori2008-02-211-1/+2
* [SPARC64]: Fix cpu trampoline et al. mismatch warnings.Sam Ravnborg2008-02-213-3/+7
* [SPARC64]: More sparse warning fixes in process.cDavid S. Miller2008-02-201-0/+2
* [SPARC64]: Kill show_regs32().David S. Miller2008-02-201-18/+0
* [SPARC64]: Fix sparse warnings wrt. __show_regs().David S. Miller2008-02-202-4/+0
* [SPARC64]: Kill show_stackframe{,32}().David S. Miller2008-02-201-56/+0
* [SPARC64]: Fix sparse warnings wrt. machine_alt_power_off().David S. Miller2008-02-202-2/+2
* [SPARC64]: Kill pcic_present().David S. Miller2008-02-191-21/+0
* [SPARC]: Kill 'prom_palette'.David S. Miller2008-02-193-13/+0
* [SPARC64]: Kill 'prom_keyboard'.David S. Miller2008-02-192-8/+0
* [SPARC]: Kill extern decl of 'panic_setup'.David S. Miller2008-02-191-2/+0
* [SPARC64]: Delete 'boot_flags'.David S. Miller2008-02-191-5/+0
* [SPARC64]: Kill unused function 'kernel_enter_debugger'.David S. Miller2008-02-191-5/+0
* [SPARC64] arch/sparc64/kernel/unaligned.c: Use time_* macrosS.Çağlar Onur2008-02-181-1/+2
* [SPARC64]: Always register a PROM based early console.David S. Miller2008-02-182-8/+7
* [SPARC64]: Use shorter "get_zeroed_page" call.Robert P. J. Day2008-02-131-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