summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ide: preparations for /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz2008-10-104-7/+8
| * | ide: call ide_proc_register_driver() laterBartlomiej Zolnierkiewicz2008-10-105-10/+8
| * | ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz2008-10-1053-50/+5
| * | ide: remove CONFIG_IDEDISK_MULTI_MODEBartlomiej Zolnierkiewicz2008-10-102-27/+2
| * | ide: check drive->present in ide_get_paired_drive()Bartlomiej Zolnierkiewicz2008-10-108-17/+17
| * | ide: remove needless drive->present checks from device driversBartlomiej Zolnierkiewicz2008-10-105-9/+7
| * | ide: remove unused _IDE_C and _IDE_DISK definesBartlomiej Zolnierkiewicz2008-10-102-5/+0
| * | ide: remove IDE_CHIPSET_* macrosBartlomiej Zolnierkiewicz2008-10-102-5/+2
| * | ide: remove no longer needed BUG_ON()-s from init_irq()Bartlomiej Zolnierkiewicz2008-10-101-5/+0
| * | ide: enhance ide_busy_sleep()Bartlomiej Zolnierkiewicz2008-10-103-28/+19
| * | ide: fix EXABYTENEST handling in probe_for_drive()Bartlomiej Zolnierkiewicz2008-10-101-9/+7
| * | ide-cd: use the new object_is_in_stack() helperFUJITA Tomonori2008-10-101-9/+5
| * | ide: re-code ide_fixstring() loop to be less evilLinus Torvalds2008-10-101-3/+5
| * | ide: remove no longer needed ide_drive_t fieldsBartlomiej Zolnierkiewicz2008-10-103-18/+4
| * | ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz2008-10-1015-113/+117
| * | hd: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2008-10-101-4/+5
| * | ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2008-10-109-93/+89
| * | libata: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2008-10-101-1/+1
| * | ide-disk: use ata_id_hpa_enabled()Bartlomiej Zolnierkiewicz2008-10-101-13/+2
| * | ide-disk: use ata_id_wcache_enabled()Bartlomiej Zolnierkiewicz2008-10-101-1/+1
| * | ide: use ata_id_current_chs_valid()Bartlomiej Zolnierkiewicz2008-10-101-3/+1
| * | ide: remove drive->driveidBartlomiej Zolnierkiewicz2008-10-1013-69/+90
| * | ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz2008-10-1028-280/+312
| * | ide: cleanup ide_fix_driveid()Bartlomiej Zolnierkiewicz2008-10-101-87/+20
| * | ide: cleanup ide_disk_init_mult_count()Bartlomiej Zolnierkiewicz2008-10-101-11/+10
| * | ide: remove superfluous check from ide_disk_special()Bartlomiej Zolnierkiewicz2008-10-101-2/+0
| * | ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1.Mark de Wever2008-10-101-3/+4
* | | Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of ...Linus Torvalds2008-10-11144-3287/+6628
|\ \ \
| * \ \ Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2008-10-1168-2317/+3019
| |\ \ \
| | * | | x86, debug: print more information about unknown CPUsHans Schou2008-10-101-1/+1
| | * | | x86 setup: handle more than 8 CPU flag wordsH. Peter Anvin2008-09-162-27/+28
| | * | | x86: cpuid, fix typoIngo Molnar2008-09-141-2/+2
| | * | | x86: move transmeta cap read to early_init_transmeta()Yinghai Lu2008-09-142-21/+15
| | * | | x86: identify_cpu_without_cpuid v2Yinghai Lu2008-09-141-17/+40
| | * | | x86: extended "flags" to show virtualization HW feature in /proc/cpuinfoSheng Yang2008-09-102-1/+49
| | * | | x86: move VMX MSRs to msr-index.hSheng Yang2008-09-102-15/+16
| | * | | Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectIngo Molnar2008-09-10289-4013/+5102
| | |\ \ \
| | * | | | x86: centaur_64.c remove duplicated setting of CONSTANT_TSCYinghai Lu2008-09-101-1/+0
| | * | | | x86: intel.c put workaround for old cpus togetherYinghai Lu2008-09-101-94/+98
| | * | | | x86: let intel 64-bit use intel.cYinghai Lu2008-09-104-378/+3
| | * | | | x86: make intel_64.c the same as intel.cYinghai Lu2008-09-101-17/+284
| | * | | | x86: make intel.c have 64-bit support codeYinghai Lu2008-09-101-36/+83
| | * | | | Merge branch 'x86/pebs' into x86/unify-cpu-detectIngo Molnar2008-09-1010-528/+1301
| | |\ \ \ \
| | * | | | | x86: little clean up of intel.c/intel_64.cYinghai Lu2008-09-082-9/+6
| | * | | | | x86: make 64 bit to use amd.cYinghai Lu2008-09-083-484/+2
| | * | | | | x86: make amd_64 have 32 bit codeYinghai Lu2008-09-081-12/+247
| | * | | | | x86: make amd.c have 64bit support codeYinghai Lu2008-09-081-11/+126
| | * | | | | x86: merge header in amd_64.cYinghai Lu2008-09-082-3/+18
| | * | | | | x86: add srat_detect_node for amd64Yinghai Lu2008-09-081-7/+12
| | * | | | | x86: remove duplicated force_mwaitYinghai Lu2008-09-082-3/+0