aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [CPUFREQ] Update LART site URLErik Mouw2006-04-031-1/+1
* [CPUFREQ] Remove pointless check in conservative governor.Dave Jones2006-04-011-4/+2
* [CPUFREQ] trailing whitespace removal de-jour.Dave Jones2006-03-291-3/+2
* [CPUFREQ] extra debugging in cpufreq_add_dev()Dave Jones2006-03-291-1/+1
* 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
* | | | [PATCH] for_each_possible_cpu: oprofile.KAMEZAWA Hiroyuki2006-03-281-2/+2
* | | | [PATCH] for_each_possible_cpu: loopback device.KAMEZAWA Hiroyuki2006-03-281-1/+1
* | | | [PATCH] ide_generic_all_on() warning fixAndrew Morton2006-03-281-1/+2
* | | | [PATCH] Small fixes backported to old IDE SiS driverAlan Cox2006-03-281-0/+2
* | | | [PATCH] ide: AMD756 no host side cable detectionRene Herman2006-03-281-6/+2
* | | | [PATCH] drivers/block/acsi_slm.c: size_t can't be < 0Alexey Dobriyan2006-03-281-2/+0
* | | | [PATCH] drivers/block/paride/pd.c: fix an off-by-one errorAdrian Bunk2006-03-281-1/+2
* | | | [PATCH] Add oprofile_add_ext_sampleBrian Rogan2006-03-281-3/+10
* | | | [PATCH] capi: register_chrdev() fixAndrew Morton2006-03-281-3/+5
* | | | [PATCH] paride-pt: register_chrdev fixAndrew Morton2006-03-281-3/+5