summaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
Commit message (Expand)AuthorAgeFilesLines
* sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg2012-05-286-28/+2
* sparc32,leon: always include leon_kernel in buildSam Ravnborg2012-05-283-7/+1
* sparc32,leon: clean up leon.hSam Ravnborg2012-05-283-65/+4
* sparc32: handle leon in cpu.cSam Ravnborg2012-05-282-9/+11
* 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-284-16/+72
* 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-282-11/+53
* sparc32: string and whitespace cleanup in head_32.SSam Ravnborg2012-05-281-15/+15
* sparc: fix bad merge of sparc KconfigStephen Rothwell2012-05-281-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2012-05-288-231/+10
|\
| * sparc: use the new generic strnlen_user() functionDavid Miller2012-05-267-231/+9
| * word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-261-0/+1
* | sparc64: Fix several bugs in quad floating point emulation.David S. Miller2012-05-252-11/+21
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-251-0/+1
|\
| * Merge branch 'linus' into queueMarcelo Tosatti2012-04-195-35/+61
| |\
| * | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-2512-236/+14
|\ \ \
| * | | sparc: Fix user_addr_max() definition.David S. Miller2012-05-242-2/+4
| * | | lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller2012-05-242-144/+1
| * | | kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller2012-05-241-2/+1
| * | | sparc: Increase portability of strncpy_from_user() implementation.David S. Miller2012-05-242-5/+30
| * | | sparc: Optimize strncpy_from_user() zero byte search.David S. Miller2012-05-241-29/+21
| * | | sparc: Add full proper error handling to strncpy_from_user().David S. Miller2012-05-238-198/+136
| * | | sparc32: use the common implementation of alloc_thread_info_node()Sam Ravnborg2012-05-223-37/+2
* | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-241-36/+4
|\ \ \ \
| * | | | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-121-36/+4
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-9/+3
|\ \ \ \ \
| * | | | | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-2/+0
| * | | | | sparc: Use: generic time configAnna-Maria Gleixner2012-05-211-12/+3
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-244-38/+14
|\ \ \ \ \
| * | | | | sparc: kill ancient comment in sparc_sigaction()Al Viro2012-05-221-5/+0
| * | | | | sparc: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-222-10/+12
| * | | | | new helper: sigsuspend()Al Viro2012-05-222-23/+2
* | | | | | 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 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-232-6/+0
|\ \ \ \ \ \ \
| * | | | | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-172-6/+0
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-231-19/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra2012-05-091-19/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-232-4/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-091-3/+1
| * | | | | | | perf: Remove PERF_COUNTERS config optionRobert Richter2012-04-261-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-223-2/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | KEYS: Use the compat keyctl() syscall wrapper on Sparc64 for Sparc32 compatDavid Howells2012-05-112-1/+4
| * | | | | | Merge tag 'v3.4-rc5' into nextJames Morris2012-05-047-41/+65
| |\| | | | |
| * | | | | | 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-2212-83/+23
|\ \ \ \ \ \
| * | | | | | task_allocator: Use config switches instead of magic definesThomas Gleixner2012-05-082-2/+1