summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | arm64: smp: add missing completion for secondary bootWill Deacon2012-11-081-2/+1
| * | | arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSIONWill Deacon2012-11-082-1/+1
| * | | arm64: elf: fix core dumping definitions for GP and FP registersWill Deacon2012-11-083-25/+3
| * | | arm64: perf: use architected event for CPU cycle counterWill Deacon2012-11-081-8/+2
| * | | Merge tag 'v3.7-rc4' into upstream-masterCatalin Marinas2012-11-05626-5016/+7780
| |\ \ \
| * | | | arm64: Move PCI_IOBASE closer to MODULES_VADDRCatalin Marinas2012-10-232-7/+7
| * | | | arm64: Use pgprot_t as the last argument when invoking __ioremap()Catalin Marinas2012-10-231-3/+3
* | | | | Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-11-106-17/+132
|\ \ \ \ \
| * | | | | xen/arm: Fix compile errors when drivers are compiled as modules (export more).Stefano Stabellini2012-11-091-0/+6
| * | | | | xen/arm: Fix compile errors when drivers are compiled as modules.Konrad Rzeszutek Wilk2012-11-071-0/+5
| * | | | | xen/generic: Disable fallback build on ARM.Konrad Rzeszutek Wilk2012-11-071-1/+2
| * | | | | xen/events: fix RCU warning, or Call idle notifier after irq_enter()Mojiong Qiu2012-11-071-1/+1
| * | | | | xen/hvm: If we fail to fetch an HVM parameter print out which flag it is.Konrad Rzeszutek Wilk2012-11-071-2/+32
| * | | | | xen/hypercall: fix hypercall fallback code for very old hypervisorsJan Beulich2012-11-043-15/+88
* | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-11-092-1/+6
|\ \ \ \ \ \
| * | | | | | drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom2012-11-091-1/+1
| * | | | | | drm/vmwgfx: Fix hibernation device resetThomas Hellstrom2012-11-091-0/+5
* | | | | | | Merge tag '3.7-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds2012-11-098-52/+62
|\ \ \ \ \ \ \
| * | | | | | | PCI/portdrv: Don't create hotplug slots unless port supports hotplugTaku Izumi2012-11-051-1/+2
| * | | | | | | Merge branch 'pci/huang-d3cold-fixes' into for-linusBjorn Helgaas2012-11-057-51/+60
| |\ \ \ \ \ \ \
| | * | | | | | | PCI/PM: Fix proc config reg access for D3cold and bridge suspendingHuang Ying2012-11-054-34/+42
| | * | | | | | | PCI/PM: Resume device before shutdownHuang Ying2012-11-021-10/+2
| | * | | | | | | PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying2012-11-022-7/+16
| |/ / / / / / /
* | | | | | | | Merge tag 'mmc-fixes-for-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-11-0916-97/+144
|\ \ \ \ \ \ \ \
| * | | | | | | | mmc: sdhci-s3c: fix the card detection in runtime-pmSeungwon Jeon2012-11-071-2/+4
| * | | | | | | | mmc: sdhci-s3c: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-11-071-14/+14
| * | | | | | | | mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-endArnd Bergmann2012-11-075-8/+8
| * | | | | | | | mmc: dw_mmc: fix modular build for exynos back-endArnd Bergmann2012-11-071-1/+1
| * | | | | | | | mmc: sdhci: fix NULL dereference in sdhci_request() tuningChris Ball2012-11-071-10/+13
| * | | | | | | | mmc: sdhci: fix IS_ERR() checking of regulator_get()Kevin Liu2012-11-071-6/+12
| * | | | | | | | mmc: fix sdhci-dove probe/removalRussell King - ARM Linux2012-11-071-18/+20
| * | | | | | | | mmc: sh_mmcif: fix use after freeGuennadi Liakhovetski2012-11-071-1/+1
| * | | | | | | | mmc: sdhci-pci: fix 'Invalid iomem size' error message conditionAdrian Hunter2012-11-071-1/+1
| * | | | | | | | mmc: mxcmmc: Fix MODULE_ALIASFabio Estevam2012-11-071-1/+1
| * | | | | | | | mmc: omap_hsmmc: fix NULL pointer dereference for dt bootBalaji T K2012-11-071-6/+11
| * | | | | | | | mmc: omap_hsmmc: fix host reference after mmc_free_hostBalaji T K2012-11-071-1/+1
| * | | | | | | | mmc: dw_mmc: fix multiple drv_data NULL dereferencesJames Hogan2012-11-072-14/+19
| * | | | | | | | mmc: dw_mmc: enable controller interrupt before calling mmc_start_hostYuvaraj CD2012-11-071-14/+15
| * | | | | | | | mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang2012-11-075-0/+23
| * | | | | | | | mmc: dw_mmc: remove _dev_info compile warningSeungwon Jeon2012-11-071-1/+1
| * | | | | | | | mmc: dw_mmc: convert the variable type of irqSeungwon Jeon2012-11-071-1/+1
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-11-091-3/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna2012-10-241-3/+8
| |/ / / / / / / /
* | | | | | | | | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-11-0920-40/+92
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ALSA: Fix card refcount unbalanceTakashi Iwai2012-11-085-4/+8
| * | | | | | | | | ALSA: hda - Add new codec ALC668 and ALC900 (default name ALC1150)Kailang Yang2012-11-081-0/+2
| * | | | | | | | | ALSA: hda - Improve HP depop when system enter to S3Kailang Yang2012-11-081-13/+11
| * | | | | | | | | ALSA: usb-audio: Fix crash at re-preparing the PCM streamTakashi Iwai2012-11-083-0/+17
| * | | | | | | | | ALSA: hdspm - Fix sync check reporting on RME RayDATAdrian Knoth2012-11-071-1/+2
| * | | | | | | | | ALSA: hda - Add pin fixups for ASUS G75Takashi Iwai2012-11-071-0/+11
OpenPOWER on IntegriCloud