summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
AgeCommit message (Expand)AuthorLines
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+18
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+0
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro-1/+1
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro-2/+1
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro-0/+16
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro-5/+0
2012-05-29sparc: fix sparc64 build due to leon.h inclusionSam Ravnborg-0/+1
2012-05-27sparc32,leon: always support leon in ioportSam Ravnborg-2/+7
2012-05-27sparc32: srmmu_probe now knows about leon tooSam Ravnborg-18/+1
2012-05-27sparc32: drop LEON hack for ASI_M_MMUREGSSam Ravnborg-4/+0
2012-05-27sparc32: introduce run-time patching of srmmu access functionsSam Ravnborg-61/+7
2012-05-27sparc32,leon: always include leon_smp + leon_mm in buildSam Ravnborg-12/+0
2012-05-27sparc32,leon: always include leon_kernel in buildSam Ravnborg-6/+0
2012-05-27sparc32,leon: clean up leon.hSam Ravnborg-65/+3
2012-05-27sparc32: handle leon in cpu.cSam Ravnborg-0/+2
2012-05-27sparc32: add support for run-time patching of leon/sun single instructionsSam Ravnborg-0/+25
2012-05-27sparc32: implement proper LEON support in head_32 (before highmem)Sam Ravnborg-0/+6
2012-05-26sparc: use the new generic strnlen_user() functionDavid Miller-22/+8
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds-0/+1
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-24/+11
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-36/+4
2012-05-24sparc: Fix user_addr_max() definition.David S. Miller-2/+4
2012-05-24sparc: Increase portability of strncpy_from_user() implementation.David S. Miller-0/+3
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+0
2012-05-22sparc: Add full proper error handling to strncpy_from_user().David S. Miller-14/+3
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-19/+0
2012-05-22sparc32: use the common implementation of alloc_thread_info_node()Sam Ravnborg-9/+2
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-27/+5
2012-05-20sparc32: use flushi when run-time patching in per_cpu_patchSam Ravnborg-3/+4
2012-05-19sparc32: drop unused functions in pgtsrmmu.hSam Ravnborg-50/+0
2012-05-19sparc32,leon: remove duplicate definitions in leon.hSam Ravnborg-15/+2
2012-05-19sparc32,leon: remove duplicate UART register definitionsSam Ravnborg-25/+0
2012-05-19sparc32,leon: move leon ASI definitions to asi.hSam Ravnborg-13/+14
2012-05-19sparc32: Remove asm/sysen.h header.David S. Miller-15/+0
2012-05-19sparc32: Delete asm/smpprim.hDavid S. Miller-54/+0
2012-05-19sparc32: Remove unused empty_bad_page{,_table} declarations.David S. Miller-2/+0
2012-05-19sparc32: Kill boot_cpu_id4David S. Miller-1/+0
2012-05-19sparc32: Move GET_PROCESSOR*_ID() out of asm/asmmacro.hDavid S. Miller-10/+0
2012-05-19sparc32: Remove completely unused code from asm/cache.hDavid S. Miller-114/+0
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha-6/+0
2012-05-15sparc32: cleanup mm/fault_32.cSam Ravnborg-2/+0
2012-05-15sparc32: Remove cypress cpu support.David S. Miller-92/+3
2012-05-14sparc64: Remove pointless assignment in floppy support.David S. Miller-1/+0
2012-05-14sparc32: Kill unused hard_smp{4m,4d,leon}_processor_id() inlined.David S. Miller-29/+0
2012-05-14sparc32: remove runtime btfix supportSam Ravnborg-220/+0
2012-05-14sparc32: remove remaining users of btfixupSam Ravnborg-4/+0
2012-05-14sparc32: move smp ipi to method opsSam Ravnborg-26/+32
2012-05-14sparc32: Implement hard_smp_processor_id() via instruction patching.David S. Miller-73/+19
2012-05-13sparc32: Move cache and TLB flushes over to method ops.David S. Miller-101/+57