summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-2628-241/+271
|\
| * staging: tidspbridge: delete unused mmu functionsOmar Ramirez Luna2012-10-242-78/+0
| * staging: tidspbridge: ioremap physical address of the stack segment in shmOmar Ramirez Luna2012-10-241-6/+15
| * staging: tidspbridge: ioremap dsp sync addrOmar Ramirez Luna2012-10-241-11/+26
| * staging: tidspbridge: change type to __iomem for per and core addressesOmar Ramirez Luna2012-10-242-6/+6
| * staging: tidspbridge: drop const from custom mmu implementationOmar Ramirez Luna2012-10-242-34/+34
| * staging: tidspbridge: request the right irq for mmuOmar Ramirez Luna2012-10-241-2/+2
| * staging: ipack: add missing include (implicit declaration of function 'kfree')Sergei Trofimovich2012-10-241-0/+1
| * staging: ramster: depends on NETRandy Dunlap2012-10-221-0/+1
| * staging: omapdrm: fix allocation size for page addresses arrayVincent Penquerc'h2012-10-221-2/+2
| * staging: zram: Fix handling of incompressible pagesNitin Gupta2012-10-221-2/+10
| * Staging: android: binder: Allow using highmem for binder buffersArve Hjønnevåg2012-10-221-1/+1
| * Staging: android: binder: Fix memory leak on thread/process exitArve Hjønnevåg2012-10-221-1/+27
| * staging: comedi: ni_labpc: fix possible NULL deref during detachIan Abbott2012-10-221-0/+2
| * staging: comedi: das08: fix possible NULL deref during detachIan Abbott2012-10-221-0/+2
| * staging: comedi: amplc_pc263: fix possible NULL deref during detachIan Abbott2012-10-221-0/+2
| * staging: comedi: amplc_pc236: fix possible NULL deref during detachIan Abbott2012-10-221-0/+2
| * staging: comedi: amplc_pc236: fix invalid register access during detachIan Abbott2012-10-221-2/+1
| * staging: comedi: amplc_dio200: fix possible NULL deref during detachIan Abbott2012-10-221-0/+2
| * staging: comedi: 8255_pci: fix possible NULL deref during detachIan Abbott2012-10-221-0/+2
| * staging: comedi: ni_daq_700: fix dio subdevice regressionFred Brooks2012-10-221-1/+1
| * staging:iio:adis16400: Fixup adis16336 temp channel attributesLars-Peter Clausen2012-10-191-1/+1
| * staging:iio:adis16400: Report correct temperature scale and offsetLars-Peter Clausen2012-10-192-3/+22
| * staging:iio: Fix adis16400 channel offsets and scalesLars-Peter Clausen2012-10-191-26/+27
| * staging:iio: Fix adis16260 channel offsets and scalesLars-Peter Clausen2012-10-191-12/+17
| * staging:iio: Fix adis16240 channel offsets and scalesLars-Peter Clausen2012-10-191-11/+12
| * staging:iio: Fix adis16220 channel offsets and scalesLars-Peter Clausen2012-10-191-8/+11
| * staging:iio: Fix adis16209 channel offsets and scalesLars-Peter Clausen2012-10-191-8/+10
| * staging:iio: Fix adis16204 channel offsets and scalesLars-Peter Clausen2012-10-191-10/+12
| * staging:iio: Fix adis16203 channel offsets and scalesLars-Peter Clausen2012-10-191-9/+11
| * staging:iio: Fix adis16201 channel offsets and scalesLars-Peter Clausen2012-10-191-11/+13
* | staging: dgrp: check return value of alloc_tty_driverBill Pemberton2012-10-171-0/+9
* | staging: dgrp: check for NULL pointer in (un)register_proc_tableBill Pemberton2012-10-171-0/+6
* | Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman2012-10-1429-10588/+48
|\ \ | |/
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-10-131-2/+3
| |\
| | *-. Merge branches 'fixes-for-37', 'ec' and 'thermal' into releaseLen Brown2012-10-091-2/+3
| | |\ \
| | | | * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown2012-10-091-2/+3
| | | | |\
| | | | | * Fix a build error.Eduardo Valentin2012-09-241-1/+3
| | | | | * Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui2012-09-241-1/+1
| * | | | | Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-10-121-2/+3
| |\ \ \ \ \
| | * | | | | OMAPDRM: Remove manager->device referencesArchit Taneja2012-09-261-2/+3
| * | | | | | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-092-2/+2
| * | | | | | mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-1/+0
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-0724-10581/+40
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge tag 'v3.6' into staging/for_v3.7Mauro Carvalho Chehab2012-10-0122-47/+123
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | [media] v4l2: make vidioc_s_crop constHans Verkuil2012-09-261-1/+1
| | * | | | [media] v4l2: make vidioc_s_jpegcomp constHans Verkuil2012-09-261-1/+1
| | * | | | Merge tag 'v3.6-rc3' into staging/for_v3.7Mauro Carvalho Chehab2012-08-2417-106/+129
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | [media] common: move media/common/tuners to media/tunersMauro Carvalho Chehab2012-08-131-1/+1
| | * | | | [media] dvb-usb: move it to drivers/media/usb/dvb-usbMauro Carvalho Chehab2012-08-131-1/+1
OpenPOWER on IntegriCloud