summaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorLines
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov-0/+1
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-1/+1
2015-02-17parisc: Remove unused functionRickard Strandqvist-3/+0
2015-02-17parisc: macro whitespace fixesMichael S. Tsirkin-58/+58
2015-02-16parisc/uaccess: fix sparse errorsMichael S. Tsirkin-1/+1
2015-02-16parisc: hpux - Remove HPUX syscall numbersHelge Deller-478/+0
2015-02-16parisc: hpux - Remove hpux gateway pageHelge Deller-108/+4
2015-02-16parisc: hpux - Delete files in hpux subdirectoryHelge Deller-2135/+0
2015-02-16parisc: hpux - Do not compile hpux subdirectoryHelge Deller-1/+0
2015-02-16parisc: hpux - Drop support for HP-UX binariesHelge Deller-4/+0
2015-02-16parisc: Add error checks when building up signal trampoline handlerHelge Deller-14/+15
2015-02-16parisc: Wire up execveat syscallHelge Deller-1/+3
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski-5/+1
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov-1/+1
2015-02-10parisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov-10/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds-0/+2
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+1
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell-5/+1
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada-1/+1
2014-12-26Merge branch 'parisc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+10
2014-12-26parisc: fix out-of-register compiler error in ldcw inline assembler functionJohn David Anglin-3/+10
2014-12-13parisc: percpu: update comments referring to __get_cpu_varChristoph Lameter-2/+2
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+5
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+4
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann-1/+0
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+8
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro-49/+41
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov-0/+3
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-49/+41
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet-0/+2
2014-11-10parisc: Avoid using CONFIG_64BIT in userspace exported headersHelge Deller-17/+17
2014-11-10parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscallsHelge Deller-20/+13
2014-11-10parisc: Use BUILD_BUG() instead of undefined functionsHelge Deller-11/+8
2014-11-10parisc: Wire up bpf syscallHelge Deller-1/+3
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi-3/+4
2014-10-20parisc: io: implement dummy relaxed accessor macros for writesWill Deacon-4/+8
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds-6/+14
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-46/+71
2014-10-12parisc: Reduce SIGRTMIN from 37 to 32 to behave like other Linux architecturesHelge Deller-10/+6
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2014-10-08Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+2
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar-2/+2
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+2
2014-09-24parisc: Update defconfigs which were missing CONFIG_NET.David S. Miller-0/+1
2014-09-24parisc: Set CONFIG_NET=y in defconfigsMichal Marek-0/+1
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris-6/+3
2014-09-23ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris-0/+11
2014-09-23parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin-1/+6
2014-09-21parisc: ptrace: use secure_computing_strict()Helge Deller-4/+2