summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2019-05-23locking/static_keys: Add a new static_key interfacePeter Zijlstra1-9/+26
2019-05-23jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra1-1/+1
2019-05-23jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard1-3/+2
2019-02-11sparc32: Fix inverted invalid_frame_pointer checks on sigreturnsAndreas Larsson1-2/+2
2018-10-03sparc: drop pte_file()-related helpersKirill A. Shutemov3-73/+5
2018-06-17crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+1
2017-10-12sparc64: Fix return from trap window fill crashes.David S. Miller5-52/+116
2017-10-12sparc: Harden signal return frame checks.David S. Miller5-45/+92
2017-10-12sparc64: Take ctx_alloc_lock properly in hugetlb_setup().David S. Miller1-3/+7
2017-10-12sparc/PCI: Fix for panic while enabling SR-IOVBabu Moger1-0/+17
2017-10-12sparc64: Fix sparc64_set_context stack handling.David S. Miller1-1/+1
2017-10-12sparc64: Fix bootup regressions on some Kconfig combinations.David S. Miller8-55/+34
2017-10-12sparc: Fix system call tracing register handling.Mike Frysinger2-0/+53
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins2-3/+3
2017-03-16sparc: leon: Fix a retry loop in leon_init_timers()Dan Carpenter1-28/+28
2016-11-20sparc32: fix copy_from_user()Al Viro1-1/+3
2016-02-02sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin1-1/+1
2016-01-25net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent1-15/+2
2015-11-16crypto: sparc - initialize blkcipher.ivsizeDave Kleikamp3-0/+5
2015-08-20sparc64: Fix userspace FPU register corruptions.David S. Miller4-81/+11
2015-07-15sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq...Sowmini Varadhan1-1/+1
2015-05-06nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven1-3/+1
2015-03-24sparc64: Fix several bugs in memmove().David S. Miller1-3/+32
2015-03-24sparc: Touch NMI watchdog when walking cpus and calling printkDavid Ahern1-0/+4
2015-03-24sparc: perf: Make counting mode actually workDavid Ahern1-8/+3
2015-03-24sparc: perf: Remove redundant perf_pmu_{en|dis}able callsDavid Ahern1-4/+0
2015-03-24sparc: semtimedop() unreachable due to comparison errorRob Gardner1-1/+1
2015-03-24sparc32: destroy_context() and switch_mm() needs to disable interrupts.Andreas Larsson1-4/+7
2015-02-04vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-0/+4
2015-02-04crypto: prefix module autoloading with "crypto-"Kees Cook8-10/+10
2014-12-01sparc64: Fix constraints on swab helpers.David S. Miller1-6/+6
2014-11-27sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locksAndreas Larsson3-11/+30
2014-11-27sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().David S. Miller1-0/+4
2014-11-27sparc64: Fix crashes in schizo_pcierr_intr_other().David S. Miller1-3/+3
2014-11-27vio: fix reuse of vio_dring slotDwight Engen1-1/+1
2014-11-27sunvdc: 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/+40
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-174/+341
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