aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2017-07-25parisc: Add function to return DIMM slot of physical addressGravatar Helge Deller 2-1/+40
2017-07-25parisc: Fix crash when calling PDC_PAT_MEM PDT firmware functionGravatar Helge Deller 2-3/+12
2017-07-24signal: Remove kernel interal si_code magicGravatar Eric W. Biederman 1-16/+15
2017-07-23parisc: regenerate defconfig filesGravatar Helge Deller 8-222/+59
2017-07-23parisc: Merge millicode routines via linker scriptGravatar Helge Deller 1-0/+2
2017-07-23parisc: Disable further stack checks when panic occurs during stack checkGravatar Helge Deller 1-1/+7
2017-07-22Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+1
2017-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2017-07-20debug: Fix WARN_ON_ONCE() for modulesGravatar Josh Poimboeuf 1-3/+3
2017-07-17tty: Fix TIOCGPTPEER ioctl definitionGravatar Gleb Fotengauer-Malinovskiy 1-1/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+0
2017-07-11parisc: move generic-y of exported headers to uapi/asm/KbuildGravatar Masahiro Yamada 2-6/+5
2017-07-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+2
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+0
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Gravatar Punit Agrawal 1-1/+2
2017-07-05Merge branch 'parisc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2017-07-05parisc: ->mapping_errorGravatar Christoph Hellwig 1-2/+0
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+4
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-10/+13
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2017-07-03kill {__,}{get,put}_user_unaligned()Gravatar Al Viro 1-1/+0
2017-07-03Merge branch 'parisc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 21-80/+386
2017-07-03parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsGravatar Thomas Bogendoerfer 1-4/+7
2017-07-02parisc: Report SIGSEGV instead of SIGBUS when running out of stackGravatar Helge Deller 1-1/+1
2017-07-02parisc: use compat_sys_keyctl()Gravatar Eric Biggers 1-1/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-10/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 2-10/+0
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+9
2017-06-21net: introduce SO_PEERGROUPS getsockoptGravatar David Herrmann 1-0/+2
2017-06-19mm: larger stack guard gap, between vmasGravatar Hugh Dickins 1-6/+9
2017-06-09tty: add TIOCGPTPEER ioctlGravatar Aleksa Sarai 1-0/+1
2017-06-09parisc: Don't hardcode PSW values in hpmc codeGravatar Helge Deller 1-2/+3
2017-06-09parisc: Don't hardcode PSW values in gsc_*() functionsGravatar Helge Deller 1-8/+8
2017-06-09parisc: Avoid zeroing gr[0] in fixup_exception()Gravatar Helge Deller 1-0/+1
2017-06-09parisc/mm: Ensure IRQs are off in switch_mm()Gravatar Helge Deller 1-2/+13
2017-06-09parisc: parisc_bus_type: use dev_groups and not dev_attrs for bus_typeGravatar Greg Kroah-Hartman 1-10/+13
2017-05-27trim __ARCH_WANT_SYS_OLD_GETRLIMITGravatar Al Viro 1-1/+0
2017-05-22net: Fix parisc SCM_TIMESTAMPING_PKTINFO value.Gravatar David S. Miller 1-1/+1
2017-05-21net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.Gravatar David S. Miller 1-0/+2
2017-05-15kill strlen_user()Gravatar Al Viro 1-1/+0
2017-05-12parisc: Add Page Deallocation Table (PDT) supportGravatar Helge Deller 9-16/+317
2017-05-10parisc: Enhance detection of synchronous cr16 clocksourcesGravatar Helge Deller 3-5/+26
2017-05-10parisc: Drop per_cpu uaccess related exception_data structGravatar Helge Deller 3-25/+0
2017-05-10parisc: Inline trivial exception code in lusercopy.SGravatar Helge Deller 1-16/+9
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