aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-01sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov1-0/+1
2012-10-28sparc: Wire up sys_kcmp.David S. Miller3-3/+5
2012-10-28sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller5-10/+55
2012-10-27sparc64: Use pause instruction when available.David S. Miller5-16/+62
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. Miller13-61/+117
2012-10-25tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov1-0/+3
2012-10-17Merge tag 'uapi-fixes-20121017' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-0/+4
2012-10-17UAPI: Make arch/sparc/include/uapi/asm/sigcontext.h non-emptyDavid Howells1-0/+4
2012-10-16sparc32: switch to generic sys_execve()Al Viro4-49/+4
2012-10-16sparc32: switch to generic kernel_execve()Al Viro4-27/+13
2012-10-16sparc32: switch to generic kernel_thread()Al Viro4-81/+56
2012-10-16sparc32: bury the remnants of LOWSYS tricksAl Viro1-13/+2
2012-10-16sparc64: convert to generic execveAl Viro6-71/+12
2012-10-16sparc64: Fix bit twiddling in sparc_pmu_enable_event().David S. Miller1-2/+4
2012-10-16sparc64: Add global PMU register dumping via sysrq.David S. Miller5-23/+187
2012-10-14sparc64: Like x86 we should check current->mm during perf backtrace generation.David S. Miller1-4/+5
2012-10-14sparc64: switch to generic kernel_execve()Al Viro3-27/+6
2012-10-14sparc64: take fprs_write() and friends to start_thread()Al Viro3-13/+9
2012-10-14sparc64: switch to generic kernel_thread()Al Viro5-82/+42
2012-10-14sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro9-30/+29
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-24/+2
2012-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-81/+221
2012-10-12vfs: define struct filename and have getname() return itJeff Layton3-6/+6
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-1/+5
2012-10-10sparc64: fix ptrace interaction with force_successful_syscall_return()Al Viro1-18/+14
2012-10-10sparc64: Fix deficiencies in sun4v error reporting.David S. Miller3-63/+207
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-6/+1
2012-10-09UAPI: (Scripted) Disintegrate arch/sparc/include/asmDavid Howells61-1843/+1951
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds17-300/+748
2012-10-09sparc64: Support transparent huge pages.David Miller14-110/+582
2012-10-09sparc64: Document PGD and PMD layout.David Miller2-8/+16
2012-10-09sparc64: Eliminate PTE table memory wastage.David Miller5-44/+123
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 Miller6-121/+9
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li2-0/+2
2012-10-09mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon1-0/+4
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-09Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryCatalin Marinas1-0/+1
2012-10-09Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionCatalin Marinas1-0/+1
2012-10-09Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas1-0/+1
2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas1-0/+2
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+1
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-12/+176
2012-10-05Revert strace hiccups fix.David S. Miller5-30/+31
2012-10-05sparc64: Niagara-4 bzero/memset, plus use MRU stores in page copy.David S. Miller7-12/+176
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko3-54/+60
2012-10-06cross-arch: don't corrupt personality flags upon exec()Jiri Kosina1-1/+2
2012-10-04sparc64: Fix strace hiccups when force_successful_syscall() triggers.Al Viro1-18/+13
2012-10-04sparc64: Rearrange thread info to cheaply clear syscall noerror state.Al Viro5-15/+19