summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek2013-07-234-38/+27
| |\ \
| | * | kconfig: simplify symbol-search codeYann E. MORIN2013-07-161-19/+11
| | * | kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN2013-07-161-1/+1
| | * | kconfig: minor style fixes in symbol-search codeYann E. MORIN2013-07-161-4/+3
| | * | kconfig/[mn]conf: shorten title in search-boxYann E. MORIN2013-07-162-4/+4
| | * | kconfig: avoid multiple calls to strlenYann E. MORIN2013-07-161-5/+5
| | * | Documentation/kconfig: more concise and straightforward search explanationYann E. MORIN2013-07-161-5/+3
* | | | Merge tag 'for-v3.12' of git://git.infradead.org/battery-2.6Linus Torvalds2013-09-1021-17/+2137
|\ \ \ \
| * | | | rx51_battery: Fix channel number when reading adc valueMarek Belisko2013-08-301-1/+1
| * | | | power: Add twl4030_madc battery driver.Marek Belisko2013-08-304-0/+292
| * | | | bq24190_charger: Workaround SS definition problem on i386 buildsAnton Vorontsov2013-08-281-0/+3
| * | | | power_supply: Prevent suspend until power supply events are processedZoran Markovic2013-08-272-6/+35
| * | | | vexpress-poweroff: Should depend on the required infrastructurePawel Moll2013-08-271-1/+1
| * | | | twl4030-charger: Fix compiler warning with regulator_enable()Peter Ujfalusi2013-08-271-1/+6
| * | | | rx51_battery: Replace hardcoded channels values.Marek Belisko2013-08-271-4/+8
| * | | | bq24190_charger: Add support for TI BQ24190 Battery ChargerMark A. Greer2013-08-274-0/+1569
| * | | | ab8500-charger: We print an unintended error messageDan Carpenter2013-08-271-0/+1
| * | | | max8925_power: Fix missing of_node_putLibo Chen2013-08-271-0/+1
| * | | | power_supply: Replace strict_strtol() with kstrtol()Jingoo Han2013-08-091-1/+1
| * | | | power: Add APM X-Gene system reboot driverLoc Ho2013-08-093-0/+111
| * | | | power_supply: tosa_battery: Get rid of irq_to_gpio usageAndrea Adami2013-08-091-1/+1
| * | | | power supply: collie_battery: Convert to use dev_pm_opsAndrea Adami2013-08-091-1/+1
| * | | | power_supply: Make goldfish_battery depend on GOLDFISH || COMPILE_TESTPaul Gortmaker2013-08-091-1/+1
| * | | | power: reset: Add msm restart supportAbhimanyu Kapur2013-08-094-0/+97
| * | | | MAINTAINERS: drivers/power: add entry for SmartReflex AVS driversKevin Hilman2013-08-091-0/+8
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-09-105-15/+35
|\ \ \ \ \
| * | | | | powerpc: Default arch idle could cede processor on pseriesVaidyanathan Srinivasan2013-09-111-10/+21
| * | | | | fbdev/ps3fb: Fix section mismatch warning for ps3fb_probeVladimir Murzin2013-09-111-1/+1
| * | | | | powerpc: Fix section mismatch warning for prom_rtas_callVladimir Murzin2013-09-111-1/+2
| * | | | | powerpc: Fix possible deadlock on page faultAneesh Kumar K.V2013-09-111-3/+10
| * | | | | powerpc: Export cpu_to_chip_id() to fix build errorGuenter Roeck2013-09-111-0/+1
* | | | | | Merge tag 'stable/for-linus-3.12-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-09-105-48/+50
|\ \ \ \ \ \
| * | | | | | xen/spinlock: Don't use __initdate for xen_pv_spinKonrad Rzeszutek Wilk2013-09-091-1/+1
| * | | | | | Revert "xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM"Konrad Rzeszutek Wilk2013-09-091-20/+0
| * | | | | | xen/spinlock: Don't setup xen spinlock IPI kicker if disabled.Konrad Rzeszutek Wilk2013-09-091-1/+10
| * | | | | | xen/smp: Update pv_lock_ops functions before alternative code starts under PVHVMKonrad Rzeszutek Wilk2013-09-091-5/+14
| * | | | | | xen/spinlock: We don't need the old structure anymoreKonrad Rzeszutek Wilk2013-09-091-18/+0
| * | | | | | xen/spinlock: Fix locking path engaging too soon under PVHVM.Konrad Rzeszutek Wilk2013-09-092-1/+9
| * | | | | | Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk2013-09-09492-2411/+4412
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/spinlocks' of git://git.kernel.org/pub/scm/linux/kernel/git...Konrad Rzeszutek Wilk2013-09-0916-380/+569
| |\ \ \ \ \ \ \
| * | | | | | | | xen/arm: disable cpuidle and cpufreq when linux is running as dom0Julien Grall2013-09-091-0/+9
| * | | | | | | | xen/p2m: Don't call get_balloon_scratch_page() twice, keep interrupts disable...Boris Ostrovsky2013-09-091-4/+6
| * | | | | | | | ARM: xen: only set pm function ptrs for Xen guestsRob Herring2013-09-091-1/+4
* | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-09-1030-337/+780
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | drm/nouveau: fix oops on runtime suspend/resumeDave Airlie2013-09-101-3/+6
| * | | | | | | | | Merge tag 'drm-intel-fixes-2013-09-06' of git://people.freedesktop.org/~danve...Dave Airlie2013-09-1029-334/+774
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/i915: Delay disabling of VGA memory until vgacon->fbcon handoff is doneVille Syrjälä2013-09-063-11/+23
| | * | | | | | | | | drm/i915: try not to lose backlight CBLV precisionJani Nikula2013-09-061-1/+1
| | * | | | | | | | | drm/i915: Confine page flips to BCS on ValleyviewChris Wilson2013-09-061-1/+1
| | * | | | | | | | | drm/i915: Skip stolen region initialisation if none is reservedChris Wilson2013-09-051-0/+3