summaryrefslogtreecommitdiff
path: root/arch/parisc/include
AgeCommit message (Expand)AuthorFilesLines
2020-01-12parisc: Fix compiler warnings in debug_core.cHelge Deller1-2/+8
2019-05-25parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller1-3/+3
2019-04-17parisc: Use cr16 interval timers unconditionally on qemuHelge Deller1-0/+2
2018-08-24parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin1-6/+2
2018-08-15parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin1-0/+32
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-22/+4
2018-03-11parisc: Fix ordering of cache and TLB flushesJohn David Anglin1-0/+1
2018-01-10parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller1-0/+2
2017-07-21parisc/mm: Ensure IRQs are off in switch_mm()Helge Deller1-2/+13
2017-07-21parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer1-4/+7
2017-04-21parisc: Fix get_user() for 64-bit value on 32-bit kernelHelge Deller1-31/+55
2017-04-08parisc: Clean up fixup routines for get_user()/put_user()Helge Deller1-25/+34
2017-03-26parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_rangeJohn David Anglin1-21/+2
2017-02-01parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller3-5/+10
2016-12-07parisc: Purge TLB before setting PTEJohn David Anglin1-4/+4
2016-11-03parisc: Ignore the pkey system calls for nowHelge Deller1-1/+3
2016-10-12Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+4
2016-10-11parisc: Show trap name in kernel crashHelge Deller1-0/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2016-10-09parisc: Increase initial kernel mapping sizeHelge Deller1-3/+3
2016-10-07parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernelsHelge Deller1-1/+1
2016-10-06parisc: Add hardened usercopy featureHelge Deller1-14/+34
2016-10-05parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller2-0/+35
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+4
2016-09-14parisc: fix copy_from_user()Al Viro1-2/+4
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-0/+5
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf1-10/+12
2016-08-20parisc: Fix order of EREFUSED define in errno.hHelge Deller1-2/+2
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2-140/+0
2016-08-05Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+146
2016-08-02parisc: Add <asm/hash.h>George Spelvin1-0/+146
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+62
2016-06-25parisc: get rid of superfluous __GFP_REPEATMichal Hocko1-2/+1
2016-06-25tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+2
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-8/+57
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra1-2/+7
2016-06-05parisc: Move die_if_kernel() prototype into traps.h headerHelge Deller1-0/+2
2016-06-04char/genrtc: remove parisc supportArnd Bergmann1-131/+0
2016-06-04rtc: cmos: remove empty asm/mc146818rtc.h filesArnd Bergmann1-9/+0
2016-05-25parisc: Whitespace cleanups in unistd.hHelge Deller1-18/+16
2016-05-22parisc: Fix typos in eisa_eeprom.hAndrea Gelmini1-2/+2
2016-05-22parisc: Fix typo in ldcw.hAndrea Gelmini1-1/+1
2016-05-22parisc: Fix typo in pdc.hAndrea Gelmini1-1/+1
2016-05-22parisc: Update futex.h to match generic implementationJohn David Anglin1-41/+29
2016-05-22parisc: Add native high-resolution sched_clock() implementationHelge Deller1-4/+5
2016-05-22parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller1-0/+48
2016-05-22parisc: Add 64bit get_user() and put_user() for 32bit kernelHelge Deller1-1/+15
2016-05-22parisc: Simplify and speed up get_user() and put_user()Helge Deller1-58/+21
2016-05-22parisc: Add syscall tracepoint supportHelge Deller3-1/+14