aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-2/+1
2008-07-24pm: acpi hibernation: utilize hardware signatureShaohua Li1-0/+4
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2008-07-21x86: convert Dprintk to pr_debugThomas Gleixner1-3/+3
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-1/+2
2008-07-17x86: unify and correct the GDT_ENTRY() macroH. Peter Anvin1-9/+1
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+2
2008-07-16ACPI: Disable the C2C3_FFH access mode HW has no MWAIT supportZhao Yakui1-0/+6
2008-07-15Merge branch 'linus' into x86/urgentIngo Molnar2-28/+418
2008-07-14x86, suspend, acpi: correct and add comments about Big Real ModeH. Peter Anvin1-2/+11
2008-07-14x86, suspend, acpi: enter Big Real ModeH. Peter Anvin1-4/+13
2008-07-13x86: I/O APIC: remove an IRQ2-mask hackMaciej W. Rozycki1-1/+0
2008-07-12x86: remove conflicting nx6325 and nx6125 quirksRafael J. Wysocki1-47/+0
2008-07-11x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu1-1/+1
2008-07-10x86, acpi: merge __acpi_map_tableYinghai Lu1-17/+6
2008-07-09x86: build fix for "x86: fix C1E && nx6325 stability problem"Ingo Molnar1-0/+1
2008-07-09x86: fix C1E && nx6325 stability problemRafael J. Wysocki1-6/+37
2008-07-08x86: check command line when CONFIG_X86_MPPARSE is not set, v2Yinghai Lu1-0/+14
2008-07-08x86: fix sleep.c build errorIngo Molnar1-0/+2
2008-07-08x86: use stack_start in x86_64Glauber Costa1-1/+1
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-2/+405
2008-07-08x86, ioapic, acpi quirk: disable IRQ 0 through I/O APIC for some HP systemsMatthew Garrett1-0/+37
2008-07-08x86, ioapic, acpi: add a knob to disable IRQ 0 through I/O APICMaciej W. Rozycki1-0/+10
2008-07-08x86: update mptable fix with no ioapic v2Yinghai Lu1-31/+56
2008-07-08x86: use dstapic in mp_config_acpi_legacy_irqsYinghai Lu1-13/+13
2008-07-08x86: keep MP_intsrc_info untouched if we do not update mptableYinghai Lu1-0/+3
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar4-4/+71
2008-07-08Merge branch 'x86/irq' into x86/develIngo Molnar1-2/+0
2008-07-05x86 ACPI: normalize segment descriptor register on resumeH. Peter Anvin3-2/+57
2008-06-16Merge branch 'linus' into x86/irqIngo Molnar2-7/+19
2008-06-12Suspend-related patches for 2.6.27Rafael J. Wysocki1-0/+2
2008-06-10x86: make generic arch support NUMAQYinghai Lu1-2/+2
2008-06-04x86: fix APIC warning on 32bit v2Yinghai Lu1-2/+14
2008-06-03x86: update mptableYinghai Lu1-0/+22
2008-05-25x86: fix mpparse/acpi interactionAlexey Starikovskiy1-4/+5
2008-05-25x86: initialize all fields of mp_irqs[mp_irq_entries]Soeren Sandmann1-5/+4
2008-05-25x86: make config_irqsrc not MPspec specificAlexey Starikovskiy1-22/+21
2008-05-25x86: make struct config_ioapic not MPspec specificAlexey Starikovskiy1-14/+14
2008-05-25x86: make mp_ioapic_routing definition localAlexey Starikovskiy1-1/+6
2008-05-25x86: complete move ACPI from mpparse.cAlexey Starikovskiy1-0/+304
2008-05-25x86: move mp_ioapic_routing to mpparse and make it staticThomas Gleixner1-2/+0
2008-05-12x86: move eisa_set_level_irq declaration to headerThomas Gleixner1-2/+0
2008-05-12x86: wakeup.lds.S - section ordering fixCyrill Gorcunov1-5/+5
2008-05-04kbuild, suspend, x86: fix rebuild of wakeup.binSam Ravnborg2-3/+4
2008-04-26acpi: get boot_cpu_id as early for k8_scan_nodesYinghai Lu1-0/+70
2008-04-26x86: remove unnecessary memset and NULL check after alloc_bootmem()Akinobu Mita1-4/+0
2008-04-25Update .gitignore filesMatthew Wilcox1-0/+3
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-develLinus Torvalds1-2/+2
2008-04-19x86: use new set_cpus_allowed_ptr functionMike Travis1-2/+2
2008-04-19x86: remove pointless commentsWANG Cong2-4/+0