summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)Author
2016-11-20parisc: fix copy_from_user()Al Viro
2016-11-20parisc: Fix order of EREFUSED define in errno.hHelge Deller
2016-08-22parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller
2016-06-15parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsDmitry V. Levin
2016-05-01parisc: Unbreak handling exceptions from kernel modulesHelge Deller
2016-05-01parisc: Fix kernel crash with reversed copy_from_user()Helge Deller
2016-05-01parisc: Avoid function pointers for kernel exception routinesHelge Deller
2016-02-13parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller
2016-01-22parisc: Fix syscall restartsHelge Deller
2015-10-13parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller
2015-08-07parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.John David Anglin
2015-02-20vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-11-05parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin
2014-05-18parisc: fix epoll_pwait syscall on compat kernelHelge Deller
2013-11-28parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAMHelge Deller
2013-11-28parisc: fix interruption handler to respect pagefault_disable()Helge Deller
2013-10-26mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes
2013-03-06Purge existing TLB entries in set_pte_at and ptep_set_wrprotectJohn David Anglin
2012-12-06fix user-triggerable panic on pariscAl Viro
2012-12-06fix virtual aliasing issue in get_shared_area()James Bottomley
2012-09-19Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsMel Gorman
2012-06-10fix TLB fault path on PA2.0 narrow systemsJames Bottomley
2012-06-10fix boot failure on 32-bit systems caused by branch stubs placed before .textJohn David Anglin
2012-05-31fix panic on prefetch(NULL) on PA7300LCJames Bottomley
2012-05-31fix crash in flush_icache_page_asm on PA1.1John David Anglin
2012-05-31fix PA1.1 oops on bootJames Bottomley
2011-10-31parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-10-28compat: sync compat_stats with statfs.Eric W. Biederman
2011-10-13parisc: Kconfig: cleanup Kernel page size defaultPaul Bolle
2011-09-27doc: fix broken referencesPaul Bolle
2011-08-29remove remaining references to nfsservctlStephen Rothwell
2011-08-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa...Linus Torvalds
2011-08-03Merge branch 'apei' into apei-releaseLen Brown
2011-08-03Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying
2011-07-31[PARISC] wire up sendmmsg syscallJames Bottomley
2011-07-29[PARISC] fix return type of __atomic64_add_returnJohn David Anglin
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-24modules: make arch's use default loader hooksJonas Bonn
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody
2011-07-18[PARISC] Fix futex supportCarlos O'Donell
2011-06-27Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki
2011-05-28Merge branch 'setns'Linus Torvalds
2011-05-28ns: Wire up the setns system callEric W. Biederman
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita