summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
...
| | * parisc: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-0/+9
| * | Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar2015-08-038-184/+215
| |\|
| * | rtmutex: Delete scriptable testerDavidlohr Bueso2015-07-202-2/+0Star
* | | parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-311-6/+6
| |/ |/|
* | parisc: mm: Fix a memory leak related to pmd not attached to the pgdChristophe Jaillet2015-07-191-1/+2
* | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-182-15/+1Star
* | parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin2015-07-105-168/+212
|/
* Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2015-07-022-4/+2Star
|\
| * parisc64: don't use module_init for non-modular core perf codePaul Gortmaker2015-06-161-2/+1Star
| * parisc: don't use module_init for non-modular core pdc_cons codePaul Gortmaker2015-06-161-2/+1Star
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-263-3/+2Star
|\ \
| * | remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0Star
| * | remove <asm/scatterlist.h>Christoph Hellwig2015-05-052-2/+2
* | | mm: new mm hook frameworkLaurent Dufour2015-06-251-0/+15
* | | parisc: use for_each_sg()Akinobu Mita2015-06-251-11/+16
* | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-19/+0Star
|\ \ \
| * | | PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2015-06-081-19/+0Star
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-233-4/+6
|\ \ \
| * | | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-192-4/+4
| * | | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-0/+2
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-221-2/+0Star
|\ \ \ | |/ / |/| |
| * | arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-131-2/+0Star
| |/
* | parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2015-05-122-0/+7
* | parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad2015-04-241-4/+6
|/
* parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELSGuenter Roeck2015-04-211-3/+3
* parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox2015-04-213-14/+5Star
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-2/+2
|\
| * parisc: fix up obsolete cpu function usage.Rusty Russell2015-03-051-2/+2
* | parisc: switch to using asm-generic for seccomp.hKees Cook2015-04-172-16/+1Star
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-152-3/+0Star
|\ \
| * | arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-122-3/+0Star
* | | parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-156-15/+18
|/ /
* | parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BITHelge Deller2015-03-231-5/+3Star
* | parisc: mm: don't count preallocated pmdsMikulas Patocka2015-03-231-2/+7
* | parisc: Add compile-time check when adding new syscallsHelge Deller2015-03-231-3/+6
|/
* mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov2015-02-281-0/+1
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-02-191-1/+1
|\
| * kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada2015-01-091-1/+1
* | parisc: Remove unused functionRickard Strandqvist2015-02-171-3/+0Star
* | parisc: macro whitespace fixesMichael S. Tsirkin2015-02-171-58/+58
* | parisc/uaccess: fix sparse errorsMichael S. Tsirkin2015-02-161-1/+1
* | parisc: hpux - Remove HPUX syscall numbersHelge Deller2015-02-161-478/+0Star
* | parisc: hpux - Remove hpux gateway pageHelge Deller2015-02-165-108/+4Star
* | parisc: hpux - Delete files in hpux subdirectoryHelge Deller2015-02-167-2135/+0Star
* | parisc: hpux - Do not compile hpux subdirectoryHelge Deller2015-02-161-1/+0Star
* | parisc: hpux - Drop support for HP-UX binariesHelge Deller2015-02-161-4/+0Star
* | parisc: Add error checks when building up signal trampoline handlerHelge Deller2015-02-161-14/+15
* | parisc: Wire up execveat syscallHelge Deller2015-02-162-1/+3
* | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-141-1/+1
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-132-5/+1Star