summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
AgeCommit message (Expand)AuthorLines
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-11/+3
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel-0/+3
2017-09-06mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz-11/+0
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+2
2017-09-05Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+26
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-22/+6
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby-22/+4
2017-08-22parisc: Make existing core files reuseable for bootloaderHelge Deller-0/+6
2017-08-22parisc: Optimize switch_mmJohn David Anglin-0/+3
2017-08-22parisc: Drop MADV_SPACEAVAIL, MADV_VPS_PURGE and MADV_VPS_INHERITHelge Deller-3/+0
2017-08-22parisc: PDT/firmware: Add support to read PDT on older PAT-machinesHelge Deller-0/+14
2017-08-22parisc: Add MADV_HWPOISON and MADV_SOFT_OFFLINEHelge Deller-0/+3
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-7/+0
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney-7/+0
2017-08-10locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra-0/+2
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller-1/+1
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn-0/+2
2017-07-31parisc: Increase thread and stack size to 32kbHelge Deller-1/+1
2017-07-25parisc: Add function to return DIMM slot of physical addressHelge Deller-1/+15
2017-07-22Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2017-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2017-07-20debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf-3/+3
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy-1/+1
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 '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-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 '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-40/+83
2017-07-03parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer-4/+7
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser-5/+0
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann-0/+2
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai-0/+1
2017-06-09parisc: Don't hardcode PSW values in gsc_*() functionsHelge Deller-8/+8
2017-06-09parisc/mm: Ensure IRQs are off in switch_mm()Helge Deller-2/+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-15/+53
2017-05-10parisc: Enhance detection of synchronous cr16 clocksourcesHelge Deller-0/+2
2017-05-10parisc: Drop per_cpu uaccess related exception_data structHelge Deller-11/+0
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-3/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+6