summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
...
* | parisc: Fix kernel crash with reversed copy_from_user()Helge Deller2016-04-081-0/+3
* | parisc: Avoid function pointers for kernel exception routinesHelge Deller2016-04-081-5/+5
* | parisc: Handle R_PARISC_PCREL32 relocations in kernel modulesHelge Deller2016-04-081-0/+8
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* | Merge branch 'parisc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-316-2/+35
|\ \
| * | parisc: Fix and enable seccomp filter supportHelge Deller2016-03-314-2/+23
| * | parisc: Fix SIGSYS signals in compat caseHelge Deller2016-03-312-0/+12
| |/
* | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* | parisc: Wire up preadv2 and pwritev2 syscallsHelge Deller2016-03-232-1/+5
* | parisc: Use generic extable search and sort routinesHelge Deller2016-03-234-11/+8
* | parisc: Panic immediately when panic_on_oopsAaro Koskinen2016-03-231-4/+1
* | parisc: Drop alloc_hugepages and free_hugepages syscallsHelge Deller2016-03-233-14/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-192-7/+7
|\ \
| * | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-1/+1
| * | ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-6/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-085-8/+19
| |\|
| * | net: Facility to report route quality of connected socketsTom Herbert2016-02-251-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-181-1/+1
|\ \ \
| * | | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-174-4/+0
|\ \ \ \ | |/ / / |/| | |
| * | | KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an optionDavid Howells2016-02-104-4/+0
| |/ /
* | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-3/+0
|\ \ \
| * | | PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-3/+0
| |/ /
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\ \ \
| * | | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
| |/ /
* | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-142-4/+3
|\ \ \
| * | | arch: Introduce post-init read-only memoryKees Cook2016-02-221-0/+3
| * | | asm-generic: Consolidate mark_rodata_ro()Kees Cook2016-02-221-4/+0
| |/ /
* | | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-03-141-3/+3
|\ \ \ | |_|/ |/| |
| * | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-3/+3
| |/
* | parisc: Wire up copy_file_range syscallHelge Deller2016-03-012-1/+3
* | parisc: Fix ptrace syscall number and return value modificationHelge Deller2016-03-012-6/+15
* | parisc: Use parentheses around expression in floppy.hHelge Deller2016-03-011-1/+1
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-202-3/+0
* parisc: convert to dma_map_opsChristoph Hellwig2016-01-204-221/+64
* mm: arch: remove duplicate definitions of MADV_FREEGuenter Roeck2016-01-201-1/+0
* Merge branch 'parisc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-01-179-46/+123
|\
| * parisc: Protect huge page pte changes with spinlocksHelge Deller2016-01-162-28/+52
| * parisc: Imporove debug info about space registers and TLB configurationHelge Deller2016-01-122-5/+23
| * parisc: Drop parisc-specific NSIGTRAP defineHelge Deller2016-01-121-3/+0
| * parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller2016-01-121-0/+4
| * parisc: Reduce overhead of parisc_requires_coherency()Helge Deller2016-01-122-10/+17
| * parisc: Initialize PCI bridge cache line and default latencyHelge Deller2016-01-122-0/+27
* | Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon2016-01-161-3/+0
* | arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi...Chen Gang2016-01-151-0/+1
* | mm: define MADV_FREE for some archesMinchan Kim2016-01-151-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-16/+16
|\ \
| * | module: use a structure to encapsulate layout.Rusty Russell2015-12-041-16/+16
* | | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-041-0/+3
| |/ |/|