aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds8-248/+10
2013-02-22Merge branch 'parisc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds27-299/+697
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-8/+3
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2013-02-20arch/parisc/include/asm: use ARRAY_SIZE macro in mmzone.hNikitas Angelinas1-1/+1
2013-02-20parisc: remove empty lines and unnecessary #ifdef coding in include/asm/signal.hHelge Deller1-4/+0
2013-02-20parisc: sendfile and sendfile64 syscall cleanupsHelge Deller3-33/+15
2013-02-20parisc: switch to available compat_sched_rr_get_interval implementationHelge Deller3-16/+2
2013-02-20parisc: fix fallocate syscallHelge Deller3-8/+8
2013-02-20parisc: fix error return codes for rt_sigaction and rt_sigprocmaskHelge Deller1-4/+11
2013-02-20parisc: convert msgrcv and msgsnd syscalls to use compat layerHelge Deller4-60/+67
2013-02-20parisc: correctly wire up mq_* functions for CONFIG_COMPAT caseHelge Deller1-5/+5
2013-02-20parisc: fix personality on 32bit kernelHelge Deller1-1/+1
2013-02-20parisc: wire up process_vm_readv, process_vm_writev, kcmp and finit_module syscallsHelge Deller2-1/+9
2013-02-20parisc: remove unused compat_rt_sigframe.h headerPaul Bolle1-50/+0
2013-02-20parisc/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul1-5/+25
2013-02-20parisc: space register variables need to be in native length (unsigned long)John David Anglin1-1/+1
2013-02-20parisc: fix ptrace breakageAl Viro1-1/+4
2013-02-20parisc: always detect multiple physical rangesJohn David Anglin1-3/+2
2013-02-20parisc: ensure that mmapped shared pages are aligned at SHMLBA addressesJohn David Anglin1-4/+5
2013-02-20parisc: disable preemption while flushing D- or I-caches through TMPALIAS regionJohn David Anglin2-0/+4
2013-02-20parisc: remove IRQF_DISABLEDPeter Zijlstra2-4/+4
2013-02-20parisc: fixes and cleanups in page cache flushing (4/4)John David Anglin1-0/+64
2013-02-20parisc: fixes and cleanups in page cache flushing (3/4)John David Anglin1-7/+81
2013-02-20parisc: fixes and cleanups in page cache flushing (2/4)John David Anglin1-45/+290
2013-02-20parisc: fixes and cleanups in page cache flushing (1/4)John David Anglin3-34/+40
2013-02-20parisc: fix possible memory leak in pat_query_module()Wei Yongjun1-0/+2
2013-02-20parisc: add CONFIG_MLONGCALLS option to enable linkage of huge vmlinux executablesHelge Deller2-0/+21
2013-02-20parisc: Fix comment describing setup of access rights in entry.SJohn David Anglin1-2/+2
2013-02-20parisc: enhance automatic CONFIG_CROSS_COMPILE detectionHelge Deller1-5/+4
2013-02-20Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 into stable-3.8Helge Deller3-5/+29
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2013-02-14burying unused conditionalsAl Viro2-8/+0
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+15
2013-02-04arch Kconfig: Remove references to IRQ_PER_CPUJames Hogan1-1/+0
2013-02-03parisc: switch to generic compat rt_sigaction()Al Viro5-56/+2
2013-02-03parisc: switch to generic compat sched_rr_get_interval()Al Viro2-13/+1
2013-02-03parisc: switch to generic compat rt_sigqueueinfo()Al Viro2-19/+1
2013-02-03parisc: switch to generic compat rt_sigpending()Al Viro3-26/+2
2013-02-03parisc: switch to generic compat rt_sigprocmask()Al Viro3-36/+2
2013-02-03parisc: switch to generic sigaltstackAl Viro6-97/+6
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro1-0/+2
2013-02-03consolidate declarations of k_sigactionAl Viro1-4/+0
2013-01-30[PARISC] hpux: Remove obsolete regs parameter from do_execve() in hpux_execve()Geert Uytterhoeven1-2/+1
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-15/+26
2013-01-29parisc: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven1-0/+15
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman5-15/+26
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman5-15/+26