| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-22 | parisc/PCI: Use list_for_each_entry() for bus->devices traversal | Bjorn Helgaas | 2 | -12/+5 |
| 2012-08-22 | parisc/PCI: Enable PERR/SERR on all devices | Bjorn Helgaas | 1 | -1/+3 |
| 2012-07-24 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 3 | -17/+27 |
| 2012-06-13 | parisc/PCI: register busn_res for root buses | Yinghai Lu | 2 | -4/+14 |
| 2012-06-13 | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 3 | -17/+17 |
| 2012-06-05 | parisc: cleanup quoted include | Paul Bolle | 1 | -1/+1 |
| 2012-05-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-05-10 | parisc: move definition of PAGE0 to asm/page.h | Rolf Eike Beer | 1 | -0/+1 |
| 2012-04-08 | Merge branch 'master' into for-next | Jiri Kosina | 4 | -49/+14 |
| 2012-04-05 | parisc: Use vsprintf extention %pf with builtin_return_address | Joe Perches | 1 | -1/+1 |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 3 | -3/+0 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 3 | -3/+0 |
| 2012-03-23 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2 | -46/+12 |
| 2012-02-27 | [PARISC] include <linux/prefetch.h> in drivers/parisc/iommu-helpers.h | Cong Wang | 1 | -0/+2 |
| 2012-02-23 | parisc/PCI: get rid of device resource fixups | Bjorn Helgaas | 2 | -46/+12 |
| 2012-01-11 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2 | -56/+63 |
| 2012-01-06 | parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resources | Bjorn Helgaas | 1 | -12/+17 |
| 2012-01-06 | parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented() | Bjorn Helgaas | 1 | -6/+8 |
| 2012-01-06 | parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root bus | Bjorn Helgaas | 1 | -17/+18 |
| 2012-01-06 | parisc/PCI: dino: convert to pci_create_root_bus() for correct root bus resou... | Bjorn Helgaas | 1 | -15/+12 |
| 2012-01-06 | parisc/PCI: dino: use pci_create_bus() instead of pci_scan_bus_parented() | Bjorn Helgaas | 1 | -10/+12 |
| 2011-11-13 | Merge branch 'master' into for-next | Jiri Kosina | 2 | -0/+2 |
| 2011-10-31 | parisc: add module.h to files really requiring it | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-31 | parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-29 | treewide: remove commented out Kconfig entries | Paul Bolle | 1 | -7/+0 |
| 2011-09-27 | doc: fix broken references | Paul Bolle | 1 | -8/+8 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
| 2011-03-29 | parisc: Convert irq namespace | Thomas Gleixner | 3 | -4/+5 |
| 2011-02-10 | [PARISC] Convert to new irq_chip functions | Thomas Gleixner | 5 | -52/+56 |
| 2010-12-04 | parisc: KittyHawk LCD fix | Guy Martin | 1 | -4/+13 |
| 2010-12-04 | parisc: convert the rest of the irq handlers to simple/percpu | James Bottomley | 5 | -7/+11 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
| 2010-10-28 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par... | Linus Torvalds | 6 | -128/+53 |
| 2010-10-21 | drivers/parisc/iosapic.c: Remove unnecessary kzalloc cast | Joe Perches | 1 | -2/+2 |
| 2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -2/+1 |
| 2010-10-14 | parisc: convert eisa interrupts to flow handlers | Kyle McMartin | 1 | -16/+7 |
| 2010-10-14 | parisc: convert gsc and dino pci interrupts to flow handlers | Kyle McMartin | 2 | -31/+13 |
| 2010-10-14 | parisc: convert suckyio interrupts to flow handlers | Kyle McMartin | 1 | -15/+6 |
| 2010-10-14 | parisc: convert iosapic interrupts to proper flow handlers | Kyle McMartin | 1 | -31/+6 |
| 2010-10-14 | parisc: convert cpu interrupts to proper flow handlers | Kyle McMartin | 1 | -1/+1 |
| 2010-10-14 | parisc: lay groundwork for killing __do_IRQ | Kyle McMartin | 5 | -33/+19 |
| 2010-10-13 | parisc: squelch warning when using dev_get_stats | Kyle McMartin | 1 | -3/+3 |
| 2010-08-04 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -2/+2 |
| 2010-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -1/+2 |
| 2010-08-04 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -2/+4 |
| 2010-08-03 | PARISC: led.c - fix potential stack overflow in led_proc_write() | Helge Deller | 1 | -2/+4 |
| 2010-07-07 | net: fix 64 bit counters on 32 bit arches | Eric Dumazet | 1 | -1/+2 |
| 2010-06-16 | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 1 | -2/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 3 | -2/+1 |
| 2010-03-07 | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 1 | -1/+1 |
| 2010-03-06 | parisc: remove trailing space in messages | Frans Pop | 2 | -2/+2 |
| 2009-12-16 | parisc: Fixup last users of irq_chip->typename | Thomas Gleixner | 5 | -5/+5 |
| 2009-12-16 | parisc: convert /proc/pdc/{lcd,led} to seq_file | Alexey Dobriyan | 1 | -30/+29 |
| 2009-12-15 | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 1 | -6/+3 |
| 2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2009-12-09 | Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -10/+0 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
| 2009-11-10 | parisc: led: Use for_each_netdev_rcu() | Eric Dumazet | 1 | -5/+2 |
| 2009-10-14 | parisc: Remove BKL from eisa_eeprom | Thomas Gleixner | 1 | -10/+0 |
| 2009-09-22 | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 2 | -4/+4 |
| 2009-08-02 | parisc: hppb.c - fix printk format strings | Helge Deller | 1 | -3/+6 |
| 2009-08-02 | parisc: dino.c - check return value of pci_assign_resource() | Helge Deller | 1 | -1/+1 |
| 2009-08-02 | parisc: includecheck fix for ccio-dma.c | Jaswinder Singh Rajput | 1 | -1/+0 |
| 2009-08-02 | parisc: isa-eeprom - Fix loff_t usage | Michael Buesch | 1 | -1/+1 |
| 2009-08-02 | parisc: fixed faulty check in lba_pci | Stoyan Gaydarov | 1 | -1/+1 |
| 2009-08-02 | parisc: Fix read buffer overflow in pdc_stable driver | Roel Kluin | 1 | -1/+1 |
| 2009-07-08 | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 1 | -7/+7 |
| 2009-07-03 | parisc: superio: fix build breakage | Alexander Beregalov | 1 | -2/+2 |
| 2009-07-03 | parisc: Fix PCI resource allocation on non-PAT SBA machines | Matthew Wilcox | 1 | -0/+2 |
| 2009-07-03 | parisc: Fix gcc 4.4 warning in lba_pci.c | Grant Grundler | 1 | -9/+22 |
| 2009-07-03 | parisc: remove obsolete hw_interrupt_type | Thomas Gleixner | 6 | -7/+7 |
| 2009-07-03 | parisc: advertise PCI devs after "assign_resources" | Grant Grundler | 2 | -10/+10 |
| 2009-07-03 | parisc: ccio-dma: fix build failure without procfs | Alexander Beregalov | 1 | -3/+4 |
| 2009-06-15 | parisc: remove driver_data direct access of struct device | Greg Kroah-Hartman | 2 | -4/+4 |
| 2009-04-28 | irq: change ->set_affinity() to return status | Yinghai Lu | 1 | -2/+4 |
| 2009-04-14 | parport: Fix various uses of parport_pc | Alan Cox | 1 | -1/+2 |
| 2009-04-02 | parisc: drivers: fix warnings | Alexander Beregalov | 5 | -14/+17 |
| 2009-04-02 | parisc: led: remove proc_dir_entry::owner | Alexander Beregalov | 1 | -3/+0 |
| 2009-03-31 | parisc: iosapic: fix build breakage | Alexander Beregalov | 1 | -1/+1 |
| 2009-03-31 | parisc: blink all or loadavg LEDs on oops | Helge Deller | 1 | -6/+17 |
| 2009-03-15 | parisc: sba_iommu: fix build bug when CONFIG_PARISC_AGP=y | Kyle McMartin | 1 | -2/+0 |
| 2009-03-13 | parisc: dino: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -5/+6 |
| 2009-03-13 | parisc: convert cpu_check_affinity to new cpumask api | Kyle McMartin | 1 | -2/+5 |
| 2009-03-13 | parisc: fix wrong assumption about bus->self | Grant Grundler | 3 | -8/+7 |
| 2009-03-13 | parisc: remove klist iterators | James Bottomley | 2 | -43/+57 |
| 2009-01-29 | Documentation: move DMA-mapping.txt to Doc/PCI/ | Randy Dunlap | 1 | -9/+9 |
| 2009-01-13 | fix early_serial_setup() regression | Helge Deller | 1 | -1/+0 |
| 2009-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 8 | -20/+12 |
| 2009-01-07 | PCI: parisc: use generic pci_swizzle_interrupt_pin() | Bjorn Helgaas | 2 | -4/+3 |
| 2009-01-05 | parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitions | FUJITA Tomonori | 2 | -4/+0 |
| 2009-01-05 | parisc: drivers/parisc/: make code static | Adrian Bunk | 8 | -16/+12 |
| 2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+4 |
| 2008-12-13 | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 1 | -3/+4 |
| 2008-11-19 | netdev: introduce dev_get_stats() | Stephen Hemminger | 1 | -2/+2 |
| 2008-10-21 | [PATCH] introduce fmode_t, do annotations | Al Viro | 1 | -1/+1 |
| 2008-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 1 | -26/+17 |
| 2008-10-16 | generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_... | Yinghai Lu | 5 | -10/+20 |
| 2008-10-10 | parisc: unify CCIO_COLLECT_STATS implementation | Kyle McMartin | 1 | -26/+17 |
| 2008-07-02 | parisc-eisa_eeprom: BKL pushdown | Arnd Bergmann | 1 | -0/+3 |
| 2008-05-15 | drivers/parisc: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 9 | -63/+63 |
| 2008-04-29 | parisc: use non-racy method for proc entries creation | Denis V. Lunev | 2 | -18/+10 |
| 2008-04-20 | PCI: remove parisc consumer of the pci global_list | James Bottomley | 1 | -1/+0 |
| 2008-03-15 | [PARISC] make ptr_to_pide() static | FUJITA Tomonori | 1 | -2/+2 |
| 2008-03-15 | [PARISC] pdc_stable: fix compile errors | Joel Soete | 1 | -3/+3 |
| 2008-03-05 | parisc: fix IOMMU's device boundary overflow bug on 32bits arch | FUJITA Tomonori | 2 | -4/+4 |
| 2008-03-04 | iommu: parisc: make the IOMMUs respect the segment boundary limits | FUJITA Tomonori | 3 | -18/+58 |
| 2008-03-04 | iommu: parisc: pass struct device to iommu_alloc_range | FUJITA Tomonori | 3 | -7/+7 |
| 2008-02-05 | iommu sg merging: parisc: make iommu respect the segment size limits | FUJITA Tomonori | 3 | -3/+8 |
| 2008-02-03 | drivers/parisc/: Spelling fixes | Joe Perches | 2 | -3/+3 |
| 2008-01-28 | [PARISC]: Fix build after ipv4_is_*() changes. | Joe Perches | 1 | -1/+1 |
| 2008-01-24 | Kobject: convert drivers/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 1 | -3/+3 |
| 2008-01-24 | Kobject: change drivers/parisc/pdc_stable.c to use kobject_init_and_add | Greg Kroah-Hartman | 1 | -5/+5 |
| 2008-01-24 | kobject: convert parisc/pdc_stable to use kobject_create | Greg Kroah-Hartman | 1 | -8/+8 |
| 2008-01-24 | firmware: change firmware_kset to firmware_kobj | Greg Kroah-Hartman | 1 | -1/+1 |
| 2008-01-24 | kset: convert parisc/pdc_stable.c to use kset_create | Greg Kroah-Hartman | 1 | -17/+21 |
| 2008-01-24 | kobject: convert parisc/pdc_stable to kobj_attr interface | Greg Kroah-Hartman | 1 | -77/+70 |
| 2008-01-24 | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 1 | -4/+5 |
| 2007-12-06 | [PARISC] lba_pci: pci_claim_resources disabled expansion roms | Kyle McMartin | 1 | -3/+7 |
| 2007-10-23 | parisc: fix sg_page() fallout | FUJITA Tomonori | 2 | -0/+2 |
| 2007-10-18 | [PARISC] Fix infinite loop in /proc/iomem | Matthew Wilcox | 1 | -44/+7 |
| 2007-10-18 | [PARISC] Quiet sysfs_create_link __must_check warnings in pdc_stable | Kyle McMartin | 1 | -3/+8 |
| 2007-10-18 | [PARISC] Squelch pci_enable_device __must_check warning in superio | Kyle McMartin | 1 | -1/+3 |
| 2007-10-18 | [PARISC] Clean up a resource_size_t warning in sba_iommu | Kyle McMartin | 1 | -2/+2 |
| 2007-10-10 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 1 | -1/+1 |
| 2007-07-18 | serial: add early_serial_setup() back to header file | Yinghai Lu | 1 | -0/+1 |
| 2007-07-17 | hppb: Add missing dma-mapping.h include | Frank Lichtenheld | 1 | -0/+1 |
| 2007-07-11 | sysfs: kill unnecessary attribute->owner | Tejun Heo | 1 | -2/+2 |
| 2007-06-21 | [PARISC] stop lcd driver from stripping initial whitespace | Julian Stecklina | 1 | -6/+0 |
| 2007-05-27 | [PARISC] fix section mismatch in superio serial drivers | Helge Deller | 1 | -4/+4 |
| 2007-05-27 | [PARISC] fix section mismatch in parisc eisa driver | Helge Deller | 1 | -2/+2 |
| 2007-05-27 | [PARISC] fix section mismatch in ccio-dma | Helge Deller | 1 | -3/+3 |
| 2007-05-25 | [PARISC] Build fixes for power.c | Kyle McMartin | 1 | -0/+1 |
| 2007-05-25 | [PARISC] kobject is embedded in subsys, not kset | Kyle McMartin | 1 | -1/+1 |
| 2007-05-22 | [PARISC] ROUNDUP macro cleanup in drivers/parisc | Milind Arun Choudhary | 3 | -10/+8 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2007-05-04 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2007-05-04 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 1 | -47/+47 |
| 2007-05-03 | [NET]: Rework dev_base via list_head (v3) | Pavel Emelianov | 1 | -1/+1 |
| 2007-05-02 | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 1 | -2/+0 |
| 2007-05-02 | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 1 | -47/+47 |
| 2007-04-28 | [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats. | Rusty Russell | 1 | -2/+0 |
| 2007-04-25 | [NET]: Inline net_device_stats | Rusty Russell | 1 | -2/+2 |
| 2007-02-26 | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 6 | -171/+154 |
| 2007-02-17 | [PARISC] Convert soft power switch driver to kthread | Helge Deller | 2 | -113/+90 |
| 2007-02-17 | [PARISC] lba_pci format warnings | Matthew Wilcox | 1 | -27/+29 |
| 2007-02-17 | Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.git | Kyle McMartin | 6 | -33/+37 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
| 2007-02-12 | [PATCH] mark struct file_operations const 5 | Arjan van de Ven | 3 | -5/+5 |
| 2007-02-11 | [PATCH] proc: remove useless (and buggy) ->nlink settings | Alexey Dobriyan | 1 | -2/+0 |
| 2007-02-08 | [PATCH] parisc: fix module_param iommu permission | Randy Dunlap | 1 | -1/+1 |
| 2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 1 | -1/+1 |
| 2006-12-08 | [PATCH] WorkStruct: Fix up some PA-RISC work items | David Howells | 2 | -8/+8 |
| 2006-12-08 | [PARISC] Fix PCI bus numbering in the presence of Cardbus bridges | Matthew Wilcox | 1 | -13/+19 |
| 2006-12-08 | [PARISC] sparse fixes | Matthew Wilcox | 3 | -3/+3 |
| 2006-12-08 | [PARISC] HPPB bus updates for E-Class systems | Ryan Bradetich | 1 | -8/+6 |
| 2006-11-30 | Fix misc .c/.h comment typos | Matt LaPlante | 2 | -4/+4 |
| 2006-10-06 | Build fixes for struct pt_regs removal | Matthew Wilcox | 2 | -2/+2 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 6 | -10/+9 |
| 2006-10-05 | [PA-RISC] Fix sba_iommu compilation | Matthew Wilcox | 1 | -2/+2 |
| 2006-10-04 | [PARISC] Add support for Quicksilver AGPGART | Kyle McMartin | 1 | -11/+24 |
| 2006-10-04 | [PARISC] Move LBA and SBA register defines to the common ropes.h | Kyle McMartin | 2 | -161/+1 |
| 2006-10-04 | [PARISC] Create shared <asm/ropes.h> header | Kyle McMartin | 3 | -148/+3 |
| 2006-10-04 | [PARISC] Stash the lba_device in its struct device drvdata | Kyle McMartin | 1 | -0/+1 |
| 2006-10-04 | [PARISC] Generalize IS_ASTRO et al to take a parisc_device like | Kyle McMartin | 1 | -14/+20 |
| 2006-10-04 | [PARISC] Pretty print the name of the lba type on kernel boot | Kyle McMartin | 1 | -6/+10 |
| 2006-10-04 | [PARISC] Remove some obsolete comments and I checked that Reo is similar to Ike | Matthew Wilcox | 1 | -7/+2 |
| 2006-10-04 | [PARISC] Allow nested interrupts | James Bottomley | 1 | -1/+2 |
| 2006-10-04 | [PARISC] Add asm-parisc/mckinley.h bus header | Kyle McMartin | 1 | -4/+1 |
| 2006-10-03 | fix file specification in comments | Uwe Zeisberger | 1 | -1/+1 |
| 2006-10-02 | [PATCH] replace cad_pid by a struct pid | Cedric Le Goater | 1 | -2/+1 |
| 2006-10-02 | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 1 | -1/+1 |
| 2006-07-02 | [PATCH] irq-flags: PARISC: Use the new IRQF_ constants | Thomas Gleixner | 2 | -2/+2 |
| 2006-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 6 | -6/+0 |
| 2006-06-30 | [PATCH] Light weight event counters | Christoph Lameter | 1 | -5/+6 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 6 | -6/+0 |
| 2006-06-29 | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 3 | -36/+237 |
| 2006-06-29 | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 5 | -9/+9 |
| 2006-06-27 | [PARISC] Add os_id_to_string helper | Kyle McMartin | 1 | -12/+2 |
| 2006-06-27 | [PARISC] OS_ID_LINUX == 0x0006 | Kyle McMartin | 1 | -2/+2 |
| 2006-06-27 | [PARISC] Reduce data footprint in pdc_stable.c | Thibaut Varene | 1 | -8/+8 |
| 2006-06-27 | [PARISC] pdc_stable version 0.30 | Thibaut Varene | 1 | -14/+205 |
| 2006-06-27 | [PARISC] PDC_CHASSIS is implemented on all machines | Thibaut Varene | 1 | -7/+26 |
| 2006-06-27 | [PARISC] Test ioc_needs_fdc variable instead of open coding | Kyle McMartin | 1 | -1/+1 |
| 2006-06-27 | [PARISC] Fix gcc 4.1 warnings in sba_iommu.c | Grant Grundler | 1 | -7/+8 |
| 2006-04-21 | [PARISC] Document that we tolerate "Relaxed Ordering" | Grant Grundler | 1 | -13/+32 |
| 2006-04-21 | [PARISC] Misc. janitorial work | Helge Deller | 2 | -3/+3 |
| 2006-03-30 | [PARISC] I/O-Space must be ioremap_nocache()'d | Helge Deller | 7 | -40/+33 |
| 2006-03-30 | [PARISC] Clarify pdc_stable license terms | Thibaut VARENE | 1 | -3/+2 |
| 2006-03-27 | [PATCH] Notifier chain update: API changes | Alan Stern | 2 | -4/+16 |
| 2006-03-24 | BUG_ON() Conversion in drivers/parisc/ | Eric Sesterhenn | 2 | -11/+6 |
| 2006-02-08 | [PARISC] Convert sba_iommu.c to use seq_file | Kyle McMartin | 1 | -47/+78 |
| 2006-02-08 | [PARISC] Convert ccio-dma.c to use seq_file | Kyle McMartin | 1 | -86/+74 |
| 2006-01-22 | [PARISC] Clean up printk in superio.c | Kyle McMartin | 1 | -19/+22 |
| 2006-01-22 | [PARISC] Add chassis_power_off routine | Kyle McMartin | 1 | -1/+2 |
| 2006-01-22 | [PARISC] pdc_stable version 0.22 | Thibaut VARENE | 1 | -94/+262 |
| 2006-01-22 | [PARISC] Use kzalloc and other janitor-style cleanups | Helge Deller | 8 | -23/+12 |
| 2006-01-11 | [PATCH] move capable() to capability.h | Randy.Dunlap | 2 | -1/+2 |
| 2006-01-10 | [PARISC] Fix Dino reporting on J2240 | Matthew Wilcox | 1 | -4/+4 |
| 2006-01-10 | [PARISC] pdc_stable: More robust sysfs error checking | Thibaut VARENE | 1 | -11/+31 |
| 2006-01-10 | [PARISC] Truncate overlapping PAT PDC reported ranges | Grant Grundler | 1 | -23/+90 |