summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | sparc: Replace __get_cpu_var usesChristoph Lameter2014-08-2610-35/+35
* | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-136-151/+136
|\ \ \
| * | | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-032-3/+3
| * | | locking, sparc64: Fix atomicsPeter Zijlstra2014-09-101-2/+2
| * | | locking,arch,sparc: Fold atomic_opsPeter Zijlstra2014-08-146-148/+133
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-10-1139-754/+1117
|\ \ \ \
| * | | | sparc64: Fix lockdep warnings on reboot on Ultra-5David S. Miller2014-10-101-3/+4
| * | | | sparc64: Increase size of boot string to 1024 bytesDave Kleikamp2014-10-071-1/+4
| * | | | sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller2014-10-053-26/+5
| * | | | sparc64: sparse irqbob picco2014-10-053-174/+341
| * | | | sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller2014-10-054-20/+28
| * | | | sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller2014-10-053-5/+16
| * | | | sparc64: Use kernel page tables for vmemmap.David S. Miller2014-10-053-56/+36
| * | | | sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller2014-10-057-374/+244
| * | | | sparc64: Adjust KTSB assembler to support larger physical addresses.David S. Miller2014-10-052-21/+37
| * | | | sparc64: Define VA hole at run time, rather than at compile time.David S. Miller2014-10-052-11/+25
| * | | | sparc64: Switch to 4-level page tables.David S. Miller2014-10-056-10/+109
| * | | | sparc64: Fix reversed start/end in flush_tlb_kernel_range()David S. Miller2014-10-041-2/+2
| * | | | sparc64: Add vio_set_intr() to enable/disable Rx interruptsSowmini Varadhan2014-09-302-1/+14
| * | | | vio: fix reuse of vio_dring slotDwight Engen2014-09-301-1/+1
| * | | | sunvdc: add cdrom and v1.1 protocol supportAllen Pais2014-09-301-3/+9
| * | | | sparc: VIO protocol version 1.6David L Stevens2014-09-302-4/+54
| * | | | sparc64: Fix hibernation code refrence to PAGE_OFFSET.David S. Miller2014-09-261-2/+2
| * | | | sparc64: Move request_irq() from ldc_bind() to ldc_alloc()Sowmini Varadhan2014-09-164-26/+28
| * | | | sparc64: T5 PMUbob picco2014-09-165-5/+73
| * | | | sparc64: mem boot option correctionbob picco2014-09-162-16/+51
| * | | | sparc64: find_node adjustmentbob picco2014-09-161-1/+4
| * | | | sparc64: sun4v TLB error power off eventsbob picco2014-09-164-20/+34
| * | | | sparc32: dma_alloc_coherent must honour gfp flagsDaniel Hellstrom2014-09-101-2/+3
| * | | | sparc32, leon: Make leon_dma_ops avaiable when !CONFIG_PCIAndreas Larsson2014-09-091-2/+4
| * | | | sparc: leon: Fix race condition between leon_cycles_offset and timer_interruptAndreas Larsson2014-09-091-3/+28