summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-10-2133-635/+3447
|\
| * PM / Wakeup: Show wakeup sources statistics in debugfsRafael J. Wysocki2010-10-191-0/+85
| * PM: Introduce library for device-specific OPPs (v7)Nishanth Menon2010-10-176-0/+1125
| * PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan2010-10-175-0/+87
| * PM: Lock PM device list mutex in show_dev_hash()James Hogan2010-10-171-1/+4
| * PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki2010-10-171-9/+2
| * PM / Hibernate: Modify signature used to mark swapRafael J. Wysocki2010-10-171-3/+3
| * PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki2010-10-171-68/+54
| * PM: Allow wakeup events to abort freezing of tasksRafael J. Wysocki2010-10-172-2/+11
| * PM: runtime: add missed pm_request_autosuspendMing Lei2010-10-171-0/+5
| * PM / Hibernate: Make some boot messages look less scaryRafael J. Wysocki2010-10-172-8/+8
| * PM / Runtime: Implement autosuspend supportAlan Stern2010-10-176-14/+473
| * PM / Runtime: Add no_callbacks flagAlan Stern2010-10-176-8/+149
| * PM / Runtime: Combine runtime PM entry pointsAlan Stern2010-10-172-130/+110
| * PM / Runtime: Merge synchronous and async runtime routinesAlan Stern2010-10-171-235/+140
| * PM / Runtime: Replace boolean arguments with bitflagsAlan Stern2010-10-172-44/+54
| * PM / Runtime: Move code in drivers/base/power/runtime.cAlan Stern2010-10-171-39/+38
| * sysfs: Add sysfs_merge_group() and sysfs_unmerge_group()Alan Stern2010-10-172-0/+74
| * PM: Fix potential issue with failing asynchronous suspendRafael J. Wysocki2010-10-172-8/+14
| * PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki2010-10-1710-125/+756
| * PM: Fix signed/unsigned warning in dpm_show_time()Kevin Cernekee2010-10-171-1/+1
| * PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki2010-10-174-3/+16
| * PM / Hibernate: Improve comments in hibernate_preallocate_memory()Rafael J. Wysocki2010-10-171-2/+4
| * PM / Runtime: Use alloc_workqueue() for creating the PM workqueueRafael J. Wysocki2010-10-171-1/+1
| * PM: Fix unmet dependency warning from kconfigRafael J. Wysocki2010-10-171-0/+1
| * PM / Hibernate: Compress hibernation image with LZOBojan Smojver2010-10-176-8/+306
| * PM / Runtime: Lenient generic runtime pm callbacksOhad Ben-Cohen2010-10-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-21141-1847/+2335
|\ \
| * | Fix IRQ flag handling namingDavid Howells2010-10-0763-1158/+1482
| * | MIPS: Add missing #inclusions of <linux/irq.h>David Howells2010-10-0745-2/+45
| * | smc91x: Add missing #inclusion of <linux/irq.h>David Howells2010-10-071-0/+1
| * | Drop a couple of unnecessary asm/system.h inclusionsDavid Howells2010-10-072-2/+0
| * | SH: Add missing consts to sys_execve() declarationDavid Howells2010-10-071-3/+4
| * | Blackfin: Rename IRQ flags handling functionsDavid Howells2010-10-0719-274/+284
| * | Blackfin: Add missing dep to asm/irqflags.hDavid Howells2010-10-071-1/+8
| * | Blackfin: Rename DES PC2() symbol to avoid collisionDavid Howells2010-10-071-65/+65
| * | Blackfin: Split the BF532 BFIN_*_FIO_FLAG() functions to their own headerDavid Howells2010-10-075-47/+58
| * | Blackfin: Split PLL code from mach-specific cdef headersDavid Howells2010-10-0715-344/+436
* | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-2124-1232/+3842
|\ \ \
| * | | spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMAIlkka Koskinen2010-10-201-13/+26
| * | | spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO modeJason Wang2010-10-201-0/+6
| * | | Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapie...Grant Likely2010-10-18184-1413/+2071
| |\ \ \
| | * | | spi/bfin_spi: namespace local structsMike Frysinger2010-10-181-58/+61
| | * | | spi/bfin_spi: init earlyMichael Hennerich2010-10-181-1/+1
| | * | | spi/bfin_spi: check per-transfer bits_per_wordBob Liu2010-10-181-1/+6
| | * | | spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)Barry Song2010-10-181-2/+7
| | * | | spi/bfin_spi: cs should be always low when a new transfer beginsRob Maris2010-10-181-2/+1
| | * | | spi/bfin_spi: fix typo in commentRob Maris2010-10-181-1/+1
| | * | | spi/bfin_spi: reject unsupported SPI modesMike Frysinger2010-10-181-0/+4
| | * | | spi/bfin_spi: use dma_disable_irq_nosync() in irq handlerBarry Song2010-10-181-1/+1