summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2017-10-12parisc: use compat_sys_keyctl()Eric Biggers1-1/+1
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins1-10/+30
2017-03-16parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller3-5/+10
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-13parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller1-0/+4
2016-01-23parisc: Fix syscall restartsHelge Deller1-12/+52
2015-10-13parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller1-2/+6
2015-08-07parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.John David Anglin3-1/+29
2015-02-20vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-11-05parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin1-1/+6
2014-05-18parisc: fix epoll_pwait syscall on compat kernelHelge Deller1-1/+1
2013-11-28parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAMHelge Deller1-0/+4
2013-11-28parisc: fix interruption handler to respect pagefault_disable()Helge Deller1-3/+3
2013-10-27mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes1-0/+2
2013-03-06Purge existing TLB entries in set_pte_at and ptep_set_wrprotectJohn David Anglin2-3/+28
2012-12-06fix user-triggerable panic on pariscAl Viro1-2/+4
2012-12-06fix virtual aliasing issue in get_shared_area()James Bottomley1-0/+2
2012-09-19Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsMel Gorman1-2/+2
2012-06-10fix TLB fault path on PA2.0 narrow systemsJames Bottomley1-13/+17
2012-06-10fix boot failure on 32-bit systems caused by branch stubs placed before .textJohn David Anglin1-2/+4
2012-05-31fix panic on prefetch(NULL) on PA7300LCJames Bottomley1-1/+6
2012-05-31fix crash in flush_icache_page_asm on PA1.1John David Anglin1-18/+20
2012-05-31fix PA1.1 oops on bootJames Bottomley1-0/+4
2011-11-01parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker4-0/+4
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-1/+2
2011-10-28compat: sync compat_stats with statfs.Eric W. Biederman1-1/+2
2011-10-13parisc: Kconfig: cleanup Kernel page size defaultPaul Bolle1-3/+1
2011-09-27doc: fix broken referencesPaul Bolle2-2/+2
2011-08-30remove remaining references to nfsservctlStephen Rothwell1-1/+1
2011-08-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa...Linus Torvalds4-9/+65
2011-08-03Merge branch 'apei' into apei-releaseLen Brown1-0/+1
2011-08-03Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying1-0/+1
2011-08-01[PARISC] wire up sendmmsg syscallJames Bottomley2-1/+3
2011-07-29[PARISC] fix return type of __atomic64_add_returnJohn David Anglin1-2/+2
2011-07-27atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-5/+0
2011-07-27atomic: move atomic_add_unless to generic codeArun Sharma1-5/+5
2011-07-27atomic: use <linux/atomic.h>Arun Sharma7-7/+6
2011-07-27asm-generic: add another generic ext2 atomic bitopsAkinobu Mita1-8/+1
2011-07-27ptrace: unify show_regs() prototypeMike Frysinger1-1/+0
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-12/+0
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2-2/+2
2011-07-18[PARISC] Fix futex supportCarlos O'Donell1-6/+60