summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-131-0/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-1157-1542/+1511Star
| |\
| * | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-011-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-123-3/+4
|\ \ \
| * | | unify default ptrace_signal_deliverAl Viro2012-11-291-2/+0Star
| * | | parisc: switch to generic fork/vfork/cloneAl Viro2012-11-291-0/+3
| * | | kill stray kernel_thread() garbageAl Viro2012-11-291-1/+0Star
| * | | Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-1757-1542/+1511Star
| |\ \ \ | | | |/ | | |/|
| * | | parisc: switch to saner kernel_execve() semanticsAl Viro2012-10-221-1/+0Star
| * | | parisc: switch to generic sys_execve()Al Viro2012-10-151-0/+1
| * | | parisc: switch to generic kernel_execve()Al Viro2012-10-151-0/+1
| | |/ | |/|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-121-0/+1
|\ \ \
| * | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| | |/ | |/|
* | | Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-121-0/+11
|\ \ \
| * | | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLBAndi Kleen2012-12-121-0/+11
| |/ /
* / / tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov2012-10-251-0/+3
|/ /
* | UAPI: (Scripted) Disintegrate arch/parisc/include/asmDavid Howells2012-10-1635-1453/+1507
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/par...David Howells2012-10-1623-89/+4Star
|\ \ | |/ |/|
| * [PARISC] asm: redo generic includesJames Bottomley2012-10-1423-89/+4Star
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-13/+3Star
|\ \ | |/ |/|
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-13/+3Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-1/+4
|\ \
| * | parisc: decide whether to go to slow path (tracesys) based on thread flagsAl Viro2012-10-011-0/+2
| * | sanitize tsk_is_polling()Al Viro2012-10-011-0/+2
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-6/+1Star
|\| |
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-6/+1Star
| |/
* | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+1
|\ \
| * \ Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2012-10-041-0/+3
| |\ \
| * | | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+1
| | |/ | |/|
* | | compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-051-1/+58
| |/ |/|
* | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
|/
* [PARISC] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsMel Gorman2012-07-251-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-3/+3
|\
| * treewide: Put a space between #include and FILEPaul Bolle2012-06-281-3/+3
* | [PARISC] fix compile break in use of lib/strncopy_from_user.cJames Bottomley2012-06-051-0/+1
* | [PARISC] fix missing TAINT_WARN problemJames Bottomley2012-06-051-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-1/+1
|\ \
| * | TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-012-5/+2Star
|\ \ \ | |/ / |/| |
| * | bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-311-3/+0Star
| * | parisc: get rid of nlink_t, switch to explicitly-sized typeAl Viro2012-05-311-2/+2
| |/
* | [PARISC] update parisc to use generic strncpy_from_user()James Bottomley2012-05-311-3/+2Star
* | [PARISC] Fix parisc compile failure after smp: Add task_struct argument to __...James Bottomley2012-05-251-2/+0Star
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-251-0/+1
|\
| * kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-231-0/+19
|\ \
| * | keyboard: Use BIOS Keyboard variable to set NumlockJoshua Cov2012-05-081-0/+19
| |/
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-3/+0Star
|\ \
| * | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-171-3/+0Star