summaryrefslogtreecommitdiff
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2016-07-141-0/+1
* kernel/irq_work: fix no_hz deadlockSebastian Andrzej Siewior2016-07-141-2/+0
* irq_work: allow certain work in hard irq contextSebastian Andrzej Siewior2016-07-141-0/+2
* softirq-disable-softirq-stacks-for-rt.patchThomas Gleixner2016-07-141-0/+2
* mm: pagefault_disabled()Peter Zijlstra2016-07-142-2/+2
* mm: Fixup all fault handlers to check current->pagefault_disableThomas Gleixner2016-07-142-2/+2
* sparc64: use generic rwsem spinlocks rtAllen Pais2016-07-141-4/+2
* sparc: provide EARLY_PRINTK for SPARCKirill Tkhai2016-07-141-0/+4
* early-printk-consolidate.patchThomas Gleixner2016-07-142-1/+8
* sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin2016-03-031-1/+1
* crypto: sparc - initialize blkcipher.ivsizeDave Kleikamp2015-10-273-0/+5
* sparc64: Fix userspace FPU register corruptions.David S. Miller2015-08-164-81/+11
* sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq...Sowmini Varadhan2015-07-101-1/+1
* nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2015-05-061-3/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-04-292-0/+4
* sparc64: Fix several bugs in memmove().David S. Miller2015-03-261-3/+32
* sparc: Touch NMI watchdog when walking cpus and calling printkDavid Ahern2015-03-261-0/+4
* sparc: perf: Make counting mode actually workDavid Ahern2015-03-261-8/+3
* sparc: perf: Remove redundant perf_pmu_{en|dis}able callsDavid Ahern2015-03-261-4/+0
* sparc: semtimedop() unreachable due to comparison errorRob Gardner2015-03-261-1/+1
* sparc32: destroy_context() and switch_mm() needs to disable interrupts.Andreas Larsson2015-03-261-4/+7
* crypto: prefix module autoloading with "crypto-"Kees Cook2015-01-298-10/+10
* sparc64: Fix constraints on swab helpers.David S. Miller2014-12-061-6/+6
* sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locksAndreas Larsson2014-11-213-11/+30
* sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().David S. Miller2014-11-211-0/+4
* sparc64: Fix crashes in schizo_pcierr_intr_other().David S. Miller2014-11-211-3/+3
* vio: fix reuse of vio_dring slotDwight Engen2014-11-211-1/+1
* sunvdc: add cdrom and v1.1 protocol supportAllen Pais2014-11-211-3/+9
* sparc64: Implement __get_user_pages_fast().David S. Miller2014-10-301-0/+30
* sparc64: Fix register corruption in top-most kernel stack frame during boot.David S. Miller2014-10-3010-62/+42
* sparc64: Increase size of boot string to 1024 bytesDave Kleikamp2014-10-301-1/+4
* sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller2014-10-303-26/+5
* sparc64: sparse irqbob picco2014-10-303-175/+342
* sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller2014-10-304-20/+28
* sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller2014-10-303-5/+16
* sparc64: Use kernel page tables for vmemmap.David S. Miller2014-10-303-56/+36
* sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller2014-10-307-374/+244
* sparc64: Adjust KTSB assembler to support larger physical addresses.David S. Miller2014-10-302-21/+37
* sparc64: Define VA hole at run time, rather than at compile time.David S. Miller2014-10-302-11/+25
* sparc64: Switch to 4-level page tables.David S. Miller2014-10-306-10/+109
* sparc64: T5 PMUbob picco2014-10-305-5/+73
* sparc64: cpu hardware caps support for sparc M6 and M7Allen Pais2014-10-301-0/+8
* sparc64: support M6 and M7 for building CPU distribution mapAllen Pais2014-10-301-0/+2
* sparc64: correctly recognise M6 and M7 cpu typeAllen Pais2014-10-303-0/+26
* sparc64: Fix hibernation code refrence to PAGE_OFFSET.David S. Miller2014-10-301-2/+2
* sparc64: Do not define thread fpregs save area as zero-length array.David S. Miller2014-10-301-1/+2
* sparc64: Fix FPU register corruption with AES crypto offload.David S. Miller2014-10-302-1/+21
* sparc64: Fix lockdep warnings on reboot on Ultra-5David S. Miller2014-10-301-3/+4
* sparc64: Fix reversed start/end in flush_tlb_kernel_range()David S. Miller2014-10-301-2/+2
* sparc: Let memset return the address argumentAndreas Larsson2014-10-301-4/+14