summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-226-43/+120
|\
| * parisc: Add Huge Page and HUGETLBFS supportHelge Deller2015-11-221-0/+85
| * parisc: Increase initial kernel mapping to 32MB on 64bit kernelHelge Deller2015-11-221-1/+5
| * parisc: Add defines for Huge page supportHelge Deller2015-11-222-4/+29
| * parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller2015-11-221-10/+0
| * parisc: Drop definition of start_thread_som for HP-UX SOM binariesHelge Deller2015-11-201-27/+0
| * parisc: Fix wrong comment regarding first pmd entry flagsHelge Deller2015-11-201-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-091-1/+0
|\ \
| * | kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-091-1/+0
* | | Merge branch 'parisc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-097-52/+28
|\ \ \ | |/ / |/| |
| * | parisc: Fixes and cleanups in kernel uapi header filesHelge Deller2015-11-086-21/+28
| * | parisc: Drop hpux_stat64 struct from stat.h header fileHelge Deller2015-11-081-31/+0
| |/
* | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson2015-11-051-0/+3
* | Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-042-14/+8
|\ \
| * | parisc: Change L1_CACHE_BYTES to 16John David Anglin2015-10-251-13/+5
| * | parisc: Wire up userfaultfd syscallHelge Deller2015-10-221-1/+2
| * | parisc: allocate sys_membarrier system call numberMathieu Desnoyers2015-10-221-1/+2
| |/
* | atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-1/+1
|/
* parisc: Define ioremap_uc and ioremap_wcGuenter Roeck2015-09-081-0/+2
* atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-2/+0
* parisc: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-0/+9
* 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-172-15/+1
* parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin2015-07-102-42/+66
* Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-253-3/+2
|\
| * remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0
| * remove <asm/scatterlist.h>Christoph Hellwig2015-05-052-2/+2
* | mm: new mm hook frameworkLaurent Dufour2015-06-241-0/+15
* | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-19/+0
|\ \
| * | PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2015-06-081-19/+0
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-221-0/+2
|\ \
| * | 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/+0
|\ \ \ | |/ / |/| |
| * | arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-131-2/+0
| |/
* | parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2015-05-121-0/+4
|/
* parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELSGuenter Roeck2015-04-211-3/+3
* parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox2015-04-212-10/+1
* parisc: switch to using asm-generic for seccomp.hKees Cook2015-04-172-16/+1
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-2/+0
|\
| * arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-121-2/+0
* | parisc: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-142-10/+8
|/
* parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BITHelge Deller2015-03-231-5/+3
* parisc: mm: don't count preallocated pmdsMikulas Patocka2015-03-231-2/+7
* mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov2015-02-281-0/+1
* 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/+0
* parisc: hpux - Remove hpux gateway pageHelge Deller2015-02-161-2/+0
* parisc: Wire up execveat syscallHelge Deller2015-02-161-1/+2
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-4/+0
OpenPOWER on IntegriCloud