aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.27-rc1' into x86/coreIngo Molnar2008-07-301-2/+1
|\
| * cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-261-2/+1
* | Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-252-1/+6
|\ \ | |/
| * pm: acpi hibernation: utilize hardware signatureShaohua Li2008-07-241-0/+4
| * Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-231-1/+2
| |\
| | * cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-181-1/+2
* | | Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-222-12/+4
|\ \ \ | |/ /
| * | x86: convert Dprintk to pr_debugThomas Gleixner2008-07-211-3/+3
| * | x86: unify and correct the GDT_ENTRY() macroH. Peter Anvin2008-07-171-9/+1
| |/
* | Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-183-7/+32
|\ \ | |/
| * Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-161-0/+2
| |\
| | * Suspend-related patches for 2.6.27Rafael J. Wysocki2008-06-121-0/+2
| * | ACPI: Disable the C2C3_FFH access mode HW has no MWAIT supportZhao Yakui2008-07-161-0/+6
| * | Merge branch 'linus' into x86/urgentIngo Molnar2008-07-152-28/+418
| |\ \
| | * | x86: I/O APIC: remove an IRQ2-mask hackMaciej W. Rozycki2008-07-131-1/+0
| * | | x86, suspend, acpi: correct and add comments about Big Real ModeH. Peter Anvin2008-07-141-2/+11
| * | | x86, suspend, acpi: enter Big Real ModeH. Peter Anvin2008-07-141-4/+13
* | | | x86: make read_apic_id return final apicidYinghai Lu2008-07-121-1/+1
* | | | x64, x2apic/intr-remap: add x2apic support, including enabling interrupt-rema...Suresh Siddha2008-07-121-0/+2
| |/ / |/| |
* | | x86: remove conflicting nx6325 and nx6125 quirksRafael J. Wysocki2008-07-121-47/+0
* | | x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu2008-07-111-1/+1
* | | x86, acpi: merge __acpi_map_tableYinghai Lu2008-07-101-17/+6
* | | x86: build fix for "x86: fix C1E && nx6325 stability problem"Ingo Molnar2008-07-091-0/+1
* | | x86: fix C1E && nx6325 stability problemRafael J. Wysocki2008-07-091-6/+37
* | | x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu2008-07-081-0/+14
* | | x86: fix sleep.c build errorIngo Molnar2008-07-081-0/+2
* | | x86: use stack_start in x86_64Glauber Costa2008-07-081-1/+1
* | | Merge branch 'x86/mpparse' into x86/develIngo Molnar2008-07-081-2/+405
|\ \ \
| * | | x86, ioapic, acpi quirk: disable IRQ 0 through I/O APIC for some HP systemsMatthew Garrett2008-07-081-0/+37
| * | | x86, ioapic, acpi: add a knob to disable IRQ 0 through I/O APICMaciej W. Rozycki2008-07-081-0/+10
| * | | x86: update mptable fix with no ioapic v2Yinghai Lu2008-07-081-31/+56
| * | | x86: use dstapic in mp_config_acpi_legacy_irqsYinghai Lu2008-07-081-13/+13
| * | | x86: keep MP_intsrc_info untouched if we do not update mptableYinghai Lu2008-07-081-0/+3
| * | | Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2008-07-084-4/+71
| |\ \ \ | | |/ /
| * | | x86: make generic arch support NUMAQYinghai Lu2008-06-101-2/+2
| * | | x86: update mptableYinghai Lu2008-06-031-0/+22
| * | | x86: fix mpparse/acpi interactionAlexey Starikovskiy2008-05-251-4/+5
| * | | x86: initialize all fields of mp_irqs[mp_irq_entries]Soeren Sandmann2008-05-251-5/+4
| * | | x86: make config_irqsrc not MPspec specificAlexey Starikovskiy2008-05-251-22/+21
| * | | x86: make struct config_ioapic not MPspec specificAlexey Starikovskiy2008-05-251-14/+14
| * | | x86: make mp_ioapic_routing definition localAlexey Starikovskiy2008-05-251-1/+6
| * | | x86: complete move ACPI from mpparse.cAlexey Starikovskiy2008-05-251-0/+304
| * | | x86: move mp_ioapic_routing to mpparse and make it staticThomas Gleixner2008-05-251-2/+0
* | | | Merge branch 'x86/irq' into x86/develIngo Molnar2008-07-081-2/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'linus' into x86/irqIngo Molnar2008-06-162-7/+19
| |\ \ \ | | | |/ | | |/|
| * | | x86: move eisa_set_level_irq declaration to headerThomas Gleixner2008-05-121-2/+0
* | | | x86 ACPI: normalize segment descriptor register on resumeH. Peter Anvin2008-07-053-2/+57
| |/ / |/| |
* | | x86: fix APIC warning on 32bit v2Yinghai Lu2008-06-041-2/+14
| |/ |/|
* | x86: wakeup.lds.S - section ordering fixCyrill Gorcunov2008-05-121-5/+5
|/
* kbuild, suspend, x86: fix rebuild of wakeup.binSam Ravnborg2008-05-042-3/+4