summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-101-1/+0Star
|\
| * kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-101-1/+0Star
* | Merge branch 'parisc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-108-52/+44Star
|\ \ | |/ |/|
| * parisc: Fixes and cleanups in kernel uapi header filesHelge Deller2015-11-087-21/+44
| * parisc: Drop hpux_stat64 struct from stat.h header fileHelge Deller2015-11-081-31/+0Star
* | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson2015-11-061-0/+3
* | Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-043-14/+10Star
|\ \
| * | parisc: Change L1_CACHE_BYTES to 16John David Anglin2015-10-251-13/+5Star
| * | parisc: Wire up userfaultfd syscallHelge Deller2015-10-222-1/+3
| * | parisc: allocate sys_membarrier system call numberMathieu Desnoyers2015-10-222-1/+3
| |/
* / atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-1/+1
|/
* parisc: Use platform_device_register_simple("rtc-generic")Helge Deller2015-09-081-10/+4Star
* parisc: Drop CONFIG_SMP around update_cr16_clocksource()Helge Deller2015-09-081-7/+0Star
* parisc: Use double word condition in 64bit CAS operationJohn David Anglin2015-09-081-1/+1
* parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller2015-09-081-2/+7
* parisc: Additionally check for in_atomic() in page fault handlerHelge Deller2015-09-081-1/+1
* parisc: Define ioremap_uc and ioremap_wcGuenter Roeck2015-09-081-0/+2
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-043-2/+7
|\
| * Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-121-0/+7
| |\
| | * atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-2/+0Star
| | * 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
|\ \