aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-03Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds7-10/+9
2013-03-02parisc: fix redefinition of SET_PERSONALITYHelge Deller1-0/+1
2013-03-02parisc: do not install modules when installing kernelRolf Eike Beer1-3/+1
2013-03-02parisc: fix compile warnings triggered by atomic_sub(sizeof(),v)Helge Deller1-2/+2
2013-03-02parisc: avoid unitialized variable warning in pa_memcpy()Helge Deller1-1/+1
2013-03-02parisc: remove unused variable 'compat_val'Helge Deller1-1/+0
2013-03-02parisc: switch to compat_functions of io_setup, io_getevents and io_submitHelge Deller1-3/+3
2013-03-02parisc: select ARCH_WANT_FRAME_POINTERSHelge Deller1-0/+1
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-13/+3
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-0/+1
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-27mm: use vm_unmapped_area() on parisc architectureMichel Lespinasse1-31/+17
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-25fix compat truncate/ftruncateAl Viro1-2/+2
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2-11/+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-15sysctl: Enable PARISC "unaligned-trap" to be used cross-archVineet Gupta1-0/+1
2013-02-14burying unused conditionalsAl Viro2-8/+0