summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pull thermal into release branchLen Brown2007-11-204-82/+244
|\
| * ACPI: Enable MSR (FixedHW) support for T-StatesZhao Yakui2007-11-162-4/+73
| * ACPI: Get throttling info from BIOS only after evaluating _PDCZhao Yakui2007-11-161-6/+6
| * ACPI: Use _TSS for throttling control, when present. Add error checks.Zhao Yakui2007-11-161-7/+35
| * ACPI: throttle: Change internal APIs better handle _PTCZhao Yakui2007-11-161-21/+39
| * ACPI: If _TSS exists, do not access FADT.duty_widthZhao Yakui2007-11-161-30/+36
| * ACPI: Handle I/O access width requestst that are not a multiple of 8 bits.Zhao Yakui2007-11-161-16/+9
| * ACPI: Enforce T-state limit changes immediatelyZhao Yakui2007-11-161-1/+49
* | Pull procfs-default into release branchLen Brown2007-11-205-34/+46
|\ \
| * | Revert "acpi: make ACPI_PROCFS default to y"Len Brown2007-11-191-1/+0
| * | Revert "ACPI: add documentation for deprecated /proc/acpi/battery in ACPI_PRO...Len Brown2007-11-191-1/+0
| * | ACPI: Split out control for /proc/acpi entries from battery, ac, and sbs.Alexey Starikovskiy2007-11-195-32/+46
* | | Pull cpuidle into release branchLen Brown2007-11-203-49/+64
|\ \ \
| * | | cpuidle: fix HP nx6125 regressionVenkatesh Pallipadi2007-11-193-71/+56
| * | | cpuidle: add sched_clock_idle_[sleep|wakeup]_event() hooksVenkatesh Pallipadi2007-11-191-2/+17
| * | | cpuidle: fix C3 for no bus-master control caseVenkatesh Pallipadi2007-11-191-10/+25
* | | | Pull bugzilla-9327 into release branchLen Brown2007-11-201-13/+22
|\ \ \ \
| * | | | ACPI: EC: Workaround for optimized controllersAlexey Starikovskiy2007-11-191-13/+22
| | |/ / | |/| |
* | | | Pull bugzilla-9262 into release branchLen Brown2007-11-201-0/+8
|\ \ \ \
| * | | | ACPI: EC: Don't init EC early if it has no _INIAlexey Starikovskiy2007-11-191-0/+8
| |/ / /
* | | | Pull bugzilla-9153 into release branchLen Brown2007-11-204-11/+63
|\ \ \ \
| * | | | ACPI: fix two IRQ8 issues in IOAPIC modeShaohua Li2007-11-204-3/+65
| * | | | Revert "Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off"Len Brown2007-11-191-10/+0
| |/ / /
* | | | Pull battery into release branchLen Brown2007-11-202-8/+19
|\ \ \ \ | |/ / / |/| | |
| * | | ACPI: SBS: Fix retval warningJeff Garzik2007-11-181-8/+17
| * | | ACPI: Always return valid 'status' from acpi_battery_get_property()Roland Dreier2007-11-081-0/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/li...Linus Torvalds2007-11-1716-82/+81
|\ \ \ \
| * | | | x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg2007-11-176-36/+3
| * | | | x86: reboot fixup for wrap2c boardDenys2007-11-171-0/+1
| * | | | x86: check boundary in count setup resourceYinghai Lu2007-11-171-0/+6
| * | | | x86: fix reboot with no keyboard attachedTruxton Fulton2007-11-171-1/+1
| * | | | x86: add hpet sanity checksThomas Gleixner2007-11-171-0/+32
| * | | | x86: on x86_64, correct reading of PC RTC when update in progress in time_64.cDavid P. Reed2007-11-171-12/+18
| * | | | x86: fix freeze in x86_64 RTC update code in time_64.cDavid P. Reed2007-11-171-7/+4
| * | | | ntp: fix typo that makes sync_cmos_clock erraticDavid P. Reed2007-11-171-1/+1
| * | | | Remove x86 merge artifact from top MakefileThomas Gleixner2007-11-171-6/+1
| * | | | x86: fixup cpu_info array conversionThomas Gleixner2007-11-171-1/+0
| * | | | x86: show cpuinfo only for online CPUsAndreas Herrmann2007-11-172-10/+6
| * | | | x86: fix cpu-hotplug regressionAndreas Herrmann2007-11-171-1/+1
| * | | | x86: ignore the sys_getcpu() tcache parameterIngo Molnar2007-11-172-36/+3
| * | | | x86: voyager use correct header file nameRandy Dunlap2007-11-171-1/+1
| * | | | x86: fix smp init sectionsRandy Dunlap2007-11-171-2/+2
| * | | | x86: fix voyager_cat_init sectionRandy Dunlap2007-11-171-1/+1
| * | | | x86: fix bogus memcpy in es7000_check_dsdt()Thomas Gleixner2007-11-171-3/+3
* | | | | x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg2007-11-176-36/+3
|/ / / /
* | | | Linux 2.6.24-rc3v2.6.24-rc3Linus Torvalds2007-11-161-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-11-161-1/+1
|\ \ \ \
| * | | | SELinux: return EOPNOTSUPP not ENOTSUPPEric Paris2007-11-171-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-11-162-8/+30
|\ \ \ \
| * | | | [ARM] 4638/1: pxa: use PXA3xx specific macros to define clkseric miao2007-11-161-7/+30
OpenPOWER on IntegriCloud