summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)Author
2017-03-06parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller
2016-11-25parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin
2016-10-02parisc: fix copy_from_user()Al Viro
2016-08-31parisc: Fix order of EREFUSED define in errno.hHelge Deller
2016-06-17parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller
2016-05-17parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsDmitry V. Levin
2016-04-20parisc: Unbreak handling exceptions from kernel modulesHelge Deller
2016-04-20parisc: Fix kernel crash with reversed copy_from_user()Helge Deller
2016-04-20parisc: Avoid function pointers for kernel exception routinesHelge Deller
2016-03-09parisc: Fix ptrace syscall number and return value modificationHelge Deller
2016-02-03parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller
2015-09-29parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller
2015-09-29parisc: Use double word condition in 64bit CAS operationJohn David Anglin
2015-08-10parisc: mm: Fix a memory leak related to pmd not attached to the pgdChristophe Jaillet
2015-08-10parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller
2015-04-24parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad
2015-04-21parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELSGuenter Roeck
2015-04-21parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-17parisc: switch to using asm-generic for seccomp.hKees Cook
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-14parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger
2015-03-23parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BITHelge Deller
2015-03-23parisc: mm: don't count preallocated pmdsMikulas Patocka
2015-03-23parisc: Add compile-time check when adding new syscallsHelge Deller
2015-03-05parisc: fix up obsolete cpu function usage.Rusty Russell
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2015-02-17parisc: Remove unused functionRickard Strandqvist
2015-02-17parisc: macro whitespace fixesMichael S. Tsirkin
2015-02-16parisc/uaccess: fix sparse errorsMichael S. Tsirkin
2015-02-16parisc: hpux - Remove HPUX syscall numbersHelge Deller
2015-02-16parisc: hpux - Remove hpux gateway pageHelge Deller
2015-02-16parisc: hpux - Delete files in hpux subdirectoryHelge Deller
2015-02-16parisc: hpux - Do not compile hpux subdirectoryHelge Deller
2015-02-16parisc: hpux - Drop support for HP-UX binariesHelge Deller
2015-02-16parisc: Add error checks when building up signal trampoline handlerHelge Deller
2015-02-16parisc: Wire up execveat syscallHelge Deller
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov
2015-02-10parisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada
2014-12-26Merge branch 'parisc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-26parisc: fix out-of-register compiler error in ldcw inline assembler functionJohn David Anglin