summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
Commit message (Expand)AuthorAgeFilesLines
* sparc: remove __devinit, __devexit annotationsSam Ravnborg2013-01-122-4/+4
* sparc: Hook up finit_module syscall.David S. Miller2012-12-281-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-202-7/+0
|\
| * unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-191-6/+0
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-1/+0
* | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+1
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-161-0/+1
| |\ \ \ \
| | * | | | sparc: dma-mapping: support debug_dma_mapping_errorShuah Khan2012-11-171-0/+1
| | |/ / /
* | | | | sparc64: Define pte_accessible()David S. Miller2012-12-181-1/+7
* | | | | sparc: huge_ptep_set_* functions need to call set_huge_pte_at()Dave Kleikamp2012-12-181-2/+8
* | | | | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-171-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-251-1/+4
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-178-23/+113
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-011-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-129-26/+32
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | unify default ptrace_signal_deliverAl Viro2012-11-291-2/+0
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-288-24/+32
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-165-13/+85
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro2012-11-167-12/+47
| | |\ \ \ \
| | * | | | | sparc32: switch to generic sys_execve()Al Viro2012-10-162-5/+1
| | * | | | | sparc32: switch to generic kernel_execve()Al Viro2012-10-161-0/+3
| | * | | | | sparc32: switch to generic kernel_thread()Al Viro2012-10-161-1/+0
| | * | | | | sparc64: convert to generic execveAl Viro2012-10-162-0/+3
| | * | | | | sparc64: take fprs_write() and friends to start_thread()Al Viro2012-10-141-0/+9
| | * | | | | sparc64: switch to generic kernel_thread()Al Viro2012-10-142-2/+3
| | * | | | | sparc64: clear syscall_noerror on the entry to syscall, not on the exitAl Viro2012-10-144-19/+16
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-111-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-081-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| | | |_|_|/ | | |/| | |
* | | | | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-111-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge v3.7-rc5 into tty-nextGreg Kroah-Hartman2012-11-148-23/+113
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov2012-10-251-0/+3
| | |/ / / | |/| | |
* | | | | of/address: sparc: Declare of_iomap as an extern function for sparc againAndreas Larsson2012-11-231-1/+4
| |/ / / |/| | |
* | | | sparc: Support atomic64_dec_if_positive properly.David S. Miller2012-11-091-1/+3
* | | | of/address: sparc: Declare of_address_to_resource() as an extern function for...Andreas Larsson2012-11-091-0/+5
* | | | sparc: Wire up sys_kcmp.David S. Miller2012-10-281-1/+2
* | | | sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller2012-10-282-2/+47
* | | | sparc64: Use pause instruction when available.David S. Miller2012-10-272-16/+29
* | | | sparc64: Fix cpu strand yielding.David S. Miller2012-10-272-2/+8
| |_|/ |/| |
* | | sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller2012-10-264-11/+29
|/ /
* | Merge tag 'uapi-fixes-20121017' of git://git.infradead.org/users/dhowells/lin...Linus Torvalds2012-10-171-0/+4
|\ \
| * | UAPI: Make arch/sparc/include/uapi/asm/sigcontext.h non-emptyDavid Howells2012-10-171-0/+4
| |/
* | sparc64: Add global PMU register dumping via sysrq.David S. Miller2012-10-162-1/+14
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-142-24/+1
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-282-24/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-10-131-0/+5
|\ \
| * | sparc64: Fix deficiencies in sun4v error reporting.David S. Miller2012-10-101-0/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-122-1/+5
|\ \ \ | |/ / |/| |
| * | sanitize tsk_is_polling()Al Viro2012-10-012-0/+5
OpenPOWER on IntegriCloud