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