summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2010-03-071-0/+2
|\
| * [CPUFREQ] Processor Clocking Control interface driverNaga Chumbalkar2010-01-131-0/+2
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-031-2/+2
|\ \
| * | smp: Use nr_cpus= to set nr_cpu_ids earlyYinghai Lu2010-02-171-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-1/+1
|\ \ \
| * | | percpu: add __percpu sparse annotations to what's leftTejun Heo2010-02-171-1/+1
| |/ /
* | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-03-01143-526/+601
|\ \ \
| * | | ACPI: replace acpi_integer by u64Lin Ming2010-01-289-45/+45
| * | | ACPICA: Disassembler: Remove obsolete "Integer64" field in parse objectBob Moore2010-01-221-1/+0
| * | | ACPICA: Remove obsolete ACPI_INTEGER (acpi_integer) typeBob Moore2010-01-2230-182/+150
| * | | ACPICA: Predefined name repair: fix NULL package elementsBob Moore2010-01-225-92/+209
| * | | ACPICA: AcpiGetDevices: Eliminate unnecessary _STA callsLin Ming2010-01-221-19/+33
| * | | ACPICA: Update all ACPICA copyrights and signons to 2010Bob Moore2010-01-22134-134/+134
| * | | ACPICA: Update for new gcc-4 warning optionsBob Moore2010-01-225-53/+30
| |/ /
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-02-2617-369/+399
|\ \ \
| * | | ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki2010-02-244-22/+30
| * | | x86/PCI: use host bridge _CRS info by default on 2008 and newer machinesBjorn Helgaas2010-02-231-0/+1
| * | | PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki2010-02-224-3/+22
| * | | ACPI / ACPICA: Multiple system notify handlers per deviceRafael J. Wysocki2010-02-223-39/+150
| * | | ACPI / PM: Add more run-time wake-up fieldsRafael J. Wysocki2010-02-223-11/+31
| * | | ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki2010-02-2211-304/+175
* | | | Merge branch 'pcc' into releaseLen Brown2010-02-231-1/+5
|\ \ \ \
| * | | | ACPI: Fix regression where _PPC is not read at boot even when ignore_ppc=0Darrick J. Wong2010-02-191-1/+5
| |/ / /
* | | | ACPI: Be in TS_POLLING state during mwait based C-state entryPallipadi, Venkatesh2010-02-221-12/+16
|/ / /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge branches 'bugzilla-14886', 'bugzilla-15000', 'bugzilla-15040', 'bugzill...Len Brown2010-02-185-7/+47
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| | | | | * | ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was foundThomas Renninger2010-01-311-5/+19
| | | | | * | ACPI: Add NULL pointer check in acpi_bus_startThomas Renninger2010-01-311-0/+3
| |_|_|_|/ / |/| | | | |
| | | | * | ACPI: processor: only evaluate _PDC once per processorAlex Chiang2010-01-221-0/+7
| | | | * | ACPI: processor: add kernel command line support for early _PDC evalAlex Chiang2010-01-221-0/+7
| |_|_|/ / |/| | | |
| | | * | ACPI: fix High cpu temperature with 2.6.32Arjan van de Ven2010-02-161-0/+8
| |_|/ / |/| | |
| | * | ACPI: dock: properly initialize local struct dock_station in dock_add()Alex Chiang2010-02-161-0/+1
| |/ / |/| |
| * | ACPI: fix "acpi=ht" boot optionLen Brown2010-02-181-2/+2
|/ /
* | Merge branch 'bugzilla-14954' into releaseLen Brown2010-01-201-0/+30
|\ \
| * | ACPI: processor: restrict early _PDC to opt-in platformsAlex Chiang2010-01-191-0/+30
* | | Merge branch 'misc' into releaseLen Brown2010-01-207-8/+10
|\ \ \
| * | | ACPI: power_meter: remove double kfree()Darren Jenkins2010-01-191-1/+1
| * | | ACPI: Fix unused variable warning in sbs.cRakib Mullick2010-01-161-0/+3
| * | | acpi: make ACPI device id constantMárton Németh2010-01-164-4/+4
| * | | ACPI: Fix section mismatch error for acpi_early_processor_set_pdc()Luck, Tony2010-01-161-1/+1
| * | | ACPI: Remove unnecessary cast.H Hartley Sweeten2010-01-151-2/+1
| |/ /
* | | Merge branch 'osc-bugfix' into releaseLen Brown2010-01-201-1/+6
|\ \ \
| * | | ACPI: Advertise to BIOS in _OSC: _OST on _PPC changesZhao Yakui2010-01-151-1/+6
| |/ /
* | | Merge branch 'ec' into releaseLen Brown2010-01-202-3/+5
|\ \ \
| * | | ACPI: EC: Add wait for irq stormAlexey Starikovskiy2010-01-151-1/+2
| * | | ACPI: SBS: Move SBS HC callback to faster Notify queueAlexey Starikovskiy2010-01-152-2/+3
* | | | Merge branch 'bugzilla-15064' into releaseLen Brown2010-01-201-38/+26
|\ \ \ \
| * | | | ACPI: delete acpi_processor_power_verify_c2()Len Brown2010-01-201-18/+4
| * | | | ACPI: allow C3 > 1000usecLen Brown2010-01-201-10/+11
| * | | | ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/CLen Brown2010-01-201-10/+11
| | |/ / | |/| |
* | | | Merge branch 'bugzilla-14858' into releaseLen Brown2010-01-201-45/+77
|\ \ \ \ | | |/ / | |/| |
OpenPOWER on IntegriCloud