| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-11-17 | [PARISC] Document some register usages in assembly files |  Carlos O'Donell | 2 | -1/+3 |
| 2005-11-17 | [PARISC] Make redirecting irq messages less noisy |  Ryan Bradetich | 1 | -1/+1 |
| 2005-11-17 | [PARISC] irq_affinityp[] only available for SMP builds |  Grant Grundler | 1 | -2/+9 |
| 2005-11-17 | [PARISC] Add IRQ affinities |  James Bottomley | 1 | -2/+58 |
| 2005-11-17 | [PARISC] Fix uniprocessor build by dummying smp_send_all_nop() |  Kyle McMartin | 1 | -0/+2 |
| 2005-11-17 | [PARISC] Fix our interrupts not to use smp_call_function |  James Bottomley | 2 | -15/+31 |
| 2005-11-17 | [PARISC] Disable nesting of interrupts |  Grant Grundler | 1 | -7/+6 |
| 2005-11-17 | [PARISC] Make sure timer and IPI execute with interrupts disabled |  James Bottomley | 2 | -0/+6 |
| 2005-11-09 | [PATCH] sched: resched and cpu_idle rework |  Nick Piggin | 1 | -0/+2 |
| 2005-11-09 | [PATCH] sched: disable preempt in idle tasks |  Nick Piggin | 2 | -0/+3 |
| 2005-11-09 | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason |  Olaf Hering | 1 | -1/+0 |
| 2005-11-07 | [PATCH] consolidate sys_ptrace() |  Christoph Hellwig | 1 | -46/+4 |
| 2005-10-30 | [PATCH] jiffies_64 cleanup |  Thomas Gleixner | 1 | -4/+0 |
| 2005-10-30 | [PATCH] adjust parisc sys_ptrace prototype |  Christoph Hellwig | 1 | -1/+1 |
| 2005-10-30 | [PATCH] TIOC* compat ioctl handling |  Christoph Hellwig | 1 | -5/+0 |
| 2005-10-29 | [PATCH] mm: parisc pte atomicity |  Hugh Dickins | 1 | -15/+9 |
| 2005-10-29 | [PATCH] mm: init_mm without ptlock |  Hugh Dickins | 1 | -1/+1 |
| 2005-10-28 | Auto-update from upstream |  Kyle McMartin | 1 | -3/+3 |
| 2005-10-28 | [PATCH] gfp_t: dma-mapping (parisc) |  Al Viro | 1 | -3/+3 |
| 2005-10-21 | [PARISC] Properly specify section alignment for real2.S |  Grant Grundler | 1 | -1/+1 |
| 2005-10-21 | [PARISC] Explicitly specify sr4 when flushing kernel space |  Matthew Wilcox | 1 | -17/+17 |
| 2005-10-21 | [PARISC] Properly specify index field to I/D cache flush ops |  Grant Grundler | 2 | -6/+9 |
| 2005-10-21 | [PARISC] Fix copy_user_page_asm to NOT access past end of page |  Grant Grundler | 1 | -4/+9 |
| 2005-10-21 | [PARISC] Remove the spurious do_softirq calls from entry.S |  James Bottomley | 1 | -27/+0 |
| 2005-10-21 | [PARISC] Fix the alloc_slabmgmt panic |  James Bottomley | 1 | -0/+2 |
| 2005-10-21 | [PARISC] Implement 5 argument clone. |  Carlos O'Donell | 1 | -5/+29 |
| 2005-10-21 | [PARISC] Document history of PDC_NARROW as it is now obsolete |  Grant Grundler | 1 | -8/+8 |
| 2005-10-21 | [PARISC] kfree cleanups to ioctl32.c |  Jesper Juhl | 1 | -23/+9 |
| 2005-10-21 | [PARISC] Cleanup whitespace and handle proc_mkdir() failures in pci-dma.c |  Grant Grundler | 1 | -18/+30 |
| 2005-10-21 | [PARISC] More informative error message in pcibios_link_hba_resources |  Grant Grundler | 1 | -1/+2 |
| 2005-10-21 | [PARISC] Update pdc console from parisc tree |  Matthew Wilcox | 1 | -36/+10 |
| 2005-10-21 | [PARISC] Prevent signal loops if we have a problem setting up a frame |  Randolph Chung | 1 | -9/+1 |
| 2005-10-21 | [PARISC] Add printing of fpregs state to stack dump |  Thibaut Varene | 1 | -6/+31 |
| 2005-10-21 | [PARISC] Add sync required after fdc to enforce insn ordering |  Grant Grundler | 1 | -0/+1 |
| 2005-10-21 | [PARISC] Replace uses of __LP64__ with CONFIG_64BIT |  Grant Grundler | 7 | -105/+108 |
| 2005-10-21 | [PARISC] Use work queue in LED/LCD driver instead of tasklet. |  Grant Grundler | 1 | -8/+0 |
| 2005-10-21 | [PARISC] Add new ioprio_{set,get} syscalls |  Jens Axboe | 1 | -0/+6 |
| 2005-10-21 | [PARISC] Fix parisc_setup_cache_timing to choose a better flush threshold |  Stuart Brady | 1 | -4/+6 |
| 2005-10-21 | [PARISC] Add ability for prctl to change unaligned trap behaviour |  Kyle McMartin | 1 | -6/+10 |
| 2005-10-21 | [PARISC] Replace some calls to bl with b,l or bv to use longer offsets |  Randolph Chung | 1 | -3/+13 |
| 2005-10-21 | [PARISC] Take into account nullified insn and lock functions for profiling |  Randolph Chung | 1 | -0/+18 |
| 2005-10-21 | [PARISC] Make sure use of RFI conforms to PA 2.0 and 1.1 arch docs |  Grant Grundler | 4 | -129/+92 |
| 2005-10-21 | [PARISC] Convert parisc_device to use struct resource for hpa |  Matthew Wilcox | 2 | -9/+11 |
| 2005-10-21 | [PARISC] Convert parisc_device tree to use struct device klists |  Matthew Wilcox | 1 | -86/+187 |
| 2005-09-09 | kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support |  Sam Ravnborg | 6 | -6/+6 |
| 2005-09-07 | [PATCH] NTP: ntp-helper functions |  john stultz | 1 | -4/+1 |
| 2005-08-29 | [PATCH] convert signal handling of NODEFER to act like other Unix boxes. |  Steven Rostedt | 1 | -6/+5 |
| 2005-07-27 | [PATCH] Add pcibios_bus_to_resource for parisc |  Dominik Brodowski | 1 | -0/+18 |
| 2005-07-26 | [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. |  Eric W. Biederman | 1 | -6/+0 |
| 2005-06-20 | [PATCH] Driver Core: arch: update device attribute callbacks |  Yani Ioannou | 1 | -1/+1 |