summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* parisc: uaccess: fix compiler warnings caused by __put_user castingWill Deacon2013-04-251-10/+4
* parisc: Change kunmap macro to static inline functionJohn David Anglin2013-04-251-1/+4
* parisc: fix compile warnings triggered by atomic_sub(sizeof(),v)Helge Deller2013-03-021-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-232-7/+2
|\
| * burying unused conditionalsAl Viro2013-02-141-3/+0
| * consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-0/+2
| * consolidate declarations of k_sigactionAl Viro2013-02-031-4/+0
* | 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-201-0/+1
* | parisc: switch to available compat_sched_rr_get_interval implementationHelge Deller2013-02-201-0/+1
* | parisc: convert msgrcv and msgsnd syscalls to use compat layerHelge Deller2013-02-201-0/+61
* | parisc: fix personality on 32bit kernelHelge Deller2013-02-201-1/+1
* | parisc: remove unused compat_rt_sigframe.h headerPaul Bolle2013-02-201-50/+0
* | parisc: always detect multiple physical rangesJohn David Anglin2013-02-201-3/+2
* | parisc: disable preemption while flushing D- or I-caches through TMPALIAS regionJohn David Anglin2013-02-201-0/+2
* | parisc: remove IRQF_DISABLEDPeter Zijlstra2013-02-201-2/+2
* | parisc: fixes and cleanups in page cache flushing (1/4)John David Anglin2013-02-201-4/+16
* | Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Helge Deller2013-02-201-3/+10
|\ \
| * | [PARISC] Purge existing TLB entries in set_pte_at and ptep_set_wrprotectJohn David Anglin2013-01-191-3/+10
| |/
* | parisc: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+15
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-1/+0
|\
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-1/+0
* | 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/+0
| * parisc: switch to generic fork/vfork/cloneAl Viro2012-11-281-0/+3
| * kill stray kernel_thread() garbageAl Viro2012-11-281-1/+0
| * Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-1651-2631/+11
| |\
| * | parisc: switch to saner kernel_execve() semanticsAl Viro2012-10-211-1/+0
| * | parisc: switch to generic sys_execve()Al Viro2012-10-141-0/+1
| * | parisc: switch to generic kernel_execve()Al Viro2012-10-141-0/+1
* | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| |/ |/|
* | UAPI: (Scripted) Disintegrate arch/parisc/include/asmDavid Howells2012-10-1629-2542/+7
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/par...David Howells2012-10-1623-89/+4
|\ \ | |/ |/|
| * [PARISC] asm: redo generic includesJames Bottomley2012-10-1423-89/+4
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-13/+3
|\ \ | |/ |/|
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-13/+3
* | 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/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-6/+1
|\ \ \ | |/ /
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-6/+1
| |/
* | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+1
|\ \
| * | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+1
| |/
* | compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-061-1/+58
|/
* [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
OpenPOWER on IntegriCloud