summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* uwb: Remove the WLP subsystem and driversDavid Vrabel2010-10-2520-7803/+1Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-24174-312/+201Star
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-18111-167/+150Star
| * Revert "drivers/usb: Remove unnecessary return's from void functions" for mus...Jiri Kosina2010-10-061-0/+1
| * Revert "Fix typo: configuation => configuration" partiallyJiri Kosina2010-09-241-1/+1
| * drivers/scsi: Remove unnecessary casts of private_dataJoe Perches2010-09-232-2/+2
| * drivers/s390: Remove unnecessary casts of private_dataJoe Perches2010-09-231-3/+3
| * drivers/infiniband: Remove unnecessary casts of private_dataJoe Perches2010-09-231-2/+2
| * drivers/gpu/drm: Remove unnecessary casts of private_dataJoe Perches2010-09-233-3/+3
| * Fix typo configue => configure in commentsThomas Weber2010-09-231-1/+1
| * Fix typo: configuation => configurationThomas Weber2010-09-233-5/+5
| * Fix typo interrest[ing|ed] => interest[ing|ed]Thomas Weber2010-09-212-3/+3
| * Fix various typos of valid in commentsNikanth Karthikesan2010-09-213-4/+4
| * Revert "drivers/usb: Remove unnecessary return's from void functions" partiallyJiri Kosina2010-09-021-0/+3
| * parport_pc: show the detection of a 2 serial port ITE8874 chipNiels de Vos2010-08-241-1/+1
| * Fix typo in Kconfig help textThomas Weber2010-08-231-1/+1
| * Use kzalloc in idedisk_prep_fn.Tao Ma2010-08-191-2/+1Star
| * vesafb: fix comment a typoJustin P. Mattock2010-08-161-1/+1
| * Merge branch 'master' into for-nextJiri Kosina2010-08-11502-13595/+29103
| |\
| * | drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-1030-99/+2Star
| * | Merge branch 'master' into for-nextJiri Kosina2010-08-101540-47246/+137346
| |\ \
| * | | fix printk typo 'faild'Paul Bolle2010-08-097-10/+10
| * | | Fix spelling fuction -> function in commentsStefan Weil2010-08-0910-13/+13
* | | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...Linus Torvalds2010-10-243-0/+1255
|\ \ \ \
| * | | | i7300_edac: Properly initialize per-csrow memory sizeMauro Carvalho Chehab2010-09-241-7/+10
| * | | | V4L/DVB: i7300_edac: better initialize page countsMauro Carvalho Chehab2010-09-241-9/+9
| * | | | i7300-edac: CodingStyle cleanupMauro Carvalho Chehab2010-08-301-16/+26
| * | | | i7300_edac: Improve commentsMauro Carvalho Chehab2010-08-301-116/+104Star
| * | | | i7300_edac: Cleanup: reorganize the file contentsMauro Carvalho Chehab2010-08-301-56/+60
| * | | | i7300_edac: Properly detect channel on CE errorsMauro Carvalho Chehab2010-08-301-5/+14
| * | | | i7300_edac: enrich FBD error info for corrected errorsMauro Carvalho Chehab2010-08-301-12/+51
| * | | | i7300_edac: enrich FBD error info for fatal errorsMauro Carvalho Chehab2010-08-301-4/+39
| * | | | i7300_edac: pre-allocate a buffer used to prepare err messagesMauro Carvalho Chehab2010-08-301-17/+24
| * | | | i7300_edac: Fix MTR x4/x8 detection logicMauro Carvalho Chehab2010-08-301-2/+2
| * | | | i7300_edac: Make the debug messages coherent with the othersMauro Carvalho Chehab2010-08-301-3/+3
| * | | | i7300_edac: Cleanup: remove get_error_info logicMauro Carvalho Chehab2010-08-301-36/+6Star
| * | | | i7300_edac: Add a code to cleanup error registersMauro Carvalho Chehab2010-08-301-2/+27
| * | | | i7300_edac: Add support for reporting FBD errorsMauro Carvalho Chehab2010-08-301-0/+125
| * | | | i7300_edac: Properly detect the type of error correctionMauro Carvalho Chehab2010-08-301-4/+14
| * | | | i7300_edac: Detect if the device is on single modeMauro Carvalho Chehab2010-08-301-8/+17
| * | | | i7300_edac: Adds detection for enhanced scrub mode on x8Mauro Carvalho Chehab2010-08-301-4/+17
| * | | | i7300_edac: Clear the error bit after readingMauro Carvalho Chehab2010-08-301-0/+10
| * | | | i7300_edac: Add error detection code for global errorsMauro Carvalho Chehab2010-08-301-491/+77Star
| * | | | i7300_edac: Better name PCI devicesMauro Carvalho Chehab2010-08-301-43/+43
| * | | | i7300_edac: Add a FIXME note about the error correction typeMauro Carvalho Chehab2010-08-301-0/+9
| * | | | i7300_edac: add global error registersMauro Carvalho Chehab2010-08-301-82/+92
| * | | | i7300_edac: display info if ECC is enabled or notMauro Carvalho Chehab2010-08-301-8/+20
| * | | | i7300_edac: start a driver for i7300 chipset (Clarksboro)Mauro Carvalho Chehab2010-08-303-0/+1381
* | | | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-241-6/+60
|\ \ \ \ \
| * | | | | KVM: S390: Add virtio hotplug add supportAlexander Graf2010-10-241-0/+47