aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-28/+0
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-31/+1
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeGravatar Stephen Boyd 1-1/+1
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyGravatar Michal Hocko 1-1/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+6
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+4
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-71/+17
2017-04-26HAVE_ARCH_HARDENED_USERCOPY is unconditional nowGravatar Al Viro 1-1/+0
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowGravatar Al Viro 1-1/+0
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-44/+69
2017-04-20parisc: Use generic pci_mmap_resource_range()Gravatar David Woodhouse 2-29/+1
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()Gravatar David Woodhouse 1-1/+2
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>Gravatar David Woodhouse 1-3/+0
2017-04-16parisc: Fix get_user() for 64-bit value on 32-bit kernelGravatar Helge Deller 1-31/+55
2017-04-15parisc: fix bugs in pa_memcpyGravatar Mikulas Patocka 1-13/+14
2017-04-08New getsockopt option to get socket cookieGravatar Chenbo Feng 1-0/+2
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 8-592/+375
2017-04-02parisc: switch to RAW_COPY_USERGravatar Al Viro 3-63/+16
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Al Viro 14-660/+463
2017-03-30debug: Add _ONCE() logic to report_bug()Gravatar Peter Zijlstra 1-4/+4
2017-03-29parisc: Avoid stalled CPU warnings after system shutdownGravatar Helge Deller 1-0/+2
2017-03-29parisc: Clean up fixup routines for get_user()/put_user()Gravatar Helge Deller 5-134/+52
2017-03-29parisc: Fix access fault handling in pa_memcpy()Gravatar Helge Deller 2-458/+321
2017-03-28new helper: uaccess_kernel()Gravatar Al Viro 2-2/+2
2017-03-24net: Introduce SO_INCOMING_NAPI_IDGravatar Sridhar Samudrala 1-0/+2
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 8-68/+88
2017-03-22sock: introduce SO_MEMINFO getsockoptGravatar Josh Hunt 1-0/+2
2017-03-18parisc: Fix system shutdown haltGravatar Helge Deller 1-0/+2
2017-03-18parisc: perf: Fix potential NULL pointer dereferenceGravatar Arvind Yadav 1-45/+49
2017-03-15parisc: Avoid compiler warnings with access_ok()Gravatar Helge Deller 1-1/+2
2017-03-15parisc: Wire up statx system callGravatar Helge Deller 2-1/+3
2017-03-15parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_rangeGravatar John David Anglin 2-21/+24
2017-03-15parisc: support R_PARISC_SECREL32 relocation in modulesGravatar Mikulas Patocka 1-0/+8
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hGravatar Al Viro 1-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hGravatar Al Viro 1-3/+0
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-33/+10
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 6-0/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Gravatar Ingo Molnar 3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-2/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-02-27mm: add new mmgrab() helperGravatar Vegard Nossum 1-1/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-7/+7
2017-02-25parisc: Remove flush_user_dcache_range and flush_user_icache_rangeGravatar John David Anglin 3-26/+7
2017-02-25parisc: fix a printkGravatar Dan Carpenter 1-2/+2
2017-02-25parisc: Define access_ok() as macroGravatar Helge Deller 1-5/+1
2017-02-22arch, mm: remove arch specific show_memGravatar Michal Hocko 1-49/+0