aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-141-14/+11
|\
| * Merge commit 'origin/x86/urgent' into x86/asmH. Peter Anvin2009-08-25421-7909/+17920
| |\
| * | x86: Introduce GDT_ENTRY_INIT(), initialize bad_bios_desc staticallyAkinobu Mita2009-08-101-3/+2
| * | x86: Introduce GDT_ENTRY_INIT()Akinobu Mita2009-08-081-4/+1
| * | x86: Introduce set_desc_base() and set_desc_limit()Akinobu Mita2009-07-191-10/+11
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-1126-246/+891
|\ \ \
| * | | pata_rz1000: use printk_onceMarcin Slusarz2009-09-111-3/+1
| * | | ahci: kill @force_restart and refine CLO for ahci_kick_engine()Shane Huang2009-09-111-12/+10
| * | | pata_cs5535: add pci id for AMD based CS5535 controllersOtavio Salvador2009-09-111-1/+2
| * | | ahci: Add AMD SB900 SATA/IDE controller device IDsShane Huang2009-09-114-1/+11
| * | | drivers/ata: use resource_sizeJulia Lawall2009-09-114-7/+7
| * | | sata_fsl: Defer non-ncq commands when ncq commands activeAshish Kalra2009-09-081-0/+1
| * | | libata: add SATA PMP revision information for spec 1.2Shane Huang2009-09-081-0/+2
| * | | libata: fix off-by-one error in ata_tf_read_block()Tejun Heo2009-09-081-1/+7
| * | | ahci: Gigabyte GA-MA69VM-S2 can't do 64bit DMATejun Heo2009-09-081-0/+16
| * | | ahci: make ahci_asus_m2a_vm_32bit_only() quirk more genericTejun Heo2009-09-081-24/+29
| * | | dmi: extend dmi_get_year() to dmi_get_date()Tejun Heo2009-09-083-21/+62
| * | | dmi: fix date handling in dmi_get_year()Tejun Heo2009-09-081-2/+3
| * | | libata: unbreak TPM filtering by reorganizing ata_scsi_pass_thru()Tejun Heo2009-09-081-53/+51
| * | | sata_sis: convert to slave_linkTejun Heo2009-09-081-50/+25
| * | | sata_sil24: always set protocol override for non-ATAPI data commandsRobert Hancock2009-09-011-0/+11
| * | | libata: Export AHCI capabilitiesMatthew Garrett2009-09-011-0/+44
| * | | libata: Delegate nonrot flag setting to SCSIMartin K. Petersen2009-09-011-4/+0
| * | | [libata] Add pata_rdc driver for RDC ATA devicesAlan Cox2009-09-013-0/+411
| * | | drivers/ata: Remove unnecessary semicolonsJoe Perches2009-09-012-2/+2
| * | | libata: remove spindown skipping and warningTejun Heo2009-09-011-51/+0
| * | | libata: add command name parsing for error outputRobert Hancock2009-09-014-4/+143
| * | | libata: clear eh_info on reset completionTejun Heo2009-09-011-3/+9
| * | | [libata] add DMA setup FIS auto-activate featureShaohua Li2009-09-012-8/+30
| * | | [libata] sata_sil: disable DMA engine in sil_freeze()Jeff Garzik2009-09-011-0/+13
| * | | [libata] EH: freeze port before aborting commandsJeff Garzik2009-09-011-2/+4
* | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-116-2/+140
|\ \ \ \
| * | | | oprofile: Adding switch counter to oprofile statistic variablesRobert Richter2009-07-203-9/+8
| * | | | oprofile: Grouping multiplexing code in oprof.cRobert Richter2009-07-201-51/+49
| * | | | oprofile: Remove oprofile_multiplexing_init()Robert Richter2009-07-202-14/+2
| * | | | oprofile: Rename variable timeout_jiffies and move to oprofile_files.cRobert Richter2009-07-203-8/+9
| * | | | oprofile: oprofile_set_timeout(), return with error for invalid argsRobert Richter2009-07-201-3/+8
| * | | | oprofile: Implement performance counter multiplexingJason Yeh2009-07-204-0/+133
| | | | |
| | \ \ \
| *-. \ \ \ Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/coreRobert Richter2009-07-143294-319969/+465267
| |\ \ \ \ \
| | | * \ \ \ Merge branch 'auto' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2009-06-172-1/+16
| | | |\ \ \ \
| | | | * \ \ \ Merge branches 'oprofile/fixes', 'oprofile/next' and 'oprofile/master' into o...Robert Richter2009-06-121-0/+1
| | | | |\ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | | * | | | oprofile: reset bt_lost_no_mapping with other statsMaynard Johnson2009-06-121-0/+1
| * | | | | | | Merge commit 'tip/perfcounters-for-linus' into oprofile/masterRobert Richter2009-06-1221-138/+1103
| |\ \ \ \ \ \ \
| * | | | | | | | x86/oprofile: introduce oprofile_add_data64()Robert Richter2009-06-111-0/+15
| * | | | | | | | oprofile: remove obselete include headersRobert Richter2009-06-111-1/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-111-11/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | pci/intr_remapping: Allocate irq_iommu on nodeYinghai Lu2009-08-291-11/+3
* | | | | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-5/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | debug lockups: Improve lockup detection, fix generic arch fallbackIngo Molnar2009-08-031-1/+14
| * | | | | | | | | debug lockups: Improve lockup detectionIngo Molnar2009-08-021-6/+2