summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | hwmon: (jz4740) fix signedness bugAxel Lin2011-12-121-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-12-1210-44/+95
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | mmc: core: Fix deadlock when the CONFIG_MMC_UNSAFE_RESUME is not definedSujit Reddy Thumma2011-12-101-1/+2
| * | | | | | mmc: sdhci-s3c: Remove old and misprototyped suspend operationsMark Brown2011-12-101-2/+0
| * | | | | | mmc: tmio: fix clock gating on platforms with a .set_pwr() methodGuennadi Liakhovetski2011-12-101-1/+1
| * | | | | | mmc: sh_mmcif: fix clock gating on platforms with a .down_pwr() methodGuennadi Liakhovetski2011-12-101-1/+1
| * | | | | | mmc: core: Fix typo at mmc_card_sleepKyungmin Park2011-12-101-1/+1
| * | | | | | mmc: core: Fix power_off_notify during suspendGirish K S2011-12-102-33/+50
| * | | | | | mmc: core: Fix setting power notify state variable for non-eMMCGirish K S2011-12-101-3/+7
| * | | | | | mmc: core: Add quirk for long data read timeStefan Nilsson XK2011-12-103-0/+26
| * | | | | | mmc: Add module.h include to sdhci-cns3xxx.cChris Ball2011-12-101-0/+1
| * | | | | | mmc: mxcmmc: fix falling back to PIOSascha Hauer2011-12-101-0/+1
| * | | | | | mmc: omap_hsmmc: DMA unmap only once in case of MMC errorPer Forlin2011-12-071-2/+5
* | | | | | | Linux 3.2-rc5v3.2-rc5Linus Torvalds2011-12-091-1/+1
* | | | | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-12-094-5/+39
|\ \ \ \ \ \ \
| * | | | | | | cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton2011-12-081-2/+8
| * | | | | | | cifs: attempt to freeze while looping on a receive attemptJeff Layton2011-12-081-0/+2
| * | | | | | | cifs: Fix sparse warning when calling cifs_strtoUCSSteve French2011-12-081-3/+3
| * | | | | | | CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky2011-12-081-0/+26
* | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-098-44/+68
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming2011-12-096-35/+48
| * | | | | | | | x86, hpet: Immediately disable HPET timer 1 if rtc irq is maskedMark Langsdorf2011-12-081-7/+14
| * | | | | | | | x86/intel_mid: Kconfig select fixAlan Cox2011-12-061-0/+3
| * | | | | | | | x86/intel_mid: Fix the Kconfig for MID selectionAlan Cox2011-12-061-2/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6Linus Torvalds2011-12-094-4/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | spi/gpio: fix section mismatch warningManuel Lauss2011-12-071-2/+2
| * | | | | | | | spi/fsl-espi: disable CONFIG_SPI_FSL_ESPI=m buildJiri Slaby2011-12-071-2/+2
| * | | | | | | | spi/nuc900: Include linux/module.hAxel Lin2011-12-071-0/+1
| * | | | | | | | spi/ath79: fix compile error due to missing includeGabor Juhos2011-12-071-0/+1
* | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-12-093-7/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | md: raid5 crash during degradationAdam Kwolek2011-12-091-2/+2
| * | | | | | | | | md/raid5: never wait for bad-block acks on failed device.NeilBrown2011-12-081-1/+3
| * | | | | | | | | md: ensure new badblocks are handled promptly.NeilBrown2011-12-081-0/+1
| * | | | | | | | | md: bad blocks shouldn't cause a Blocked status on a Faulty device.NeilBrown2011-12-081-1/+2
| * | | | | | | | | md: take a reference to mddev during sysfs access.NeilBrown2011-12-081-1/+18
| * | | | | | | | | md: refine interpretation of "hold_active == UNTIL_IOCTL".NeilBrown2011-12-081-2/+2
| * | | | | | | | | md/lock: ensure updates to page_attrs are properly locked.NeilBrown2011-11-231-0/+4
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-12-0910-26/+40
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arch/tile: use new generic {enable,disable}_percpu_irq() routinesChris Metcalf2011-12-033-20/+10
| * | | | | | | | | | drivers/net/ethernet/tile: use skb_frag_page() APIChris Metcalf2011-12-031-2/+2
| * | | | | | | | | | asm-generic/unistd.h: support new process_vm_{readv,write} syscallsChris Metcalf2011-12-032-1/+16
| * | | | | | | | | | arch/tile: fix double-free bug in homecache_free_pages()Chris Metcalf2011-12-031-3/+6
| * | | | | | | | | | arch/tile: add a few #includes and an EXPORT to catch up with kernel changes.Chris Metcalf2011-12-034-0/+6
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-12-094-4/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MAINTAINERS: Update amd-iommu F: patternsJoe Perches2011-12-091-2/+2
| * | | | | | | | | | iommu/amd: Fix typo in kernel-parameters.txtSedat Dilek2011-12-061-1/+1
| * | | | | | | | | | iommu/msm: Fix compile error in mach-msm/devices-iommu.cJoerg Roedel2011-12-061-0/+1
| * | | | | | | | | | Fix comparison using wrong pointer variable in dma debug codeThomas Jarosch2011-11-211-1/+1
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-12-0910-65/+172
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ALSA: hda/realtek - Fix lost speaker volume controlsTakashi Iwai2011-12-071-7/+30