summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* sparc32,leon: fix leon bootupSam Ravnborg2012-05-291-32/+41
* sparc32: Export leon_dma_ops to modules.David S. Miller2012-05-281-1/+2
* sparc32: support leon + sun in dma_make_coherent()Sam Ravnborg2012-05-281-8/+4Star
* sparc32,leon: always support leon in ioportSam Ravnborg2012-05-281-9/+2Star
* sparc32,leon: always include leon_pmc in buildSam Ravnborg2012-05-282-7/+10
* sparc32: refactor cpu_idle()Sam Ravnborg2012-05-281-30/+5Star
* sparc32: introduce support for run-time patching for all shared assembler codeSam Ravnborg2012-05-285-29/+59
* sparc32,leon: fix section mismatch warningSam Ravnborg2012-05-281-2/+2
* sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg2012-05-284-15/+1Star
* sparc32,leon: always include leon_kernel in buildSam Ravnborg2012-05-281-1/+1
* sparc32,leon: clean up leon.hSam Ravnborg2012-05-281-0/+1
* sparc32: handle leon in cpu.cSam Ravnborg2012-05-281-9/+9
* sparc32: handle leon in irq_32.cSam Ravnborg2012-05-281-10/+12
* sparc32: add support for run-time patching of leon/sun single instructionsSam Ravnborg2012-05-282-16/+47
* sparc32: introduce sparc32_start_kernel called from head_32.SSam Ravnborg2012-05-283-8/+15
* sparc32: implement proper LEON support in head_32 (after highmem)Sam Ravnborg2012-05-281-25/+33
* sparc32: implement proper LEON support in head_32 (before highmem)Sam Ravnborg2012-05-281-11/+47
* sparc32: string and whitespace cleanup in head_32.SSam Ravnborg2012-05-281-15/+15
* sparc64: Fix several bugs in quad floating point emulation.David S. Miller2012-05-251-5/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-244-38/+14Star
|\
| * sparc: kill ancient comment in sparc_sigaction()Al Viro2012-05-221-5/+0Star
| * sparc: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-222-10/+12
| * new helper: sigsuspend()Al Viro2012-05-222-23/+2Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-241-2/+2
|\ \
| * | userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman2012-05-151-2/+2
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-231-3/+1Star
|\ \ \
| * | | perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-091-3/+1Star
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-222-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | KEYS: Use the compat keyctl() syscall wrapper on Sparc64 for Sparc32 compatDavid Howells2012-05-111-1/+1
| * | | Merge tag 'v3.4-rc5' into nextJames Morris2012-05-045-27/+5Star
| |\| |
| * | | seccomp: ignore secure_computing return valuesWill Drewry2012-04-181-1/+1
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-227-55/+16Star
|\ \ \ \
| * | | | sparc: Use generic init_taskThomas Gleixner2012-05-052-23/+0Star
| * | | | sparc: Use generic idle thread allocationThomas Gleixner2012-04-265-30/+14Star
| * | | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-262-2/+2
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2012-05-2141-2600/+1088Star
|\ \ \ \
| * | | | sparc32: use flushi when run-time patching in per_cpu_patchSam Ravnborg2012-05-201-10/+6Star
| * | | | sparc32: fix cpuid_patch run-time patchingSam Ravnborg2012-05-201-0/+2
| * | | | sparc32: move trap table to a separate fileSam Ravnborg2012-05-202-324/+419
| * | | | sparc64: renamed ttable.S to ttable_64.SSam Ravnborg2012-05-202-1/+1
| * | | | sparc32: Kill boot_cpu_id4David S. Miller2012-05-202-5/+1Star
| * | | | sparc32: Move GET_PROCESSOR*_ID() out of asm/asmmacro.hDavid S. Miller2012-05-201-0/+5
| * | | | sparc32: delete muldiv.o from MakefileSam Ravnborg2012-05-151-1/+0Star
| * | | | sparc32: Kill off software 32-bit multiply/divide routines.David S. Miller2012-05-156-319/+17Star
| * | | | sparc32: Remove cypress cpu support.David S. Miller2012-05-152-26/+0Star
| * | | | sparc32: remove runtime btfix supportSam Ravnborg2012-05-143-4/+0Star
| * | | | sparc32: remove remaining users of btfixupSam Ravnborg2012-05-147-45/+23Star
| * | | | sparc32: move smp ipi to method opsSam Ravnborg2012-05-148-79/+75Star
| * | | | sparc32: Implement hard_smp_processor_id() via instruction patching.David S. Miller2012-05-148-102/+80Star
| * | | | sparc32: Move cache and TLB flushes over to method ops.David S. Miller2012-05-147-160/+43Star