summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-3/+0
|\
| * default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-233-13/+2
|\ \
| * | burying unused conditionalsAl Viro2013-02-141-3/+0
| * | sparc: switch to generic sigaltstackAl Viro2013-02-031-6/+0
| * | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-0/+1
| * | consolidate declarations of k_sigactionAl Viro2013-02-031-4/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-02-203-12/+21
|\ \
| * | sparc64: Fix huge PMD to PTE translation for sun4u in TLB miss handler.David S. Miller2013-02-201-9/+19
| * | sparc64: Fix tsb_grow() in atomic context.David S. Miller2013-02-202-3/+2
* | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-201-0/+1
|\ \ \ | |/ / |/| |
| * | sparc idle: rename pm_idle to sparc_idleLen Brown2013-02-171-0/+1
| |/
* | sparc64: Fix get_user_pages_fast() wrt. THP.David S. Miller2013-02-131-8/+6
|/
* SPARC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-1/+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 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-164-12/+83
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge commit '517ffce4e1a03aea979fe3a18a3dd1761a24fafb' into arch-sparcAl Viro2012-11-165-11/+38
| | |\ \ \ \
| | * | | | | 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 '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
| | |_|_|/ | |/| | |
* | | | | 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
* | | | 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-263-10/+24
|/ /
* | 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