aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-04[PARISC] Move LBA and SBA register defines to the common ropes.hKyle McMartin2-161/+1
2006-10-04[PARISC] Create shared <asm/ropes.h> headerKyle McMartin3-148/+3
2006-10-04[PARISC] Stash the lba_device in its struct device drvdataKyle McMartin1-0/+1
2006-10-04[PARISC] Generalize IS_ASTRO et al to take a parisc_device likeKyle McMartin1-14/+20
2006-10-04[PARISC] Pretty print the name of the lba type on kernel bootKyle McMartin1-6/+10
2006-10-04[PARISC] Remove some obsolete comments and I checked that Reo is similar to IkeMatthew Wilcox1-7/+2
2006-10-04[PARISC] Allow nested interruptsJames Bottomley1-1/+2
2006-10-04[PARISC] Add asm-parisc/mckinley.h bus headerKyle McMartin1-4/+1
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-02[PATCH] replace cad_pid by a struct pidCedric Le Goater1-2/+1
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-07-02[PATCH] irq-flags: PARISC: Use the new IRQF_ constantsThomas Gleixner2-2/+2
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds6-6/+0
2006-06-30[PATCH] Light weight event countersChristoph Lameter1-5/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel6-6/+0
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds3-36/+237
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar5-9/+9
2006-06-27[PARISC] Add os_id_to_string helperKyle McMartin1-12/+2
2006-06-27[PARISC] OS_ID_LINUX == 0x0006Kyle McMartin1-2/+2
2006-06-27[PARISC] Reduce data footprint in pdc_stable.cThibaut Varene1-8/+8
2006-06-27[PARISC] pdc_stable version 0.30Thibaut Varene1-14/+205
2006-06-27[PARISC] PDC_CHASSIS is implemented on all machinesThibaut Varene1-7/+26
2006-06-27[PARISC] Test ioc_needs_fdc variable instead of open codingKyle McMartin1-1/+1
2006-06-27[PARISC] Fix gcc 4.1 warnings in sba_iommu.cGrant Grundler1-7/+8
2006-04-21[PARISC] Document that we tolerate "Relaxed Ordering"Grant Grundler1-13/+32
2006-04-21[PARISC] Misc. janitorial workHelge Deller2-3/+3
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller7-40/+33
2006-03-30[PARISC] Clarify pdc_stable license termsThibaut VARENE1-3/+2
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern2-4/+16
2006-03-24BUG_ON() Conversion in drivers/parisc/Eric Sesterhenn2-11/+6
2006-02-08[PARISC] Convert sba_iommu.c to use seq_fileKyle McMartin1-47/+78
2006-02-08[PARISC] Convert ccio-dma.c to use seq_fileKyle McMartin1-86/+74