summaryrefslogtreecommitdiffstats
path: root/drivers/parisc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-13/+2
|\
| * eisa_eeprom: switch to fixed_size_llseek()Al Viro2013-06-291-13/+2
* | parisc: fix serial ports on C8000 workstationThomas Bogendoerfer2013-06-181-0/+66
|/
* parisc/PCI: lba: fix: convert to pci_create_root_bus() for correct root bus r...Helge Deller2013-06-011-4/+4
* parisc/PCI: Set type for LBA bus_num resourceBjorn Helgaas2013-06-011-0/+1
* parisc/superio: Use module_pci_driver to register driverPeter Huewe2013-05-241-12/+1
* parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller2013-05-061-4/+15
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | parisc: led driver requires CONFIG_VM_EVENT_COUNTERSHelge Deller2013-02-201-0/+1
* | parisc: remove IRQF_DISABLEDPeter Zijlstra2013-02-201-1/+1
* | drivers/parisc/pdc_stable.c: use WARNJulia Lawall2013-02-201-4/+2
* | drivers/parisc: Use printf extension %pR for struct resourceJoe Perches2013-02-202-12/+7
|/
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-2/+2
* parisc/PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas2012-08-222-12/+5
* parisc/PCI: Enable PERR/SERR on all devicesBjorn Helgaas2012-08-221-1/+3
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-243-17/+27
|\
| * parisc/PCI: register busn_res for root busesYinghai Lu2012-06-132-4/+14
| * PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-133-17/+17
* | parisc: cleanup quoted includePaul Bolle2012-06-051-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2012-04-084-49/+14
| |\
| * | parisc: Use vsprintf extention %pf with builtin_return_addressJoe Perches2012-04-051-1/+1
* | | parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer2012-05-101-0/+1
| |/ |/|
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-283-3/+0
|\ \
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-283-3/+0
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-232-46/+12
|\ \ \ | |/ / |/| |
| * | parisc/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-232-46/+12
| |/
* / [PARISC] include <linux/prefetch.h> in drivers/parisc/iommu-helpers.hCong Wang2012-02-271-0/+2
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-112-56/+63
|\
| * parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-12/+17
| * parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-061-6/+8
| * parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root busBjorn Helgaas2012-01-061-17/+18
| * parisc/PCI: dino: convert to pci_create_root_bus() for correct root bus resou...Bjorn Helgaas2012-01-061-15/+12
| * parisc/PCI: dino: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-061-10/+12
* | Merge branch 'master' into for-nextJiri Kosina2011-11-132-0/+2
|\|
| * parisc: add module.h to files really requiring itPaul Gortmaker2011-10-311-0/+1
| * parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* | treewide: remove commented out Kconfig entriesPaul Bolle2011-10-291-7/+0
|/
* doc: fix broken referencesPaul Bolle2011-09-271-8/+8
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* parisc: Convert irq namespaceThomas Gleixner2011-03-293-4/+5
* [PARISC] Convert to new irq_chip functionsThomas Gleixner2011-02-105-52/+56
* parisc: KittyHawk LCD fixGuy Martin2010-12-041-4/+13
* parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley2010-12-045-7/+11
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par...Linus Torvalds2010-10-286-128/+53
|\
| * drivers/parisc/iosapic.c: Remove unnecessary kzalloc castJoe Perches2010-10-211-2/+2
| * parisc: convert eisa interrupts to flow handlersKyle McMartin2010-10-141-16/+7