summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* sparc32: destroy_context() and switch_mm() needs to disable interrupts.Andreas Larsson2014-12-181-4/+7
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1416-19/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-0316-19/+0
| |\
| | * sparc: kernel: drop owner assignment from platform_driversWolfram Sang2014-10-2015-18/+0
| | * sparc: include: asm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-138-12/+12
|\ \ \
| * | | crypto: sparc - replace memset by memzero_explicitJulia Lawall2014-12-022-2/+2
| * | | crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-248-10/+10
| |/ /
* | | Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds2014-12-135-2/+16
|\ \ \
| * | | sparc: hook up execveat system callDavid Drysdale2014-12-134-1/+15
| * | | mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-131-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-121-2/+5
|\ \ \ \
| * | | | arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2014-12-111-0/+3
| * | | | arch: Cleanup read_barrier_depends() and commentsAlexander Duyck2014-12-111-2/+2
| |/ / /
* | | | sparc/ldc: create separate ldc_unbind from ldc_freeDwight Engen2014-12-112-3/+10
* | | | vio: create routines for inc,dec vio dring indexesDwight Engen2014-12-111-0/+15
* | | | sparc32, leon: Align ccall_info to prevent unaligned traps on crosscallAndreas Larsson2014-12-111-1/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-113-1/+24
|\ \ \
| * | | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
| * | | sunvnet: add VIO v1.7 and v1.8 supportDavid L Stevens2014-12-081-0/+19
| * | | net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-051-0/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-0/+8
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-216-20/+43
| |\ \ \ \
| * | | | | net: introduce SO_INCOMING_CPUEric Dumazet2014-11-111-0/+2
| | |_|/ / | |/| | |
* | | | | mm: fix huge zero page accounting in smaps reportKirill A. Shutemov2014-12-101-0/+7
* | | | | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-101-5/+5
|\ \ \ \ \
| * | | | | PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-231-4/+4
| * | | | | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-092-10/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sparc: io: remove duplicate relaxed accessors on sparc32Arnd Bergmann2014-11-192-9/+6
| * | | | sparc: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-203-10/+11
| |/ / /
* | | | sparc: Add NOP dma_cache_sync() implementation.David S. Miller2014-11-261-0/+8
| |_|/ |/| |
* | | sparc64: Fix constraints on swab helpers.David S. Miller2014-11-161-6/+6
* | | sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locksAndreas Larsson2014-11-073-11/+30
* | | sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().David S. Miller2014-11-071-0/+4
* | | sparc64: Fix crashes in schizo_pcierr_intr_other().David S. Miller2014-11-011-3/+3
| |/ |/|
* | sparc: Hook up bpf system call.David S. Miller2014-10-283-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-10-2411-62/+70
|\ \ | |/ |/|
| * sparc64: Implement __get_user_pages_fast().David S. Miller2014-10-241-0/+30
| * sparc64: Fix register corruption in top-most kernel stack frame during boot.David S. Miller2014-10-2410-62/+40
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-194-7/+13
|\ \ | |/ |/|
| * sparc: implement is_32bit_taskEric Paris2014-09-233-6/+5
| * sparc: properly conditionalize use of TIF_32BITStephen Rothwell2014-09-231-0/+4
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-7/+2
| * ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris2014-09-231-0/+8
* | sparc64: Do not define thread fpregs save area as zero-length array.David S. Miller2014-10-181-1/+2
* | sparc64: Fix corrupted thread fault code.David S. Miller2014-10-182-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-10-182-1/+21
|\ \
| * | sparc64: Fix FPU register corruption with AES crypto offload.David S. Miller2014-10-142-1/+21
* | | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-1510-35/+35
|\ \ \ | |/ / |/| |
OpenPOWER on IntegriCloud