summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* mmc: support BKOPS feature for eMMCJaehoon Chung2012-10-033-0/+31
* mmc: sdhci-pxav3: dt: Support "cd-gpios" propertyChris Ball2012-09-191-0/+1
* mmc: core: Do not rescan non-removable devicesJohan Rudholm2012-09-041-0/+1
* mmc: sdhci: Add regulator support for vccq (voltage regualor)Philip Rakity2012-09-041-1/+2
* mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption.Ian Chen2012-09-041-0/+1
* Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds2012-08-021-0/+41
|\
| * Platform: OLPC: turn EC driver into a platform_driverAndres Salomon2012-07-311-0/+6
| * Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call itAndres Salomon2012-07-311-0/+6
| * Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driverAndres Salomon2012-07-311-0/+29
* | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-08-021-0/+2
|\ \
| * \ Merge branch 'common/irqdomain' into sh-latestPaul Mundt2012-08-012-9/+34
| |\ \
| * | | dmaengine: shdma: restore partial transfer calculationGuennadi Liakhovetski2012-08-011-0/+2
* | | | Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-012-148/+30
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'dma-omap', 'dma-pl08x' and 'dma-sa11x0' into dmaengineRussell King2012-07-311-148/+8
| |\ \ \ \ \
| | * | | | | dmaengine: PL08x: get rid of unnecessary checks in dma_slave_configRussell King2012-07-011-2/+3
| | * | | | | dmaengine: PL08x: constify channel names and bus_id stringsRussell King2012-07-011-1/+1
| | * | | | | dmaengine: PL08x: move private data structures into amba-pl08x.cRussell King2012-07-011-139/+2
| | * | | | | dmaengine: PL08x: clean up get_signal/put_signalRussell King2012-07-011-2/+2
| | * | | | | dmaengine: PL08x: remove circular_buffer boolean from channel dataRussell King2012-07-011-4/+0
| | |/ / / /
| * / / / / dmaengine: add OMAP DMA engine driverRussell King2012-07-311-0/+22
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-016-12/+151
|\ \ \ \ \
| * | | | | fs: Remove old freezing mechanismJan Kara2012-07-311-5/+0
| * | | | | fs: Improve filesystem freezing handlingJan Kara2012-07-311-7/+143
| * | | | | nfsd: Push mnt_want_write() outside of i_mutexJan Kara2012-07-311-0/+1
| * | | | | mm: Make default vm_ops provide ->page_mkwrite handlerJan Kara2012-07-311-0/+1
| * | | | | fs: add link restriction audit reportingKees Cook2012-07-291-0/+4
| * | | | | fs: add link restrictionsKees Cook2012-07-291-0/+2
| * | | | | consolidate pipe file creationAl Viro2012-07-292-3/+2
| * | | | | new helper: done_path_create()Al Viro2012-07-291-0/+1
* | | | | | Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-011-2/+6
|\ \ \ \ \ \
| * | | | | | blk: pass from_schedule to non-request unplug functions.NeilBrown2012-07-311-1/+1
| * | | | | | blk: centralize non-request unplug handling.NeilBrown2012-07-311-2/+6
| * | | | | | Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.6/driversJens Axboe2012-07-3048-93/+404
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-015-23/+92
|\ \ \ \ \ \ \ \
| * | | | | | | | block: add partition resize function to blkpg ioctlVivek Goyal2012-08-012-0/+58
| |/ / / / / / /
| * | | | | | | blkcg: implement per-blkg request allocationTejun Heo2012-06-261-3/+9
| * | | | | | | block: prepare for multiple request_listsTejun Heo2012-06-251-14/+18
| * | | | | | | block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo2012-06-251-5/+6
| * | | | | | | block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo2012-06-251-1/+0
| * | | | | | | mempool: add @gfp_mask to mempool_create_node()Tejun Heo2012-06-251-1/+2
* | | | | | | | locks: remove unused lm_release_privateJ. Bruce Fields2012-08-011-1/+0
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-07-312-9/+34
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-24165-1041/+3420
| |\ \ \ \ \ \
| * | | | | | | irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2012-07-111-4/+0
| * | | | | | | irqdomain: Support for static IRQ mapping and association.Grant Likely2012-07-111-0/+19
| * | | | | | | Merge tag 'v3.5-rc6' into irqdomain/nextGrant Likely2012-07-1128-48/+119
| |\ \ \ \ \ \ \
| * | | | | | | | irq_domain: Standardise legacy/linear domain selectionMark Brown2012-07-111-0/+5
| * | | | | | | | irqdomain: Simple NUMA awareness.Paul Mundt2012-06-151-5/+10
| * | | | | | | | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-06-151-0/+10
* | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-3128-69/+456
|\ \ \ \ \ \ \ \ \