summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2011-10-27mmc: core: add workaround for controllers with broken multiblock readsPaul Walmsley1-0/+1
2011-10-27Merge branch 'topic/asoc' into for-linusTakashi Iwai3-23/+20
2011-10-27jdb/jbd2: factor out common functions from the jbd[2] header filesThomas Gleixner3-127/+70
2011-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-101/+131
2011-10-27Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu...Linus Torvalds2-0/+50
2011-10-27Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+41
2011-10-27Merge branch 'topic/remove-irqf_disable' into for-linusTakashi Iwai5-3/+151
2011-10-27Merge branch 'topic/misc' into for-linusTakashi Iwai1-6/+11
2011-10-27gpio: pl061: add DT binding supportRob Herring1-2/+1
2011-10-27mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00Bing Zhao1-0/+2
2011-10-27mmc: core: support HPI send commandJaehoon Chung3-0/+8
2011-10-27mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon4-0/+10
2011-10-27mmc: core: new discard feature support at eMMC v4.5Kyungmin Park2-0/+5
2011-10-27mmc: core: mmc sanitize feature support for v4.5Kyungmin Park2-0/+3
2011-10-27mmc: dw_mmc: modify DATA register offsetJaehoon Chung1-0/+4
2011-10-27mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S3-0/+17
2011-10-27mmc: core: Add default timeout value for CMD6Seungwon Jeon2-0/+2
2011-10-27mmc: sdhci-pci: add runtime pm supportAdrian Hunter1-0/+8
2011-10-27mmc: core: general purpose MMC partition support.Namjae Jeon2-2/+37
2011-10-27mmc: block: support no access to boot partitionsAdrian Hunter1-0/+10
2011-10-27mmc: core: eMMC 4.5 Power Class Selection FeatureGirish K S1-0/+14
2011-10-27mmc: sh_mmcif: simplify platform dataGuennadi Liakhovetski1-1/+3
2011-10-27mmc: core: add eMMC hardware reset supportAdrian Hunter4-0/+10
2011-10-27mmc: core: clarify how to use post_req in case of errorsPer Forlin1-0/+3
2011-10-27mmc: sdio: Workaround for dev with broken CMD53Stefan Nilsson XK1-0/+7
2011-10-26Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+17
2011-10-26mmc: sdhi: Allow named IRQs to use specific handlersSimon Horman1-0/+4
2011-10-26mmc: core: add random fault injectionPer Forlin1-0/+5
2011-10-26mmc: atmel-mci: use ATMEL_PDC_SCND_BUF_OFF instead of a literal valueLudovic Desroches1-0/+2
2011-10-26mmc: atmel-mci: change namespaceLudovic Desroches1-2/+2
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-13/+59
2011-10-26Merge branches 'slab/next' and 'slub/partial' into slab/for-linusPekka Enberg2-1/+17
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-15/+84
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-27/+18
2011-10-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-12/+48
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-169/+169
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-21/+23
2011-10-26Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-14/+45
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+882
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-8/+32
2011-10-26Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+83
2011-10-26Merge git://github.com/rustyrussell/linuxLinus Torvalds1-0/+20
2011-10-26params: make dashes and underscores in parameter names truly equalMichal Schmidt1-0/+20
2011-10-26libceph: don't complain on msgpool alloc failuresSage Weil1-1/+2
2011-10-26libceph: create messenger with clientSage Weil1-1/+3
2011-10-25jump-label: initialize jump-label subsystem much earlierJeremy Fitzhardinge1-5/+9
2011-10-25jump_label: add arch_jump_label_transform_static() to optimise non-live code ...Jeremy Fitzhardinge1-0/+2
2011-10-25jump_label: if a key has already been initialized, don't nop it outJeremy Fitzhardinge1-2/+1
2011-10-25jump_label: use proper atomic_t initializerJeremy Fitzhardinge1-2/+2
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-7/+5