aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-25parisc: Whitespace cleanups in unistd.hHelge Deller1-18/+16
2016-05-23parisc: Use long jump to reach ftrace_return_to_handler()Helge Deller1-1/+10
2016-05-22parisc: Fix typo in fpudispatch.cAndrea Gelmini1-1/+1
2016-05-22parisc: Fix typos in eisa_eeprom.hAndrea Gelmini1-2/+2
2016-05-22parisc: Fix typo in ldcw.hAndrea Gelmini1-1/+1
2016-05-22parisc: Fix typo in pdc.hAndrea Gelmini1-1/+1
2016-05-22parisc: Update futex.h to match generic implementationJohn David Anglin1-41/+29
2016-05-22parisc: Merge ftrace C-helper and assembler functions into .text.hot sectionHelge Deller2-3/+6
2016-05-22parisc: Add native high-resolution sched_clock() implementationHelge Deller4-9/+70
2016-05-22parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller3-2/+403
2016-05-22parisc: Add 64bit get_user() and put_user() for 32bit kernelHelge Deller1-1/+15
2016-05-22parisc: Simplify and speed up get_user() and put_user()Helge Deller1-58/+21
2016-05-22parisc: Add syscall tracepoint supportHelge Deller6-1/+28
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng1-0/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-7/+0
2016-05-06parisc: fix a bug when syscall number of tracee is __NR_Linux_syscallsDmitry V. Levin1-1/+1
2016-04-15Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds8-168/+114
2016-04-14parisc: Fix ftrace function tracerHelge Deller8-168/+114
2016-04-08parisc: Update comment regarding relative extable supportHelge Deller1-6/+4
2016-04-08parisc: Unbreak handling exceptions from kernel modulesHelge Deller4-0/+9
2016-04-08parisc: Fix kernel crash with reversed copy_from_user()Helge Deller1-0/+3
2016-04-08parisc: Avoid function pointers for kernel exception routinesHelge Deller1-5/+5
2016-04-08parisc: Handle R_PARISC_PCREL32 relocations in kernel modulesHelge Deller1-0/+8
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-31Merge branch 'parisc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds6-2/+35
2016-03-31parisc: Fix and enable seccomp filter supportHelge Deller4-2/+23
2016-03-31parisc: Fix SIGSYS signals in compat caseHelge Deller2-0/+12
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-0/+1
2016-03-23parisc: Wire up preadv2 and pwritev2 syscallsHelge Deller2-1/+5
2016-03-23parisc: Use generic extable search and sort routinesHelge Deller4-11/+8
2016-03-23parisc: Panic immediately when panic_on_oopsAaro Koskinen1-4/+1
2016-03-23parisc: Drop alloc_hugepages and free_hugepages syscallsHelge Deller3-14/+4
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-7/+7
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov1-1/+1
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds4-4/+0
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+0
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+3
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck1-1/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck1-6/+4
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-8/+19
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-3/+0
2016-03-01parisc: Wire up copy_file_range syscallHelge Deller2-1/+3
2016-03-01parisc: Fix ptrace syscall number and return value modificationHelge Deller2-6/+15
2016-03-01parisc: Use parentheses around expression in floppy.hHelge Deller1-1/+1
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2016-02-25net: Facility to report route quality of connected socketsTom Herbert1-0/+2