summaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorLines
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+0
2017-07-11parisc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada-6/+5
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+2
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+0
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal-1/+2
2017-07-05Merge branch 'parisc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+0
2017-07-05parisc: ->mapping_errorChristoph Hellwig-2/+0
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+4
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+13
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro-1/+0
2017-07-03Merge branch 'parisc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-80/+386
2017-07-03parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer-4/+7
2017-07-02parisc: Report SIGSEGV instead of SIGBUS when running out of stackHelge Deller-1/+1
2017-07-02parisc: use compat_sys_keyctl()Eric Biggers-1/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser-10/+0
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+9
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann-0/+2
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins-6/+9
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai-0/+1
2017-06-09parisc: Don't hardcode PSW values in hpmc codeHelge Deller-2/+3
2017-06-09parisc: Don't hardcode PSW values in gsc_*() functionsHelge Deller-8/+8
2017-06-09parisc: Avoid zeroing gr[0] in fixup_exception()Helge Deller-0/+1
2017-06-09parisc/mm: Ensure IRQs are off in switch_mm()Helge Deller-2/+13
2017-06-09parisc: parisc_bus_type: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman-10/+13
2017-05-27trim __ARCH_WANT_SYS_OLD_GETRLIMITAl Viro-1/+0
2017-05-22net: Fix parisc SCM_TIMESTAMPING_PKTINFO value.David S. Miller-1/+1
2017-05-21net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.David S. Miller-0/+2
2017-05-15kill strlen_user()Al Viro-1/+0
2017-05-12parisc: Add Page Deallocation Table (PDT) supportHelge Deller-16/+317
2017-05-10parisc: Enhance detection of synchronous cr16 clocksourcesHelge Deller-5/+26
2017-05-10parisc: Drop per_cpu uaccess related exception_data structHelge Deller-25/+0
2017-05-10parisc: Inline trivial exception code in lusercopy.SHelge Deller-16/+9
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel-28/+0
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-31/+1
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd-1/+1
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko-1/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+6
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-71/+17
2017-04-26HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro-1/+0
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro-1/+0
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-44/+69
2017-04-20parisc: Use generic pci_mmap_resource_range()David Woodhouse-29/+1
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse-1/+2
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse-3/+0
2017-04-16parisc: Fix get_user() for 64-bit value on 32-bit kernelHelge Deller-31/+55
2017-04-15parisc: fix bugs in pa_memcpyMikulas Patocka-13/+14