summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | vmwgfx: Refactor cursor updateJakob Bornecrantz2011-12-191-27/+39
| * | | | | | | | | | | vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz2011-12-191-6/+0
| * | | | | | | | | | | vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom2011-12-192-3/+15
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-12-2028-303/+353
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Revert "[media] af9015: limit I2C access to keep FW happy"Mauro Carvalho Chehab2011-12-122-104/+0
| * | | | | | | | | | | [media] s5p-fimc: Fix camera input configuration in subdev operationsSylwester Nawrocki2011-12-111-0/+1
| * | | | | | | | | | | [media] m5mols: Fix logic in sanity checkThomas Jarosch2011-12-111-1/+1
| * | | | | | | | | | | [media] ati_remote: switch to single-byte scancodesAnssi Hannula2011-12-114-229/+220
| * | | | | | | | | | | [media] V4L: mt9m111: fix uninitialised mutexGuennadi Liakhovetski2011-12-111-0/+1
| * | | | | | | | | | | [media] V4L: omap1_camera: fix missing <linux/module.h> includeJanusz Krzysztofik2011-12-111-0/+1
| * | | | | | | | | | | [media] V4L: mt9t112: use after free in mt9t112_probe()Dan Carpenter2011-12-111-1/+3
| * | | | | | | | | | | [media] V4L: soc-camera: fix compiler warnings on 64-bit platformsGuennadi Liakhovetski2011-12-115-18/+32
| * | | | | | | | | | | [media] s5p_mfc_enc: fix s/H264/H263/ typoPeter Korsgaard2011-12-111-1/+1
| * | | | | | | | | | | [media] omap_vout: Fix compile error in 3.1Gary Thomas2011-12-111-0/+1
| * | | | | | | | | | | [media] au0828: add missing models 72101, 72201 & 72261 to the model matrixMichael Krufky2011-12-111-0/+3
| * | | | | | | | | | | [media] au0828: add missing USB ID 2040:7213Michael Krufky2011-12-111-0/+2
| * | | | | | | | | | | [media] au0828: add missing USB ID 2040:7260Michael Krufky2011-12-111-0/+2
| * | | | | | | | | | | [media] [trivial] omap24xxcam-dma: Fix logical testJoe Perches2011-12-091-1/+1
| * | | | | | | | | | | [media] omap_vout: fix crash if no driver for a displayTomi Valkeinen2011-12-071-0/+8
| * | | | | | | | | | | [media] media: video: s5p-tv: fix build breakMarek Szyprowski2011-11-241-0/+1
| * | | | | | | | | | | [media] omap3isp: fix compilation of ispvideo.cDmitry Artamonow2011-11-241-0/+1
| * | | | | | | | | | | [media] m5mols: Fix set_fmt to return proper pixel format codeSylwester Nawrocki2011-11-242-14/+8
| * | | | | | | | | | | [media] s5p-fimc: Use correct fourcc for RGB565 colour formatSylwester Nawrocki2011-11-241-1/+1
| * | | | | | | | | | | [media] s5p-fimc: Fail driver probing when sensor configuration is wrongSylwester Nawrocki2011-11-241-1/+1
| * | | | | | | | | | | [media] s5p-fimc: Adjust pixel height alignments according to the IP revisionSylwester Nawrocki2011-11-243-6/+14
| * | | | | | | | | | | [media] s5p-fimc: Allow probe() to succeed with null platform dataSylwester Nawrocki2011-11-241-14/+21
| * | | | | | | | | | | [media] s5p-fimc: Fix buffer dequeue order issueSylwester Nawrocki2011-11-243-10/+18
| * | | | | | | | | | | [media] s5p-fimc: Fix initialization for proper system suspend supportSylwester Nawrocki2011-11-241-2/+0
| * | | | | | | | | | | [media] s5p-fimc: Fix error in the capture subdev deinitializationSylwester Nawrocki2011-11-241-1/+1
| * | | | | | | | | | | [media] s5p-fimc: Fix wrong pointer dereference when unregistering sensorsSylwester Nawrocki2011-11-241-1/+5
| * | | | | | | | | | | [media] media/staging: fix allyesconfig build errorRandy Dunlap2011-11-242-3/+4
| * | | | | | | | | | | MAINTAINERS: Update media entriesMauro Carvalho Chehab2011-11-241-0/+2
| * | | | | | | | | | | [media] mxl5007t: fix reg readAntti Palosaari2011-11-241-1/+2
| * | | | | | | | | | | [media] tda18218: fix 6 MHz default IF frequencyAntti Palosaari2011-11-241-1/+1
| * | | | | | | | | | | [media] af9015: limit I2C access to keep FW happyAntti Palosaari2011-11-242-0/+104
* | | | | | | | | | | | binary_sysctl(): fix memory leakMichel Lespinasse2011-12-201-1/+1
* | | | | | | | | | | | mm/vmalloc.c: remove static declaration of va from __get_vm_area_nodeKautuk Consul2011-12-201-1/+1
* | | | | | | | | | | | ipmi_watchdog: restore settings when BMC resetCorey Minyard2011-12-201-3/+38
* | | | | | | | | | | | oom: fix integer overflow of points in oom_badnessFrantisek Hrbata2011-12-201-1/+1
* | | | | | | | | | | | memcg: keep root group unchanged if creation failsHillf Danton2011-12-201-2/+1
* | | | | | | | | | | | nilfs2: potential integer overflow in nilfs_ioctl_clean_segments()Haogang Chen2011-12-201-0/+3
* | | | | | | | | | | | nilfs2: unbreak compat ioctlThomas Meyer2011-12-201-0/+13
* | | | | | | | | | | | cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes2011-12-201-5/+24
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-12-193-4/+12
|\ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ Merge branches 'cma', 'mlx4' and 'qib' into for-nextRoland Dreier2011-12-192-4/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | IB/qib: Correct sense on freectxts increment and decrementMike Marciniszyn2011-12-191-2/+2
| | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | * | | | | | | | | | | IB/mlx4: Fix shutdown crash accessing a non-existent bitmapRoland Dreier2011-12-061-2/+4
| | |/ / / / / / / / / /
| * | | | | | | | | | | RDMA/cma: Verify private data lengthSean Hefty2011-12-191-0/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-12-191-2/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addressesEugene Surovegin2011-12-151-2/+4
OpenPOWER on IntegriCloud