summaryrefslogtreecommitdiffstats
path: root/drivers/parisc
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2008-10-201-26/+17
|\
| * parisc: unify CCIO_COLLECT_STATS implementationKyle McMartin2008-10-101-26/+17
* | generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-165-10/+20
|/
* parisc-eisa_eeprom: BKL pushdownArnd Bergmann2008-07-021-0/+3
* drivers/parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-159-63/+63
* parisc: use non-racy method for proc entries creationDenis V. Lunev2008-04-292-18/+10
* PCI: remove parisc consumer of the pci global_listJames Bottomley2008-04-201-1/+0
* [PARISC] make ptr_to_pide() staticFUJITA Tomonori2008-03-151-2/+2
* [PARISC] pdc_stable: fix compile errorsJoel Soete2008-03-151-3/+3
* parisc: fix IOMMU's device boundary overflow bug on 32bits archFUJITA Tomonori2008-03-052-4/+4
* iommu: parisc: make the IOMMUs respect the segment boundary limitsFUJITA Tomonori2008-03-043-18/+58
* iommu: parisc: pass struct device to iommu_alloc_rangeFUJITA Tomonori2008-03-043-7/+7
* iommu sg merging: parisc: make iommu respect the segment size limitsFUJITA Tomonori2008-02-053-3/+8
* drivers/parisc/: Spelling fixesJoe Perches2008-02-032-3/+3
* [PARISC]: Fix build after ipv4_is_*() changes.Joe Perches2008-01-281-1/+1
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-3/+3
* Kobject: change drivers/parisc/pdc_stable.c to use kobject_init_and_addGreg Kroah-Hartman2008-01-241-5/+5
* kobject: convert parisc/pdc_stable to use kobject_createGreg Kroah-Hartman2008-01-241-8/+8
* firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman2008-01-241-1/+1
* kset: convert parisc/pdc_stable.c to use kset_createGreg Kroah-Hartman2008-01-241-17/+21
* kobject: convert parisc/pdc_stable to kobj_attr interfaceGreg Kroah-Hartman2008-01-241-77/+70
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-4/+5
* [PARISC] lba_pci: pci_claim_resources disabled expansion romsKyle McMartin2007-12-061-3/+7
* parisc: fix sg_page() falloutFUJITA Tomonori2007-10-232-0/+2
* [PARISC] Fix infinite loop in /proc/iomemMatthew Wilcox2007-10-181-44/+7
* [PARISC] Quiet sysfs_create_link __must_check warnings in pdc_stableKyle McMartin2007-10-181-3/+8
* [PARISC] Squelch pci_enable_device __must_check warning in superioKyle McMartin2007-10-181-1/+3
* [PARISC] Clean up a resource_size_t warning in sba_iommuKyle McMartin2007-10-181-2/+2
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* serial: add early_serial_setup() back to header fileYinghai Lu2007-07-181-0/+1
* hppb: Add missing dma-mapping.h includeFrank Lichtenheld2007-07-171-0/+1
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-2/+2
* [PARISC] stop lcd driver from stripping initial whitespaceJulian Stecklina2007-06-211-6/+0
* [PARISC] fix section mismatch in superio serial driversHelge Deller2007-05-271-4/+4
* [PARISC] fix section mismatch in parisc eisa driverHelge Deller2007-05-271-2/+2
* [PARISC] fix section mismatch in ccio-dmaHelge Deller2007-05-271-3/+3
* [PARISC] Build fixes for power.cKyle McMartin2007-05-251-0/+1
* [PARISC] kobject is embedded in subsys, not ksetKyle McMartin2007-05-251-1/+1
* [PARISC] ROUNDUP macro cleanup in drivers/pariscMilind Arun Choudhary2007-05-223-10/+8
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-05-041-1/+1
|\
| * [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-031-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-05-041-47/+47
|\ \
| * | remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-47/+47
| |/
* / PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-2/+0
|/
* [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.Rusty Russell2007-04-281-2/+0
* [NET]: Inline net_device_statsRusty Russell2007-04-251-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2007-02-266-171/+154
|\
| * [PARISC] Convert soft power switch driver to kthreadHelge Deller2007-02-172-113/+90