summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav2017-10-081-45/+49
* 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-261-6/+9
* parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin2016-11-231-2/+9
* parisc: fix copy_from_user()Al Viro2016-10-051-2/+4
* parisc: Fix order of EREFUSED define in errno.hHelge Deller2016-08-311-2/+2
* parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller2016-06-191-1/+9
* parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsDmitry V. Levin2016-05-171-1/+1
* parisc: Fix ptrace syscall number and return value modificationHelge Deller2016-05-172-6/+15
* parisc: Unbreak handling exceptions from kernel modulesHelge Deller2016-04-204-0/+9
* parisc: percpu: update comments referring to __get_cpu_varChristoph Lameter2016-04-201-2/+2
* parisc: Fix kernel crash with reversed copy_from_user()Helge Deller2016-04-201-0/+3
* parisc: Avoid function pointers for kernel exception routinesHelge Deller2016-04-201-5/+5
* parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller2016-02-091-0/+4
* parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller2015-10-071-2/+6
* parisc: Use double word condition in 64bit CAS operationJohn David Anglin2015-10-071-1/+1
* parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2015-06-102-0/+7
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-051-0/+2
* parisc: fix out-of-register compiler error in ldcw inline assembler functionJohn David Anglin2015-01-271-3/+10
* parisc: Avoid using CONFIG_64BIT in userspace exported headersHelge Deller2014-11-105-17/+17
* parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscallsHelge Deller2014-11-102-20/+13
* parisc: Use BUILD_BUG() instead of undefined functionsHelge Deller2014-11-101-11/+8
* parisc: Wire up bpf syscallHelge Deller2014-11-102-1/+3
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-192-6/+14
|\
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-6/+3
| * ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris2014-09-231-0/+11
* | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-46/+71
|\ \
| * | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-2/+2
| * | locking,arch,parisc: Fold atomic_opsPeter Zijlstra2014-08-141-44/+69
* | | parisc: Reduce SIGRTMIN from 37 to 32 to behave like other Linux architecturesHelge Deller2014-10-121-10/+6
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+1
|\ \ \
| * | | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
* | | | Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-081-0/+2
|\ \ \ \
| * \ \ \ Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman2014-09-148-7/+279
| |\ \ \ \
| * | | | | parisc/uapi: Add definition of TIOC[SG]RS485Ricardo Ribalda Delgado2014-09-091-0/+2
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-242-0/+2
|\ \ \ \ \
| * | | | | parisc: Update defconfigs which were missing CONFIG_NET.David S. Miller2014-09-241-0/+1
| * | | | | parisc: Set CONFIG_NET=y in defconfigsMichal Marek2014-09-241-0/+1
| | |/ / / | |/| | |
* | | | | parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin2014-09-231-1/+6
* | | | | parisc: ptrace: use secure_computing_strict()Helge Deller2014-09-211-4/+2
|/ / / /
* | | | parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin2014-09-131-4/+229
* | | | parisc: Wire up seccomp, getrandom and memfd_create syscallsHelge Deller2014-08-276-2/+49
* | | | parisc: sys_hpux: NUL terminator is one past the endDan Carpenter2014-08-271-1/+1
|/ / /
* | | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-091-34/+24
|\ \ \
| * | | parisc: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-34/+24
| | |/ | |/|
* | | Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-041-1/+0
|\ \ \ | |_|/ |/| |
| * | staging: silicom: remove driverKristina Martšenko2014-07-271-1/+0