| Commit message (Expand) | Author | Age | Files | Lines |
* | parisc: Add Huge Page and HUGETLBFS support | Helge Deller | 2015-11-22 | 1 | -14/+31 |
* | parisc: Initialize the fault vector earlier in the boot process. | Helge Deller | 2015-11-22 | 1 | -8/+3 |
* | parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based... | John David Anglin | 2015-07-10 | 1 | -84/+79 |
* | parisc: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 2015-04-15 | 1 | -2/+2 |
* | parisc: hpux - Remove hpux gateway page | Helge Deller | 2015-02-16 | 1 | -20/+0 |
* | parisc: make interrupt and interruption stack allocation reentrant | John David Anglin | 2013-05-24 | 1 | -9/+10 |
* | parisc: fix SMP races when updating PTE and TLB entries in entry.S | John David Anglin | 2013-05-11 | 1 | -72/+83 |
* | parisc: implement irq stacks | Helge Deller | 2013-05-07 | 1 | -0/+41 |
* | parisc: only re-enable interrupts if we need to schedule or deliver signals w... | John David Anglin | 2013-05-07 | 1 | -5/+9 |
* | parisc: use long branch in fork_like macro | John David Anglin | 2013-05-06 | 1 | -1/+2 |
* | parisc: fix partly 16/64k PAGE_SIZE boot | Helge Deller | 2013-05-06 | 1 | -1/+9 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-24 | 1 | -38/+0 |
|\ |
|
| * | parisc: switch to generic sigaltstack | Al Viro | 2013-02-04 | 1 | -38/+0 |
* | | parisc: Fix comment describing setup of access rights in entry.S | John David Anglin | 2013-02-20 | 1 | -2/+2 |
* | | parisc: improve ptrace support for gdb single-step | John David Anglin | 2013-01-07 | 1 | -5/+13 |
|/ |
|
* | parisc: switch to generic fork/vfork/clone | Al Viro | 2012-11-29 | 1 | -30/+8 |
* | parisc: switch to saner kernel_execve() semantics | Al Viro | 2012-10-22 | 1 | -19/+3 |
* | parisc: optimizations in copy_thread() and friends | Al Viro | 2012-10-15 | 1 | -67/+19 |
* | parisc: switch to generic sys_execve() | Al Viro | 2012-10-15 | 1 | -46/+0 |
* | parisc: switch to generic kernel_execve() | Al Viro | 2012-10-15 | 1 | -22/+6 |
* | parisc: switch to generic kernel_thread() | Al Viro | 2012-10-15 | 1 | -52/+1 |
* | TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set | Al Viro | 2012-06-01 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-06-01 | 1 | -1/+1 |
|\ |
|
| * | parisc: need to check NOTIFY_RESUME when exiting from syscall | Al Viro | 2012-05-24 | 1 | -1/+1 |
* | | [PARISC] fix TLB fault path on PA2.0 narrow systems | James Bottomley | 2012-05-25 | 1 | -13/+17 |
|/ |
|
* | [PARISC] fix PA1.1 oops on boot | James Bottomley | 2012-05-16 | 1 | -0/+4 |
* | [PARISC] only make executable areas executable | James Bottomley | 2011-04-15 | 1 | -0/+3 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -5/+5 |
* | eliminate special FLUSH flag from page table | James Bottomley | 2011-01-15 | 1 | -58/+3 |
* | parisc: flush pages through tmpalias space | James Bottomley | 2011-01-15 | 1 | -52/+142 |
* | parisc: Remove unnecessary macros from entry.S | John David Anglin | 2010-05-30 | 1 | -33/+7 |
* | parisc: Delete unnecessary nop's in entry.S | John David Anglin | 2010-05-30 | 1 | -7/+0 |
* | parisc: Avoid interruption in critical region in entry.S | John David Anglin | 2010-05-30 | 1 | -2/+3 |
* | parisc: stop using task->ptrace for {single,block}step flags | Kyle McMartin | 2009-09-28 | 1 | -10/+11 |
* | KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6] | David Howells | 2009-09-02 | 1 | -1/+1 |
* | parisc: Set correct bit in protection flags | John David Anglin | 2009-08-02 | 1 | -1/+1 |
* | parisc: add ftrace (function and graph tracer) functionality | Helge Deller | 2009-03-31 | 1 | -0/+27 |
* | parisc: allow to build with 16k default kernel page size | Helge Deller | 2009-03-31 | 1 | -8/+17 |
* | parisc: use constants instead of numbers in assembly | Helge Deller | 2009-03-31 | 1 | -4/+4 |
* | parisc: add braces around arguments in assembler macros | Helge Deller | 2009-03-13 | 1 | -3/+3 |
* | Revert "parisc: fix trivial section name warnings" | Kyle McMartin | 2008-06-13 | 1 | -2/+1 |
* | parisc: use conditional macro for 64-bit wide ops | Kyle McMartin | 2008-05-15 | 1 | -27/+19 |
* | parisc: fix trivial section name warnings | Helge Deller | 2008-05-15 | 1 | -1/+2 |
* | [PARISC] Kill off broken irqstack code | Kyle McMartin | 2007-10-18 | 1 | -34/+3 |
* | [PARISC] Remove hardcoded uses of PAGE_SIZE | Kyle McMartin | 2007-10-18 | 1 | -2/+2 |
* | [PARISC] fix "reduce size of task_struct on 64-bit machines" fallout | Kyle McMartin | 2007-05-30 | 1 | -3/+2 |
* | [PARISC] remove remnants of parisc-specific softirq code | Grant Grundler | 2007-05-30 | 1 | -34/+1 |
* | [PARISC] do not export get_register/set_register | Helge Deller | 2007-02-17 | 1 | -4/+2 |
* | [PARISC] implement standard ENTRY(), END() and ENDPROC() | Helge Deller | 2007-02-17 | 1 | -48/+47 |
* | [PARISC] use less assembler statements in syscall path | Helge Deller | 2007-02-17 | 1 | -8/+5 |