| Commit message (Expand) | Author | Age | Files | Lines |
* | parisc: provide pci_mmap_page_range() for parisc | Thomas Bogendoerfer | 2013-06-18 | 1 | -0/+27 |
* | parisc: fix serial ports on C8000 workstation | Thomas Bogendoerfer | 2013-06-18 | 1 | -0/+1 |
* | parisc: kernel: using strlcpy() instead of strcpy() | Chen Gang | 2013-06-01 | 1 | -1/+2 |
* | parisc: memory overflow, 'name' length is too short for using | Chen Gang | 2013-06-01 | 1 | -1/+1 |
* | parisc: fix irq stack on UP and SMP | Helge Deller | 2013-05-24 | 1 | -15/+26 |
* | parisc: make interrupt and interruption stack allocation reentrant | John David Anglin | 2013-05-24 | 1 | -9/+10 |
* | parisc: show number of FPE and unaligned access handler calls in /proc/interr... | Helge Deller | 2013-05-24 | 3 | -0/+12 |
* | parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.S | Helge Deller | 2013-05-24 | 1 | -6/+6 |
* | parisc: add rp5470 entry to machine database | Helge Deller | 2013-05-24 | 1 | -0/+1 |
* | 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 - part 2 (v2) | Helge Deller | 2013-05-11 | 1 | -14/+87 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-10 | 1 | -8/+0 |
|\ |
|
| * | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-05-09 | 1 | -8/+0 |
* | | parisc: tlb flush counting fix for SMP and UP | Helge Deller | 2013-05-07 | 2 | -14/+2 |
* | | parisc: more irq statistics in /proc/interrupts | Helge Deller | 2013-05-07 | 2 | -2/+49 |
* | | parisc: implement irq stacks | Helge Deller | 2013-05-07 | 2 | -0/+69 |
* | | parisc: add kernel stack overflow check | Helge Deller | 2013-05-07 | 2 | -3/+30 |
* | | 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: document the parisc gateway page | Helge Deller | 2013-05-06 | 1 | -1/+24 |
* | | parisc: fix partly 16/64k PAGE_SIZE boot | Helge Deller | 2013-05-06 | 5 | -21/+37 |
* | | parisc: fix whitespace errors in arch/parisc/kernel/traps.c | Rolf Eike Beer | 2013-05-06 | 1 | -12/+12 |
* | | parisc: remove the second argument of kmap_atomic | Zhao Hongjiang | 2013-05-06 | 1 | -3/+3 |
* | | parisc: single_open() leaks | Al Viro | 2013-05-05 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 1 | -23/+24 |
|\ |
|
| * | parisc: Don't use create_proc_read_entry() | David Howells | 2013-04-29 | 1 | -23/+24 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 2 | -45/+4 |
|\ \ |
|
| * | | get rid of union semop in sys_semctl(2) arguments | Al Viro | 2013-03-05 | 2 | -16/+1 |
| * | | consolidate compat lookup_dcookie() | Al Viro | 2013-03-03 | 2 | -8/+1 |
| * | | convert sendfile{,64} to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | 2 | -21/+2 |
| |/ |
|
* | | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 2013-04-30 | 1 | -0/+2 |
* | | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 2013-04-30 | 1 | -8/+0 |
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-04-30 | 2 | -23/+1 |
|\ \ |
|
| * | | parisc: Use generic idle loop | Thomas Gleixner | 2013-04-08 | 2 | -23/+1 |
| |/ |
|
* | | parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updates | John David Anglin | 2013-04-25 | 1 | -4/+1 |
* | | parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds. | John David Anglin | 2013-04-25 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-03-03 | 3 | -4/+4 |
|\ |
|
| * | parisc: fix redefinition of SET_PERSONALITY | Helge Deller | 2013-03-02 | 1 | -0/+1 |
| * | parisc: remove unused variable 'compat_val' | Helge Deller | 2013-03-02 | 1 | -1/+0 |
| * | parisc: switch to compat_functions of io_setup, io_getevents and io_submit | Helge Deller | 2013-03-02 | 1 | -3/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-03-02 | 2 | -13/+3 |
|\ \
| |/
|/| |
|
| * | fix compat truncate/ftruncate | Al Viro | 2013-02-25 | 1 | -2/+2 |
| * | switch lseek to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-24 | 2 | -11/+1 |
* | | mm: use vm_unmapped_area() on parisc architecture | Michel Lespinasse | 2013-02-27 | 1 | -31/+17 |
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-02-25 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 2013-01-21 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-23 | 6 | -241/+8 |
|\ \ |
|
| * | | parisc: switch to generic compat rt_sigaction() | Al Viro | 2013-02-03 | 4 | -56/+1 |
| * | | parisc: switch to generic compat sched_rr_get_interval() | Al Viro | 2013-02-03 | 2 | -13/+1 |
| * | | parisc: switch to generic compat rt_sigqueueinfo() | Al Viro | 2013-02-03 | 1 | -19/+0 |