summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-238-248/+10
|\ \
| * | burying unused conditionalsAl Viro2013-02-142-8/+0
| * | parisc: switch to generic compat rt_sigaction()Al Viro2013-02-035-56/+2
| * | parisc: switch to generic compat sched_rr_get_interval()Al Viro2013-02-032-13/+1
| * | parisc: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-032-19/+1
| * | parisc: switch to generic compat rt_sigpending()Al Viro2013-02-033-26/+2
| * | parisc: switch to generic compat rt_sigprocmask()Al Viro2013-02-033-36/+2
| * | parisc: switch to generic sigaltstackAl Viro2013-02-036-97/+6
| * | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-0/+2
| * | consolidate declarations of k_sigactionAl Viro2013-02-031-4/+0
| |/
* | Merge branch 'parisc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2013-02-2227-299/+697
|\ \
| * | arch/parisc/include/asm: use ARRAY_SIZE macro in mmzone.hNikitas Angelinas2013-02-201-1/+1
| * | parisc: remove empty lines and unnecessary #ifdef coding in include/asm/signal.hHelge Deller2013-02-201-4/+0
| * | parisc: sendfile and sendfile64 syscall cleanupsHelge Deller2013-02-203-33/+15
| * | parisc: switch to available compat_sched_rr_get_interval implementationHelge Deller2013-02-203-16/+2
| * | parisc: fix fallocate syscallHelge Deller2013-02-203-8/+8
| * | parisc: fix error return codes for rt_sigaction and rt_sigprocmaskHelge Deller2013-02-201-4/+11
| * | parisc: convert msgrcv and msgsnd syscalls to use compat layerHelge Deller2013-02-204-60/+67
| * | parisc: correctly wire up mq_* functions for CONFIG_COMPAT caseHelge Deller2013-02-201-5/+5
| * | parisc: fix personality on 32bit kernelHelge Deller2013-02-201-1/+1
| * | parisc: wire up process_vm_readv, process_vm_writev, kcmp and finit_module sy...Helge Deller2013-02-202-1/+9
| * | parisc: remove unused compat_rt_sigframe.h headerPaul Bolle2013-02-201-50/+0
| * | parisc/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2013-02-201-5/+25
| * | parisc: space register variables need to be in native length (unsigned long)John David Anglin2013-02-201-1/+1
| * | parisc: fix ptrace breakageAl Viro2013-02-201-1/+4
| * | parisc: always detect multiple physical rangesJohn David Anglin2013-02-201-3/+2
| * | parisc: ensure that mmapped shared pages are aligned at SHMLBA addressesJohn David Anglin2013-02-201-4/+5
| * | parisc: disable preemption while flushing D- or I-caches through TMPALIAS regionJohn David Anglin2013-02-202-0/+4
| * | parisc: remove IRQF_DISABLEDPeter Zijlstra2013-02-202-4/+4
| * | parisc: fixes and cleanups in page cache flushing (4/4)John David Anglin2013-02-201-0/+64
| * | parisc: fixes and cleanups in page cache flushing (3/4)John David Anglin2013-02-201-7/+81
| * | parisc: fixes and cleanups in page cache flushing (2/4)John David Anglin2013-02-201-45/+290
| * | parisc: fixes and cleanups in page cache flushing (1/4)John David Anglin2013-02-203-34/+40
| * | parisc: fix possible memory leak in pat_query_module()Wei Yongjun2013-02-201-0/+2
| * | parisc: add CONFIG_MLONGCALLS option to enable linkage of huge vmlinux execut...Helge Deller2013-02-202-0/+21
| * | parisc: Fix comment describing setup of access rights in entry.SJohn David Anglin2013-02-201-2/+2
| * | parisc: enhance automatic CONFIG_CROSS_COMPILE detectionHelge Deller2013-02-201-5/+4
| * | Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Helge Deller2013-02-203-5/+29
| |\ \
| | * | [PARISC] hpux: Remove obsolete regs parameter from do_execve() in hpux_execve()Geert Uytterhoeven2013-01-301-2/+1
| | * | [PARISC] Purge existing TLB entries in set_pte_at and ptep_set_wrprotectJohn David Anglin2013-01-192-3/+28
| | |/
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-212-8/+3
|\ \ \
| * \ \ Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-255-15/+26
| |\ \ \
| * | | | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-0/+1
| * | | | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-7/+1
| * | | | TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-4/+4
|\ \ \ \
| * \ \ \ Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-255-15/+26
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | arch/parisc: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-4/+4
| | |/ / | |/| |
OpenPOWER on IntegriCloud