aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2015-09-08parisc: Use platform_device_register_simple("rtc-generic")Gravatar Helge Deller 1-10/+4
2015-09-08parisc: Drop CONFIG_SMP around update_cr16_clocksource()Gravatar Helge Deller 1-7/+0
2015-09-08parisc: Use double word condition in 64bit CAS operationGravatar John David Anglin 1-1/+1
2015-09-08parisc: Filter out spurious interrupts in PA-RISC irq handlerGravatar Helge Deller 1-2/+7
2015-09-08parisc: Additionally check for in_atomic() in page fault handlerGravatar Helge Deller 1-1/+1
2015-09-08parisc: Define ioremap_uc and ioremap_wcGravatar Guenter Roeck 1-0/+2
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-2/+7
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Gravatar Ingo Molnar 1-0/+7
2015-08-03Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Gravatar Ingo Molnar 8-184/+215
2015-07-31parisc/irq: Use access helper irq_data_get_affinity_mask()Gravatar Jiang Liu 1-6/+6
2015-07-27atomic: Provide atomic_{or,xor,and}Gravatar Peter Zijlstra 1-2/+0
2015-07-27parisc: Provide atomic_{or,xor,and}Gravatar Peter Zijlstra 1-0/+9
2015-07-20rtmutex: Delete scriptable testerGravatar Davidlohr Bueso 2-2/+0
2015-07-19parisc: mm: Fix a memory leak related to pmd not attached to the pgdGravatar Christophe Jaillet 1-1/+2
2015-07-17mm: clean up per architecture MM hook header filesGravatar Laurent Dufour 2-15/+1
2015-07-10parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...Gravatar John David Anglin 5-168/+212
2015-07-02Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 2-4/+2
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-3/+2
2015-06-24mm: new mm hook frameworkGravatar Laurent Dufour 1-0/+15
2015-06-24parisc: use for_each_sg()Gravatar Akinobu Mita 1-11/+16
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-19/+0
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-4/+6
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+0
2015-06-16parisc64: don't use module_init for non-modular core perf codeGravatar Paul Gortmaker 1-2/+1
2015-06-16parisc: don't use module_init for non-modular core pdc_cons codeGravatar Paul Gortmaker 1-2/+1
2015-06-08PCI: Remove unused pci_dma_burst_advice()Gravatar Bjorn Helgaas 1-19/+0
2015-05-19remove scatterlist.h generation from arch Kbuild filesGravatar Christoph Hellwig 1-1/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...Gravatar David Hildenbrand 2-4/+4
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*Gravatar David Hildenbrand 1-0/+2
2015-05-13arch: Remove __ARCH_HAVE_CMPXCHGGravatar Thomas Gleixner 1-2/+0
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Gravatar Helge Deller 2-0/+7
2015-05-05remove <asm/scatterlist.h>Gravatar Christoph Hellwig 2-2/+2
2015-04-24parisc: copy_thread(): rename 'arg' argument to 'kthread_arg'Gravatar Alex Dowad 1-4/+6
2015-04-21parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELSGravatar Guenter Roeck 1-3/+3
2015-04-21parisc: Eliminate sg_virt_addr() and private scatterlist.hGravatar Matthew Wilcox 3-14/+5
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2015-04-17parisc: switch to using asm-generic for seccomp.hGravatar Kees Cook 2-16/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-3/+0
2015-04-14parisc: expose number of page table levels on Kconfig levelGravatar Kirill A. Shutemov 6-15/+18
2015-04-12arch: Remove exec_domain from remaining archsGravatar Richard Weinberger 2-3/+0
2015-03-23parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BITGravatar Helge Deller 1-5/+3
2015-03-23parisc: mm: don't count preallocated pmdsGravatar Mikulas Patocka 1-2/+7
2015-03-23parisc: Add compile-time check when adding new syscallsGravatar Helge Deller 1-3/+6
2015-03-05parisc: fix up obsolete cpu function usage.Gravatar Rusty Russell 1-2/+2
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesGravatar Kirill A. Shutemov 1-0/+1
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-1/+1
2015-02-17parisc: Remove unused functionGravatar Rickard Strandqvist 1-3/+0
2015-02-17parisc: macro whitespace fixesGravatar Michael S. Tsirkin 1-58/+58
2015-02-16parisc/uaccess: fix sparse errorsGravatar Michael S. Tsirkin 1-1/+1
2015-02-16parisc: hpux - Remove HPUX syscall numbersGravatar Helge Deller 1-478/+0