summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: kernel: using strlcpy() instead of strcpy()Chen Gang2013-06-011-1/+2
* parisc: rename "CONFIG_PA7100" to "CONFIG_PA7000"Paul Bolle2013-06-011-1/+1
* parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50Helge Deller2013-06-011-4/+1Star
* parisc: memory overflow, 'name' length is too short for usingChen Gang2013-06-011-1/+1
* parisc: fix irq stack on UP and SMPHelge Deller2013-05-243-41/+26Star
* parisc: make interrupt and interruption stack allocation reentrantJohn David Anglin2013-05-242-10/+10
* parisc: show number of FPE and unaligned access handler calls in /proc/interr...Helge Deller2013-05-244-0/+14
* parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.SHelge Deller2013-05-241-6/+6
* parisc: add rp5470 entry to machine databaseHelge Deller2013-05-241-0/+1
* parisc: make default cross compiler search more robust (v3)Helge Deller2013-05-131-12/+9Star
* parisc: fix SMP races when updating PTE and TLB entries in entry.SJohn David Anglin2013-05-111-72/+83
* parisc: implement irq stacks - part 2 (v2)Helge Deller2013-05-115-17/+102
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-101-8/+0Star
|\
| * unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-091-8/+0Star
* | parisc: tlb flush counting fix for SMP and UPHelge Deller2013-05-074-19/+5Star
* | 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/+1Star
* | 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-021-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-04-011-0/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-53/+4Star
|\ \
| * | get rid of union semop in sys_semctl(2) argumentsAl Viro2013-03-052-16/+1Star
| * | consolidate compat lookup_dcookie()Al Viro2013-03-042-8/+1Star
| * | convert sendfile{,64} to COMPAT_SYSCALL_DEFINEAl Viro2013-03-042-21/+2Star
| * | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-041-8/+0Star
* | | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd2013-05-012-14/+1Star
* | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+2
* | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-8/+0Star
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-303-25/+1Star
|\ \ \
| * | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0Star
| * | | parisc: Use generic idle loopThomas Gleixner2013-04-083-23/+2Star
| * | | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-2/+0Star
| | |/ | |/|
* | | mm/parisc: use common help functions to free reserved pagesJiang Liu2013-04-301-21/+2Star
* | | mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-04-301-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/+4Star
* | | parisc: Change kunmap macro to static inline functionJohn David Anglin2013-04-251-1/+4