summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pull misc-for-upstream into release branchLen Brown2007-02-1719-170/+141
|\
| * ACPI: bay: use IS_ERR for return of register_platform_device_simpleHenrique de Moraes Holschuh2007-02-171-1/+1
| * ACPI: acpi_unload_table_id() always returns errorJohn Keller2007-02-171-3/+4
| * ACPI: ec: add unlock in error pathAlexey Starikovskiy2007-02-161-1/+3
| * ACPI: thermal: fix units in debug outputSanjoy Mahajan2007-02-161-1/+1
| * ACPI: include apic.h in processor driver for benefit of UP kernelsThomas Gleixner2007-02-161-0/+8
| * ACPI: remove non-PNPACPI version of get_rtc_dev()Len Brown2007-02-161-27/+0
| * ACPI: always enable CONFIG_PNPACPI on CONFIG_ACPI kernelsLen Brown2007-02-162-14/+3
| * ACPI: remove acpi_os_readable(), acpi_os_writable()Len Brown2007-02-162-26/+0
| * ACPI: Fix sparse warningsRandy Dunlap2007-02-163-3/+3
| * ACPI: Disable wake GPEs only once.Alexey Starikovskiy2007-02-131-11/+0
| * ACPI: cleanup: make disable_acpi() valid w/o CONFIG_ACPIRusty Russell2007-02-131-0/+1
| * ACPI: IA64: fix calculation of apic_idAlexey Starikovskiy2007-02-121-1/+1
| * ACPI: add video driver MAINTAINERLen Brown2007-02-101-0/+7
| * ACPI: video: Fix null pointer in appledisplay driverMichael Hanselmann2007-02-101-1/+1
| * ACPI: ibm-acpi: cleanup init and exit pathsHenrique de Moraes Holschuh2007-02-091-5/+8
| * ACPI: bay: fix wrong order of kzalloc argumentsAl Viro2007-02-091-1/+1
| * ACPI: toshiba_acpi: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-091-1/+1
| * ACPI: bay: fix build warningAndrew Morton2007-02-091-5/+19
| * ACPI: updates rtc-cmos device platform_dataDavid Brownell2007-02-091-0/+89
| * ACPI: asus_acpi: Add support for Asus Z81SPMatthew C Campbell2007-02-091-1/+13
| * ACPI: bay: remove ACPI driver structKristen Carlson Accardi2007-02-091-95/+4
* | Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds2007-02-167-58/+167
|\ \
| * | [AVR32] Use per-controller spi_board_info structuresHaavard Skinnemoen2007-02-163-24/+44
| * | [AVR32] Warn, don't BUG if clk_disable is called too many timesHaavard Skinnemoen2007-02-161-1/+5
| * | [AVR32] Make sure all genclocks have a parentHaavard Skinnemoen2007-02-161-16/+73
| * | [AVR32] Remove unnecessary sys_nfsservctl conditionalHaavard Skinnemoen2007-02-161-4/+0
| * | [AVR32] Wire up the SysV IPC calls properlyHaavard Skinnemoen2007-02-162-7/+28
| * | [AVR32] Define ioremap_nocache, ioport_map and ioport_unmapHaavard Skinnemoen2007-02-161-0/+11
| * | [AVR32] Fix prototypes for __raw_writesb and friendsHaavard Skinnemoen2007-02-161-6/+6
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-02-1624-98/+707
|\ \ \
| * | | [AGPGART] allow drm populated agp memory types cleanupsAndrew Morton2007-02-112-14/+4
| * | | [AGPGART] intel-agp: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-061-1/+2
| * | | [AGPGART] Add agp-type-to-mask-type method missing from some drivers.Thomas Hellstrom2007-02-052-0/+2
| * | | [AGPGART] Don't try to remap i810 registers on resume.Dave Jones2007-02-041-6/+8
| * | | [AGPGART] Allow drm-populated agp memory typesThomas Hellstrom2007-02-0319-75/+296
| * | | [AGPGART] compat ioctlZwane Mwaikambo2007-02-035-14/+407
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-02-1613-407/+795
|\ \ \ \
| * | | | [CPUFREQ] Longhaul - Redo Longhaul ver. 2Rafał Bilski2007-02-141-22/+31
| * | | | [CPUFREQ] EPS - Correct 2nd brand testRafał Bilski2007-02-141-1/+1
| * | | | [CPUFREQ] Fix up merge conflicts with recent ACPI changes.Dave Jones2007-02-111978-53145/+127363
| |\ \ \ \
| * | | | | [CPUFREQ] Longhaul - Separate frequency and voltage transitionRafał Bilski2007-02-111-16/+93
| * | | | | [CPUFREQ] Longhaul - Models of NehemiahRafał Bilski2007-02-111-3/+3
| * | | | | [CPUFREQ] Whitespace fixupDave Jones2007-02-111-1/+1
| * | | | | [CPUFREQ] Longhaul - Simplier minmultRafał Bilski2007-02-111-15/+8
| * | | | | [CPUFREQ] CPU_FREQ_TABLE shouldn't be a def_tristateAdrian Bunk2007-02-111-1/+1
| * | | | | [CPUFREQ] ondemand governor use new cpufreq rwsem locking in work callbackVenkatesh Pallipadi2007-02-111-18/+16
| * | | | | [CPUFREQ] ondemand governor restructure the work callbackVenkatesh Pallipadi2007-02-111-12/+16
| * | | | | [CPUFREQ] Rewrite lock in cpufreq to eliminate cpufreq/hotplug related issuesVenkatesh Pallipadi2007-02-112-67/+187
| * | | | | [CPUFREQ] Remove hotplug cpu crapDave Jones2007-02-115-24/+0