aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+15
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-23soreuseport: infrastructureTom Herbert1-1/+1
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat1-0/+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
2013-01-07parisc: don't claim cpu irqs more than onceJohn David Anglin1-2/+4
2013-01-07parisc: avoid undefined shift in cnv_float.hJohn David Anglin1-6/+5
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2-5/+4
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-9/+0
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsAl Viro1-6/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+0
2012-12-14modules: don't hand 0 to vmalloc.Rusty Russell1-2/+0
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds8-365/+52
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds1-0/+11
2012-12-11mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen1-0/+11
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-2/+6
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-0/+1
2012-12-03[parisc] open(2) compat bugAl Viro1-1/+1
2012-11-29unify default ptrace_signal_deliverAl Viro1-2/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-3/+2
2012-11-28parisc: switch to generic fork/vfork/cloneAl Viro4-69/+22
2012-11-28kill stray kernel_thread() garbageAl Viro1-1/+0
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-nextAl Viro6-301/+39
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+6
2012-11-22[PARISC] fix user-triggerable panic on pariscAl Viro1-2/+4
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro57-1542/+1511
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-2/+3
2012-11-15[PARISC] fix virtual aliasing issue in get_shared_area()James Bottomley1-0/+2
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller57-1542/+1511
2012-11-01sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov1-0/+1
2012-10-25tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov1-0/+3
2012-10-21parisc: switch to saner kernel_execve() semanticsAl Viro3-20/+4
2012-10-16UAPI: (Scripted) Disintegrate arch/parisc/include/asmDavid Howells35-1453/+1507
2012-10-16Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git/David Howells23-89/+4
2012-10-14parisc: optimizations in copy_thread() and friendsAl Viro2-87/+27
2012-10-14parisc: switch to generic sys_execve()Al Viro5-92/+2
2012-10-14parisc: switch to generic kernel_execve()Al Viro3-32/+7
2012-10-14parisc: switch to generic kernel_thread()Al Viro3-89/+18
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-13/+5
2012-10-14[PARISC] asm: redo generic includesJames Bottomley23-89/+4
2012-10-12vfs: define struct filename and have getname() return itJeff Layton3-6/+6
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-36/+25
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-6/+1
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+1