summaryrefslogtreecommitdiffstats
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
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 sy...Helge 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 execut...Helge 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/jej...Helge Deller3-5/+29
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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
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
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-1/+0
2013-01-23soreuseport: infrastructureTom Herbert1-1/+1
2013-01-21arch/parisc: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+4
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-19[PARISC] Purge existing TLB entries in set_pte_at and ptep_set_wrprotectJohn David Anglin2-3/+28
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat1-0/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2013-01-07parisc: sigaltstack doesn't round ss.ss_sp as requiredJohn David Anglin1-1/+3
2013-01-07parisc: improve ptrace support for gdb single-stepJohn David Anglin2-6/+14