summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-09xen/arm: Fix compile errors when drivers are compiled as modules (export more).Stefano Stabellini1-0/+6
2012-11-09drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom1-1/+1
2012-11-09drm/vmwgfx: Fix hibernation device resetThomas Hellstrom1-0/+5
2012-11-09Merge tag 'pinctrl-for-v3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-50/+369
2012-11-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds8-28/+35
2012-11-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-26/+43
2012-11-09Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds9-395/+13
2012-11-09Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-36/+57
2012-11-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-13/+21
2012-11-09Merge tag 'for-linus-v3.7-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds13-63/+127
2012-11-09h8300: add missing L1_CACHE_SHIFTFengguang Wu1-1/+2
2012-11-09mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi1-0/+2
2012-11-09fanotify: fix missing breakEric Paris1-0/+1
2012-11-09revert "epoll: support for disabling items, and a self-test app"Andrew Morton5-392/+4
2012-11-09checkpatch: improve network block comment style checkingJoe Perches1-2/+4
2012-11-09Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie5-13/+17
2012-11-09virtio: Don't access index after unregister.Cornelia Huck1-1/+3
2012-11-09drm/nouveau: fix acpi edid retrievalMaarten Lankhorst1-1/+1
2012-11-09drm/nvc0/disp: fix regression in vblank semaphore releaseKelly Doran1-8/+12
2012-11-09drm/nv40/mpeg: fix context handlingMarcin Slusarz1-1/+1
2012-11-09drm/nv40/graph: fix typo in type namesMarcin Slusarz1-2/+2
2012-11-09drm/nv41/vm: fix typo in type nameMarcin Slusarz1-1/+1
2012-11-09Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie5-23/+40
2012-11-08ARM: OMAP2+: PRCM: remove obsolete prcm.[ch]Paul Walmsley16-115/+1
2012-11-08ARM: OMAP2+: hwmod: call to _omap4_disable_module() should use the SoC-specif...Paul Walmsley1-1/+2
2012-11-08ARM: OMAP2+: PRCM: consolidate PRCM-related timeout macrosPaul Walmsley9-30/+25
2012-11-08ARM: OMAP2+: PRCM: split and relocate the PRM/CM globals setupPaul Walmsley17-72/+111
2012-11-08ARM: OMAP2+: PRCM: remove omap2_cm_wait_idlest()Paul Walmsley2-41/+0
2012-11-08ARM: OMAP2+: CM/clock: convert _omap2_module_wait_ready() to use SoC-independ...Paul Walmsley8-4/+257
2012-11-08ARM: OMAP2xxx: APLL/CM: convert to use omap2_cm_wait_module_ready()Paul Walmsley7-48/+85
2012-11-08ARM: OMAP2+: board files: use SoC-specific system restart functionsPaul Walmsley33-151/+46
2012-11-08ARM: OMAP2+: PRCM: create SoC-specific chip restart functionsPaul Walmsley5-0/+147
2012-11-08ARM: OMAP2xxx: clock: move virt_prcm_set code into clkt2xxx_virt_prcm_set.cPaul Walmsley4-36/+70
2012-11-08ARM: OMAP2xxx: clock: remove global 'dclk' variablePaul Walmsley6-14/+37
2012-11-08ARM: OMAP2/3: PRM: add SoC reset functions (using the CORE DPLL method)Paul Walmsley4-0/+33
2012-11-08ARM: OMAP2+: common: remove mach-omap2/common.c globals and map_common_io codePaul Walmsley13-320/+112
2012-11-08ARM: OMAP2+: PRCM: remove omap_prcm_get_reset_sources()Paul Walmsley2-13/+0
2012-11-08watchdog: OMAP: use standard GETBOOTSTATUS interface; use platform_data fn ptrPaul Walmsley1-14/+12
2012-11-08xfs: fix reading of wrapped log dataDave Chinner1-1/+1
2012-11-08xfs: fix buffer shudown reference count mismatchDave Chinner1-0/+18
2012-11-08xfs: don't vmap inode cluster buffers during freeDave Chinner1-1/+2
2012-11-08xfs: invalidate allocbt blocks moved to the free listDave Chinner1-0/+2
2012-11-08xfs: silence uninitialised f.file warning.Dave Chinner1-1/+1
2012-11-08xfs: growfs: don't read garbage for new secondary superblocksDave Chinner1-2/+19
2012-11-08xfs: move allocation stack switch up to xfs_bmapi_allocateDave Chinner4-56/+54
2012-11-08xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner5-3/+13
2012-11-08xfs: zero allocation_args on the kernel stackMark Tinguely3-0/+5
2012-11-08xfs: only update the last_sync_lsn when a transaction completesDave Chinner1-3/+16
2012-11-08arm64: mm: fix booting on systems with no memory below 4GBWill Deacon2-1/+3
2012-11-08arm64: smp: add missing completion for secondary bootWill Deacon1-2/+1