aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-01sparc: io_64.h: Replace io function-link macrosRicardo Ribalda1-10/+10
2015-03-01arch: sparc: kernel: starfire.c: Remove unused functionRickard Strandqvist1-1/+0
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-242/+319
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-15/+3
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2-2/+2
2015-02-11sparc32: fix broken set_pte()Kirill A. Shutemov1-1/+2
2015-02-10sparc: drop pte_file()-related helpersKirill A. Shutemov3-73/+5
2015-02-05mm/debug_pagealloc: fix build failure on ppc and some other archsJoonsoo Kim1-5/+0
2015-01-13sparc32: nocheck uaccess coding style tweaksMichael S. Tsirkin1-61/+35
2015-01-13sparc64: nocheck uaccess coding style tweaksMichael S. Tsirkin1-63/+37
2015-01-13sparc64: uaccess_64 macro whitespace fixesMichael S. Tsirkin1-104/+144
2015-01-13sparc32: uaccess_32 macro whitespace fixesMichael S. Tsirkin1-138/+227
2015-01-13sparc64/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2015-01-13sparc32/uaccess: fix sparse errorsMichael S. Tsirkin1-4/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+5
2014-12-11sparc/ldc: create separate ldc_unbind from ldc_freeDwight Engen1-0/+1
2014-12-11vio: create routines for inc,dec vio dring indexesDwight Engen1-0/+15
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck1-0/+3
2014-12-11arch: Cleanup read_barrier_depends() and commentsAlexander Duyck1-2/+2
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+19
2014-12-10mm: fix huge zero page accounting in smaps reportKirill A. Shutemov1-0/+7
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-10/+8
2014-12-08sunvnet: add VIO v1.7 and v1.8 supportDavid L Stevens1-0/+19
2014-11-26sparc: Add NOP dma_cache_sync() implementation.David S. Miller1-0/+8
2014-11-19sparc: io: remove duplicate relaxed accessors on sparc32Arnd Bergmann2-9/+6
2014-11-07sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locksAndreas Larsson2-11/+3
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-1/+4
2014-10-24sparc64: Fix register corruption in top-most kernel stack frame during boot.David S. Miller2-1/+4
2014-10-20sparc: io: implement dummy relaxed accessor macros for writesWill Deacon3-10/+11
2014-10-20sparc: include: asm: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds3-0/+11
2014-10-18sparc64: Do not define thread fpregs save area as zero-length array.David S. Miller1-1/+2
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+8
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-2/+2
2014-10-14sparc64: Fix FPU register corruption with AES crypto offload.David S. Miller1-0/+8
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-34/+34
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds11-93/+203
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-10-05sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller1-1/+0
2014-10-05sparc64: sparse irqbob picco1-5/+2
2014-10-05sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller2-5/+5
2014-10-05sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller2-4/+8
2014-10-05sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller3-38/+67
2014-10-05sparc64: Adjust KTSB assembler to support larger physical addresses.David S. Miller1-18/+12
2014-10-05sparc64: Define VA hole at run time, rather than at compile time.David S. Miller1-11/+4
2014-10-05sparc64: Switch to 4-level page tables.David S. Miller4-6/+75
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2-3/+3