summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2018-10-21parisc: Fix out of array access in match_pci_device()Helge Deller1-0/+4
2018-10-21parisc: Fix HPMC handler by increasing size to multiple of 16 bytesHelge Deller1-1/+5
2018-10-03parisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-10/+0
2018-02-13parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin1-3/+3
2018-01-01parisc: Fix double-word compare and exchange in LWS code on 32-bit kernelsJohn David Anglin1-3/+3
2017-10-12parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer1-4/+7
2017-10-12parisc: Report SIGSEGV instead of SIGBUS when running out of stackHelge Deller1-1/+1
2017-10-12parisc: use compat_sys_keyctl()Eric Biggers1-1/+1
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins1-6/+9
2017-03-16parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller3-5/+10
2017-02-23parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_ic...John David Anglin1-21/+1
2017-02-23parisc: Purge TLB before setting PTEJohn David Anglin1-4/+4
2017-02-23parisc: Also flush data TLB in flush_icache_page_asmJohn David Anglin1-15/+22
2017-02-23parisc: Fix race in pci-dma.cJohn David Anglin1-1/+1
2017-02-23parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin1-2/+9
2016-11-20parisc: fix copy_from_user()Al Viro1-2/+5
2016-11-20parisc: Fix order of EREFUSED define in errno.hHelge Deller1-2/+2
2016-08-23parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller1-1/+9
2016-06-15parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsDmitry V. Levin1-1/+1
2016-05-01parisc: Unbreak handling exceptions from kernel modulesHelge Deller4-0/+9
2016-05-01parisc: Fix kernel crash with reversed copy_from_user()Helge Deller1-0/+3
2016-05-01parisc: Avoid function pointers for kernel exception routinesHelge Deller1-5/+5
2016-02-02parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller1-0/+4
2016-01-25parisc: Fix syscall restartsHelge Deller1-12/+52
2015-12-14parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller1-10/+0
2015-09-30parisc: 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-05-28parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2-0/+7
2015-02-04vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-01-15parisc: fix out-of-register compiler error in ldcw inline assembler functionJohn David Anglin1-3/+10
2014-11-27parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscallsHelge Deller2-20/+13
2014-10-06parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin1-1/+6
2014-10-06parisc: Implement new LWS CAS supporting 64 bit operations.Guy Martin1-4/+229
2014-07-25parisc: Eliminate memset after alloc_bootmem_pagesHIMANGI SARAOGI1-1/+0
2014-07-25parisc: Remove SA_RESTORER defineJohn David Anglin1-2/+0
2014-07-13Merge branch 'parisc-3.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-38/+13
2014-07-13parisc: drop unused defines and header includesHelge Deller1-36/+0
2014-07-13parisc: fix fanotify_mark() syscall on 32bit compat kernelHelge Deller2-1/+11
2014-07-13parisc: add serial ports of C8000/1GHz machine to hardware databaseHelge Deller1-1/+2
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-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-4/+0
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2014-05-28USB: remove CONFIG_USB_DEBUG from defconfig filesGreg Kroah-Hartman2-2/+0
2014-05-28USB: delete CONFIG_USB_DEVICEFS from defconfigNaoki MATSUMOTO2-2/+0
2014-05-28PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-5/+0
2014-05-23parisc: 'renameat2()' doesn't need (or have) a separate compat system callLinus Torvalds1-1/+1
2014-05-21ftrace: Make CALLER_ADDRx macros more genericAKASHI Takahiro1-9/+1
2014-05-20parisc: add renameat2 syscallMiklos Szeredi2-1/+3