summaryrefslogtreecommitdiffstats
path: root/drivers/parisc
Commit message (Expand)AuthorAgeFilesLines
* 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-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-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/+2Star
* | drivers/parisc: Use printf extension %pR for struct resourceJoe Perches2013-02-202-12/+7Star
|/
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-042-2/+2
* parisc/PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas2012-08-222-12/+5Star
* 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-253-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-231-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2012-04-084-49/+14Star
| |\
| * | parisc: Use vsprintf extention %pf with builtin_return_addressJoe Perches2012-04-061-1/+1
* | | parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer2012-05-111-0/+1
| |/ |/|
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-293-3/+0Star
|\ \
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-283-3/+0Star
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-232-46/+12Star
|\ \ \ | |/ / |/| |
| * | parisc/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-242-46/+12Star
| |/
* / [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-122-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/+12Star
| * 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-11-011-0/+1
| * parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* | treewide: remove commented out Kconfig entriesPaul Bolle2011-10-291-7/+0Star
|/
* 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/+0Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par...Linus Torvalds2010-10-286-128/+53Star
|\
| * drivers/parisc/iosapic.c: Remove unnecessary kzalloc castJoe Perches2010-10-221-2/+2
| * parisc: convert eisa interrupts to flow handlersKyle McMartin2010-10-141-16/+7Star
| * parisc: convert gsc and dino pci interrupts to flow handlersKyle McMartin2010-10-142-31/+13Star
| * parisc: convert suckyio interrupts to flow handlersKyle McMartin2010-10-141-15/+6Star
| * parisc: convert iosapic interrupts to proper flow handlersKyle McMartin2010-10-141-31/+6Star
| * parisc: convert cpu interrupts to proper flow handlersKyle McMartin2010-10-141-1/+1
| * parisc: lay groundwork for killing __do_IRQKyle McMartin2010-10-145-33/+19Star
| * parisc: squelch warning when using dev_get_statsKyle McMartin2010-10-141-3/+3