summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer2013-07-311-0/+1
* parisc: Remove arch/parisc/kernel/sys32.h headerJohn David Anglin2013-07-314-46/+0Star
* parisc: Fix cache routines to ignore vma's with an invalid pfnJohn David Anglin2013-07-311-64/+71
* parisc: delete __cpuinit usage from all usersPaul Gortmaker2013-07-154-14/+16
* parisc: Ensure volatile space register %sr1 is not clobberedJohn David Anglin2013-07-091-1/+1
* parisc: more capabilities info in /proc/cpuinfoHelge Deller2013-07-091-3/+16
* Merge 3.10-rc7 into tty-nextGreg Kroah-Hartman2013-06-253-38/+66
|\
| * parisc: Use unshadowed index register for flush instructions in flush_dcache_...John David Anglin2013-06-181-38/+38
| * parisc: provide pci_mmap_page_range() for pariscThomas Bogendoerfer2013-06-181-0/+27
| * parisc: fix serial ports on C8000 workstationThomas Bogendoerfer2013-06-181-0/+1
* | Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman2013-06-092-2/+3
|\|
| * parisc: kernel: using strlcpy() instead of strcpy()Chen Gang2013-06-011-1/+2
| * parisc: memory overflow, 'name' length is too short for usingChen Gang2013-06-011-1/+1
* | Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman2013-05-276-102/+211
|\|
| * parisc: fix irq stack on UP and SMPHelge Deller2013-05-241-15/+26
| * parisc: make interrupt and interruption stack allocation reentrantJohn David Anglin2013-05-241-9/+10
| * parisc: show number of FPE and unaligned access handler calls in /proc/interr...Helge Deller2013-05-243-0/+12
| * 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: 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-111-14/+87
* | TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing2013-05-211-1/+1
|/
* 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-072-14/+2Star
* | parisc: more irq statistics in /proc/interruptsHelge Deller2013-05-072-2/+49
* | parisc: implement irq stacksHelge Deller2013-05-072-0/+69
* | parisc: add kernel stack overflow checkHelge Deller2013-05-072-3/+30
* | parisc: only re-enable interrupts if we need to schedule or deliver signals w...John David Anglin2013-05-071-5/+9
* | parisc: use long branch in fork_like macroJohn David Anglin2013-05-061-1/+2
* | 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: 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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-012-45/+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
| |/
* | 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-302-23/+1Star
|\ \
| * | parisc: Use generic idle loopThomas Gleixner2013-04-082-23/+1Star
| |/
* | parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updatesJohn David Anglin2013-04-251-4/+1Star
* | parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.John David Anglin2013-04-251-0/+2
|/
* Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-03-033-4/+4
|\
| * parisc: fix redefinition of SET_PERSONALITYHelge Deller2013-03-021-0/+1
| * parisc: remove unused variable 'compat_val'Helge Deller2013-03-021-1/+0Star