summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-08-1510-41/+775
|\
| * Input: xilinx_ps2 - fix warningAndrew Morton2008-08-101-2/+2
| * Input: bcm5974 - implement autosuspend supportDmitry Torokhov2008-08-081-0/+12
| * Input: bcm5974 - add driver for Macbook Air and Pro Penryn touchpadsHenrik Rydberg2008-08-084-6/+699
| * Merge commit 'v2.6.27-rc1' into for-linusDmitry Torokhov2008-08-084010-96891/+171535
| |\
| * | Input: paper over a bug in Synaptics X driverDmitry Torokhov2008-08-081-1/+20
| * | Input: evdev - split EVIOCGBIT handlig into a separate functionLinus Torvalds2008-08-081-20/+24
| * | Input: i8042 - Add Dritek quirk for Acer TravelMate 4280Carlos Corbacho2008-08-061-0/+7
| * | Input: xpad - add Pelican Eclipse D-Pad to the list of devicesHarley Laue2008-07-311-0/+1
| * | Input: gpio-keys - make gpio_keys_device_driver staticUwe Kleine-König2008-07-301-1/+1
| * | Input: gpio-keys - fix possible NULL pointer dereferenceUwe Kleine-König2008-07-301-0/+1
| * | Input: wm97xx - enable sub-drivers by defaultMark Brown2008-07-291-12/+9
* | | Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-08-1515-34/+127
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge branches 'acpica-release-fixes', 'ec-fix', 'dock', 'irq-bounds', 'therm...Andi Kleen2008-08-158-12/+73
| |\ \ \ \ \ \ \ \
| | | | | | | * | | acpi: trivial cleanupsPavel Machek2008-08-152-2/+1
| | | | | | * | | | acer-wmi: Fix wireless and bluetooth on early AMW0 v2 laptopsCarlos Corbacho2008-08-151-0/+19
| | | | | | * | | | ACPI: WMI: Set instance for query block callsCarlos Corbacho2008-08-151-1/+1
| | | | | | |/ / /
| | | | | * / / / ACPI: Fix thermal shutdownsMilan Broz2008-08-151-1/+1
| | | | | |/ / /
| | | | * / / / ACPI: bounds check IRQ to prevent memory corruptionBjorn Helgaas2008-08-151-5/+7
| | | | |/ / /
| | | * / / / ACPI: Properly clear flags on false-positives and send uevent on sudden unplugHolger Macht2008-08-151-3/+8
| | | |/ / /
| | * | | | ACPI: Avoid bogus EC timeout when EC is in Polling modeZhao Yakui2008-08-151-0/+2
| | * | | | ACPI : Add the EC dmi table to fix the incorrect ECDT tableZhao Yakui2008-08-151-0/+34
| | |/ / /
| * | | | ACPICA: Additional error checking for pathname utilitiesBob Moore2008-08-155-20/+40
| * | | | ACPICA: Fix possible memory leak in Unload() operatorLin Ming2008-08-151-0/+3
| * | | | ACPICA: Fix memory leak when deleting thermal/processor objectsBob Moore2008-08-151-2/+11
| |/ / /
* | | | alpha: move include/asm-alpha to arch/alpha/include/asmLinus Torvalds2008-08-15129-0/+0
* | | | omfs: fix oops when file metadata is corruptedBob Copeland2008-08-152-9/+29
* | | | omfs: fix potential oops when directory size is corruptedBob Copeland2008-08-151-2/+1
* | | | completions: uninline try_wait_for_completion and completion_doneDave Chinner2008-08-152-44/+48
* | | | spi: bugfix spi_add_device() with duplicate chipselectsDavid Brownell2008-08-151-11/+29
* | | | fs/inode.c: properly init address_space->writeback_indexChris Mason2008-08-151-0/+1
* | | | MAINTAINERS: add maintainers for GRU, XPC, XPNET and XPJack Steiner2008-08-151-0/+10
* | | | coretemp: recognize Nehalem CPUsDarrick J. Wong2008-08-151-2/+3
* | | | ibmaem: don't query the entire sensor repository when reading energy meterDarrick J. Wong2008-08-151-5/+13
* | | | ibmaem: prevent infinite probing loop on x3650 M2 systemsDarrick J. Wong2008-08-151-1/+2
* | | | ibmaem: update the documentation to reflect the current nameDarrick J. Wong2008-08-152-19/+20
* | | | abituguru3: prefer DMI probing to manual probingAlistair John Strachan2008-08-151-40/+94
* | | | abituguru3: update MAINTAINERSAlistair John Strachan2008-08-151-1/+7
* | | | i5k_amb: provide labels for temperature sensorsDarrick J. Wong2008-08-151-1/+27
* | | | hwmon: ADC124S501 generic driverMarc Pignat2008-08-153-0/+346
* | | | drivers/hwmon/w83791d.c: fix unused var warningMichael Borisov2008-08-151-1/+2
* | | | applesmc: add support for MacbookGuilherme M. Schroeder2008-08-151-1/+10
* | | | applesmc: support for Intel iMacRoberto De Ioris2008-08-151-0/+9
* | | | freescale DIU: bug fix: add sanity check for AOI positionYork Sun2008-08-151-0/+4
* | | | freescale DIU: add virtual resolution and panning supportYork Sun2008-08-151-5/+23
* | | | kexec: use a mutex for locking rather than xchg()Andrew Morton2008-08-151-24/+10
* | | | kexec jump: fix for ftraceHuang Ying2008-08-152-3/+15
* | | | kexec jump: __ftrace_enabled_save/restoreHuang Ying2008-08-151-0/+21
* | | | kexec jump: in sync with hibernation implementationHuang Ying2008-08-151-0/+2
* | | | kexec jump: remove duplication of kexec_restart_prepare()Huang Ying2008-08-153-6/+3