| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-09-08 | parisc: Filter out spurious interrupts in PA-RISC irq handler |  Helge Deller | 1 | -2/+7 |
| 2015-09-08 | parisc: Additionally check for in_atomic() in page fault handler |  Helge Deller | 1 | -1/+1 |
| 2015-09-08 | parisc: Define ioremap_uc and ioremap_wc |  Guenter Roeck | 1 | -0/+2 |
| 2015-09-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -2/+7 |
| 2015-08-12 | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for upstream |  Ingo Molnar | 1 | -0/+7 |
| 2015-08-03 | Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up fixes before applying new changes |  Ingo Molnar | 8 | -184/+215 |
| 2015-07-31 | parisc/irq: Use access helper irq_data_get_affinity_mask() |  Jiang Liu | 1 | -6/+6 |
| 2015-07-27 | atomic: Provide atomic_{or,xor,and} |  Peter Zijlstra | 1 | -2/+0 |
| 2015-07-27 | parisc: Provide atomic_{or,xor,and} |  Peter Zijlstra | 1 | -0/+9 |
| 2015-07-20 | rtmutex: Delete scriptable tester |  Davidlohr Bueso | 2 | -2/+0 |
| 2015-07-19 | parisc: mm: Fix a memory leak related to pmd not attached to the pgd |  Christophe Jaillet | 1 | -1/+2 |
| 2015-07-17 | mm: clean up per architecture MM hook header files |  Laurent Dufour | 2 | -15/+1 |
| 2015-07-10 | parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based on timing results |  John David Anglin | 5 | -168/+212 |
| 2015-07-02 | Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux |  Linus Torvalds | 2 | -4/+2 |
| 2015-06-25 | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block |  Linus Torvalds | 3 | -3/+2 |
| 2015-06-24 | mm: new mm hook framework |  Laurent Dufour | 1 | -0/+15 |
| 2015-06-24 | parisc: use for_each_sg() |  Akinobu Mita | 1 | -11/+16 |
| 2015-06-23 | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci |  Linus Torvalds | 1 | -19/+0 |
| 2015-06-22 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -4/+6 |
| 2015-06-22 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+0 |
| 2015-06-16 | parisc64: don't use module_init for non-modular core perf code |  Paul Gortmaker | 1 | -2/+1 |
| 2015-06-16 | parisc: don't use module_init for non-modular core pdc_cons code |  Paul Gortmaker | 1 | -2/+1 |
| 2015-06-08 | PCI: Remove unused pci_dma_burst_advice() |  Bjorn Helgaas | 1 | -19/+0 |
| 2015-05-19 | remove scatterlist.h generation from arch Kbuild files |  Christoph Hellwig | 1 | -1/+0 |
| 2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler |  David Hildenbrand | 2 | -4/+4 |
| 2015-05-19 | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* |  David Hildenbrand | 1 | -0/+2 |
| 2015-05-13 | arch: Remove __ARCH_HAVE_CMPXCHG |  Thomas Gleixner | 1 | -2/+0 |
| 2015-05-12 | parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards architectures |  Helge Deller | 2 | -0/+7 |
| 2015-05-05 | remove <asm/scatterlist.h> |  Christoph Hellwig | 2 | -2/+2 |
| 2015-04-24 | parisc: copy_thread(): rename 'arg' argument to 'kthread_arg' |  Alex Dowad | 1 | -4/+6 |
| 2015-04-21 | parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELS |  Guenter Roeck | 1 | -3/+3 |
| 2015-04-21 | parisc: Eliminate sg_virt_addr() and private scatterlist.h |  Matthew Wilcox | 3 | -14/+5 |
| 2015-04-20 | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux |  Linus Torvalds | 1 | -2/+2 |
| 2015-04-17 | parisc: switch to using asm-generic for seccomp.h |  Kees Cook | 2 | -16/+1 |
| 2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc |  Linus Torvalds | 2 | -3/+0 |
| 2015-04-14 | parisc: expose number of page table levels on Kconfig level |  Kirill A. Shutemov | 6 | -15/+18 |
| 2015-04-12 | arch: Remove exec_domain from remaining archs |  Richard Weinberger | 2 | -3/+0 |
| 2015-03-23 | parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT |  Helge Deller | 1 | -5/+3 |
| 2015-03-23 | parisc: mm: don't count preallocated pmds |  Mikulas Patocka | 1 | -2/+7 |
| 2015-03-23 | parisc: Add compile-time check when adding new syscalls |  Helge Deller | 1 | -3/+6 |
| 2015-03-05 | parisc: fix up obsolete cpu function usage. |  Rusty Russell | 1 | -2/+2 |
| 2015-02-28 | mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED defines |  Kirill A. Shutemov | 1 | -0/+1 |
| 2015-02-19 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild |  Linus Torvalds | 1 | -1/+1 |
| 2015-02-17 | parisc: Remove unused function |  Rickard Strandqvist | 1 | -3/+0 |
| 2015-02-17 | parisc: macro whitespace fixes |  Michael S. Tsirkin | 1 | -58/+58 |
| 2015-02-16 | parisc/uaccess: fix sparse errors |  Michael S. Tsirkin | 1 | -1/+1 |
| 2015-02-16 | parisc: hpux - Remove HPUX syscall numbers |  Helge Deller | 1 | -478/+0 |
| 2015-02-16 | parisc: hpux - Remove hpux gateway page |  Helge Deller | 5 | -108/+4 |
| 2015-02-16 | parisc: hpux - Delete files in hpux subdirectory |  Helge Deller | 7 | -2135/+0 |
| 2015-02-16 | parisc: hpux - Do not compile hpux subdirectory |  Helge Deller | 1 | -1/+0 |