aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-3/+3
2008-01-24Kobject: change drivers/parisc/pdc_stable.c to use kobject_init_and_addGreg Kroah-Hartman1-5/+5
2008-01-24kobject: convert parisc/pdc_stable to use kobject_createGreg Kroah-Hartman1-8/+8
2008-01-24firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman1-1/+1
2008-01-24kset: convert parisc/pdc_stable.c to use kset_createGreg Kroah-Hartman1-17/+21
2008-01-24kobject: convert parisc/pdc_stable to kobj_attr interfaceGreg Kroah-Hartman1-77/+70
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-4/+5
2007-12-06[PARISC] lba_pci: pci_claim_resources disabled expansion romsKyle McMartin1-3/+7
2007-10-23parisc: fix sg_page() falloutFUJITA Tomonori2-0/+2
2007-10-18[PARISC] Fix infinite loop in /proc/iomemMatthew Wilcox1-44/+7
2007-10-18[PARISC] Quiet sysfs_create_link __must_check warnings in pdc_stableKyle McMartin1-3/+8
2007-10-18[PARISC] Squelch pci_enable_device __must_check warning in superioKyle McMartin1-1/+3
2007-10-18[PARISC] Clean up a resource_size_t warning in sba_iommuKyle McMartin1-2/+2
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-07-18serial: add early_serial_setup() back to header fileYinghai Lu1-0/+1
2007-07-17hppb: Add missing dma-mapping.h includeFrank Lichtenheld1-0/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+2
2007-06-21[PARISC] stop lcd driver from stripping initial whitespaceJulian Stecklina1-6/+0
2007-05-27[PARISC] fix section mismatch in superio serial driversHelge Deller1-4/+4
2007-05-27[PARISC] fix section mismatch in parisc eisa driverHelge Deller1-2/+2
2007-05-27[PARISC] fix section mismatch in ccio-dmaHelge Deller1-3/+3
2007-05-25[PARISC] Build fixes for power.cKyle McMartin1-0/+1
2007-05-25[PARISC] kobject is embedded in subsys, not ksetKyle McMartin1-1/+1
2007-05-22[PARISC] ROUNDUP macro cleanup in drivers/pariscMilind Arun Choudhary3-10/+8
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-47/+47
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-2/+0
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-47/+47
2007-04-28[NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.Rusty Russell1-2/+0
2007-04-25[NET]: Inline net_device_statsRusty Russell1-2/+2
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds6-171/+154
2007-02-17[PARISC] Convert soft power switch driver to kthreadHelge Deller2-113/+90
2007-02-17[PARISC] lba_pci format warningsMatthew Wilcox1-27/+29
2007-02-17Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.gitKyle McMartin6-33/+37
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven3-5/+5
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-2/+0
2007-02-08[PATCH] parisc: fix module_param iommu permissionRandy Dunlap1-1/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-08[PATCH] WorkStruct: Fix up some PA-RISC work itemsDavid Howells2-8/+8
2006-12-08[PARISC] Fix PCI bus numbering in the presence of Cardbus bridgesMatthew Wilcox1-13/+19
2006-12-08[PARISC] sparse fixesMatthew Wilcox3-3/+3
2006-12-08[PARISC] HPPB bus updates for E-Class systemsRyan Bradetich1-8/+6
2006-11-30Fix misc .c/.h comment typosMatt LaPlante2-4/+4
2006-10-06Build fixes for struct pt_regs removalMatthew Wilcox2-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells6-10/+9
2006-10-05[PA-RISC] Fix sba_iommu compilationMatthew Wilcox1-2/+2
2006-10-04[PARISC] Add support for Quicksilver AGPGARTKyle McMartin1-11/+24