summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-101-8/+0
|\
| * unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-091-8/+0
* | parisc: tlb flush counting fix for SMP and UPHelge Deller2013-05-074-19/+5
* | parisc: more irq statistics in /proc/interruptsHelge Deller2013-05-075-4/+86
* | parisc: implement irq stacksHelge Deller2013-05-074-2/+94
* | parisc: add kernel stack overflow checkHelge Deller2013-05-074-4/+42
* | parisc: only re-enable interrupts if we need to schedule or deliver signals w...John David Anglin2013-05-071-5/+9
* | parisc: implement atomic64_dec_if_positive()Helge Deller2013-05-062-0/+24
* | parisc: use long branch in fork_like macroJohn David Anglin2013-05-061-1/+2
* | parisc: fix NATIVE set up in buildMike Frysinger2013-05-061-3/+1
* | parisc: document the parisc gateway pageHelge Deller2013-05-061-1/+24
* | parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller2013-05-065-21/+37
* | parisc: Provide default implementation for dma_{alloc, free}_attrsDamian Hobson-Garcia2013-05-061-0/+3
* | parisc: fix whitespace errors in arch/parisc/kernel/traps.cRolf Eike Beer2013-05-061-12/+12
* | parisc: remove the second argument of kmap_atomicZhao Hongjiang2013-05-061-3/+3
* | parisc: single_open() leaksAl Viro2013-05-051-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-23/+24
|\
| * parisc: Don't use create_proc_read_entry()David Howells2013-04-291-23/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+2
|\ \
| * | net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-311-0/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-53/+4
|\ \
| * | get rid of union semop in sys_semctl(2) argumentsAl Viro2013-03-052-16/+1
| * | consolidate compat lookup_dcookie()Al Viro2013-03-032-8/+1
| * | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-032-21/+2
| * | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-031-8/+0
* | | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd2013-04-302-14/+1
* | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+2
* | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-8/+0
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-303-25/+1
|\ \ \
| * | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0
| * | | parisc: Use generic idle loopThomas Gleixner2013-04-083-23/+2
| * | | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-2/+0
| | |/ | |/|
* | | mm/parisc: use common help functions to free reserved pagesJiang Liu2013-04-291-21/+2
* | | mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-04-291-0/+2
* | | parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updatesJohn David Anglin2013-04-252-26/+26
* | | parisc: disable -mlong-calls compiler option for kernel modulesHelge Deller2013-04-251-2/+4
* | | 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: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.John David Anglin2013-04-253-1/+29
|/ /
* / Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
|/
* Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-03-037-10/+9
|\
| * parisc: fix redefinition of SET_PERSONALITYHelge Deller2013-03-021-0/+1
| * parisc: do not install modules when installing kernelRolf Eike Beer2013-03-021-3/+1
| * parisc: fix compile warnings triggered by atomic_sub(sizeof(),v)Helge Deller2013-03-021-2/+2
| * parisc: avoid unitialized variable warning in pa_memcpy()Helge Deller2013-03-021-1/+1
| * parisc: remove unused variable 'compat_val'Helge Deller2013-03-021-1/+0
| * parisc: switch to compat_functions of io_setup, io_getevents and io_submitHelge Deller2013-03-021-3/+3
| * parisc: select ARCH_WANT_FRAME_POINTERSHelge Deller2013-03-021-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-022-13/+3
|\ \
| * | fix compat truncate/ftruncateAl Viro2013-02-251-2/+2