summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2018-05-23parisc: Fix out of array access in match_pci_device()Helge Deller1-0/+4
2018-03-01parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller3-4/+20
2017-12-09parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin1-3/+3
2017-11-06parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin1-3/+3
2017-11-06parisc: Avoid trashing sr2 and sr3 in LWS codeJohn David Anglin1-29/+24
2017-11-06parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav1-45/+49
2017-07-31parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer1-4/+7
2017-07-31parisc: use compat_sys_keyctl()Eric Biggers1-1/+1
2017-07-31parisc: Report SIGSEGV instead of SIGBUS when running out of stackHelge Deller1-1/+1
2017-06-29mm: larger stack guard gap, between vmasSasha Levin1-6/+9
2017-03-07parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller3-5/+10
2016-11-26parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin1-2/+9
2016-10-03parisc: fix copy_from_user()Al Viro1-2/+4
2016-09-01parisc: Fix order of EREFUSED define in errno.hHelge Deller1-2/+2
2016-06-17parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller1-1/+9
2016-05-17parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsDmitry V. Levin1-1/+1
2016-04-20parisc: Unbreak handling exceptions from kernel modulesHelge Deller4-0/+9
2016-04-20parisc: Fix kernel crash with reversed copy_from_user()Helge Deller1-0/+3
2016-04-20parisc: Avoid function pointers for kernel exception routinesHelge Deller1-5/+5
2016-03-09parisc: Fix ptrace syscall number and return value modificationHelge Deller2-6/+15
2016-02-03parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller1-0/+4
2015-09-29parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller1-2/+6
2015-09-29parisc: Use double word condition in 64bit CAS operationJohn David Anglin1-1/+1
2015-08-10parisc: mm: Fix a memory leak related to pmd not attached to the pgdChristophe Jaillet1-1/+2
2015-08-10parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin5-168/+212
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2-0/+7
2015-04-24parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad1-4/+6
2015-04-21parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELSGuenter Roeck1-3/+3
2015-04-21parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox3-14/+5
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2015-04-17parisc: switch to using asm-generic for seccomp.hKees Cook2-16/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+0
2015-04-15parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov6-15/+18
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger2-3/+0
2015-03-23parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BITHelge Deller1-5/+3
2015-03-23parisc: mm: don't count preallocated pmdsMikulas Patocka1-2/+7
2015-03-23parisc: Add compile-time check when adding new syscallsHelge Deller1-3/+6
2015-03-05parisc: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov1-0/+1
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2015-02-17parisc: Remove unused functionRickard Strandqvist1-3/+0
2015-02-17parisc: macro whitespace fixesMichael S. Tsirkin1-58/+58
2015-02-17parisc/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2015-02-17parisc: hpux - Remove HPUX syscall numbersHelge Deller1-478/+0
2015-02-17parisc: hpux - Remove hpux gateway pageHelge Deller5-108/+4
2015-02-17parisc: hpux - Delete files in hpux subdirectoryHelge Deller7-2135/+0
2015-02-17parisc: hpux - Do not compile hpux subdirectoryHelge Deller1-1/+0
2015-02-17parisc: hpux - Drop support for HP-UX binariesHelge Deller1-4/+0
2015-02-17parisc: Add error checks when building up signal trampoline handlerHelge Deller1-14/+15
2015-02-17parisc: Wire up execveat syscallHelge Deller2-1/+3