summaryrefslogtreecommitdiffstats
path: root/drivers/parisc
Commit message (Expand)AuthorAgeFilesLines
* Build fixes for struct pt_regs removalMatthew Wilcox2006-10-062-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-056-10/+9
* [PA-RISC] Fix sba_iommu compilationMatthew Wilcox2006-10-051-2/+2
* [PARISC] Add support for Quicksilver AGPGARTKyle McMartin2006-10-041-11/+24
* [PARISC] Move LBA and SBA register defines to the common ropes.hKyle McMartin2006-10-042-161/+1
* [PARISC] Create shared <asm/ropes.h> headerKyle McMartin2006-10-043-148/+3
* [PARISC] Stash the lba_device in its struct device drvdataKyle McMartin2006-10-041-0/+1
* [PARISC] Generalize IS_ASTRO et al to take a parisc_device likeKyle McMartin2006-10-041-14/+20
* [PARISC] Pretty print the name of the lba type on kernel bootKyle McMartin2006-10-041-6/+10
* [PARISC] Remove some obsolete comments and I checked that Reo is similar to IkeMatthew Wilcox2006-10-041-7/+2
* [PARISC] Allow nested interruptsJames Bottomley2006-10-041-1/+2
* [PARISC] Add asm-parisc/mckinley.h bus headerKyle McMartin2006-10-041-4/+1
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [PATCH] replace cad_pid by a struct pidCedric Le Goater2006-10-021-2/+1
* [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-021-1/+1
* [PATCH] irq-flags: PARISC: Use the new IRQF_ constantsThomas Gleixner2006-07-022-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-306-6/+0
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-306-6/+0
* | [PATCH] Light weight event countersChristoph Lameter2006-06-301-5/+6
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2006-06-293-36/+237
|\
| * [PARISC] Add os_id_to_string helperKyle McMartin2006-06-271-12/+2
| * [PARISC] OS_ID_LINUX == 0x0006Kyle McMartin2006-06-271-2/+2
| * [PARISC] Reduce data footprint in pdc_stable.cThibaut Varene2006-06-271-8/+8
| * [PARISC] pdc_stable version 0.30Thibaut Varene2006-06-271-14/+205
| * [PARISC] PDC_CHASSIS is implemented on all machinesThibaut Varene2006-06-271-7/+26
| * [PARISC] Test ioc_needs_fdc variable instead of open codingKyle McMartin2006-06-271-1/+1
| * [PARISC] Fix gcc 4.1 warnings in sba_iommu.cGrant Grundler2006-06-271-7/+8
* | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-295-9/+9
|/
* [PARISC] Document that we tolerate "Relaxed Ordering"Grant Grundler2006-04-211-13/+32
* [PARISC] Misc. janitorial workHelge Deller2006-04-212-3/+3
* [PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller2006-03-307-40/+33
* [PARISC] Clarify pdc_stable license termsThibaut VARENE2006-03-301-3/+2
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-272-4/+16
* BUG_ON() Conversion in drivers/parisc/Eric Sesterhenn2006-03-242-11/+6
* [PARISC] Convert sba_iommu.c to use seq_fileKyle McMartin2006-02-081-47/+78
* [PARISC] Convert ccio-dma.c to use seq_fileKyle McMartin2006-02-081-86/+74
* [PARISC] Clean up printk in superio.cKyle McMartin2006-01-221-19/+22
* [PARISC] Add chassis_power_off routineKyle McMartin2006-01-221-1/+2
* [PARISC] pdc_stable version 0.22Thibaut VARENE2006-01-221-94/+262
* [PARISC] Use kzalloc and other janitor-style cleanupsHelge Deller2006-01-228-23/+12
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-112-1/+2
* [PARISC] Fix Dino reporting on J2240Matthew Wilcox2006-01-101-4/+4
* [PARISC] pdc_stable: More robust sysfs error checkingThibaut VARENE2006-01-101-11/+31
* [PARISC] Truncate overlapping PAT PDC reported rangesGrant Grundler2006-01-101-23/+90
* [PARISC] Introduce DINO_LOCAL_IRQS and use it for gsc_find_local_irqHelge Deller2006-01-101-3/+4
* [PARISC] Add __user annotation to eisa_eeprom.cAlexey Dobriyan2006-01-101-1/+1
* [PARISC] Fix Cirrus 6832 Cardbus on RDI Tadpole PARISC LaptopHelge Deller2006-01-101-0/+15
* [PARISC] Add __read_mostly section for pariscHelge Deller2006-01-106-20/+20
* spelling: s/trough/through/Adrian Bunk2006-01-101-1/+1
* [PARISC] Make superio.c initialize before any driver needs itKyle McMartin2005-11-171-14/+21