summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-134-16/+66
|\
| * Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe2011-01-134-4/+27
| |\
| | * cdrom: add ->check_events() supportTejun Heo2010-12-161-0/+6
| | * implement in-kernel gendisk events handlingTejun Heo2010-12-163-1/+21
| | * block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo2010-12-162-2/+0
| | * block: kill genhd_media_change_notify()Tejun Heo2010-12-161-1/+0
| * | block: add internal hd part table referencesJens Axboe2011-01-072-3/+25
| * | block: fix accounting bug on cross partition mergesJerome Marchand2011-01-052-0/+3
| * | kref: add kref_test_and_getJerome Marchand2011-01-051-0/+1
| |/
| * Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-12/+13
| |\
| | * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-3/+4
| | * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-10/+4
| | * block: simplify holder symlink handlingTejun Heo2010-11-131-5/+11
* | | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2011-01-132-23/+36
|\ \ \
| * \ \ Merge branch 'common/serial-rework' into sh-latestPaul Mundt2011-01-131-0/+22
| |\ \ \
| | * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt2011-01-131081-20927/+63990
| | |\ \ \
| | * | | | serial: sh-sci: Move SCBRR calculation algo in to platform data.Paul Mundt2009-06-241-0/+9
| | * | | | serial: sh-sci: Move SCSCR_INIT in to platform data.Paul Mundt2009-06-241-0/+11
| * | | | | Merge branch 'sh/sdio' into sh-latestPaul Mundt2011-01-1237-122/+481
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'sh/memchunk' and 'common/mmcif' into sh-latestPaul Mundt2011-01-1182-764/+2274
| |\ \ \ \ \ \
| | | * | | | | mmc, sh: Remove sh_mmcif_boot_slurp()Simon Horman2010-12-081-23/+11
| | | * | | | | mmc, sh: Move MMCIF_PROGRESS_* into sh_mmcif.hSimon Horman2010-12-081-0/+3
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-01-133-0/+327
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'topic/asoc' into for-linusTakashi Iwai2011-01-133-0/+327
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'topic/workq-update' into topic/asocTakashi Iwai2010-12-1333-91/+85
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-12-061-1/+1
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ASoC: Tune performance of WM8958 revision AMark Brown2010-12-021-0/+9
| | * | | | | | | | | | ASoC: Allow user-specified WM8958 multiband compressor configurationsMark Brown2010-12-012-0/+85
| | * | | | | | | | | | ASoC: Add WM8958 microphone detection supportMark Brown2010-11-271-0/+43
| | * | | | | | | | | | ASoC: Add WM8958 Multi-band compressor supportMark Brown2010-11-271-0/+115
| | * | | | | | | | | | ASoC: Implement support for enhanced AIF3 on WM8958Mark Brown2010-11-271-0/+67
| | * | | | | | | | | | mfd: Add initial WM8958 supportMark Brown2010-11-261-0/+8
| | * | | | | | | | | | Merge branch 'next-samsung-asoc' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown2010-11-1934-327/+555
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-139-495/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fs: add hole punching to fallocateJosef Bacik2011-01-121-0/+1
| * | | | | | | | | | | | move internal-only parts of ncpfs headers to fs/ncpfsAl Viro2011-01-124-315/+0
| * | | | | | | | | | | | switch ncpfsAl Viro2011-01-121-1/+1
| * | | | | | | | | | | | pass default dentry_operations to mount_pseudo()Al Viro2011-01-121-1/+3
| * | | | | | | | | | | | take coda-private headers out of include/linuxAl Viro2011-01-123-181/+0
| * | | | | | | | | | | | switch codaAl Viro2011-01-121-0/+2
| * | | | | | | | | | | | per-superblock default ->d_opAl Viro2011-01-121-0/+1
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-01-133-1/+45
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | include: Install linux/if_alg.h for user-space crypto APIMiloslav Trmač2010-12-031-0/+1
| * | | | | | | | | | | | crypto: af_alg - User-space interface for Crypto APIHerbert Xu2010-11-191-0/+40
| * | | | | | | | | | | | net - Add AF_ALG macrosHerbert Xu2010-11-191-1/+4
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-132-8/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | net/ceph: make ceph_msgr_wq non-reentrantTejun Heo2011-01-121-5/+0
| * | | | | | | | | | | | | ceph: add dir_layout to inodeSage Weil2011-01-121-3/+13
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2011-01-136-51/+104
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | regulator: Add initial per-regulator debugfs supportMark Brown2011-01-121-2/+6
OpenPOWER on IntegriCloud