summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | [PARISC] fix panic on prefetch(NULL) on PA7300LCJames Bottomley2012-05-161-1/+6
|/ /
* | parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer2012-05-112-7/+6Star
* | parisc: add missing include of asm/page.h to asm/pgtable.hRolf Eike Beer2012-05-111-0/+2
* | parisc: drop include of asm/pdc.h from asm/hardware.hRolf Eike Beer2012-05-111-1/+0Star
* | parisc: add missing forward declarations in asm/hardware.hRolf Eike Beer2012-05-111-0/+2
* | parisc: add missing includes in asm/spinlock.hRolf Eike Beer2012-05-111-0/+2
|/
* parisc: fix missing cmpxchg file error from system.h splitPaul Gortmaker2012-04-022-106/+117
* Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Linus Torvalds2012-03-311-4/+27
|\
| * [PARISC] futex: Use same lock set as lws callsJohn David Anglin2012-02-271-4/+27
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-301-110/+9Star
|\ \
| * | parisc: Use generic posix_types.hH. Peter Anvin2012-02-141-110/+9Star
| |/
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2915-172/+185
|\ \
| * | Delete all instances of asm/system.hDavid Howells2012-03-281-6/+0Star
| * | Disintegrate asm/system.h for PA-RISCDavid Howells2012-03-2815-172/+191
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-241-0/+4
|\ \ \
| * | | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron2012-03-241-0/+4
| |/ /
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-38/+0Star
|\ \ \ | |/ / |/| |
| * | PCI: collapse pcibios_resource_to_busBjorn Helgaas2012-02-241-2/+0Star
| * | parisc/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-241-37/+1Star
| |/
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-1/+1
|\ \
| * | highmem: kill all __kmap_atomic()Cong Wang2012-03-201-1/+1
| |/
* | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-0/+4
* | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+1
|/
* parisc, exec: remove redundant set_fs(USER_DS)Mathias Krause2012-01-131-2/+0Star
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-2/+0Star
|\
| * freezer: remove now unused TIF_FREEZETejun Heo2011-11-211-2/+0Star
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-6/+0Star
|\ \
| * | consolidate umode_t declarationsAl Viro2012-01-041-6/+0Star
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-0/+3
|\ \ | |/ |/|
| * net: add wireless TX status socket optionJohannes Berg2011-11-091-0/+3
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-10-281-1/+2
|\ \ | |/ |/|
| * compat: sync compat_stats with statfs.Eric W. Biederman2011-10-281-1/+2
* | doc: fix broken referencesPaul Bolle2011-09-271-1/+1
|/