| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 2007-02-26 | 6 | -171/+154 |
|\ |
|
| * | [PARISC] Convert soft power switch driver to kthread | Helge Deller | 2007-02-17 | 2 | -113/+90 |
| * | [PARISC] lba_pci format warnings | Matthew Wilcox | 2007-02-17 | 1 | -27/+29 |
| * | Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.git | Kyle McMartin | 2007-02-17 | 6 | -33/+37 |
| |\ |
|
| | * | [PATCH] parisc: fix module_param iommu permission | Randy Dunlap | 2007-02-08 | 1 | -1/+1 |
| | * | [PATCH] WorkStruct: Fix up some PA-RISC work items | David Howells | 2006-12-08 | 2 | -8/+8 |
| | * | [PARISC] Fix PCI bus numbering in the presence of Cardbus bridges | Matthew Wilcox | 2006-12-08 | 1 | -13/+19 |
| | * | [PARISC] sparse fixes | Matthew Wilcox | 2006-12-08 | 3 | -3/+3 |
| | * | [PARISC] HPPB bus updates for E-Class systems | Ryan Bradetich | 2006-12-08 | 1 | -8/+6 |
* | | | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | | | [PATCH] mark struct file_operations const 5 | Arjan van de Ven | 2007-02-12 | 3 | -5/+5 |
* | | | [PATCH] proc: remove useless (and buggy) ->nlink settings | Alexey Dobriyan | 2007-02-11 | 1 | -2/+0 |
|/ / |
|
* | | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 1 | -1/+1 |
|/ |
|
* | Fix misc .c/.h comment typos | Matt LaPlante | 2006-11-30 | 2 | -4/+4 |
* | Build fixes for struct pt_regs removal | Matthew Wilcox | 2006-10-06 | 2 | -2/+2 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 6 | -10/+9 |
* | [PA-RISC] Fix sba_iommu compilation | Matthew Wilcox | 2006-10-05 | 1 | -2/+2 |
* | [PARISC] Add support for Quicksilver AGPGART | Kyle McMartin | 2006-10-04 | 1 | -11/+24 |
* | [PARISC] Move LBA and SBA register defines to the common ropes.h | Kyle McMartin | 2006-10-04 | 2 | -161/+1 |
* | [PARISC] Create shared <asm/ropes.h> header | Kyle McMartin | 2006-10-04 | 3 | -148/+3 |
* | [PARISC] Stash the lba_device in its struct device drvdata | Kyle McMartin | 2006-10-04 | 1 | -0/+1 |
* | [PARISC] Generalize IS_ASTRO et al to take a parisc_device like | Kyle McMartin | 2006-10-04 | 1 | -14/+20 |
* | [PARISC] Pretty print the name of the lba type on kernel boot | Kyle McMartin | 2006-10-04 | 1 | -6/+10 |
* | [PARISC] Remove some obsolete comments and I checked that Reo is similar to Ike | Matthew Wilcox | 2006-10-04 | 1 | -7/+2 |
* | [PARISC] Allow nested interrupts | James Bottomley | 2006-10-04 | 1 | -1/+2 |
* | [PARISC] Add asm-parisc/mckinley.h bus header | Kyle McMartin | 2006-10-04 | 1 | -4/+1 |
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] replace cad_pid by a struct pid | Cedric Le Goater | 2006-10-02 | 1 | -2/+1 |
* | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 2006-10-02 | 1 | -1/+1 |
* | [PATCH] irq-flags: PARISC: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-06-30 | 6 | -6/+0 |
|\ |
|
| * | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 6 | -6/+0 |
* | | [PATCH] Light weight event counters | Christoph Lameter | 2006-06-30 | 1 | -5/+6 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 2006-06-29 | 3 | -36/+237 |
|\ |
|
| * | [PARISC] Add os_id_to_string helper | Kyle McMartin | 2006-06-27 | 1 | -12/+2 |
| * | [PARISC] OS_ID_LINUX == 0x0006 | Kyle McMartin | 2006-06-27 | 1 | -2/+2 |
| * | [PARISC] Reduce data footprint in pdc_stable.c | Thibaut Varene | 2006-06-27 | 1 | -8/+8 |
| * | [PARISC] pdc_stable version 0.30 | Thibaut Varene | 2006-06-27 | 1 | -14/+205 |
| * | [PARISC] PDC_CHASSIS is implemented on all machines | Thibaut Varene | 2006-06-27 | 1 | -7/+26 |
| * | [PARISC] Test ioc_needs_fdc variable instead of open coding | Kyle McMartin | 2006-06-27 | 1 | -1/+1 |
| * | [PARISC] Fix gcc 4.1 warnings in sba_iommu.c | Grant Grundler | 2006-06-27 | 1 | -7/+8 |
* | | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 2006-06-29 | 5 | -9/+9 |
|/ |
|
* | [PARISC] Document that we tolerate "Relaxed Ordering" | Grant Grundler | 2006-04-21 | 1 | -13/+32 |
* | [PARISC] Misc. janitorial work | Helge Deller | 2006-04-21 | 2 | -3/+3 |
* | [PARISC] I/O-Space must be ioremap_nocache()'d | Helge Deller | 2006-03-30 | 7 | -40/+33 |
* | [PARISC] Clarify pdc_stable license terms | Thibaut VARENE | 2006-03-30 | 1 | -3/+2 |
* | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 2 | -4/+16 |
* | BUG_ON() Conversion in drivers/parisc/ | Eric Sesterhenn | 2006-03-24 | 2 | -11/+6 |
* | [PARISC] Convert sba_iommu.c to use seq_file | Kyle McMartin | 2006-02-08 | 1 | -47/+78 |
* | [PARISC] Convert ccio-dma.c to use seq_file | Kyle McMartin | 2006-02-08 | 1 | -86/+74 |