summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-1/+0
2012-12-18sparc64: Define pte_accessible()David S. Miller1-1/+7
2012-12-18sparc: huge_ptep_set_* functions need to call set_huge_pte_at()Dave Kleikamp1-2/+8
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-0/+1
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-26/+32
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2012-11-29unify default ptrace_signal_deliverAl Viro1-2/+0
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro8-24/+32
2012-11-23of/address: sparc: Declare of_iomap as an extern function for sparc againAndreas Larsson1-1/+4
2012-11-17sparc: dma-mapping: support debug_dma_mapping_errorShuah Khan1-0/+1
2012-11-16Merge branch 'arch-microblaze' into no-rebasesAl Viro4-12/+83
2012-11-16Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro5-11/+38
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-09sparc: Support atomic64_dec_if_positive properly.David S. Miller1-1/+3
2012-11-09of/address: sparc: Declare of_address_to_resource() as an extern function for...Andreas Larsson1-0/+5
2012-10-28sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller2-2/+47
2012-10-27sparc64: Use pause instruction when available.David S. Miller2-16/+29
2012-10-27sparc64: Fix cpu strand yielding.David S. Miller2-2/+8
2012-10-26sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller3-10/+24
2012-10-16sparc32: switch to generic sys_execve()Al Viro2-5/+1
2012-10-16sparc32: switch to generic kernel_execve()Al Viro1-0/+3
2012-10-16sparc32: switch to generic kernel_thread()Al Viro1-1/+0
2012-10-16sparc64: convert to generic execveAl Viro2-0/+3
2012-10-16sparc64: Add global PMU register dumping via sysrq.David S. Miller2-1/+14
2012-10-14sparc64: take fprs_write() and friends to start_thread()Al Viro1-0/+9
2012-10-14sparc64: switch to generic kernel_thread()Al Viro2-2/+3
2012-10-14sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro4-19/+16
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-24/+1
2012-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+5
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-1/+5
2012-10-10sparc64: Fix deficiencies in sun4v error reporting.David S. Miller1-0/+5
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+1
2012-10-09UAPI: (Scripted) Disintegrate arch/sparc/include/asmDavid Howells47-3738/+16
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds7-148/+318
2012-10-09sparc64: Support transparent huge pages.David Miller7-19/+272
2012-10-09sparc64: Document PGD and PMD layout.David Miller2-8/+16
2012-10-09sparc64: Eliminate PTE table memory wastage.David Miller3-44/+13
2012-10-09sparc64: Halve the size of PTE tablesDavid Miller2-19/+9
2012-10-09sparc64: Only support 4MB huge pages and 8KB base pages.David Miller3-61/+7
2012-10-09mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon1-0/+4
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds1-0/+1
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+19
2012-10-05Revert strace hiccups fix.David S. Miller2-11/+9
2012-10-05sparc64: Niagara-4 bzero/memset, plus use MRU stores in page copy.David S. Miller1-0/+19
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2-2/+60
2012-10-06cross-arch: don't corrupt personality flags upon exec()Jiri Kosina1-1/+2
2012-10-04sparc64: Rearrange thread info to cheaply clear syscall noerror state.Al Viro2-9/+11