summaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorLines
2015-07-19parisc: mm: Fix a memory leak related to pmd not attached to the pgdChristophe Jaillet-1/+2
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour-15/+1
2015-07-10parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin-168/+212
2015-07-02Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds-4/+2
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+2
2015-06-24mm: new mm hook frameworkLaurent Dufour-0/+15
2015-06-24parisc: use for_each_sg()Akinobu Mita-11/+16
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-19/+0
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+6
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+0
2015-06-16parisc64: don't use module_init for non-modular core perf codePaul Gortmaker-2/+1
2015-06-16parisc: don't use module_init for non-modular core pdc_cons codePaul Gortmaker-2/+1
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas-19/+0
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig-1/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand-4/+4
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand-0/+2
2015-05-13arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner-2/+0
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller-0/+7
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig-2/+2
2015-04-24parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad-4/+6
2015-04-21parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELSGuenter Roeck-3/+3
2015-04-21parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox-14/+5
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2015-04-17parisc: switch to using asm-generic for seccomp.hKees Cook-16/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+0
2015-04-14parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov-15/+18
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger-3/+0
2015-03-23parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BITHelge Deller-5/+3
2015-03-23parisc: mm: don't count preallocated pmdsMikulas Patocka-2/+7
2015-03-23parisc: Add compile-time check when adding new syscallsHelge Deller-3/+6
2015-03-05parisc: fix up obsolete cpu function usage.Rusty Russell-2/+2
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov-0/+1
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-1/+1
2015-02-17parisc: Remove unused functionRickard Strandqvist-3/+0
2015-02-17parisc: macro whitespace fixesMichael S. Tsirkin-58/+58
2015-02-16parisc/uaccess: fix sparse errorsMichael S. Tsirkin-1/+1
2015-02-16parisc: hpux - Remove HPUX syscall numbersHelge Deller-478/+0
2015-02-16parisc: hpux - Remove hpux gateway pageHelge Deller-108/+4
2015-02-16parisc: hpux - Delete files in hpux subdirectoryHelge Deller-2135/+0
2015-02-16parisc: hpux - Do not compile hpux subdirectoryHelge Deller-1/+0
2015-02-16parisc: hpux - Drop support for HP-UX binariesHelge Deller-4/+0
2015-02-16parisc: Add error checks when building up signal trampoline handlerHelge Deller-14/+15
2015-02-16parisc: Wire up execveat syscallHelge Deller-1/+3
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-5/+1
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov-1/+1
2015-02-10parisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov-10/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds-0/+2
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+1
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell-5/+1