summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki2013-02-1810-169/+65
|\
| * Merge branch 'misc' into releaseLen Brown2013-02-186-129/+14
| |\
| | * x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown2013-02-105-46/+2
| | * x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown2013-02-103-80/+3
| | * xen idle: make xen-specific macro xen-specificLen Brown2013-02-103-3/+9
| | |
| | \
| *-. \ Merge branches 'idle-remove-statedata', 'pm_idle' and 'idle-hsw-turbostat' in...Len Brown2013-02-185-43/+52
| |\ \ \ | | |_|/ | |/| |
| | | * tools/power turbostat: display SMI count by defaultLen Brown2013-02-141-0/+1
| | | * intel_idle: remove assumption of one C-state per MWAIT flagLen Brown2013-02-091-0/+2
| | | * intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATESLen Brown2013-02-091-1/+0
| | | * tools/power turbostat: decode MSR_IA32_POWER_CTLLen Brown2013-02-091-0/+2
| | |/ | |/|
| | * x86 idle: rename global pm_idle to static x86_idleLen Brown2013-02-181-16/+12
| | * APM idle: register apm_cpu_idle via cpuidleLen Brown2013-02-183-26/+35
| |/
* | Merge branch 'pm-assorted'Rafael J. Wysocki2013-02-151-6/+0
|\ \
| * | PM / tracing: remove deprecated power trace APIPaul Gortmaker2013-01-261-6/+0
* | | Merge branch 'acpi-cleanup'Rafael J. Wysocki2013-02-151-1/+1
|\ \ \
| * \ \ Merge branch 'acpi-lpss' into acpi-cleanupRafael J. Wysocki2013-01-292-4/+10
| |\ \ \
| * | | | ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-1/+1
| | |/ / | |/| |
* | | | Merge branch 'acpi-lpss'Rafael J. Wysocki2013-02-111-0/+10
|\ \ \ \ | | |/ / | |/| |
| * | | x86: add support for Intel Low Power SubsystemMika Westerberg2013-01-231-0/+10
| * | | Merge branch 'acpica' into acpi-lpssRafael J. Wysocki2013-01-181-4/+0
| |\ \ \
* | \ \ \ Merge branch 'acpica'Rafael J. Wysocki2013-02-111-4/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ACPICA: Update compilation environment settings.Lv Zheng2013-01-101-4/+0
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-042-6/+5
|\ \ \ \ \
| * | | | | x86/intel/cacheinfo: Shut up annoying warningBorislav Petkov2013-02-041-4/+3
| * | | | | Merge tag 'v3.8-rc6' into x86/urgentH. Peter Anvin2013-02-0115-91/+188
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich2013-01-311-2/+2
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-043-4/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | x86/perf: Add IvyBridge EP supportYouquan Song2013-01-241-0/+1
| * | | | | perf/x86: Fix P6 driver section warningyangyongqiang2013-01-241-1/+1
| * | | | | arch/x86/tools/insn_sanity.c: Identify source of messagesAndrew Morton2013-01-241-2/+8
| * | | | | perf/x86: Enable Intel Lincroft/Penwell/Cloverview Atom supportShuoX Liu2013-01-241-1/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-01-3111-73/+183
|\ \ \ \ \
| * \ \ \ \ Merge tag 'efi-for-3.8' into x86/efiH. Peter Anvin2013-01-303-13/+22
| |\ \ \ \ \
| | * | | | | x86, efi: remove attribute check from setup_efi_pciMaarten Lankhorst2013-01-291-3/+0
| | * | | | | x86, efi: Set runtime_version to the EFI spec revisionMatt Fleming2013-01-251-1/+1
| | * | | | | x86, efi: fix 32-bit warnings in setup_efi_pci()Jan Beulich2013-01-251-4/+4
| | * | | | | efi, x86: Pass a proper identity mapping in efi_call_phys_prelogNathan Zimmer2013-01-181-5/+17
| | | |_|_|/ | | |/| | |
| * | | | | x86, build: Dynamically find entry points in compressed startup codeDavid Woodhouse2013-01-284-27/+72
| * | | | | x86, efi: Fix PCI ROM handing in EFI boot stub, in 32-bit modeDavid Woodhouse2013-01-281-1/+6
| * | | | | x86, efi: Fix 32-bit EFI handover protocol entry pointDavid Woodhouse2013-01-281-0/+2
| * | | | | x86, efi: Fix display detection in EFI boot stubDavid Woodhouse2013-01-281-2/+1
| * | | | | x86, boot: Define the 2.12 bzImage boot protocolH. Peter Anvin2013-01-283-28/+76
| * | | | | x86/boot: Fix minor fd leakage in tools/relocs.cCong Ding2013-01-271-2/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-01-3111-49/+73
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-304-38/+50
| * | | x86/msr: Add capabilities checkAlan Cox2013-01-241-0/+3
| * | | x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIESMaarten Lankhorst2013-01-241-1/+1
| * | | x86/olpc: Fix olpc-xo1-sci.c build errorsRandy Dunlap2013-01-241-0/+1
| * | | arch/x86/platform/uv: Fix incorrect tlb flush all issueAlex Shi2013-01-242-4/+8
| * | | x86-64: Fix unwind annotations in recent NMI changesJan Beulich2013-01-241-4/+3