| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/connector/cn_proc.c: remove unused local | Andrew Morton | 2011-07-26 | 1 | -1/+0 |
* | pnpacpi: register disabled resources | Witold Szczeponik | 2011-07-26 | 1 | -25/+27 |
* | drivers/rtc/rtc-tegra.c: properly initialize spinlock | Uwe Kleine-König | 2011-07-26 | 1 | -1/+1 |
* | drivers/rtc/rtc-twl.c: check return value of twl_rtc_write_u8() in twl_rtc_se... | Jesper Juhl | 2011-07-26 | 1 | -1/+1 |
* | drivers/rtc: add support for Qualcomm PMIC8xxx RTC | Anirudh Ghayal | 2011-07-26 | 3 | -0/+561 |
* | drivers/rtc/rtc-s3c.c: support clock gating | Donggeun Kim | 2011-07-26 | 1 | -1/+26 |
* | drivers/rtc/rtc-mpc5121.c: add support for RTC on MPC5200 | Dmitry Eremin-Solenikov | 2011-07-26 | 2 | -10/+75 |
* | misc/eeprom: add eeprom access driver for digsy_mtc board | Anatolij Gustschin | 2011-07-26 | 3 | -0/+98 |
* | misc/eeprom: add driver for microwire 93xx46 EEPROMs | Anatolij Gustschin | 2011-07-26 | 3 | -0/+424 |
* | drivers/firmware/sigma.c needs MODULE_LICENSE | Randy Dunlap | 2011-07-26 | 1 | -0/+3 |
* | arch/arm/mach-ux500/board-u5500.c: calibrate ALS input voltage | Shreshtha Kumar Sahu | 2011-07-26 | 1 | -14/+53 |
* | drivers/leds/leds-netxbig: make LEDS_NETXBIG depend on LEDS_CLASS | Axel Lin | 2011-07-26 | 1 | -0/+1 |
* | drivers/leds/leds-sunfire.c: fix sunfire_led_generic_probe() error handling | Axel Lin | 2011-07-26 | 1 | -5/+7 |
* | drivers/leds/leds-lp5521.c: provide section tagging | Linus Walleij | 2011-07-26 | 1 | -2/+2 |
* | notifiers: pm: move pm notifiers into suspend.h | Amerigo Wang | 2011-07-26 | 1 | -0/+1 |
* | drivers/misc: add support the FSA9480 USB Switch | Donggeun Kim | 2011-07-26 | 3 | -0/+567 |
* | geode: reflect mfgpt dependency on mfd | Philip A. Prindeville | 2011-07-26 | 1 | -2/+1 |
* | eisa/pci_eisa.c: fix section mismatch | Arnaud Lacombe | 2011-07-26 | 1 | -2/+2 |
* | drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possible | Rakib Mullick | 2011-07-26 | 6 | -20/+10 |
* | xen/balloon: memory hotplug support for Xen balloon driver | Daniel Kiper | 2011-07-26 | 2 | -2/+167 |
* | backlight: set backlight type and max_brightness before backlights are regist... | Axel Lin | 2011-07-26 | 3 | -8/+18 |
* | backlight: add ams369fg06 amoled driver | Jingoo Han | 2011-07-26 | 4 | -1/+653 |
* | drivers/video/backlight/adp8860_bl.c: remove a redundant assignment for max_b... | Axel Lin | 2011-07-26 | 1 | -2/+1 |
* | drivers/video/backlight/ld9040.c: small fixes | Axel Lin | 2011-07-26 | 1 | -3/+6 |
* | drivers/misc/pch_phub.c: don't oops if dmi_get_system_info returns NULL | Alexander Stein | 2011-07-26 | 1 | -1/+4 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds | 2011-07-25 | 7 | -4/+1533 |
|\ |
|
| * | [CPUFREQ] s5pv210: make needlessly global symbols static | Axel Lin | 2011-07-14 | 1 | -2/+2 |
| * | [CPUFREQ] exynos4210: make needlessly global symbols static | Axel Lin | 2011-07-14 | 1 | -3/+3 |
| * | [CPUFREQ] S3C6410: Add some lower frequencies for 800MHz base clock operation | Mark Brown | 2011-07-14 | 1 | -0/+2 |
| * | [CPUFREQ] S5PV210: Add reboot notifier to prevent system hang | Huisung Kang | 2011-07-14 | 1 | -0/+19 |
| * | [CPUFREQ] S5PV210: Adjust udelay prior to voltage scaling down | Todd Poynor | 2011-07-14 | 1 | -2/+2 |
| * | [CPUFREQ] S5PV210: Lock a mutex while changing the cpu frequency | Arve Hjønnevåg | 2011-07-14 | 1 | -9/+19 |
| * | [CPUFREQ] S5PV210: Add pm_notifier to prevent system unstable | Huisung Kang | 2011-07-14 | 1 | -0/+34 |
| * | [CPUFREQ] S5PV210: Add arm/int voltage control support | Jonghwan Choi | 2011-07-14 | 1 | -3/+68 |
| * | [CPUFREQ] S5PV210: Add additional symantics for "relation" in cpufreq with pm | Huisung Kang | 2011-07-14 | 1 | -0/+28 |
| * | [CPUFREQ] S3C64xx: Notify transition complete as soon as frequency changed | Mark Brown | 2011-07-14 | 1 | -2/+2 |
| * | [CPUFREQ] S3C6410: Support 800MHz operation in cpufreq | Mark Brown | 2011-07-14 | 1 | -0/+2 |
| * | [CPUFREQ] s5pv210-cpufreq.c: Add missing clk_put | Julia Lawall | 2011-07-14 | 1 | -8/+17 |
| * | [CPUFREQ] Move compile for S3C64XX cpufreq to /drivers/cpufreq | Kukjin Kim | 2011-07-14 | 3 | -1/+10 |
| * | [CPUFREQ] Remove some vi noise that escaped into the Makefile. | Dave Jones | 2011-07-14 | 1 | -3/+2 |
| * | [CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/ | Kukjin Kim | 2011-07-14 | 5 | -0/+1082 |
| * | [CPUFREQ/S3C64xx] Move S3C64xx CPUfreq driver into drivers/cpufreq | Mark Brown | 2011-07-14 | 2 | -0/+270 |
| * | [CPUFREQ] Handle CPUs with different capabilities in acpi-cpufreq | Matthew Garrett | 2011-07-14 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2011-07-25 | 179 | -6513/+7230 |
|\ \ |
|
| * | | bnx2x: use pci_pcie_cap() | Vladislav Zolotarov | 2011-07-24 | 1 | -1/+1 |
| * | | bnx2x: fix bnx2x_stop_on_error flow in bnx2x_sp_rtnl_task | Vladislav Zolotarov | 2011-07-24 | 1 | -11/+25 |
| * | | bnx2x: enable internal target-read for 57712 and up only | Shmulik Ravid | 2011-07-24 | 1 | -3/+6 |
| * | | bnx2x: count statistic ramrods on EQ to prevent MC assert | Vladislav Zolotarov | 2011-07-24 | 1 | -31/+32 |
| * | | bnx2x: fix loopback for non 10G link | Yaniv Rosner | 2011-07-24 | 1 | -6/+18 |
| * | | bnx2x: dcb - send all unmapped priorities to same COS as L2 | Dmitry Kravkov | 2011-07-24 | 1 | -6/+33 |