summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/acpi
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] genirq: x86_64 irq: Kill gsi_irq_sharingEric W. Biederman2006-10-041-3/+1
* [PATCH] genirq: i386 irq: Remove the msi assumption that irq == vectorEric W. Biederman2006-10-041-6/+1
* [PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing ...Andi Kleen2006-09-261-1/+5
* [PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCIAndi Kleen2006-09-261-0/+2
* [PATCH] i386: add HPET(s) into resource mapadurbin@google.com2006-09-261-0/+26
* [PATCH] i386: Support physical cpu hotplug for x86_64Ashok Raj2006-09-261-4/+65
* [PATCH] i386: Make acpi_force staticAdrian Bunk2006-09-261-1/+1
* [PATCH] x86: Remove unneeded externs in acpi/boot.cAndi Kleen2006-09-261-3/+0
* [PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.cAndi Kleen2006-09-261-0/+7
* [PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell2006-09-261-2/+74
*-. Merge trivial low-risk suspend hotkey bugzilla-5918 into releaseLen Brown2006-08-202-2/+5
|\ \
| | * ACPI: Handle BIOS that resumes from S3 to suspend routine rather than resume ...William Morrrow2006-08-161-1/+4
| |/ |/|
| * ACPI: relax BAD_MADT_ENTRY check to allow LSAPIC variable length string UIDsStarikovskiy, Alexey Y2006-08-181-1/+1
|/
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-06-232-5/+5
|\
| * Pull bugzilla-5737 into release branchLen Brown2006-06-151-1/+1
| |\
| | * Enable P-state software coordination via _PDCVenkatesh Pallipadi2006-02-091-1/+1
| * | Pull novell-bugzilla-156426 into release branchLen Brown2006-06-151-2/+2
| |\ \
| | * | [ACPI] fix "nolapic" flag in ACPI modeAndi Kleen2006-03-271-1/+4
| * | | Pull acpica into release branchLen Brown2006-06-151-2/+2
| |\ \ \
| | * | | ACPI: ACPICA 20060331Bob Moore2006-06-141-2/+2
| | |/ /
* | | | [PATCH] move do_suspend_lowlevel to correct segmentShaohua Li2006-06-231-5/+4
* | | | [PATCH] don't use flush_tlb_all in suspend timeShaohua Li2006-06-232-18/+3
* | | | [PATCH] PCI: fix memory leak in MMCONFIG error pathKonrad Rzeszutek2006-06-211-0/+2
|/ / /
* | | [PATCH] Fix HPET operation on 32-bit NVIDIA platformsAndy Currid2006-06-081-3/+20
* | | Revert "[PATCH] i386/x86_64: Force pci=noacpi on HP XW9300"Linus Torvalds2006-05-301-8/+0
* | | [PATCH] i386/x86_64: Force pci=noacpi on HP XW9300Andi Kleen2006-05-161-0/+8
* | | [PATCH] Remove wrong cpu_has_apic checks that came from mismergingAndi Kleen2006-05-031-6/+0
* | | [PATCH] i386/x86-64: Fix ACPI disabled LAPIC handling mismergeAndi Kleen2006-05-011-1/+4
* | | [PATCH] i386/x86-64: Fix ACPI disabled LAPIC handling mismergeAndi Kleen2006-04-181-1/+4
* | | [PATCH] x86-64/i386: Don't process APICs/IO-APICs in ACPI when APIC is disabled.Andi Kleen2006-04-111-1/+4
* | | [PATCH] x86-64/i386: Don't process APICs/IO-APICs in ACPI when APIC is disabled.Andi Kleen2006-04-091-1/+4
|/ /
* | [PATCH] EFI: keep physical table addresses in efi structureBjorn Helgaas2006-03-261-4/+4
* | [PATCH] i386: port ATI timer fix from x86_64 to i386 IIAndi Kleen2006-03-083-4/+9
* | Revert "[PATCH] x86_64: Only do the clustered systems have unsynchronized TSC...Linus Torvalds2006-02-271-0/+3
* | [PATCH] x86_64: Only do the clustered systems have unsynchronized TSC assumpt...Andi Kleen2006-02-261-3/+0
|/
* [PATCH] x86_64: Dont record local apic ids when they are disabled in MADTAshok Raj2006-02-041-3/+10
*-----. [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Len Brown2006-01-244-62/+79
|\ \ \ \
| | | | * [ACPI] acpi_register_gsi() fix needed for ACPICA 20051021Len Brown2005-12-281-3/+3
| | |_|/ | |/| |
| | | * [ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only onceVenkatesh Pallipadi2005-12-013-59/+76
| | |/
* | | [PATCH] x86_64: Fix off by one in acpi table mappingAndi Kleen2006-01-111-1/+1
|/ /
* | [ACPI] properly detect pmtimer on ASUS a8v motherboardDavid Shaohua Li2005-11-301-0/+7
|/
* [PATCH] Register disabled CPUsAshok Raj2005-11-201-3/+1
* [PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B2005-11-141-1/+1
* [PATCH] i386/x86-64: Share interrupt vectors when there is a large number of ...James Cleverdon2005-11-141-8/+7
* [PATCH] i386: include linux/irq.h rather than asm/hw_irq.hNick Piggin2005-09-301-1/+1
* [PATCH] useless includes of linux/irq.h in arch/i386Al Viro2005-09-261-1/+0
* Partially revert "Fix time going twice as fast problem on ATI Xpress chipsets"Linus Torvalds2005-09-141-10/+0
* Fix fallout from ATI Xpress timer workaroundLinus Torvalds2005-09-121-0/+3
* [PATCH] x86-64: i386/x86-64: Fix time going twice as fast problem on ATI Xpre...Chuck Ebbert2005-09-121-0/+7
OpenPOWER on IntegriCloud