| Commit message (Expand) | Author | Age | Files | Lines |
* | parisc/PCI: Use list_for_each_entry() for bus->devices traversal | Bjorn Helgaas | 2012-08-22 | 2 | -12/+5 |
* | parisc/PCI: Enable PERR/SERR on all devices | Bjorn Helgaas | 2012-08-22 | 1 | -1/+3 |
* | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2012-07-25 | 3 | -17/+27 |
|\ |
|
| * | parisc/PCI: register busn_res for root buses | Yinghai Lu | 2012-06-13 | 2 | -4/+14 |
| * | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 2012-06-13 | 3 | -17/+17 |
* | | parisc: cleanup quoted include | Paul Bolle | 2012-06-05 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-23 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2012-04-08 | 4 | -49/+14 |
| |\ |
|
| * | | parisc: Use vsprintf extention %pf with builtin_return_address | Joe Perches | 2012-04-06 | 1 | -1/+1 |
* | | | parisc: move definition of PAGE0 to asm/page.h | Rolf Eike Beer | 2012-05-11 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-29 | 3 | -3/+0 |
|\ \ |
|
| * | | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 3 | -3/+0 |
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-03-23 | 2 | -46/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | parisc/PCI: get rid of device resource fixups | Bjorn Helgaas | 2012-02-24 | 2 | -46/+12 |
| |/ |
|
* / | [PARISC] include <linux/prefetch.h> in drivers/parisc/iommu-helpers.h | Cong Wang | 2012-02-27 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-01-12 | 2 | -56/+63 |
|\ |
|
| * | parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -12/+17 |
| * | parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented() | Bjorn Helgaas | 2012-01-06 | 1 | -6/+8 |
| * | parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root bus | Bjorn Helgaas | 2012-01-06 | 1 | -17/+18 |
| * | parisc/PCI: dino: convert to pci_create_root_bus() for correct root bus resou... | Bjorn Helgaas | 2012-01-06 | 1 | -15/+12 |
| * | parisc/PCI: dino: use pci_create_bus() instead of pci_scan_bus_parented() | Bjorn Helgaas | 2012-01-06 | 1 | -10/+12 |
* | | Merge branch 'master' into for-next | Jiri Kosina | 2011-11-13 | 2 | -0/+2 |
|\| |
|
| * | parisc: add module.h to files really requiring it | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
| * | parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | | treewide: remove commented out Kconfig entries | Paul Bolle | 2011-10-29 | 1 | -7/+0 |
|/ |
|
* | doc: fix broken references | Paul Bolle | 2011-09-27 | 1 | -8/+8 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | parisc: Convert irq namespace | Thomas Gleixner | 2011-03-29 | 3 | -4/+5 |
* | [PARISC] Convert to new irq_chip functions | Thomas Gleixner | 2011-02-10 | 5 | -52/+56 |
* | parisc: KittyHawk LCD fix | Guy Martin | 2010-12-04 | 1 | -4/+13 |
* | parisc: convert the rest of the irq handlers to simple/percpu | James Bottomley | 2010-12-04 | 5 | -7/+11 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par... | Linus Torvalds | 2010-10-28 | 6 | -128/+53 |
|\ |
|
| * | drivers/parisc/iosapic.c: Remove unnecessary kzalloc cast | Joe Perches | 2010-10-22 | 1 | -2/+2 |
| * | parisc: convert eisa interrupts to flow handlers | Kyle McMartin | 2010-10-14 | 1 | -16/+7 |
| * | parisc: convert gsc and dino pci interrupts to flow handlers | Kyle McMartin | 2010-10-14 | 2 | -31/+13 |
| * | parisc: convert suckyio interrupts to flow handlers | Kyle McMartin | 2010-10-14 | 1 | -15/+6 |
| * | parisc: convert iosapic interrupts to proper flow handlers | Kyle McMartin | 2010-10-14 | 1 | -31/+6 |
| * | parisc: convert cpu interrupts to proper flow handlers | Kyle McMartin | 2010-10-14 | 1 | -1/+1 |
| * | parisc: lay groundwork for killing __do_IRQ | Kyle McMartin | 2010-10-14 | 5 | -33/+19 |
| * | parisc: squelch warning when using dev_get_stats | Kyle McMartin | 2010-10-14 | 1 | -3/+3 |
* | | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-08-05 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-04 | 1 | -2/+4 |
| |\ |
|
| * | | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 2010-06-16 | 1 | -2/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-08-04 | 1 | -1/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | net: fix 64 bit counters on 32 bit arches | Eric Dumazet | 2010-07-07 | 1 | -1/+2 |
| |/ |
|
* / | PARISC: led.c - fix potential stack overflow in led_proc_write() | Helge Deller | 2010-08-03 | 1 | -2/+4 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 3 | -2/+1 |
* | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 2010-03-08 | 1 | -1/+1 |