summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | [IB] mthca: don't disable RDMA writes if no responder resourcesRoland Dreier2005-11-151-15/+12
| | * | | | | | [IB] srp: don't post receive if no send buf availableRoland Dreier2005-11-151-6/+9
| | * | | | | | [IB] srp: increase max_lunsRoland Dreier2005-11-112-0/+3
| * | | | | | | Merge branch 'parisc' of master.kernel.org:/pub/scm/linux/kernel/git/kyle/par...Linus Torvalds2005-11-1824-649/+245
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master'Kyle McMartin2005-11-1882-7078/+2047
| | |\ \ \ \ \ \ \
| | * | | | | | | | [PARISC] Update CREDITS entriesKyle McMartin2005-11-181-2/+10
| | * | | | | | | | [PARISC] Mark hisax and pcbit ISDN drivers as not for pariscMatthew Wilcox2005-11-182-7/+7
| | * | | | | | | | [PARISC] Mention PA-RISC in NS87415 helpMatthew Wilcox2005-11-181-1/+1
| | * | | | | | | | [PARISC] Make Serial MUX depend on a specific bus type.Matthew Wilcox2005-11-181-1/+1
| | * | | | | | | | [PARISC] Fix compile warning caused by conflicting types of expand_upwards()Matthew Wilcox2005-11-182-1/+3
| | * | | | | | | | [PARISC] Make superio.c initialize before any driver needs itKyle McMartin2005-11-171-14/+21
| | * | | | | | | | [PARISC] Always spinlock tlb flush operations to ensure preempt safetyMatthew Wilcox2005-11-171-12/+4
| | * | | | | | | | [PARISC] Remove unused variable in signal.cGrant Grundler2005-11-171-1/+0
| | * | | | | | | | [PARISC] remove drm compat ioctls handlersChristoph Hellwig2005-11-171-541/+0
| | * | | | | | | | [PARISC] move PA perf driver over to ->compat_ioctlChristoph Hellwig2005-11-172-18/+20
| | * | | | | | | | [PARISC] Define port->timeout to fix a long msleep in mux.cRyan Bradetich2005-11-171-0/+7
| | * | | | | | | | [PARISC] Fix some compile problems in ptrace.cMatthew Wilcox2005-11-171-2/+3
| | * | | | | | | | [PARISC] Compile fixups for serial/mux.cRyan Bradetich2005-11-171-8/+4
| | * | | | | | | | [PARISC] Fix our spinlock implementationJames Bottomley2005-11-171-9/+10
| | * | | | | | | | [PARISC] Improve the error message when we get a clashing mod pathMatthew Wilcox2005-11-171-2/+6
| | * | | | | | | | [PARISC] Return PDC_OK when alloc_pa_dev fails to enumerate all devicesMatthew Wilcox2005-11-171-1/+1
| | * | | | | | | | [PARISC] Document some register usages in assembly filesCarlos O'Donell2005-11-172-1/+3
| | * | | | | | | | [PARISC] Make redirecting irq messages less noisyRyan Bradetich2005-11-171-1/+1
| | * | | | | | | | [PARISC] irq_affinityp[] only available for SMP buildsGrant Grundler2005-11-171-2/+9
| | * | | | | | | | [PARISC] Add IRQ affinitiesJames Bottomley2005-11-173-5/+86
| | * | | | | | | | [PARISC] Fix uniprocessor build by dummying smp_send_all_nop()Kyle McMartin2005-11-172-1/+7
| | * | | | | | | | [PARISC] Fix our interrupts not to use smp_call_functionJames Bottomley2005-11-173-15/+32
| | * | | | | | | | [PARISC] Disable nesting of interruptsGrant Grundler2005-11-171-7/+6
| | * | | | | | | | [PARISC] Make sure timer and IPI execute with interrupts disabledJames Bottomley2005-11-172-0/+6
| * | | | | | | | | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2005-11-187-23/+29
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | [PATCH 3/3] cciss: add put_disk into cleanup routinesmikem2005-11-181-9/+24
| | * | | | | | | | [PATCH 2/3] cciss: bug fix for BIG_PASS_THRUJens Axboe2005-11-181-3/+4
| | * | | | | | | | [PATCH 1/3] cciss: bug fix for hpacuclimikem2005-11-181-1/+1
| | * | | | | | | | [BLOCK] new block/ directory comment tidyCoywolf Qi Hunt2005-11-185-10/+0
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-1817-62/+353
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-182-38/+162
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | [libata sata_mv] update copyright, driver versionJeff Garzik2005-11-181-1/+2
| | * | | | | | | | [PATCH] sil24: make error_intr less verboseTejun Heo2005-11-181-3/+9
| | * | | | | | | | [PATCH] sil24: add ATAPI supportTejun Heo2005-11-181-26/+58
| | * | | | | | | | [PATCH] sil24: use SRST for phy_resetTejun Heo2005-11-181-10/+66
| | * | | | | | | | [PATCH] sil24: add sil24_restart_controllerTejun Heo2005-11-181-3/+32
| * | | | | | | | | [PATCH] update Documentation/00-INDEXGreg Kroah-Hartman2005-11-181-0/+4
| * | | | | | | | | [PATCH] Add HOWTO do kernel development document to the Documentation directoryGreg Kroah-Hartman2005-11-182-0/+620
| * | | | | | | | | [PATCH] Add SCM info to MAINTAINERSJody McIntyre2005-11-181-0/+16
| * | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2005-11-181-62/+71
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | [IA64] polish comments for tlb fault handler in ivt.SChen, Kenneth W2005-11-171-62/+71
| | * | | | | | | | [IA64] 4 level page table bug fix in vhpt_missChen, Kenneth W2005-11-171-2/+2
* | | | | | | | | | Merge branch 'upstream-fixes'Jeff Garzik2005-11-184-15/+24
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | [wireless hermes] build fixJeff Garzik2005-11-181-3/+3
| * | | | | | | | | Merge branch 'upstream-fixes' of git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-183-12/+21
| |\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud