summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang2021-04-161-1/+1
* parisc: add support for cmpxchg on u8 pointersLiam Beguin2020-08-212-0/+14
* parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin2020-07-311-0/+2
* parisc: Fix kernel panic in mem_init()Helge Deller2020-06-031-1/+1
* parisc: Fix compiler warnings in debug_core.cHelge Deller2020-01-121-2/+8
* parisc: Fix vmap memory leak in ioremap()/iounmap()Helge Deller2019-10-291-5/+7
* parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller2019-08-041-10/+18
* parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller2019-08-041-1/+2
* parisc: Fix compiler warnings in float emulation codeHelge Deller2019-07-101-4/+4
* parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller2019-05-253-6/+6
* parisc: Export running_on_qemu symbol for modulesHelge Deller2019-05-251-0/+1
* parisc: Use cr16 interval timers unconditionally on qemuHelge Deller2019-04-172-1/+3
* parisc: Detect QEMU earlier in boot processHelge Deller2019-04-172-6/+3
* parisc: Fix ptrace syscall number modificationDmitry V. Levin2019-02-271-8/+21
* parisc: Fix exported address of os_hpmc handlerHelge Deller2018-11-211-2/+1
* parisc: Fix HPMC handler by increasing size to multiple of 16 bytesHelge Deller2018-11-211-1/+5
* parisc: Align os_hpmc_size on word boundaryHelge Deller2018-11-211-0/+1
* parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller2018-11-131-6/+2
* parisc: Fix address in HPMC IVAJohn David Anglin2018-11-132-2/+3
* parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin2018-08-241-6/+2
* parisc: Remove ordered stores from syscall.SJohn David Anglin2018-08-241-12/+12
* parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin2018-08-154-0/+39
* parisc: Enable CONFIG_MLONGCALLS by defaultHelge Deller2018-08-151-1/+1
* futex: Remove duplicated code and fix undefined behaviourJiri Slaby2018-05-191-22/+4
* parisc: Fix out of array access in match_pci_device()Helge Deller2018-04-201-0/+4
* parisc: Handle case where flush_cache_range is called with no contextJohn David Anglin2018-03-221-9/+32
* parisc: Fix ordering of cache and TLB flushesJohn David Anglin2018-03-113-26/+54
* parisc: qemu idle sleep supportHelge Deller2018-01-101-0/+39
* parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2018-01-103-4/+20
* parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin2017-11-301-3/+3
* parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin2017-10-271-3/+3
* parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav2017-10-081-45/+49
* parisc: Handle vma's whose context is not current in flush_cache_rangeJohn David Anglin2017-08-111-3/+2
* parisc: Suspend lockup detectors before system haltHelge Deller2017-08-061-0/+2
* parisc: Extend disabled preemption in copy_user_pageJohn David Anglin2017-08-061-1/+1
* parisc: Prevent TLB speculation on flushed pages on CPUs that only support eq...John David Anglin2017-08-061-20/+14
* parisc/mm: Ensure IRQs are off in switch_mm()Helge Deller2017-07-211-2/+13
* parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer2017-07-211-4/+7
* parisc: use compat_sys_keyctl()Eric Biggers2017-07-211-1/+1
* parisc: Report SIGSEGV instead of SIGBUS when running out of stackHelge Deller2017-07-211-1/+1
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-241-6/+9
* parisc: Fix get_user() for 64-bit value on 32-bit kernelHelge Deller2017-04-211-31/+55
* parisc: fix bugs in pa_memcpyMikulas Patocka2017-04-211-13/+14
* parisc: Fix access fault handling in pa_memcpy()Helge Deller2017-04-082-458/+321
* parisc: Avoid stalled CPU warnings after system shutdownHelge Deller2017-04-081-0/+2
* parisc: Clean up fixup routines for get_user()/put_user()Helge Deller2017-04-085-134/+52
* parisc: Fix system shutdown haltHelge Deller2017-03-261-0/+2
* parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_rangeJohn David Anglin2017-03-262-21/+24
* parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller2017-02-013-5/+10
* parisc: Mark cr16 clocksource unstable on SMP systemsHelge Deller2017-01-121-3/+20