summaryrefslogtreecommitdiff
path: root/arch/parisc/include
AgeCommit message (Expand)AuthorFilesLines
2016-10-06parisc: fix copy_from_user()Al Viro1-2/+4
2016-09-01parisc: Fix order of EREFUSED define in errno.hHelge Deller1-2/+2
2016-04-20parisc: Unbreak handling exceptions from kernel modulesHelge Deller1-0/+1
2016-02-10parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller1-0/+4
2015-06-10parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller1-0/+4
2015-01-27parisc: fix out-of-register compiler error in ldcw inline assembler functionJohn David Anglin1-3/+10
2014-11-11parisc: Avoid using CONFIG_64BIT in userspace exported headersHelge Deller5-17/+17
2014-11-11parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscallsHelge Deller1-16/+9
2014-11-11parisc: Use BUILD_BUG() instead of undefined functionsHelge Deller1-11/+8
2014-11-11parisc: Wire up bpf syscallHelge Deller1-1/+2
2014-10-20Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-0/+11
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-46/+71
2014-10-12parisc: Reduce SIGRTMIN from 37 to 32 to behave like other Linux architecturesHelge Deller1-10/+6
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar1-2/+2
2014-09-24ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris1-0/+11
2014-09-15Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman3-2/+24
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-09-10parisc/uapi: Add definition of TIOC[SG]RS485Ricardo Ribalda Delgado1-0/+2
2014-08-27parisc: Wire up seccomp, getrandom and memfd_create syscallsHelge Deller3-2/+24
2014-08-14locking,arch,parisc: Fold atomic_opsPeter Zijlstra1-44/+69
2014-08-05Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2014-07-25parisc: Remove SA_RESTORER defineJohn David Anglin1-2/+0
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+1
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-9/+1
2014-06-05sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick1-1/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-8/+2
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2014-05-28PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-5/+0
2014-05-21ftrace: Make CALLER_ADDRx macros more genericAKASHI Takahiro1-9/+1
2014-05-20parisc: add renameat2 syscallMiklos Szeredi1-1/+2
2014-05-15parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller1-1/+4
2014-05-15metag: Reduce maximum stack size to 256MBJames Hogan1-0/+2
2014-05-02Merge branch 'parisc-3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+2
2014-05-01parisc: Use generic uapi/asm/resource.h fileHelge Deller2-7/+2
2014-05-01parisc: remove _STK_LIM_MAX overrideJohn David Anglin1-1/+0
2014-04-18arch,parisc: Convert smp_mb__*()Peter Zijlstra2-8/+2
2014-04-18Merge branch 'parisc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-3/+2
2014-04-13parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZEHelge Deller1-3/+2
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+26
2014-03-23parisc: locks: remove redundant arch_*_relax operationsWill Deacon1-4/+0
2014-03-23parisc: wire up sys_utimesHelge Deller1-2/+2
2014-03-23parisc: Remove unused CONFIG_PARISC_TMPALIAS codeJohn David Anglin1-11/+0
2014-02-10locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+1
2014-02-10locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen1-6/+25
2014-02-03parisc: add flexible mmap memory layout supportHelge Deller4-0/+17
2014-02-02parisc: Make EWOULDBLOCK be equal to EAGAIN on pariscGuy Martin1-1/+1
2014-02-02parisc: convert uapi/asm/stat.h to use native types onlyHelge Deller1-21/+19
2014-02-02parisc: wire up sched_setattr and sched_getattrHelge Deller1-1/+3
2014-02-02parisc: fix cache-flushingHelge Deller2-3/+2