aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
| * | ide: remove read-only ->atapi_overlap field from ide_drive_tBartlomiej Zolnierkiewicz2008-10-10
| * | ide: remove SECTOR_WORDS defineBartlomiej Zolnierkiewicz2008-10-10
| * | ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz2008-10-10
| * | ide: preparations for /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz2008-10-10
| * | ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz2008-10-10
| * | ide: check drive->present in ide_get_paired_drive()Bartlomiej Zolnierkiewicz2008-10-10
| * | ide: remove IDE_CHIPSET_* macrosBartlomiej Zolnierkiewicz2008-10-10
| * | ide: enhance ide_busy_sleep()Bartlomiej Zolnierkiewicz2008-10-10
| * | ide: remove no longer needed ide_drive_t fieldsBartlomiej Zolnierkiewicz2008-10-10
| * | ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz2008-10-10
| * | ide: remove drive->driveidBartlomiej Zolnierkiewicz2008-10-10
| * | ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz2008-10-10
* | | Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of ...Linus Torvalds2008-10-11
|\ \ \
| * \ \ Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2008-10-11
| |\ \ \
| | * | | x86: extended "flags" to show virtualization HW feature in /proc/cpuinfoSheng Yang2008-09-10
| | * | | x86: move VMX MSRs to msr-index.hSheng Yang2008-09-10
| | * | | Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectIngo Molnar2008-09-10
| | |\ \ \
| | * | | | x86: let intel 64-bit use intel.cYinghai Lu2008-09-10
| | * | | | Merge branch 'x86/pebs' into x86/unify-cpu-detectIngo Molnar2008-09-10
| | |\ \ \ \
| | * | | | | x86: cpu make amd.c more like amd_64.c v2Yinghai Lu2008-09-08
| | * | | | | x86: make detect_ht depend on CONFIG_X86_HTYinghai Lu2008-09-05
| | * | | | | Merge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe':Ingo Molnar2008-09-05
| | |\ \ \ \ \
| | | * | | | | percpu: introduce DEFINE_PER_CPU_PAGE_ALIGNED() macroEric Dumazet2008-05-25
| | * | | | | | Merge branch 'x86/x2apic' into x86/coreIngo Molnar2008-09-05
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'x86/cpu' into x86/x2apicH. Peter Anvin2008-09-04
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-09-04
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | x86: use cpuid vector 0xb when available for detecting cpu topologySuresh Siddha2008-08-23
| | | * | | | | | | | Merge branch 'x86/cpu' into x86/x2apicIngo Molnar2008-08-23
| | | |\ \ \ \ \ \ \ \
| | * | \ \ \ \ \ \ \ \ Merge branch 'x86/cpu' into x86/coreIngo Molnar2008-09-05
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | x86: make (early)_identify_cpu more the same between 32bit and 64 bitYinghai Lu2008-09-04
| | | * | | | | | | | | | Merge branch 'x86/debug' into x86/cpuIngo Molnar2008-09-04
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Merge branch 'x86/xsave' into x86/coreIngo Molnar2008-09-05
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Merge branch 'x86/cpu' into x86/xsaveH. Peter Anvin2008-09-04
| | | |\| | | | | | | | | |
| | | * | | | | | | | | | | Merge commit 'v2.6.27-rc3' into x86/xsaveIngo Molnar2008-08-14
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | x86: fix xsave build errorIngo Molnar2008-08-13
| | | * | | | | | | | | | | | x86, xsave: keep the XSAVE feature mask as an u64H. Peter Anvin2008-07-30
| | | * | | | | | | | | | | | x86, xsave: add <asm/xcr.h> header file for XCR registersH. Peter Anvin2008-07-30
| | | * | | | | | | | | | | | x86, xsave: save/restore the extended state context in sigframeSuresh Siddha2008-07-30
| | | * | | | | | | | | | | | x86, xsave: struct _fpstate extensions to include extended state informationSuresh Siddha2008-07-30
| | | * | | | | | | | | | | | x86, xsave: xsave/xrstor specific routinesSuresh Siddha2008-07-30
| | | * | | | | | | | | | | | x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha2008-07-30
| | | * | | | | | | | | | | | x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha2008-07-30
| | | * | | | | | | | | | | | x86, xsave: context switch support using xsave/xrstorSuresh Siddha2008-07-30
| | | * | | | | | | | | | | | x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha2008-07-30
| | | * | | | | | | | | | | | x86, xsave: xsave cpuid feature bitsSuresh Siddha2008-07-30
| | * | | | | | | | | | | | | Merge branch 'core/resources' into x86/coreIngo Molnar2008-09-04
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | IO resources: add reserve_region_with_split()Yinghai Lu2008-09-04
| | | | |_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | x86: split e820 reserved entries record to late v2Yinghai Lu2008-09-04
| | * | | | | | | | | | | | | Merge branch 'linus' into x86/coreH. Peter Anvin2008-09-04
| | |\| | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'x86/cpu' into x86/coreH. Peter Anvin2008-09-04
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / | | | |/| | | | | | | | | | |