summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-12-13sparc32: Fix inverted invalid_frame_pointer checks on sigreturnsAndreas Larsson1-2/+2
2016-11-28sparc: Handle negative offsets in arch_jump_label_transformJames Clarke1-6/+17
2016-11-28sparc: Don't leak context bits into thread->fault_addressDavid S. Miller3-4/+24
2016-06-23sparc64: Fix return from trap window fill crashes.David S. Miller3-48/+108
2016-06-23sparc: Harden signal return frame checks.David S. Miller5-45/+92
2016-06-23sparc/PCI: Fix for panic while enabling SR-IOVBabu Moger1-0/+17
2016-06-23sparc64: Fix sparc64_set_context stack handling.David S. Miller1-1/+1
2016-06-23sparc64: Fix bootup regressions on some Kconfig combinations.David S. Miller8-55/+34
2016-06-23sparc: Fix system call tracing register handling.Mike Frysinger2-0/+53
2016-03-03sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin1-1/+1
2015-07-30sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq...Sowmini Varadhan1-1/+1
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
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-10-31sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller1-2/+3
2014-10-31sparc64: sparse irqbob picco1-169/+338
2014-10-31sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller1-4/+4
2014-10-31sparc64: Use kernel page tables for vmemmap.David S. Miller1-7/+2
2014-10-31sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller2-104/+9
2014-10-31sparc64: Switch to 4-level page tables.David S. Miller1-0/+7
2014-10-31sparc64: T5 PMUbob picco4-5/+62
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 Pais2-0/+24
2014-10-31sparc64: Use 'ILOG2_4MB' instead of constant '22'.David S. Miller2-3/+3
2014-10-31sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-...oftedal1-2/+2
2014-10-31sparc64: Move from 4MB to 8MB huge pages.David S. Miller2-2/+2
2014-10-31sparc64: Make PAGE_OFFSET variable.David S. Miller2-5/+30
2014-10-31sparc64: Document the shift counts used to validate linear kernel addresses.David S. Miller1-5/+5
2014-10-31sparc64: Clean up 64-bit mmap exclusion defines.David S. Miller1-3/+0
2014-10-31sparc64: Fix register corruption in top-most kernel stack frame during boot.David S. Miller5-53/+31
2014-10-31sparc64: Move request_irq() from ldc_bind() to ldc_alloc()Sowmini Varadhan3-24/+25
2014-10-31sparc64: Fix corrupted thread fault code.David S. Miller2-6/+6
2014-10-31sparc64: sun4v TLB error power off eventsbob picco2-20/+30
2014-10-31sparc32: dma_alloc_coherent must honour gfp flagsDaniel Hellstrom1-2/+3
2014-10-31sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller3-3/+8
2014-10-31sparc64: Do not disable interrupts in nmi_cpu_busy()David S. Miller1-1/+0
2014-08-26sparc64: ldc_connect() should not return EINVAL when handshake is in progress.Sowmini Varadhan1-1/+1
2014-08-26sparc64: Handle 32-bit tasks properly in compute_effective_address().David S. Miller1-3/+9
2014-08-19sparc64: Make itc_sync_lock rawKirill Tkhai1-3/+3
2014-08-19sparc64: Fix argument sign extension for compat_sys_futex().David S. Miller1-1/+1
2014-05-05sparc64: Make sure %pil interrupts are enabled during hypervisor yield.David S. Miller1-1/+3
2014-05-05sparc64: don't treat 64-bit syscall return codes as 32-bitDave Kleikamp1-2/+2
2013-10-02sparc: fix MSI build failure on Sparc32Thomas Petazzoni1-1/+2
2013-10-02sparc: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2013-10-02sparc: fix ldom_reboot buffer overflow harderKees Cook1-3/+2
2013-09-27sparc64: Fix buggy strlcpy() conversion in ldom_reboot().David S. Miller1-1/+1