summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * s390/irq: rework irq subclass handlingHeiko Carstens2013-09-049-57/+38
| * s390/irq: use hlists for external interrupt handler arrayHeiko Carstens2013-09-041-12/+12
| * s390/dumpstack: convert print_symbol to %pSRHeiko Carstens2013-09-041-10/+10
| * s390/perf: Remove print_hex_dump_bytes() debug outputHendrik Brueckner2013-09-041-4/+1
| * s390: update defconfigHeiko Carstens2013-09-041-12/+27
| * s390/bpf,jit: fix address randomizationHeiko Carstens2013-09-041-1/+1
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-09-1112-345/+413
|\ \
| * | kconfig: do not allow more than one symbol to have 'option modules'Yann E. MORIN2013-09-052-0/+7
| * | kconfig: regenerate bison parserYann E. MORIN2013-09-051-264/+298
| * | kconfig: do not special-case 'MODULES' symbolYann E. MORIN2013-09-052-13/+3
| * | diffconfig: Update script to support python versions 2.5 through 3.3Mike Pagano2013-09-011-15/+13
| * | diffconfig: Gracefully exit if the default config files are not presentMike Pagano2013-08-191-2/+7
| * | modules: do not depend on kconfig to set 'modules' option to symbol MODULESYann E. MORIN2013-08-151-0/+1
| * | kconfig: silence warning when parsing auto.conf when a symbol has changed typeYann E. MORIN2013-08-151-3/+8
| * | scripts/config: use sed's POSIX interfaceClement Chauplannaz2013-08-151-3/+41
| * | kconfig: switch to "long long" for sanityKees Cook2013-08-151-9/+10
| * | 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