summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2016-03-03sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin1-1/+1
2015-10-28crypto: sparc - initialize blkcipher.ivsizeDave Kleikamp3-0/+5
2015-10-28arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-10/+2
2015-08-25arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+15
2015-08-19sparc64: Fix userspace FPU register corruptions.David S. Miller4-81/+11
2015-07-30sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq...Sowmini Varadhan1-1/+1
2015-05-04nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven1-3/+1
2015-04-09sparc64: Fix several bugs in memmove().David S. Miller1-3/+32
2015-04-09sparc: Touch NMI watchdog when walking cpus and calling printkDavid Ahern1-0/+4
2015-04-09sparc: perf: Make counting mode actually workDavid Ahern1-8/+3
2015-04-09sparc: perf: Remove redundant perf_pmu_{en|dis}able callsDavid Ahern1-4/+0
2015-04-09sparc: semtimedop() unreachable due to comparison errorRob Gardner1-1/+1
2015-04-09sparc32: destroy_context() and switch_mm() needs to disable interrupts.Andreas Larsson1-4/+7
2015-03-16mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-12/+0
2015-03-12vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-0/+4
2015-01-29crypto: prefix module autoloading with "crypto-"Kees Cook8-10/+10
2014-11-27sparc64: Fix constraints on swab helpers.David S. Miller1-6/+6
2014-11-19sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locksAndreas Larsson3-11/+30
2014-11-19sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().David S. Miller1-0/+4
2014-11-19sparc64: Fix crashes in schizo_pcierr_intr_other().David S. Miller1-3/+3
2014-11-19vio: fix reuse of vio_dring slotDwight Engen1-1/+1
2014-11-19sunvdc: add cdrom and v1.1 protocol supportAllen Pais1-3/+9
2014-10-31sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller3-26/+5
2014-10-31sparc64: sparse irqbob picco3-174/+341
2014-10-31sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller4-20/+28
2014-10-31sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller3-5/+16
2014-10-31sparc64: Use kernel page tables for vmemmap.David S. Miller3-56/+36
2014-10-31sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller7-374/+244
2014-10-31sparc64: Adjust KTSB assembler to support larger physical addresses.David S. Miller2-21/+37
2014-10-31sparc64: Define VA hole at run time, rather than at compile time.David S. Miller2-11/+25
2014-10-31sparc64: Switch to 4-level page tables.David S. Miller6-10/+109
2014-10-31sparc64: T5 PMUbob picco5-5/+73
2014-10-31sparc64: cpu hardware caps support for sparc M6 and M7Allen Pais1-0/+8
2014-10-31sparc64: support M6 and M7 for building CPU distribution mapAllen Pais1-0/+2
2014-10-31sparc64: correctly recognise M6 and M7 cpu typeAllen Pais3-0/+26
2014-10-31sparc64: Fix hibernation code refrence to PAGE_OFFSET.David S. Miller1-2/+2
2014-10-31sparc64: Add basic validations to {pud,pmd}_bad().David S. Miller1-15/+31
2014-10-31sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller4-10/+10
2014-10-31sparc64: Fix range check in kern_addr_valid().David S. Miller1-1/+1
2014-10-31sparc64: Don't use _PAGE_PRESENT in pte_modify() mask.David S. Miller1-4/+4
2014-10-31sparc64: Fix hex values in comment above pte_modify().David S. Miller1-2/+2
2014-10-31sparc64: Fix bugs in get_user_pages_fast() wrt. THP.David S. Miller2-2/+2
2014-10-31sparc64: Fix huge PMD invalidation.David S. Miller3-15/+17
2014-10-31sparc64: Fix executable bit testing in set_pmd_at() paths.David S. Miller1-6/+9
2014-10-31Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines."Dave Kleikamp1-2/+2
2014-10-31sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-...oftedal1-2/+2
2014-10-31sparc64: Encode huge PMDs using PTE encoding.David S. Miller5-262/+131
2014-10-31sparc64: Move to 64-bit PGDs and PMDs.David S. Miller4-31/+34
2014-10-31sparc64: Move from 4MB to 8MB huge pages.David S. Miller9-85/+47
2014-10-31sparc64: Make PAGE_OFFSET variable.David S. Miller7-29/+138