summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* parisc: Purge TLB before setting PTEJohn David Anglin2016-12-071-4/+4
* parisc: Ignore the pkey system calls for nowHelge Deller2016-11-021-1/+3
* Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-10-112-3/+4
|\
| * parisc: Show trap name in kernel crashHelge Deller2016-10-111-0/+1
| * parisc: Increase initial kernel mapping sizeHelge Deller2016-10-091-3/+3
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-101-0/+5
|\ \ | |/ |/|
| * x86/pkeys: Allocation/free syscallsDave Hansen2016-09-091-0/+5
* | parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernelsHelge Deller2016-10-071-1/+1
* | parisc: Add hardened usercopy featureHelge Deller2016-10-061-14/+34
* | parisc: Add cfi_startproc and cfi_endproc to assembly codeHelge Deller2016-10-052-0/+35
* | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-1/+4
|\ \ | |/ |/|
| * parisc: fix copy_from_user()Al Viro2016-09-131-2/+4
* | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-301-10/+12
* | parisc: Fix order of EREFUSED define in errno.hHelge Deller2016-08-201-2/+2
|/
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-052-140/+0
|\
| * char/genrtc: remove parisc supportArnd Bergmann2016-06-041-131/+0
| * rtc: cmos: remove empty asm/mc146818rtc.h filesArnd Bergmann2016-06-041-9/+0
* | Merge branch 'parisc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-08-041-0/+146
|\ \
| * | parisc: Add <asm/hash.h>George Spelvin2016-08-021-0/+146
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-252-10/+62
|\ \ \ | |/ / |/| |
| * | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
| * | locking/atomic, arch/parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra2016-06-161-8/+57
| * | locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-141-2/+7
* | | parisc: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-2/+1
* | | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-2/+2
|/ /
* / parisc: Move die_if_kernel() prototype into traps.h headerHelge Deller2016-06-051-0/+2
|/
* parisc: Whitespace cleanups in unistd.hHelge Deller2016-05-251-18/+16
* parisc: Fix typos in eisa_eeprom.hAndrea Gelmini2016-05-221-2/+2
* parisc: Fix typo in ldcw.hAndrea Gelmini2016-05-221-1/+1
* parisc: Fix typo in pdc.hAndrea Gelmini2016-05-221-1/+1
* parisc: Update futex.h to match generic implementationJohn David Anglin2016-05-221-41/+29
* parisc: Add native high-resolution sched_clock() implementationHelge Deller2016-05-221-4/+5
* parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller2016-05-221-0/+48
* parisc: Add 64bit get_user() and put_user() for 32bit kernelHelge Deller2016-05-221-1/+15
* parisc: Simplify and speed up get_user() and put_user()Helge Deller2016-05-221-58/+21
* parisc: Add syscall tracepoint supportHelge Deller2016-05-223-1/+14
* Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-04-151-17/+1
|\
| * parisc: Fix ftrace function tracerHelge Deller2016-04-141-17/+1
* | parisc: Update comment regarding relative extable supportHelge Deller2016-04-081-6/+4
* | parisc: Unbreak handling exceptions from kernel modulesHelge Deller2016-04-081-0/+1
* | Merge branch 'parisc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-312-0/+20
|\ \
| * | parisc: Fix and enable seccomp filter supportHelge Deller2016-03-311-0/+13
| * | parisc: Fix SIGSYS signals in compat caseHelge Deller2016-03-311-0/+7
| |/
* | parisc: Wire up preadv2 and pwritev2 syscallsHelge Deller2016-03-231-1/+3
* | parisc: Use generic extable search and sort routinesHelge Deller2016-03-232-4/+5
* | parisc: Drop alloc_hugepages and free_hugepages syscallsHelge Deller2016-03-231-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-192-7/+7
|\ \
| * | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-1/+1
| * | ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-6/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-082-2/+3
| |\|