aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-26sparc: use the new generic strnlen_user() functionDavid Miller7-231/+9
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds1-0/+1
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds12-236/+14
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-36/+4
2012-05-24sparc: Fix user_addr_max() definition.David S. Miller2-2/+4
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+3
2012-05-24lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller2-144/+1
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller1-2/+1
2012-05-24sparc: Increase portability of strncpy_from_user() implementation.David S. Miller2-5/+30
2012-05-23sparc: Optimize strncpy_from_user() zero byte search.David S. Miller1-29/+21
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-38/+14
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+0
2012-05-22sparc: Add full proper error handling to strncpy_from_user().David S. Miller8-198/+136
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+0
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+2
2012-05-22sparc32: use the common implementation of alloc_thread_info_node()Sam Ravnborg3-37/+2
2012-05-21sparc: kill ancient comment in sparc_sigaction()Al Viro1-5/+0
2012-05-21sparc: missing checks of __get_user()/__put_user() return valuesAl Viro2-10/+12
2012-05-21new helper: sigsuspend()Al Viro2-23/+2
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds3-2/+5
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-83/+23
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-2/+0
2012-05-21net: drop NET dependency from HAVE_BPF_JITSam Ravnborg1-1/+1
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds136-10726/+2242
2012-05-21sparc: Use: generic time configAnna-Maria Gleixner1-12/+3
2012-05-20sparc32: use flushi when run-time patching in per_cpu_patchSam Ravnborg3-13/+10
2012-05-20sparc32: fix cpuid_patch run-time patchingSam Ravnborg1-0/+2
2012-05-19sparc32: drop unused inline functions in srmmu.cSam Ravnborg1-26/+0
2012-05-19sparc32: drop unused functions in pgtsrmmu.hSam Ravnborg2-52/+14
2012-05-19sparc32,leon: move leon mmu functions to leon_mm.cSam Ravnborg3-81/+85
2012-05-19sparc32,leon: remove duplicate definitions in leon.hSam Ravnborg1-15/+2
2012-05-19sparc32,leon: remove duplicate UART register definitionsSam Ravnborg1-25/+0
2012-05-19sparc32,leon: move leon ASI definitions to asi.hSam Ravnborg2-13/+14
2012-05-19sparc32: move trap table to a separate fileSam Ravnborg2-324/+419
2012-05-19sparc64: renamed ttable.S to ttable_64.SSam Ravnborg2-1/+1
2012-05-19sparc32: Remove asm/sysen.h header.David S. Miller1-15/+0
2012-05-19sparc32: Delete asm/smpprim.hDavid S. Miller1-54/+0
2012-05-19sparc32: Remove unused empty_bad_page{,_table} declarations.David S. Miller1-2/+0
2012-05-19sparc32: Kill boot_cpu_id4David S. Miller3-6/+1
2012-05-19sparc32: Move GET_PROCESSOR*_ID() out of asm/asmmacro.hDavid S. Miller2-10/+5
2012-05-19sparc32: Remove completely unused code from asm/cache.hDavid S. Miller1-114/+0
2012-05-19sparc32: Add ucmpdi2.o to obj-y instead of lib-y.David S. Miller1-2/+2
2012-05-19sparc32: add ucmpdi2Sam Ravnborg2-1/+20
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+4
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2-6/+0
2012-05-15userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman1-2/+2
2012-05-15sparc: introduce arch/sparc/KbuildSam Ravnborg2-2/+9
2012-05-15sparc: clean up MakefileSam Ravnborg1-21/+10