summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2014-12-06sparc64: Fix constraints on swab helpers.David S. Miller1-6/+6
2014-11-21sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locksAndreas Larsson3-11/+30
2014-11-21sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().David S. Miller1-0/+4
2014-11-21sparc64: Fix crashes in schizo_pcierr_intr_other().David S. Miller1-3/+3
2014-11-21vio: fix reuse of vio_dring slotDwight Engen1-1/+1
2014-11-21sunvdc: add cdrom and v1.1 protocol supportAllen Pais1-3/+9
2014-10-30sparc64: Implement __get_user_pages_fast().David S. Miller1-0/+30
2014-10-30sparc64: Fix register corruption in top-most kernel stack frame during boot.David S. Miller10-62/+42
2014-10-30sparc64: Increase size of boot string to 1024 bytesDave Kleikamp1-1/+4
2014-10-30sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller3-26/+5
2014-10-30sparc64: sparse irqbob picco3-175/+342
2014-10-30sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller4-20/+28
2014-10-30sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller3-5/+16
2014-10-30sparc64: Use kernel page tables for vmemmap.David S. Miller3-56/+36
2014-10-30sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller7-374/+244
2014-10-30sparc64: Adjust KTSB assembler to support larger physical addresses.David S. Miller2-21/+37
2014-10-30sparc64: Define VA hole at run time, rather than at compile time.David S. Miller2-11/+25
2014-10-30sparc64: Switch to 4-level page tables.David S. Miller6-10/+109
2014-10-30sparc64: T5 PMUbob picco5-5/+73
2014-10-30sparc64: cpu hardware caps support for sparc M6 and M7Allen Pais1-0/+8
2014-10-30sparc64: support M6 and M7 for building CPU distribution mapAllen Pais1-0/+2
2014-10-30sparc64: correctly recognise M6 and M7 cpu typeAllen Pais3-0/+26
2014-10-30sparc64: Fix hibernation code refrence to PAGE_OFFSET.David S. Miller1-2/+2
2014-10-30sparc64: Do not define thread fpregs save area as zero-length array.David S. Miller1-1/+2
2014-10-30sparc64: Fix FPU register corruption with AES crypto offload.David S. Miller2-1/+21
2014-10-30sparc64: Fix lockdep warnings on reboot on Ultra-5David S. Miller1-3/+4
2014-10-30sparc64: Fix reversed start/end in flush_tlb_kernel_range()David S. Miller1-2/+2
2014-10-30sparc: Let memset return the address argumentAndreas Larsson1-4/+14
2014-10-30sparc64: Move request_irq() from ldc_bind() to ldc_alloc()Sowmini Varadhan4-26/+28
2014-10-30sparc64: find_node adjustmentbob picco1-1/+4
2014-10-30sparc64: Fix corrupted thread fault code.David S. Miller2-6/+6
2014-10-30sparc64: sun4v TLB error power off eventsbob picco4-20/+34
2014-10-30sparc32: dma_alloc_coherent must honour gfp flagsDaniel Hellstrom1-2/+3
2014-10-30sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller3-3/+8
2014-10-30sparc64: Do not disable interrupts in nmi_cpu_busy()David S. Miller1-1/+0
2014-08-14arch/sparc/math-emu/math_32.c: drop stray break operatorAndrey Utkin1-1/+1
2014-08-14sparc64: ldc_connect() should not return EINVAL when handshake is in progress.Sowmini Varadhan1-1/+1
2014-08-14sparc64: Guard against flushing openfirmware mappings.David S. Miller2-10/+25
2014-08-14sparc64: Do not insert non-valid PTEs into the TSB hash table.David S. Miller1-0/+8
2014-08-14sparc64: Add membar to Niagara2 memcpy code.David S. Miller1-0/+1
2014-08-14sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.David S. Miller2-3/+17
2014-08-14sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...David S. Miller1-15/+1
2014-08-14sparc64: Give more detailed information in {pgd,pmd}_ERROR() and kill pte_ERR...David S. Miller1-3/+6
2014-08-14sparc64: Add basic validations to {pud,pmd}_bad().David S. Miller1-15/+31
2014-08-14sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller4-10/+10
2014-08-14sparc64: Fix range check in kern_addr_valid().David S. Miller1-1/+1
2014-08-14sparc64: Fix top-level fault handling bugs.David S. Miller1-30/+52
2014-08-14sparc64: Handle 32-bit tasks properly in compute_effective_address().David S. Miller1-3/+9
2014-08-14sparc64: Don't use _PAGE_PRESENT in pte_modify() mask.David S. Miller1-4/+4
2014-08-14sparc64: Fix hex values in comment above pte_modify().David S. Miller1-2/+2