summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2016-11-24parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin1-2/+9
2016-09-29parisc: fix copy_from_user()Al Viro1-2/+5
2016-09-21parisc: Fix order of EREFUSED define in errno.hHelge Deller1-2/+2
2016-07-12parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller1-1/+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-02-15parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller1-0/+4
2016-02-15parisc: Fix syscall restartsHelge Deller1-12/+52
2016-02-15parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller1-10/+0
2015-10-28arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2-35/+1
2015-09-30parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller1-2/+6
2015-04-09parisc: add serial ports of C8000/1GHz machine to hardware databaseHelge Deller1-1/+2
2015-03-12vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-11-19parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscallsHelge Deller2-20/+13
2014-10-13parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin1-1/+6
2014-07-30parisc: Remove SA_RESTORER defineJohn David Anglin1-2/+0
2014-06-09metag: Reduce maximum stack size to 256MBJames Hogan1-0/+2
2014-05-05parisc: fix epoll_pwait syscall on compat kernelHelge Deller1-1/+1
2014-02-06parisc: fix cache-flushingHelge Deller3-3/+16
2014-01-15parisc: Ensure full cache coherency for kmap/kunmapJohn David Anglin3-46/+6
2013-12-11parisc: fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped addressHelge Deller1-10/+15
2013-12-04parisc: break out SOCK_NONBLOCK define to own asm header fileHelge Deller2-8/+14
2013-10-27parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAMHelge Deller1-0/+4
2013-10-19parisc: enable DEVTMPFS, DEVTMPFS_MOUNT and BLK_DEV_INITRD in defconfigsHelge Deller6-0/+14
2013-10-19Revert "parisc: Export flush_cache_page() (needed by lustre)"Helge Deller1-1/+0
2013-10-13parisc: let probe_kernel_read() capture access to page zeroHelge Deller1-1/+14
2013-10-13parisc: optimize variable initialization in do_page_faultJohn David Anglin1-5/+10
2013-10-13parisc: fix interruption handler to respect pagefault_disable()Helge Deller1-3/+3
2013-10-13parisc: mark parisc_terminate() noreturn and cold.Helge Deller1-1/+1
2013-10-13parisc: remove unused syscall_ipi() function.Helge Deller1-5/+0
2013-10-13parisc: kill SMP single function call interruptJiang Liu1-7/+1
2013-10-13parisc: Export flush_cache_page() (needed by lustre)Geert Uytterhoeven1-0/+1
2013-09-30arch/parisc/mm/fault.c: fix uninitialized variable usageFelipe Pena1-2/+3
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+5
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-08-27treewide: Fix printks with 0x%#Joe Perches1-1/+1
2013-07-31parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer2-0/+4
2013-07-31parisc: Remove arch/parisc/kernel/sys32.h headerJohn David Anglin4-46/+0
2013-07-31parisc: add defconfig for c8000 machineHelge Deller1-0/+279
2013-07-31parisc: Fix cache routines to ignore vma's with an invalid pfnJohn David Anglin1-64/+71
2013-07-14parisc: delete __cpuinit usage from all usersPaul Gortmaker4-14/+16
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-07-13Safer ABI for O_TMPFILEAl Viro1-1/+1
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir1-1/+1
2013-07-10Merge branch 'parisc-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-49/+94
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-07-09parisc: Fix gcc miscompilation in pa_memcpy()Helge Deller1-29/+50
2013-07-09parisc: Ensure volatile space register %sr1 is not clobberedJohn David Anglin2-3/+4
2013-07-09parisc: optimize mtsp(0,sr) inline assemblyHelge Deller1-3/+6