aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/include
AgeCommit message (Expand)Author
2017-07-21parisc/mm: Ensure IRQs are off in switch_mm()Helge Deller
2017-07-21parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer
2017-04-21parisc: Fix get_user() for 64-bit value on 32-bit kernelHelge Deller
2017-04-08parisc: Clean up fixup routines for get_user()/put_user()Helge Deller
2017-03-26parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_rangeJohn David Anglin
2017-02-01parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller
2016-12-07parisc: Purge TLB before setting PTEJohn David Anglin
2016-11-02parisc: Ignore the pkey system calls for nowHelge Deller
2016-10-11Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-10-11parisc: Show trap name in kernel crashHelge Deller
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-09parisc: Increase initial kernel mapping sizeHelge Deller
2016-10-07parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernelsHelge Deller
2016-10-06parisc: Add hardened usercopy featureHelge Deller
2016-10-05parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-13parisc: fix copy_from_user()Al Viro
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf
2016-08-20parisc: Fix order of EREFUSED define in errno.hHelge Deller
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2016-08-04Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-08-02parisc: Add <asm/hash.h>George Spelvin
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-06-24parisc: get rid of superfluous __GFP_REPEATMichal Hocko
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra
2016-06-16locking/atomic, arch/parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra
2016-06-05parisc: Move die_if_kernel() prototype into traps.h headerHelge Deller
2016-06-04char/genrtc: remove parisc supportArnd Bergmann
2016-06-04rtc: cmos: remove empty asm/mc146818rtc.h filesArnd Bergmann
2016-05-25parisc: Whitespace cleanups in unistd.hHelge Deller
2016-05-22parisc: Fix typos in eisa_eeprom.hAndrea Gelmini
2016-05-22parisc: Fix typo in ldcw.hAndrea Gelmini
2016-05-22parisc: Fix typo in pdc.hAndrea Gelmini
2016-05-22parisc: Update futex.h to match generic implementationJohn David Anglin
2016-05-22parisc: Add native high-resolution sched_clock() implementationHelge Deller
2016-05-22parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller
2016-05-22parisc: Add 64bit get_user() and put_user() for 32bit kernelHelge Deller
2016-05-22parisc: Simplify and speed up get_user() and put_user()Helge Deller
2016-05-22parisc: Add syscall tracepoint supportHelge Deller
2016-04-15Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-04-14parisc: Fix ftrace function tracerHelge Deller
2016-04-08parisc: Update comment regarding relative extable supportHelge Deller
2016-04-08parisc: Unbreak handling exceptions from kernel modulesHelge Deller
2016-03-31Merge branch 'parisc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-03-31parisc: Fix and enable seccomp filter supportHelge Deller
2016-03-31parisc: Fix SIGSYS signals in compat caseHelge Deller
2016-03-23parisc: Wire up preadv2 and pwritev2 syscallsHelge Deller