summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hpet' into releaseLen Brown2009-04-241-3/+3
|\
| * ACPI/hpet: prevent boot hang when hpet=force used on ICH-4MLen Brown2009-04-231-3/+3
* | Merge branch 'bugzilla-12249' into releaseLen Brown2009-04-241-21/+22
|\ \
| * | ACPI video: handle indexed _BQC correctlyZhang Rui2009-04-111-21/+22
* | | Merge branch 'bugzilla-12270' into releaseLen Brown2009-04-241-25/+2
|\ \ \
| * | | ACPI: Revert conflicting workaround for BIOS w/ mangled PRT entriesZhang Rui2009-04-111-25/+2
* | | | Merge branch 'bugzilla-13041' into releaseLen Brown2009-04-242-17/+53
|\ \ \ \
| * | | | ACPI: Disable _GTS and _BFS support by defaultLen Brown2009-04-172-17/+53
* | | | | Merge branch 'cpufreq' into releaseLen Brown2009-04-241-14/+16
|\ \ \ \ \
| * | | | | acpi-cpufreq: Do not let get_measured perf depend on internal variableThomas Renninger2009-04-191-3/+4
| * | | | | acpi-cpufreq: style-only: add parens to math expressionThomas Renninger2009-04-191-1/+1
| * | | | | acpi-cpufreq: Cleanup: Use printk_onceThomas Renninger2009-04-191-6/+2
| * | | | | x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perfPallipadi, Venkatesh2009-04-191-5/+10
* | | | | | Merge branch 'idle' into releaseLen Brown2009-04-242-14/+6
|\ \ \ \ \ \
| * | | | | | ACPI: delete obsolete "bus master activity" proc fieldLen Brown2009-04-222-4/+1
| * | | | | | ACPI: idle: mark_tsc_unstable() at init-time, not run-timeLen Brown2009-04-221-10/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'irq' into releaseLen Brown2009-04-244-5/+19
|\ \ \ \ \ \
| * | | | | | ACPI: add /sys/firmware/acpi/interrupts/sci_not counterLen Brown2009-04-214-5/+19
* | | | | | | Merge branch 'sony-laptop' into releaseLen Brown2009-04-242-7/+21
|\ \ \ \ \ \ \
| * | | | | | | sony-laptop: always try to unblock rfkill on loadMattia Dongili2009-04-231-4/+16
| * | | | | | | sony-laptop: fix bogus error message display on resumeMattia Dongili2009-04-231-1/+1
| * | | | | | | ACPI: EC: Fix ACPI EC resume non-query interrupt messageAlmer S. Tigelaar2009-04-231-0/+1
| * | | | | | | sony-laptop: SNC input event 38 fixAlmer S. Tigelaar2009-04-231-1/+2
| * | | | | | | sony-laptop: SNC 127 Initialization FixAlmer S. Tigelaar2009-04-231-0/+1
| * | | | | | | sony-laptop: Duplicate SNC 127 Event FixAlmer S. Tigelaar2009-04-231-1/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'thermal-regression' into releaseLen Brown2009-04-241-1/+1
|\ \ \ \ \ \ \
| * | | | | | | thermal: Fix polling frequency for systems without passive coolingMatthew Garrett2009-04-181-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'thinkpad-acpi' into releaseLen Brown2009-04-242-39/+46
|\ \ \ \ \ \ \
| * | | | | | | thinkpad-acpi: bump up version to 0.23Henrique de Moraes Holschuh2009-04-182-3/+3
| * | | | | | | thinkpad-acpi: simplify module autoloadingHenrique de Moraes Holschuh2009-04-181-7/+10
| * | | | | | | thinkpad-acpi: fix use of MODULE_AUTHORHenrique de Moraes Holschuh2009-04-181-1/+2
| * | | | | | | thinkpad-acpi: fix LED blinking through timer triggerHenrique de Moraes Holschuh2009-04-181-22/+19
| * | | | | | | thinkpad-acpi: silence hotkey enable warning for module parameterHenrique de Moraes Holschuh2009-04-181-6/+12
| |/ / / / / /
* | | | | | | Merge branch 'video-ac-dc' into releaseLen Brown2009-04-241-3/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | ACPI video: fix an error when the brightness levels on AC and on Battery are ...Zhang Rui2009-04-201-3/+5
| | |_|/ / / | |/| | | |
* | | | | | Linux 2.6.30-rc3v2.6.30-rc3Linus Torvalds2009-04-211-1/+1
* | | | | | driver synchronization: make scsi_wait_scan more advancedArjan van de Ven2009-04-214-2/+13
* | | | | | Trivial: fix a typo in slow-work.hJonathan Corbet2009-04-211-1/+1
* | | | | | PERCPU: Collect the DECLARE/DEFINE declarations togetherDavid Howells2009-04-213-44/+86
* | | | | | FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells2009-04-219-35/+50
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-2110-83/+272
|\ \ \ \ \ \
| * | | | | | Btrfs: fix btrfs fallocate oops and deadlockChris Mason2009-04-212-9/+31
| * | | | | | Btrfs: use the right node in reada_for_balanceChris Mason2009-04-201-5/+12
| * | | | | | Btrfs: fix oops on page->mapping->host during writepageChris Mason2009-04-201-8/+32
| * | | | | | Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-205-15/+56
| * | | | | | Btrfs: use WRITE_SYNC for synchronous writesChris Mason2009-04-205-46/+141
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-04-2113-418/+176
|\ \ \ \ \ \
| * | | | | | go7007: Convert to the new i2c device binding modelJean Delvare2009-04-2113-418/+176
| | |_|/ / / | |/| | | |
* | | | | | bfin_5xx: misplaced parenthesesRoel Kluin2009-04-211-3/+3
* | | | | | vmscan,memcg: reintroduce sc->may_swapKOSAKI Motohiro2009-04-211-4/+8
OpenPOWER on IntegriCloud