summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | asus-wmi: add uwb rfkill supportCorentin Chary2011-08-051-0/+16
| * | | | asus-wmi: add gps rfkill supportCorentin Chary2011-08-051-0/+16
| * | | | asus-wmi: add CWAP support and clarify the meaning of WAPF bitsCorentin Chary2011-08-055-9/+35
| * | | | asus-wmi: return proper value in store_cpufv()Corentin Chary2011-08-051-2/+6
| * | | | asus-wmi: check for temp1 presenceCorentin Chary2011-08-051-1/+7
| * | | | asus-wmi: add thermal sensorCorentin Chary2011-08-051-0/+21
| * | | | asus-wmi: add some device idsCorentin Chary2011-08-051-0/+7
| * | | | asus-wmi: fix keyboard backlight detectionCorentin Chary2011-08-051-1/+2
| * | | | asus-wmi: fix section mismatchCorentin Chary2011-08-051-1/+1
| * | | | asus-wmi: add keyboard backlight supportCorentin Chary2011-08-051-17/+113
| * | | | asus-wmi: second part of the version starts at 16 not 8Corentin Chary2011-08-051-1/+1
| * | | | asus-wmi: Enable autorepeat for hotkey input deviceSeth Forshee2011-08-051-0/+1
| * | | | eeepc-wmi: Add support for T101MT Home/Express Gate keySeth Forshee2011-08-051-0/+26
| * | | | asus-wmi: Add callback for hotkey filteringSeth Forshee2011-08-052-1/+17
| * | | | asus-wmi: fix hwmon/pwm1Corentin Chary2011-08-051-4/+5
| * | | | ideapad: add backlight driverIke Panhc2011-08-051-6/+117
| * | | | ideapad: let camera_power node invisiable if no cameraIke Panhc2011-08-051-0/+18
| * | | | ideapad: define cfg bits and create sysfs node for cfgIke Panhc2011-08-052-16/+52
| * | | | Add KEY_MICMUTE and enable it on Lenovo X220Andy Lutomirski2011-08-052-1/+12
| * | | | msi-laptop: add MSI U270 netbook to module alias and scm listLee, Chun-Yi2011-08-051-0/+10
| * | | | acer-wmi: Add support for Aspire 1830 wlan hotkeySeth Forshee2011-08-051-0/+1
| * | | | acerhdf: add support for Aspire 1810TZ BIOS v1.3314Julien Valroff2011-08-051-0/+1
| * | | | platform-drivers-x86: dell-laptop: Remove unneeded mutex_init() for buffer_mutexAxel Lin2011-08-051-1/+0Star
| * | | | acer-wmi: schedule threeg and interface sysfs for feature removalLee, Chun-Yi2011-08-052-2/+20
| |/ / /
* | | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-064-8/+7Star
|\ \ \ \
| * | | | xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not setKonrad Rzeszutek Wilk2011-08-051-0/+1
| * | | | xen: Fix misleading WARN message at xen_release_chunkIgor Mammedov2011-08-041-5/+3Star
| * | | | xen: Fix printk() format in xen/setup.cIgor Mammedov2011-08-041-2/+2
| * | | | xen/tracing: it looks like we wanted CONFIG_FTRACEJeremy Fitzhardinge2011-08-041-1/+1
| * | | | xen/self-balloon: Add dependency on tmem.Konrad Rzeszutek Wilk2011-08-031-1/+1
| * | | | xen/balloon: Fix compile errors - missing header files.Konrad Rzeszutek Wilk2011-08-031-2/+2
| * | | | xen/grant: Fix compile warning.Konrad Rzeszutek Wilk2011-08-031-1/+1
| * | | | xen/pciback: remove duplicated #includeHuang Weiyi2011-08-031-1/+0Star
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-08-061-3/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'battery' into releaseLen Brown2011-08-061-3/+7
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Battery: sysfs_remove_battery(): possible circular lockingSergey Senozhatsky2011-08-061-3/+7
* | | | | | savagedb: Fix typo causing regression in savage4 series video chip detectionJohn Stanley2011-08-061-1/+1
* | | | | | CodingStyle: Document the exception of not splitting user-visible strings, fo...Josh Triplett2011-08-061-16/+7Star
* | | | | | vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> filesLinus Torvalds2011-08-061-1/+9
* | | | | | oom_ajd: don't use WARN_ONCE, just use printk_onceLinus Torvalds2011-08-061-1/+1
* | | | | | lib/sha1: use the git implementation of SHA-1Mandeep Singh Baines2011-08-062-55/+159
|/ / / / /
* | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-08-0530-139/+753
|\ \ \ \ \
| * | | | | Revert "drm/i915: Try enabling RC6 by default (again)"Dave Airlie2011-08-051-1/+1
| * | | | | drm/radeon: Extended DDC Probing for ECS A740GM-M DVI-D ConnectorThomas Reim2011-08-041-0/+9
| * | | | | drm/radeon: Log Subsystem Vendor and Device InformationThomas Reim2011-08-041-2/+3
| * | | | | drm/radeon: Extended DDC Probing for Connectors with Improperly Wired DDC Lin...Thomas Reim2011-08-044-12/+80
| * | | | | drm: Separate EDID Header Check from EDID Block CheckThomas Reim2011-08-042-6/+19
| * | | | | drm: Add NULL check about irq functionsJoonyoung Shim2011-08-041-8/+15
| * | | | | drm: Fix irq install error handlingJoonyoung Shim2011-08-041-0/+3
| * | | | | drm/radeon: fix potential NULL dereference in drivers/gpu/drm/radeon/atom.cBojan Prtvar2011-08-041-0/+3