aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-3/+18
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+0
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro1-1/+1
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-2/+1
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro1-0/+16
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro1-5/+0
2012-05-29sparc: fix sparc64 build due to leon.h inclusionSam Ravnborg1-0/+1
2012-05-27sparc32,leon: always support leon in ioportSam Ravnborg1-2/+7
2012-05-27sparc32: srmmu_probe now knows about leon tooSam Ravnborg2-18/+1
2012-05-27sparc32: drop LEON hack for ASI_M_MMUREGSSam Ravnborg1-4/+0
2012-05-27sparc32: introduce run-time patching of srmmu access functionsSam Ravnborg1-61/+7
2012-05-27sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg1-12/+0
2012-05-27sparc32,leon: always include leon_kernel in buildSam Ravnborg2-6/+0
2012-05-27sparc32,leon: clean up leon.hSam Ravnborg2-65/+3
2012-05-27sparc32: handle leon in cpu.cSam Ravnborg1-0/+2
2012-05-27sparc32: add support for run-time patching of leon/sun single instructionsSam Ravnborg2-0/+25
2012-05-27sparc32: implement proper LEON support in head_32 (before highmem)Sam Ravnborg1-0/+6
2012-05-26sparc: use the new generic strnlen_user() functionDavid Miller2-22/+8
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 Torvalds5-24/+11
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-24sparc: Increase portability of strncpy_from_user() implementation.David S. Miller1-0/+3
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. Miller3-14/+3
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-22sparc32: use the common implementation of alloc_thread_info_node()Sam Ravnborg1-9/+2
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-27/+5
2012-05-20sparc32: use flushi when run-time patching in per_cpu_patchSam Ravnborg2-3/+4
2012-05-19sparc32: drop unused functions in pgtsrmmu.hSam Ravnborg1-50/+0
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: 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. Miller1-1/+0
2012-05-19sparc32: Move GET_PROCESSOR*_ID() out of asm/asmmacro.hDavid S. Miller1-10/+0
2012-05-19sparc32: Remove completely unused code from asm/cache.hDavid S. Miller1-114/+0
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2-6/+0
2012-05-15sparc32: cleanup mm/fault_32.cSam Ravnborg1-2/+0
2012-05-15sparc32: Remove cypress cpu support.David S. Miller3-92/+3
2012-05-14sparc64: Remove pointless assignment in floppy support.David S. Miller1-1/+0
2012-05-14sparc32: Kill unused hard_smp{4m,4d,leon}_processor_id() inlined.David S. Miller1-29/+0
2012-05-14sparc32: remove runtime btfix supportSam Ravnborg11-220/+0
2012-05-14sparc32: remove remaining users of btfixupSam Ravnborg1-4/+0
2012-05-14sparc32: move smp ipi to method opsSam Ravnborg2-26/+32
2012-05-14sparc32: Implement hard_smp_processor_id() via instruction patching.David S. Miller2-73/+19
2012-05-13sparc32: Move cache and TLB flushes over to method ops.David S. Miller3-101/+57