summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | IB/mthca: Safer max_send_sge/max_recv_sge calculationMichael S. Tsirkin2005-11-181-4/+6
| * | | | | | [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
|\ \ \ \ \ \ \ \
| * | | | | | | | [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
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [PATCH] ipw2100: Fix 'Driver using old /proc/net/wireless...' messageJames Ketrenos2005-11-182-11/+20
| | * | | | | | | | [PATCH] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xxJohn W. Linville2005-11-181-1/+1
| * | | | | | | | | [PATCH] git-netdev-all-ieee80211_get_payload-warning-fixAndrew Morton2005-11-181-1/+1
| * | | | | | | | | [PATCH] drivers/net/wireless/hermes.c unsigned int comparisionGabriel A. Devenyi2005-11-181-3/+3
| * | | | | | | | | [PATCH] prism54 : Remove extraneous udelay/register readRoger While2005-11-181-2/+2
| * | | | | | | | | [PATCH] SAA9730: Add missing header bits.Ralf Baechle2005-11-181-11/+25
| * | | | | | | | | [PATCH] au1000_eth: Include <linux/config.h>Ralf Baechle2005-11-181-0/+1
| * | | | | | | | | [PATCH] IOC3: Replace obsolete PCI APIRalf Baechle2005-11-181-1/+1
| * | | | | | | | | [PATCH] i82593.h: make header comment GPL-compatibleJohn W. Linville2005-11-181-3/+8
| * | | | | | | | | [PATCH] e100: re-enable microcode with more useful defaultsJesse Brandeburg2005-11-181-18/+257
| * | | | | | | | | Merge branch 'halasa-hdlc' of git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-183-0/+16
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [PATCH] Generic HDLC WAN drivers - disable netif_carrier_off()Krzysztof Halasa2005-11-163-0/+16
| | |/ / / / / / / /
OpenPOWER on IntegriCloud