summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-291-49/+69
|\
| * [TG3]: Update version and reldateMichael Chan2006-03-281-2/+2
| * [TG3]: Skip timer code during full lockMichael Chan2006-03-281-0/+4
| * [TG3]: Speed up SRAM accessMichael Chan2006-03-281-23/+30
| * [TG3]: Fix PHY loopback on 5700Michael Chan2006-03-281-1/+4
| * [TG3]: Fix bug in 40-bit DMA workaround codeMichael Chan2006-03-281-1/+1
| * [TG3]: Fix probe failure due to invalid MAC addressMichael Chan2006-03-281-22/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-03-2926-89/+321
|\ \
| * \ Merge ../linux-2.6Paul Mackerras2006-03-29185-3203/+11497
| |\ \ | | |/
| * | [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-2819-33/+42
| * | [PATCH] powerpc: add hvc backend for rtasArnd Bergmann2006-03-283-0/+146
| * | [PATCH] powerpc: hvc_console updatesRyan S. Arnold2006-03-285-41/+115
| * | [PATCH] powerpc: HVC init raceMichael Neuling2006-03-271-14/+18
| * | [PATCH] powerpc: Compile warning in hvcs driverAnton Blanchard2006-03-271-1/+0
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/scjod...Linus Torvalds2006-03-287-182/+86
|\ \ \
| * \ \ Merge with git+ssh://master.kernel.org/pub/scm/linux/kernel/git/torvalds/linu...Jody McIntyre2006-03-28185-3203/+11497
| |\ \ \ | | | |/ | | |/|
| * | | ohci1394: cleanup the "Unexpected PCI resource length" warning.Jody McIntyre2006-03-281-2/+2
| * | | sbp2: misc debug logging cleanupsStefan Richter2006-03-281-77/+33
| * | | sbp2: proper treatment of DID_OKStefan Richter2006-03-281-3/+5
| * | | ieee1394: set read permission for parameter disable_irmStefan Richter2006-03-281-1/+1
| * | | sbp2: check for ARM failureStefan Richter2006-03-281-3/+7
| * | | ohci1394: clean up asynchronous and physical request filters programmingStefan Richter2006-03-281-18/+19
| * | | ieee1394: remove amdtp remains from ieee1394_core.hStefan Richter2006-03-281-2/+0
| * | | ieee1394: remove devfs supportStefan Richter2006-03-285-73/+5
| * | | Signed-off-by: Jody McIntyre <scjody@modernduck.com>Jody McIntyre2006-03-281-3/+5
| * | | sbp2: prevent unloading of 1394 low-level driverStefan Richter2006-03-281-0/+9
| | |/ | |/|
* | | [PATCH] do_SAK: don't depend on session ID 0Eric W. Biederman2006-03-281-3/+13
* | | [PATCH] do_tty_hangup: use group_send_sig_info not send_group_sig_infoEric W. Biederman2006-03-281-2/+2
| |/ |/|
* | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-03-285-1398/+68
|\ \
| * | [SERIAL] amba-pl010: allow platforms to specify modem control methodRussell King2006-03-261-93/+67
| * | [SERIAL] Remove obsoleted au1x00_uart driverRalf Baechle2006-03-263-1304/+0
| * | [SERIAL] Small time UART configuration fix for AU1100 processorFreddy Spierenburg2006-03-261-1/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-03-282-93/+73
|\ \ \
| * | | [CPUFREQ] cpufreq_conservative: keep ignore_nice_load and freq_step values wh...Mattia Dongili2006-03-281-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpufreq-2.6Dave Jones2006-03-272-91/+71
| |\ \ \
| | * | | [PATCH] cpufreq_ondemand: add range checkDominik Brodowski2006-03-261-0/+3
| | * | | [PATCH] cpufreq_ondemand: keep ignore_nice_load value when it is reselectedEric Piel2006-03-261-2/+1
| | * | | [PATCH] cpufreq_ondemand: Warn if it cannot run due to too long transition la...Eric Piel2006-03-261-1/+4
| | * | | [PATCH] cpufreq_conservative: alternative initialise approachAlexander Clouter2006-03-261-37/+18
| | * | | [PATCH] cpufreq_conservative: make for_each_cpu() safeAlexander Clouter2006-03-261-49/+42
| | * | | [PATCH] cpufreq_conservative: alter default responsivenessAlexander Clouter2006-03-261-1/+1
| | * | | [PATCH] cpufreq_conservative: aligning of codebase with ondemandAlexander Clouter2006-03-261-26/+27
| | |/ /
* | | | [PATCH] Typo fixesAlexey Dobriyan2006-03-2816-17/+17
* | | | [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-2821-37/+55
* | | | [PATCH] drivers/scsi/*: use time_after() and friendsMarcelo Feitoza Parisi2006-03-285-6/+11
* | | | [PATCH] ide-tape: use time_after(), time_after_eq()Marcelo Feitoza Parisi2006-03-281-2/+3
* | | | [PATCH] nvidia-agp: use time_before_eq()Marcelo Feitoza Parisi2006-03-281-1/+2
* | | | [PATCH] drivers/block/*: use time_after() and friendsMarcelo Feitoza Parisi2006-03-282-12/+14
* | | | [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* | | | [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-2814-20/+20
OpenPOWER on IntegriCloud