aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel1-28/+0
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-31/+1
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-1/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+6
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-71/+17
2017-04-26HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro1-1/+0
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-1/+0
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-44/+69
2017-04-20parisc: Use generic pci_mmap_resource_range()David Woodhouse2-29/+1
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+2
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse1-3/+0
2017-04-16parisc: Fix get_user() for 64-bit value on 32-bit kernelHelge Deller1-31/+55
2017-04-15parisc: fix bugs in pa_memcpyMikulas Patocka1-13/+14
2017-04-08New getsockopt option to get socket cookieChenbo Feng1-0/+2
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-592/+375
2017-04-02parisc: switch to RAW_COPY_USERAl Viro3-63/+16
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro14-660/+463
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra1-4/+4
2017-03-29parisc: Avoid stalled CPU warnings after system shutdownHelge Deller1-0/+2
2017-03-29parisc: Clean up fixup routines for get_user()/put_user()Helge Deller5-134/+52
2017-03-29parisc: Fix access fault handling in pa_memcpy()Helge Deller2-458/+321
2017-03-28new helper: uaccess_kernel()Al Viro2-2/+2
2017-03-24net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala1-0/+2
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-68/+88
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt1-0/+2
2017-03-18parisc: Fix system shutdown haltHelge Deller1-0/+2
2017-03-18parisc: perf: Fix potential NULL pointer dereferenceArvind Yadav1-45/+49
2017-03-15parisc: Avoid compiler warnings with access_ok()Helge Deller1-1/+2
2017-03-15parisc: Wire up statx system callHelge Deller2-1/+3
2017-03-15parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_rangeJohn David Anglin2-21/+24
2017-03-15parisc: support R_PARISC_SECREL32 relocation in modulesMikulas Patocka1-0/+8
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds5-33/+10
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar6-0/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar3-2/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar2-0/+2
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-7/+7
2017-02-25parisc: Remove flush_user_dcache_range and flush_user_icache_rangeJohn David Anglin3-26/+7
2017-02-25parisc: fix a printkDan Carpenter1-2/+2
2017-02-25parisc: Define access_ok() as macroHelge Deller1-5/+1
2017-02-22arch, mm: remove arch specific show_memMichal Hocko1-49/+0