summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov2015-02-281-0/+1
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-02-191-1/+1
|\
| * kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada2015-01-091-1/+1
* | parisc: Remove unused functionRickard Strandqvist2015-02-171-3/+0Star
* | parisc: macro whitespace fixesMichael S. Tsirkin2015-02-171-58/+58
* | parisc/uaccess: fix sparse errorsMichael S. Tsirkin2015-02-161-1/+1
* | parisc: hpux - Remove HPUX syscall numbersHelge Deller2015-02-161-478/+0Star
* | parisc: hpux - Remove hpux gateway pageHelge Deller2015-02-165-108/+4Star
* | parisc: hpux - Delete files in hpux subdirectoryHelge Deller2015-02-167-2135/+0Star
* | parisc: hpux - Do not compile hpux subdirectoryHelge Deller2015-02-161-1/+0Star
* | parisc: hpux - Drop support for HP-UX binariesHelge Deller2015-02-161-4/+0Star
* | parisc: Add error checks when building up signal trampoline handlerHelge Deller2015-02-161-14/+15
* | parisc: Wire up execveat syscallHelge Deller2015-02-162-1/+3
* | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-141-1/+1
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-132-5/+1Star
* | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-121-1/+1
* | parisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-10/+0Star
* | vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-01-221-5/+1Star
|\ \
| * | module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell2015-01-201-5/+1Star
| |/
* | Merge branch 'parisc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-261-3/+10
|\ \ | |/ |/|
| * parisc: fix out-of-register compiler error in ldcw inline assembler functionJohn David Anglin2014-12-261-3/+10
* | parisc: percpu: update comments referring to __get_cpu_varChristoph Lameter2014-12-131-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-112-1/+5
|\ \
| * | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0Star
| * | net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-061-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-228-49/+41Star
| |\|
| * | net: introduce SO_INCOMING_CPUEric Dumazet2014-11-111-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-111-3/+4
|\ \ \
| * \ \ Merge branch 'iov_iter' into for-nextAl Viro2014-12-098-49/+41Star
| |\ \ \ | | | |/ | | |/|
| * | | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-3/+4
| | |/ | |/|
* | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-4/+8
|\ \ \ | |_|/ |/| |
| * | parisc: io: implement dummy relaxed accessor macros for writesWill Deacon2014-10-201-4/+8
| |/
* | parisc: Avoid using CONFIG_64BIT in userspace exported headersHelge Deller2014-11-105-17/+17
* | parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscallsHelge Deller2014-11-102-20/+13Star
* | parisc: Use BUILD_BUG() instead of undefined functionsHelge Deller2014-11-101-11/+8Star
* | parisc: Wire up bpf syscallHelge Deller2014-11-102-1/+3
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-202-6/+14
|\
| * ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris2014-09-231-6/+3Star
| * ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris2014-09-231-0/+11
* | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-46/+71
|\ \
| * | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-2/+2
| * | locking,arch,parisc: Fold atomic_opsPeter Zijlstra2014-08-141-44/+69
* | | parisc: Reduce SIGRTMIN from 37 to 32 to behave like other Linux architecturesHelge Deller2014-10-121-10/+6Star
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-091-0/+1
|\ \ \
| * | | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
* | | | Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-081-0/+2
|\ \ \ \
| * \ \ \ Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman2014-09-158-7/+279
| |\ \ \ \
| * | | | | parisc/uapi: Add definition of TIOC[SG]RS485Ricardo Ribalda Delgado2014-09-101-0/+2
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-242-0/+2
|\ \ \ \ \