summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2016-03-09parisc: Fix ptrace syscall number and return value modificationHelge Deller2-6/+15
2016-02-03parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller1-0/+4
2015-09-29parisc: 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-08-10parisc: mm: Fix a memory leak related to pmd not attached to the pgdChristophe Jaillet1-1/+2
2015-08-10parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin5-168/+212
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2-0/+7
2015-04-24parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad1-4/+6
2015-04-21parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELSGuenter Roeck1-3/+3
2015-04-21parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox3-14/+5
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2015-04-17parisc: switch to using asm-generic for seccomp.hKees Cook2-16/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+0
2015-04-15parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov6-15/+18
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger2-3/+0
2015-03-23parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BITHelge Deller1-5/+3
2015-03-23parisc: mm: don't count preallocated pmdsMikulas Patocka1-2/+7
2015-03-23parisc: Add compile-time check when adding new syscallsHelge Deller1-3/+6
2015-03-05parisc: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov1-0/+1
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2015-02-17parisc: Remove unused functionRickard Strandqvist1-3/+0
2015-02-17parisc: macro whitespace fixesMichael S. Tsirkin1-58/+58
2015-02-17parisc/uaccess: fix sparse errorsMichael S. Tsirkin1-1/+1
2015-02-17parisc: hpux - Remove HPUX syscall numbersHelge Deller1-478/+0
2015-02-17parisc: hpux - Remove hpux gateway pageHelge Deller5-108/+4
2015-02-17parisc: hpux - Delete files in hpux subdirectoryHelge Deller7-2135/+0
2015-02-17parisc: hpux - Do not compile hpux subdirectoryHelge Deller1-1/+0
2015-02-17parisc: hpux - Drop support for HP-UX binariesHelge Deller1-4/+0
2015-02-17parisc: Add error checks when building up signal trampoline handlerHelge Deller1-14/+15
2015-02-17parisc: Wire up execveat syscallHelge Deller2-1/+3
2015-02-14mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+1
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski2-5/+1
2015-02-12mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-11parisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-10/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-01-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+1
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell1-5/+1
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada1-1/+1
2014-12-27Merge branch 'parisc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+10
2014-12-26parisc: fix out-of-register compiler error in ldcw inline assembler functionJohn David Anglin1-3/+10
2014-12-13parisc: percpu: update comments referring to __get_cpu_varChristoph Lameter1-2/+2
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+5
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+4
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-12-10Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+8
2014-12-09Merge branch 'iov_iter' into for-nextAl Viro8-49/+41
2014-12-06net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov1-0/+3
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-49/+41
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+2