aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 4-4/+0
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+0
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-4/+3
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-3/+3
2016-03-07PCI: Move pci_dma_* helpers to common codeGravatar Christoph Hellwig 1-3/+0
2016-03-01parisc: Wire up copy_file_range syscallGravatar Helge Deller 2-1/+3
2016-03-01parisc: Fix ptrace syscall number and return value modificationGravatar Helge Deller 2-6/+15
2016-03-01parisc: Use parentheses around expression in floppy.hGravatar Helge Deller 1-1/+1
2016-03-01arch/hotplug: Call into idle with a proper stateGravatar Thomas Gleixner 1-1/+1
2016-02-22arch: Introduce post-init read-only memoryGravatar Kees Cook 1-0/+3
2016-02-22asm-generic: Consolidate mark_rodata_ro()Gravatar Kees Cook 1-4/+0
2016-02-10KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an optionGravatar David Howells 4-4/+0
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMGravatar Toshi Kani 1-3/+3
2016-01-20dma-mapping: always provide the dma_map_ops based implementationGravatar Christoph Hellwig 2-3/+0
2016-01-20parisc: convert to dma_map_opsGravatar Christoph Hellwig 4-221/+64
2016-01-20mm: arch: remove duplicate definitions of MADV_FREEGravatar Guenter Roeck 1-1/+0
2016-01-17Merge branch 'parisc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-46/+123
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTGravatar Will Deacon 1-3/+0
2016-01-16parisc: Protect huge page pte changes with spinlocksGravatar Helge Deller 2-28/+52
2016-01-15arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi...Gravatar Chen Gang 1-0/+1
2016-01-15mm: define MADV_FREE for some archesGravatar Minchan Kim 1-0/+1
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-16/+16
2016-01-12parisc: Imporove debug info about space registers and TLB configurationGravatar Helge Deller 2-5/+23
2016-01-12parisc: Drop parisc-specific NSIGTRAP defineGravatar Helge Deller 1-3/+0
2016-01-12parisc: Fix __ARCH_SI_PREAMBLE_SIZEGravatar Helge Deller 1-0/+4
2016-01-12parisc: Reduce overhead of parisc_requires_coherency()Gravatar Helge Deller 2-10/+17
2016-01-12parisc: Initialize PCI bridge cache line and default latencyGravatar Helge Deller 2-0/+27
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFGravatar Craig Gallek 1-0/+3
2015-12-21parisc: Fix syscall restartsGravatar Helge Deller 1-12/+52
2015-12-12parisc: Disable huge pages on Mako machinesGravatar Helge Deller 1-1/+2
2015-12-12parisc: Wire up mlock2 syscallGravatar Helge Deller 2-1/+3
2015-12-12parisc: Remove unused pcibios_init_bus()Gravatar Bjorn Helgaas 1-18/+0
2015-12-04module: use a structure to encapsulate layout.Gravatar Rusty Russell 1-16/+16
2015-11-22Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 17-116/+382
2015-11-22parisc: Map kernel text and data on huge pagesGravatar Helge Deller 3-26/+31
2015-11-22parisc: Add Huge Page and HUGETLBFS supportGravatar Helge Deller 6-15/+291
2015-11-22parisc: Use long branch to do_syscall_trace_exitGravatar Helge Deller 1-2/+2
2015-11-22parisc: Increase initial kernel mapping to 32MB on 64bit kernelGravatar Helge Deller 2-3/+7
2015-11-22parisc: Initialize the fault vector earlier in the boot process.Gravatar Helge Deller 3-28/+21
2015-11-22parisc: Add defines for Huge page supportGravatar Helge Deller 2-4/+29
2015-11-22parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hGravatar Helge Deller 1-10/+0
2015-11-20parisc: Drop definition of start_thread_som for HP-UX SOM binariesGravatar Helge Deller 1-27/+0
2015-11-20parisc: Fix wrong comment regarding first pmd entry flagsGravatar Helge Deller 1-1/+1
2015-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+0
2015-11-09Merge branch 'parisc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-52/+44
2015-11-09kmap_atomic_to_page() has no users, remove itGravatar Nicolas Pitre 1-1/+0
2015-11-08parisc: Fixes and cleanups in kernel uapi header filesGravatar Helge Deller 7-21/+44
2015-11-08parisc: Drop hpux_stat64 struct from stat.h header fileGravatar Helge Deller 1-31/+0
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageGravatar Eric B Munson 1-0/+3