Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | virtio: remove CONFIG_VIRTIO_RING | Rusty Russell | 2012-09-28 | 3 | -9/+1 | |
| * | | | | | | virtio: add help to CONFIG_VIRTIO option. | Rusty Russell | 2012-09-28 | 1 | -2/+4 | |
| * | | | | | | virtio: support reserved vqs | Michael S. Tsirkin | 2012-09-28 | 5 | -1/+16 | |
| * | | | | | | virtio: introduce an API to set affinity for a virtqueue | Jason Wang | 2012-09-28 | 1 | -0/+46 | |
| * | | | | | | virtio-ring: move queue_index to vring_virtqueue | Jason Wang | 2012-09-28 | 6 | -20/+25 | |
| * | | | | | | virtio_balloon: not EXPERIMENTAL any more. | Rusty Russell | 2012-09-28 | 1 | -2/+2 | |
| * | | | | | | virtio-balloon: dependency fix | Michael S. Tsirkin | 2012-09-28 | 1 | -2/+1 | |
| * | | | | | | virtio-blk: fix NULL checking in virtblk_alloc_req() | Dan Carpenter | 2012-09-28 | 1 | -2/+4 | |
| * | | | | | | virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio path | Asias He | 2012-09-28 | 1 | -84/+188 | |
| * | | | | | | virtio-blk: Add bio-based IO path for virtio-blk | Asias He | 2012-09-28 | 1 | -40/+163 | |
| * | | | | | | virtio: console: fix error handling in init() function | Alexey Khoroshilov | 2012-09-28 | 1 | -1/+11 | |
| * | | | | | | virtio/console: Allocate scatterlist according to the current pipe size | Masami Hiramatsu | 2012-09-28 | 1 | -11/+12 | |
| * | | | | | | virtio/console: Wait until the port is ready on splice | Masami Hiramatsu | 2012-09-28 | 1 | -12/+27 | |
| * | | | | | | virtio/console: Add a failback for unstealable pipe buffer | Masami Hiramatsu | 2012-09-28 | 1 | -3/+25 | |
| * | | | | | | virtio/console: Add splice_write support | Masami Hiramatsu | 2012-09-28 | 1 | -8/+128 | |
* | | | | | | | Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2012-10-07 | 16 | -56/+3845 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'late/kirkwood' into late/soc | Olof Johansson | 2012-10-05 | 185 | -876/+9165 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'kirkwood/drivers' of git://git.infradead.org/users/jcooper/linu... | Olof Johansson | 2012-09-22 | 11 | -0/+3640 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | gpio: introduce gpio-mvebu driver for Marvell SoCs | Thomas Petazzoni | 2012-09-22 | 3 | -0/+686 | |
| | | * | | | | | | | pinctrl: mvebu: add pinctrl driver for Armada XP | Thomas Petazzoni | 2012-09-22 | 3 | -0/+473 | |
| | | * | | | | | | | pinctrl: mvebu: add pinctrl driver for Armada 370 | Thomas Petazzoni | 2012-09-22 | 3 | -0/+426 | |
| | | * | | | | | | | pinctrl: mvebu: kirkwood pinctrl driver | Sebastian Hesselbarth | 2012-09-22 | 3 | -0/+477 | |
| | | * | | | | | | | pinctrl: mvebu: dove pinctrl driver | Sebastian Hesselbarth | 2012-09-22 | 3 | -0/+625 | |
| | | * | | | | | | | pinctrl: mvebu: pinctrl driver core | Sebastian Hesselbarth | 2012-09-22 | 4 | -0/+953 | |
| | * | | | | | | | | Merge branch 'kirkwood/dt' of git://git.infradead.org/users/jcooper/linux int... | Olof Johansson | 2012-09-22 | 2 | -2/+135 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | hwmon: Add devicetree bindings to gpio-fan | Jamie Lentin | 2012-09-22 | 1 | -0/+120 | |
| | | * | | | | | | | | Crypto: CESA: Add support for DT based instantiation. | Andrew Lunn | 2012-09-22 | 1 | -2/+15 | |
| | | |/ / / / / / / | ||||||
| | * | | | | | | | | Merge branch 'next/multiplatform' into late/kirkwood | Olof Johansson | 2012-09-22 | 86 | -93/+94 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'next/cleanup' into late/kirkwood | Olof Johansson | 2012-09-22 | 5 | -10/+10 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | hwrng: OMAP: remove SoC restrictions from driver registration | Paul Walmsley | 2012-09-24 | 1 | -3/+0 | |
| * | | | | | | | | | | | hwrng: OMAP: convert to use runtime PM | Paul Walmsley | 2012-09-24 | 1 | -26/+9 | |
| * | | | | | | | | | | | hwrng: OMAP: store per-device data in per-device variables, not file statics | Paul Walmsley | 2012-09-24 | 1 | -38/+77 | |
| * | | | | | | | | | | | SPI: OMAP: remove unnecessary includes of plat/clock.h | Paul Walmsley | 2012-09-22 | 2 | -3/+0 | |
| * | | | | | | | | | | | Merge tag 'cleanup-fixes-for-v3.7' into test_v3.6-rc6_cff3.7_odaf3.7 | Paul Walmsley | 2012-09-22 | 146 | -4083/+6016 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-10-07 | 1565 | -25084/+34840 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | em28xx: regression fix: use DRX-K sync firmware requests on em28xx | Mauro Carvalho Chehab | 2012-10-02 | 1 | -0/+5 | |
| * | | | | | | | | | | | | drxk: allow loading firmware synchrousnously | Mauro Carvalho Chehab | 2012-10-02 | 2 | -5/+17 | |
| * | | | | | | | | | | | | em28xx: Make all em28xx extensions to be initialized asynchronously | Mauro Carvalho Chehab | 2012-10-02 | 1 | -12/+10 | |
| * | | | | | | | | | | | | [media] tda18271: properly report read errors in tda18271_get_id | Michael Krufky | 2012-10-02 | 1 | -1/+9 | |
| * | | | | | | | | | | | | [media] tda18271: delay IR & RF calibration until init() if delay_cal is set | Michael Krufky | 2012-10-02 | 2 | -0/+10 | |
| * | | | | | | | | | | | | [media] s5p-tv: Report only multi-plane capabilities in vidioc_querycap | Sylwester Nawrocki | 2012-10-02 | 1 | -4/+3 | |
| * | | | | | | | | | | | | [media] s5p-mfc: Fix misplaced return statement in s5p_mfc_suspend() | Sachin Kamat | 2012-10-02 | 1 | -2/+3 | |
| * | | | | | | | | | | | | [media] exynos-gsc: Add missing static storage class specifiers | Sachin Kamat | 2012-10-02 | 2 | -4/+4 | |
| * | | | | | | | | | | | | [media] exynos-gsc: Remove <linux/version.h> header file inclusion | Sachin Kamat | 2012-10-02 | 2 | -2/+0 | |
| * | | | | | | | | | | | | [media] s5p-fimc: Fix incorrect condition in fimc_lite_reqbufs() | Sachin Kamat | 2012-10-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | [media] s5p-tv: Fix potential NULL pointer dereference error | Sachin Kamat | 2012-10-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | [media] s5k6aa: Fix possible NULL pointer dereference | Sylwester Nawrocki | 2012-10-02 | 1 | -7/+4 | |
| * | | | | | | | | | | | | [media] s5p-mfc: optimized code related to working contextes | Andrzej Hajda | 2012-10-02 | 4 | -62/+60 | |
| * | | | | | | | | | | | | [media] s5p-mfc: added support for end of stream handling in MFC encoder | Andrzej Hajda | 2012-10-02 | 6 | -35/+177 | |
| * | | | | | | | | | | | | [media] m5mols: Protect driver data with a mutex | Sylwester Nawrocki | 2012-10-02 | 2 | -33/+62 |