| Commit message (Expand) | Author | Age | Files | Lines |
* | lib, arch: add filter argument to show_mem and fix private implementations | David Rientjes | 2011-03-24 | 1 | -3/+2 |
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-03-24 | 12 | -101/+100 |
|\ |
|
| * | block: fix non-atomic access to genhd inflight structures | Shaohua Li | 2011-03-22 | 1 | -6/+6 |
| * | block: attempt to merge with existing requests on plug flush | Jens Axboe | 2011-03-21 | 1 | -0/+1 |
| * | block: fixup plugging stubs for !CONFIG_BLOCK | Jens Axboe | 2011-03-11 | 1 | -3/+6 |
| * | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core | Jens Axboe | 2011-03-10 | 10 | -84/+72 |
| |\ |
|
| | * | block: kill off REQ_UNPLUG | Jens Axboe | 2011-03-10 | 2 | -21/+9 |
| | * | block: remove per-queue plugging | Jens Axboe | 2011-03-10 | 8 | -66/+9 |
| | * | block: initial patch for on-stack per-task plugging | Jens Axboe | 2011-03-10 | 4 | -0/+51 |
| | * | block: add API for delaying work/request_fn a little bit | Jens Axboe | 2011-03-10 | 1 | -0/+6 |
| * | | block: biovec_slab vs. CONFIG_BLK_DEV_INTEGRITY | Martin K. Petersen | 2011-03-08 | 1 | -1/+0 |
| * | | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/core | Tejun Heo | 2011-03-04 | 8 | -19/+32 |
| |\ \ |
|
| * | | | block: Move blk_throtl_exit() call to blk_cleanup_queue() | Vivek Goyal | 2011-03-02 | 1 | -2/+0 |
| | |/
| |/| |
|
| * | | Merge commit 'v2.6.38-rc6' into for-2.6.39/core | Jens Axboe | 2011-03-01 | 308 | -2713/+7078 |
| |\ \ |
|
| * | | | block: share request flush fields with elevator_private | Mike Snitzer | 2011-02-11 | 1 | -11/+12 |
| * | | | block: reimplement FLUSH/FUA to support merge | Tejun Heo | 2011-01-25 | 2 | -6/+13 |
| * | | | block: add REQ_FLUSH_SEQ | Tejun Heo | 2011-01-25 | 1 | -0/+2 |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells... | Linus Torvalds | 2011-03-24 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | KGDB: Notify GDB of machine halt, reboot or power off | David Howells | 2011-03-18 | 1 | -0/+1 |
* | | | | | Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2011-03-24 | 2 | -3/+7 |
|\ \ \ \ \ |
|
| * | | | | | mmc: Add MMC_PROGRESS_* | Simon Horman | 2011-03-25 | 2 | -3/+7 |
* | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-03-24 | 7 | -12/+1167 |
|\ \ \ \ \ \ |
|
| * | | | | | | [media] gspca - nw80x: New subdriver for Divio based webcams | Jean-François Moine | 2011-03-22 | 1 | -0/+1 |
| * | | | | | | [media] media: Pick a free ioctls range | Laurent Pinchart | 2011-03-22 | 1 | -4/+4 |
| * | | | | | | [media] omap3isp: Kconfig and Makefile | Laurent Pinchart | 2011-03-22 | 1 | -0/+1 |
| * | | | | | | [media] omap3isp: OMAP3 ISP core | Sakari Ailus | 2011-03-22 | 1 | -0/+646 |
| * | | | | | | [media] v4l: Add 12 bits bayer pixel formats | Laurent Pinchart | 2011-03-22 | 1 | -0/+4 |
| * | | | | | | [media] v4l: Add missing 12 bits bayer media bus formats | Laurent Pinchart | 2011-03-22 | 1 | -1/+4 |
| * | | | | | | [media] v4l: Add remaining RAW10 patterns w DPCM pixel code variants | Laurent Pinchart | 2011-03-22 | 1 | -1/+6 |
| * | | | | | | [media] v4l: Add 8-bit YUYV on 16-bit bus and SGRBG10 media bus pixel codes | Laurent Pinchart | 2011-03-22 | 1 | -2/+8 |
| * | | | | | | [media] v4l: v4l2_subdev userspace crop API | Antti Koskipaa | 2011-03-22 | 1 | -0/+15 |
| * | | | | | | [media] v4l: v4l2_subdev userspace frame interval API | Laurent Pinchart | 2011-03-22 | 1 | -0/+36 |
| * | | | | | | [media] v4l: v4l2_subdev userspace format API | Laurent Pinchart | 2011-03-22 | 2 | -0/+91 |
| * | | | | | | [media] v4l: Group media bus pixel codes by types and sort them alphabetically | Laurent Pinchart | 2011-03-22 | 1 | -31/+46 |
| * | | | | | | [media] v4l: Rename V4L2_MBUS_FMT_GREY8_1X8 to V4L2_MBUS_FMT_Y8_1X8 | Laurent Pinchart | 2011-03-22 | 1 | -1/+1 |
| * | | | | | | [media] v4l: Replace enums with fixed-sized fields in public structure | Laurent Pinchart | 2011-03-22 | 1 | -8/+9 |
| * | | | | | | [media] v4l: Move the media/v4l2-mediabus.h header to include/linux | Laurent Pinchart | 2011-03-22 | 2 | -0/+79 |
| * | | | | | | [media] media: Pipelines and media streams | Laurent Pinchart | 2011-03-22 | 1 | -0/+1 |
| * | | | | | | [media] media: Links setup | Laurent Pinchart | 2011-03-22 | 1 | -0/+1 |
| * | | | | | | [media] media: Entities, pads and links enumeration | Laurent Pinchart | 2011-03-22 | 1 | -0/+85 |
| * | | | | | | [media] media: Media device information query | Laurent Pinchart | 2011-03-22 | 2 | -0/+46 |
| * | | | | | | [media] MFD: WL1273 FM Radio: MFD driver for the FM radio | Matti Aaltonen | 2011-03-21 | 1 | -0/+2 |
| * | | | | | | [media] v4l: removal of old, obsolete ioctls | Hans Verkuil | 2011-03-21 | 1 | -10/+0 |
| * | | | | | | [media] v4l: Add multiplanar format fourccs for s5p-fimc driver | Sylwester Nawrocki | 2011-03-21 | 1 | -0/+7 |
| * | | | | | | [media] v4l: Add multi-planar API definitions to the V4L2 API | Pawel Osciak | 2011-03-21 | 1 | -2/+122 |
* | | | | | | | Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-03-24 | 1 | -3/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | dt: eliminate OF_NO_DEEP_PROBE and test for NULL match table | Grant Likely | 2011-03-23 | 1 | -3/+0 |
* | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-03-24 | 3 | -2/+27 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'linus' into release | Len Brown | 2011-03-23 | 259 | -1371/+6213 |
| |\ \ \ \ \ \ \ \
| | | |_|/ / / / /
| | |/| | | | | | |
|
| * | | | | | | | | Merge commit 'v2.6.38' into release | Len Brown | 2011-03-23 | 10 | -24/+27 |
| |\ \ \ \ \ \ \ \
| | | |_|/ / / / /
| | |/| | | | | | |
|